分类: LINUX
2009-01-30 18:09:02
grub> root (hd0,1) (A) root (hd0,1) Filesystem type is ext2fs, partition type 0x83 grub> setup (hd0) (B) setup (hd0) Checking if "/boot/grub/stage1" exists... yes Checking if "/boot/grub/stage2" exists... yes Checking if "/boot/grub/e2fs_stage1_5" exists... yes Running "embed /boot/grub/e2fs_stage1_5 (hd0)"... 15 sectors are embedded. (C) succeeded Running "install /boot/grub/stage1 (hd0) (hd0)1+15 p (D) (hd0,1)/boot/grub/stage2 /boot/grub/menu.lst"... succeeded Done. (E) grub> quit |