經常有一個經驗是當我安裝好Linux(RHEL)後
想在同一台機器再安裝另外一個OS(Windows)
結果裝好時,開機選單卻沒有Linux
原因很簡單,當然是開機選單不再走MBR了
所以這時候,在MBR還存在下
1.用linux rescue mode進入後,讓file system自動mount在/mnt/sysimage
2.chroot /mnt/sysimage,可以發現硬碟裡的linux資料都出現且位置都對
先別高興,這只是chroot後的假象
3.grub-install --recheck /dev/sda ,這裡/dev/sda是/boot所在的 partition磁碟代號
這個動作很掃很久,耐心等完後就完成啦
如果MBR不小心清掉了,例如
dd if=/dev/zeor of=/dev/sda bs=512 count=1
那就只能grub再灌一次了
shell> grub 用root進grub
grub> find /boot/grub/stage1
(hd0,0)
grub>root {hd0,0)
grub>setup (hd0)
grub>quit
如此再寫入MBR後再試看看開機狀況
訂閱:
張貼留言 (Atom)
文章分類
- 爬山 (3)
- 參考文章 (3)
- 鳥事 (5)
- 報稅 (1)
- AIX (2)
- ajax (1)
- BCB (3)
- C/C++ (2)
- cloudera (3)
- DISK (1)
- ftp (1)
- Fuse (2)
- gdb (2)
- hadoop (13)
- hdfs (8)
- HPC (2)
- hypertable (12)
- iOS (1)
- iscsi (1)
- JAVA (2)
- KFS (5)
- kickstart (1)
- KVM (2)
- LAMP (2)
- linux (2)
- Lion (1)
- LVM (2)
- mapreduce (3)
- mpi (3)
- mpich2 (4)
- msgpack (2)
- mysql (2)
- nfs (1)
- openmp (2)
- OS (1)
- OSX (2)
- others (5)
- PBS (1)
- performance_tuning (3)
- php (3)
- phplist (3)
- programming (27)
- REST (2)
- RHCA (6)
- rhel (13)
- rhel6 (4)
- scp (1)
- shell_scripts (2)
- snowleopard (2)
- Solaris (6)
- ssh (1)
- syslog (1)
- t-442-1 (4)
- torque (1)
- ubuntu (2)
- VNC (1)
- watercolor (5)
- windows (1)
- yum (1)
沒有留言:
張貼留言