Quote
root = /dev/hdb1
initrd = /media/hdb1/boot/initrd.img-2.6.20-16-generic
label = Ubuntu
read-only
This is what my lilo.conf file looks like now
# LILO configuration file # generated by 'liloconfig' # # Start LILO global section boot = /dev/hda message = /boot/boot_message.txt prompt timeout = 7500 # Override dangerous defaults that rewrite the partition table: change-rules reset # VESA framebuffer console @ 1024x768x256 vga = 773 # Normal VGA console # vga = normal # VESA framebuffer console @ 1024x768x64k # vga=791 # VESA framebuffer console @ 1024x768x32k # vga=790 # VESA framebuffer console @ 1024x768x256 # vga=773 # VESA framebuffer console @ 800x600x64k # vga=788 # VESA framebuffer console @ 800x600x32k # vga=787 # VESA framebuffer console @ 800x600x256 # vga=771 # VESA framebuffer console @ 640x480x64k # vga=785 # VESA framebuffer console @ 640x480x32k # vga=784 # VESA framebuffer console @ 640x480x256 # vga=769 # End LILO global section # Linux bootable partition config begins image = /boot/vmlinuz root = /dev/hda1 label = Slackware read-only image = /media/hdb1/boot/vmlinuz-2.6.20-16-generic root = /dev/hdb1 initrd = /media/hdb1/boot/initrd.img-2.6.20-16-generic label = Ubuntu read-only # Linux bootable partition config ends
After that I mounted /dev/hdb1 to /media/hdb1 and ran lilo:
Quote
root@gibson:/etc# lilo
Warning: LBA32 addressing assumed
Added Slackware *
Added Ubuntu
One warning was issued.
I then restarted my computed and tried booting Ubuntu.
It started loading up but never made it to Ubuntu's splash screen for loading... instead I just got a bunch of text. In the text I saw something similar to HDA1 PORT ALREADY IN USE and same with HDB1.
Any ideas?
Also if this helps...
Back when I just had Ubuntu, I used Grub and it loaded Ubuntu fine. But since Slackware installed Lilo to the MBR, I can't use Grub. Anyway, here is the entry in the /boot/grub/menu.lst file: (on hdb1)
Quote
root (hd1,0)
kernel /boot/vmlinuz-2.6.20-16-generic root=UUID=ab261830-c788-4e15-9233-c11a6c299921 ro qui$
initrd /boot/initrd.img-2.6.20-16-generic
quiet
savedefault
and /boot/grub/device.map
Quote
(hd1) /dev/hdb
This post has been edited by ansichart: 16 April 2008 - 05:13 AM

Sign In »
Register Now!
Help
















