2011/3/4 David Lee <leelei...@gmail.com>: > 1. 先在 /dev/sda1 安装了win xp > 2. 然后在 /dev/sda3 上安装了debian6,但没有安装boot loader > 3. 下载了system rescue CD,烧制到了usb drive中,可以正常进入rescure cd系统中 > 问题:如何使用system rescue 的usb启动功能,进入本地硬盘中的debian6呢? > 我尝试在grub.cfg中设置一个启动项目,如下, > menuentry "local linux on sda3" { > set root=(hd1,3) > linux /vmlinuz > initrd /initrd.img > } > 但启动失败了,加载了initrd就不再继续了。 > > -- > Regards, David > grub don't konw where is the root partition. try: menuentry "local linux on sda3" { set root=(hd1,3) linux /vmlinuz root=/dev/sda3 initrd /initrd.img
-- Liang Guo http://bluestone.cublog.cn