|
发表于 2009-3-8 00:15:58
|
显示全部楼层
我也出现过这种问题,启动参数没有写好的原因,多写了个"--"?
我的grub2的
set root=(hd0,1)
menuentry " uppy GNU/Linux" {
linux /boot/puppy/vmlinuz pmedia=usbflash psubdir=boot pdev1=sdb1
initrd /boot/puppy/initrd.gz
}
menuentry "Install Debian GNU/Linux" {
linux /boot/debian/vmlinuz priority=low
initrd /boot/debian/initrd.gz
}
menuentry "Debian GNU/Linux Rescue Mode" {
linux /boot/debian/vmlinuz rescue/enable=true priority=low
initrd /boot/debian/initrd.gz
} |
|