magixlinux 能不能装在G盘。G盘在15G后。
我装了,但是启动时跟没装一样。直接启动进入win2000?why? 安装程序的 BUG,没有把 GRUB 写进主引导记录(MBR)。 but how to write the grub infomation into mbr?is there any suggestions for me?
(I don't have a floppy disk.) 用loadin方式引导然后运行grub
#grub
grub>root (hd0,x)
grub>kernel /vmlinuz ro root=/dev/hday
grub>initrd /initrd-2.6.5-1mgc.img
grub>setup (hd0)
grub>quit
#
或者直接使用grub for dos也可以。
仅供参考,参照自己的情况修改。 where can i find the meanings of these commands? google
页:
[1]