Results 1 to 7 of 7
i've WinXP,slackware,and gentoo installed.
winxp on hda1 slackware on hda5 gentoo on hda6
i use lilo (was installed with slackware).
i didnot use a boot partition for slackware or gentoo.
...
- 01-16-2004 #1Linux Newbie
- Join Date
- Jan 2004
- Location
- Istanbul,Turkey
- Posts
- 151
Booting problem...
i've WinXP,slackware,and gentoo installed.
winxp on hda1 slackware on hda5 gentoo on hda6
i use lilo (was installed with slackware).
i didnot use a boot partition for slackware or gentoo.
i copied gentoo's kernel image to slackwares boot partition and configured lilo.conf accordingly.
However gentoo doesnt boot.Code:image ="/boot/kernel-gentoo" // this directory is on /dev/hda5 root="/dev/hda6"
is it possible to boot gentoo without create a boot partition? or reinstall boot loader?
[/code]
- 01-17-2004 #2Linux Engineer
- Join Date
- Dec 2002
- Location
- New Zealand
- Posts
- 766
u shoudl be able to just make a /boot directory on the gentoo roto partition and put the kerenel here. then set up lilo etc to point at this kernel.
- 01-17-2004 #3Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Doesn't boot? In just what way? What happens instead?
- 01-17-2004 #4Linux Newbie
- Join Date
- Jan 2004
- Location
- Istanbul,Turkey
- Posts
- 151
to dolda2000
first lilo checks kernel,sasy ok,then goes to blank screen and caps-lock light flashes.
to hellmasker
the kernel is also in gentoo's boot folder,but since lilo is in slckware's partition,how can i point gentoo's boot folder from there?
- 01-17-2004 #5Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Are you sure that you compiled your kernel correctly? A kernel panic at boot time usually means that you've selected the wrong CPU family or the like.
Originally Posted by mesbaba8
The easiest way is to mount gentoo's boot partition somewhere and then point LILO to whereever you mounted it.
Originally Posted by mesbaba8
- 01-17-2004 #6Linux Newbie
- Join Date
- Jan 2004
- Location
- Istanbul,Turkey
- Posts
- 151
ok,
i installed 1st winxp,2nd slackware (with lilo),3rd gentoo(i didnt install boot loader with gentoo).
here is my hdd:
dolda saidCode:hda1 winXP hda5 slackware hda6 gentoo hda7 swap
there is no such partitionmount gentoo's boot partition
my lilo.conf is
Thank youCode:image="/boot/kernel" root="/dev/hda5" title="Slack" other="/dev/hda1" title="Win" image="what can i write here?" root="/dev/hda6" title="Gentoo"
- 01-18-2004 #7Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Is no such partition? Then, what would you call hda6? If I were you, I would create a mountpoint like /mnt/gentoo or such, the mount hda6 on there and add image="/mnt/gentoo/boot/kernel" to lilo.conf. Of course, I would really suggest that you use GRUB instead of LILO - then you wouldn't have to go through these troubles at all.


Reply With Quote
