|
|
我想在一台没有任何系统,光驱坏了的老电脑上装一个Gentoo,现在我可以使用的是一个软驱来启动系统到Dos。我已经把2006.1 installcd 上的isolinux目录和image.squashfs拷贝到了C盘根目录(vfat格式)
我想使用grub for dos来引导livecd,可是试了半天不知道怎么写menu.lst
- timeout 10 # 等待10秒后启动
- default 0 # 默认选第一项
- title Gentoo Linux 2006.1 x86 LiveCD
- root (hd0,0)
- kernel /isolinux/gentoo root=/dev/ram0 init=/linuxrc acpi=ht dokeymap looptype=squashfs loop=/image.squashfs vga=791 splash=silent,theme:livecd-2006.1 CONSOLE=/dev/tty1
- initrd /isolinux/gentoo.igz
复制代码
这样写,启动会报一个无法mount root文件系统的错误
请教各位大哥该怎么做? |
|