|
发表于 2005-11-8 21:50:31
|
显示全部楼层
下面是我的win grub的menu.lst的配置文件:
dafault=0
timeout=10
title "debian Setup"
root (hd0,0)
kernel /boot/debian/vmlinuz root=/dev/ram ramdisk_size=128000 devfs=mount,ball
initrd /boot/debian/initrd.gz
title "CoCreate Setup"
root (hd0,0)
kernel /boot/vmlinuz lang=Chinese keymap=us method=hd:auto: vga=791 quiet
initrd /boot/initrd.img
title "ubuntu Setup"
root (hd0,0)
kernel /boot/ubuntu/vmlinuz root=/dev/ram ramdisk_size=128000 devfs=mount,ball
initrd /boot/ubuntu/initrd.gz
你看看是不是哪里设错了,lilo和grub差不多,不过我还是认为你的vmlinuz下得有问题。 |
|