At this point I successfully installed and rebooted Kubuntu.
Since I have a full and tailored linux system using the boot
loader lilo, I booted my system and wrote a lilo entry to
include the new Kubuntu system. Unfortunateley kubuntu
does not boot!! Here is the entry I wrote and the symptoms.
Thanks foor any help.
My system root: /dev/sda5.
kubuntu: /dev/sdb6 mounted on /SDB6 when running my current system.
lilo.conf:
boot = /dev/sda
message = /boot/boot_message.txt
prompt
timeout = 300
lba32
vga = normal
# MY CURRENT SYSTEM
image = /boot/bzImage
vga = 0x317
root = /dev/sda5
label = Palma
read-write
append="video=vesafb:ywrap,mtrr"
initrd=/boot/initrd-gentoo-highquality-1024x768
# KUBUNTU
image = /SDB6/vmlinuz
root = /dev/sdb6
label = Kubuntu
read-write
append="quiet splash"
initrd=/SDB6/initrd.img
other = /dev/sda1
label = WindowsDOS
table = /dev/sda
_________________________________
The system reads and uncompresses the kernel, displays the
normal boot splash, and a few seconds
after issuing the message "Mounting root filesystem", the screen
turns blank (black) with a blinking cursor on the left upper corner.
What is missing in my lilo.conf to boot kubuntu?!
Since I have a full and tailored linux system using the boot
loader lilo, I booted my system and wrote a lilo entry to
include the new Kubuntu system. Unfortunateley kubuntu
does not boot!! Here is the entry I wrote and the symptoms.
Thanks foor any help.
My system root: /dev/sda5.
kubuntu: /dev/sdb6 mounted on /SDB6 when running my current system.
lilo.conf:
boot = /dev/sda
message = /boot/boot_message.txt
prompt
timeout = 300
lba32
vga = normal
# MY CURRENT SYSTEM
image = /boot/bzImage
vga = 0x317
root = /dev/sda5
label = Palma
read-write
append="video=vesafb:ywrap,mtrr"
initrd=/boot/initrd-gentoo-highquality-1024x768
# KUBUNTU
image = /SDB6/vmlinuz
root = /dev/sdb6
label = Kubuntu
read-write
append="quiet splash"
initrd=/SDB6/initrd.img
other = /dev/sda1
label = WindowsDOS
table = /dev/sda
_________________________________
The system reads and uncompresses the kernel, displays the
normal boot splash, and a few seconds
after issuing the message "Mounting root filesystem", the screen
turns blank (black) with a blinking cursor on the left upper corner.
What is missing in my lilo.conf to boot kubuntu?!
Comment