UbuntuThis forum is for the discussion of Ubuntu Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/hda8.
title Slackware 10.1 (on /dev/hda8)
root (hd0,7)
kernel /boot/vmlinuz root=/dev/hda8 ro
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/hda6.
title CentOS 4.0 (2.6.9-5.0.3.EL) (on /dev/hda6)
root (hd0,5)
kernel /boot/vmlinuz-2.6.9-5.0.3.EL ro
initrd /boot/initrd-2.6.9-5.0.3.EL.img
savedefault
boot
I don't see anything unusual in that.
Slackware too, boots in an unusual way. I don't know why!
Last edited by duffmckagan; 06-27-2005 at 10:35 PM.
I am getting Kernel panics with Slackware.
Cent OS just doesn't boot.
Everything was working fine, before Ubuntu was installed.
This was my previous menu.lst. I have restored it back now. But still no luck.
Code:
title Ubuntu, kernel 2.6.10-5-386
root (hd0,6)
kernel /boot/vmlinuz-2.6.10-5-386 root=/dev/hda7 ro quiet splash
initrd /boot/initrd.img-2.6.10-5-386
savedefault
boot
title Ubuntu, kernel 2.6.10-5-386 (recovery mode)
root (hd0,6)
kernel /boot/vmlinuz-2.6.10-5-386 root=/dev/hda7 ro single
initrd /boot/initrd.img-2.6.10-5-386
savedefault
boot
title Ubuntu, kernel memtest86+
root (hd0,6)
kernel /boot/memtest86+.bin
savedefault
boot
### END DEBIAN AUTOMAGIC KERNELS LIST
# This is a divider, added to separate the menu items below from the Debian
# ones.
title Other operating systems:
root
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/hda8.
title Slackware 10.1 (on /dev/hda8)
root (hd0,7)
kernel /boot/vmlinuz root=/dev/hda8 ro
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/hda6.
title CentOS 4.0 (2.6.9-5.0.3.EL) (on /dev/hda6)
root (hd0,5)
kernel /boot/vmlinuz-2.6.9-5.0.3.EL ro root=LABEL=/ rhgb quiet
initrd /boot/initrd-2.6.9-5.0.3.EL.img
savedefault
boot
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/hda1
title Microsoft Windows XP Professional
root (hd0,0)
savedefault
makeactive
chainloader +1
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.