|
我的MagicLinux装在hda7,原来的grub是装在MBR上的。前几天重装过Windows,想试着自己安一次grub,没想到在grub提示符下输入下面两行命令后报错,不知道是什么原因:
[code:1]
grub> root (hd0,6)
Filesystem type is reiserfs, partition type 0x83
grub> setup (hd0,0)
Checking if "/boot/grub/stage1" exists... yes
Checking if "/boot/grub/stage2" exists... yes
Checking if "/boot/grub/reiserfs_stage1_5" exists... yes
Running "embed /boot/grub/reiserfs_stage1_5 (hd0,0)"... failed (this is not fatal)
Running "embed /boot/grub/reiserfs_stage1_5 (hd0,6)"... failed (this is not fatal)
Running "install /boot/grub/stage1 (hd0,0) /boot/grub/stage2 p /boot/grub/menu.lst "... failed
Error 28: Selected item cannot fit into memory
[/code:1] |
|