|
今天搞了一上午的lilo启动菜单还是搞不定,
我的lilo.conf如下
boot=/dev/hda
map=/boot/map
default="linux"
keytable=/boot/us.klt
prompt
nowarn
timeout=100
message=/boot/message
menu-scheme=wb:bw:wb:bw
image="/boot/vmlinuz"
label="linux"
root="/dev/hda9"
initrd="/boot/initrd.img"
append="devfs=mount acpi=off quiet"
vga=788
read-only
image=/boot/vmlinuz
label="linux-nonfb"
root=/dev/hda9
initrd=/boot/initrd.img
append="devfs=mount acpi=off"
read-only
image=/boot/vmlinuz
label="failsafe"
root=/dev/hda9
initrd=/boot/initrd.img
append="devfs=nomount acpi=off failsafe"
read-only
image=/boot/vmlinuz-2.4.20
label="gentoo"
root=/dev/hda8
append="devfs=mount acpi=off quiet"
read-only
other=/dev/hda1
label="windows"
table=/dev/hda
other=/dev/fd0
label="floppy"
unsafe
other=/dev/hda3
label="freebsd"
table=/dev/hda
其他的都能启动,就是gentoo启动不了,好象菜单上面连gentoo的选项都没有,不知道是不是有个数的限制
还有在控制中心修改lilo时,总是出来这样的错误信息
WARNING: the config file is currently NOT ok.
Do you really want to override /etc/lilo.conf?
If you aren't sure, select "no" and click the "Check configuration" button to see the details.
If you don't know what's wrong, try clicking the " robe" button to auto-generate a working lilo.conf.
If you're getting this message after using the " robe" button, please send a full bug report,
including the output of "Check configuration" and the generated lilo.conf (displayed in the "Expert" tab),
to bero@kde.org.
我的gentoo安装在/dev/hda8上面。
/dev/hda1 vfat winme
/dev/hda5 vfat
/dev/hda6 vfat
/dev/hda7 vfat
/dev/hda8 etx3 gentoo
/dev/hda9 etx3 mdk
/dev/hda10 swap
/dev/hda3 freebsd5.1 |
|