|
怎么将grub的启动方式转对哦啊lilo呢?(本人机器无法以grub形式启动)以下为我的grub.conf和lilo.conf,但是手动创建lilo.conf并执行lilo后,系统启动报错“error mounting /dev/root on /sysroot as ext: No such file or directory”。希望高手教下:p
--grub.conf
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,6)
# kernel /vmlinuz-version ro root=/dev/sda9
# initrd /initrd-version.img
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,6)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.27.5-117.fc10.i686)
root (hd0,6)
kernel /vmlinuz-2.6.27.5-117.fc10.i686 ro root=UUID=255a135b-2527-4fce-9768-2e079c01d7a0 rhgb quiet
initrd /initrd-2.6.27.5-117.fc10.i686.img
title Other
rootnoverify (hd0,0)
chainloader +1
--lilo.conf
prompt
timeout=15
default=WinXp
boot=/dev/sda
lba32
map=/boot/System.map-2.6.27.5-117.fc10.i686
image=/boot/vmlinuz-2.6.27.5-117.fc10.i686
label=Fedora
initrd=/boot/initrd-2.6.27.5-117.fc10.i686.img
read-only
append="clocksource=acpi_pm"
root=/dev/sda7
other=/dev/sda1
label=WinXp |
|