Results 11 to 20 of 20
you are right if I was trying to configure my menu.lst but I am trying to add Kubuntu to my lilo.conf file. If you read my previous posts, Mandrake over ...
- 07-05-2005 #11Just Joined!
- Join Date
- Mar 2005
- Location
- Minnesota
- Posts
- 25
you are right if I was trying to configure my menu.lst but I am trying to add Kubuntu to my lilo.conf file. If you read my previous posts, Mandrake over wrote my Kubuntu bootloader so I am trying to add to lilo not GRUB, but thanks for trying to help!
- 07-05-2005 #12
Re: little bump in the road
I don't think you have quite got it right, since you are stating a /dev/hda1/foo directory, /dev/hda1 is a device, not a directory
Originally Posted by utapez 
But anyhow, the following should work for kubuntu:I hope this works for you (btw I'm taking /dev/hda1 as your kubuntu partition, change it if it is not[/code]
Originally Posted by lilo.conf
- 07-05-2005 #13Just Joined!
- Join Date
- Mar 2005
- Location
- Minnesota
- Posts
- 25
First, thanks for helping me!
I had already tried the entry as you last suggested (got the error it couldn't find it)
Below is from my 'Kubuntu' file, maybe this will help sort this out.
title Ubuntu, kernel 2.6.10-5-386
#:2 <-- type: 0 => linux, 1 => windows, 2 => other
root (hd0,0)
kernel /boot/vmlinuz-2.6.10-5-386 root=/dev/hda1 ro quiet splash
initrd /boot/initrd.img-2.6.10-5-386
savedefault
boot
- 07-05-2005 #14
Erm, what I said [quote]##stanza for kubuntu
image = /boot/vmlinux-2.6.10-5-386
label = kubuntu
root = /dev/hda1
initrd=/boot/initrd.img-2.6.10-5-386[/code] should have worked, I take it that you ranafter the changes?Code:/sbin/lilo
Otherwise I can't think of what's wrong =/
If it still doesn't work you may want to try:(then run /sbin/lilo)##stanza for kubuntu
image = /boot/vmlinux-2.6.10-5-386
label = kubuntu
root = /dev/hda1
- 07-05-2005 #15Just Joined!
- Join Date
- Mar 2005
- Location
- Minnesota
- Posts
- 25
the only difference I see is you want me to put "image = /boot/vmlinux-2.6.10-5-386"
when the actual name of the kernel is "image = /boot/vmlinuz-2.6.10-5-386"
notice we differ on 'z' or using an 'x'
I have tried both, it can't find either.
What about the (hd0,0) reference?
additionally when I choose it at boot time it gives Error 15: File not found
and say kernel (hd1,4)/boot/vmlinuz-2.6.10-5-386 root=/dev/hda1
so how to I change the (hd1,4) reference to (hd0,0)
Thanks!
- 07-05-2005 #16
What your refering to:
is the way grub names drives, so these will not help.I have tried both, it can't find either.
What about the (hd0,0) reference?
additionally when I choose it at boot time it gives Error 15: File not found
and say kernel (hd1,4)/boot/vmlinuz-2.6.10-5-386 root=/dev/hda1
so how to I change the (hd1,4) reference to (hd0,0)
But are you useing grub or lilo? since the error you get reminds me of grub?
- 07-05-2005 #17Just Joined!
- Join Date
- Mar 2005
- Location
- Minnesota
- Posts
- 25
mmm, it seems like I am using GRUB to boot Mandrake?
GRUBv 0.95
- 07-05-2005 #18
OH....this makes sense now,
Ok, in your /boot/grub/grub.conf (may be menu.lst in MDK, i'm not sure)
Add this:to it. And it should work.title ubuntu
kernel (hd0,0)/boot/vmlinuz-2.6.10-5-386 root=/dev/hda1
initrd (hd0,0)/boot/initrd.img-2.6.10-5-386
- 07-05-2005 #19Just Joined!
- Join Date
- Mar 2005
- Location
- Minnesota
- Posts
- 25
Totally!
Yipee!
Thank you, thank you, thank you for working with me on this.
I'm back in Kubuntu land...I'm sure there will be more questions!
Glad you are out there--
- 07-05-2005 #20
I'm very glad you have it working

I should have asked at the start if you were using lilo or grub with MDK, I stupidly assumed that you would be useing lilo, which is default with MDK.


Reply With Quote
