Differences between revisions 1 and 2
Revision 1 as of 2005-09-06 08:21:39
Size: 367
Editor: 211
Comment: [
Revision 2 as of 2005-09-06 08:36:02
Size: 408
Editor: 211
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
grub복구를 위한 절차 요약 (windows설치 등으로 mbr이 손상되었을 경우) grub복구를 위한 절차 요약 (windows설치 등으로 mbr이 손상되었을 경우, hdb1으로 부팅하고자 할 경우)

OperatingSystem의 멀티부팅을 위한 프로그램

grub복구를 위한 절차 요약 (windows설치 등으로 mbr이 손상되었을 경우, hdb1으로 부팅하고자 할 경우)

$ sudo -s
# cd /
# mkdir /mnt/x
# mount /dev/hdb1 /mnt/x
# mount -t proc none /mnt/x/proc
# chroot /mnt/x
# source /etc/profile
# grub
> root (hd1,0)
> setup (hd1)
> quit


CategoryProgram

Grub (last edited 2011-08-03 11:01:16 by localhost)

web biohackers.net