Results 21 to 30 of 69
Originally Posted by Flatline
Now we're getting somewhere
What are the contents of the /gentoo-root/boot directory?
Posted them allready,
scourge boot # ls
boot vmlinux
remember?
(Or do I remember ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-03-2005 #21Just Joined!
- Join Date
- Jan 2005
- Posts
- 70
Originally Posted by Flatline
Posted them allready,
scourge boot # ls
boot vmlinux
remember?
(Or do I remember wrong and didn't post it hmm)
Anyway.
Flatline, and yes.
I know what needs to be told to lilo / grub them to boot correctly.
But the problem was more like "how" I put it there.
Some dude sayd that lilo doens't know how to boot from another disk, and he putted his slackware kernel image to Gentoos /boot dir and worked fine..
Maybe I should try that..
- 03-03-2005 #22
Sorry. So you should just need to give your lilo.conf file the path to the kernel image...
Incidentally, that /boot directory shows something named boot...is that a directory or a file? If it's a directory, could you post the contents?Code:# Gentoo image = /gentoo-root/boot/vmlinux root = /dev/hdc3 label = Gentoo read-only
There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence.
- Jeremy S. Anderson
- 03-03-2005 #23
You did post trhem before, you should add a stanza line this to your lilo.conf:
dylunioCode:image=/boot/vmliunx root = /dev/hdc3 label = Gentoo
- 03-03-2005 #24I agree, but I was just saying he could fix that later (I tend to be a "one thing at a time" kinda guy.It is always a good policy to be neat with one's fstab Fatline;
By the way, there's no need to call me fatline; I'm sensitive about my weight
There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence.
- Jeremy S. Anderson
- 03-03-2005 #25Just Joined!
- Join Date
- Jan 2005
- Posts
- 70
Originally Posted by Flatline
I'm not really sure what it is.
I looked in there long time a go before u came in to help me.
But anyway, it doesn't lead anywhere. Except back.
Dunno.
Anyway,
I tryed this:
root@scourge:/boot# cp /gentoo-root/boot/vmlinux /boot/
root@scourge:/boot# mv vmlinux vmlinux-gentoo
and then mobifyed lilo.conf
image = /boot/vmlinux-gentoo
root = /dev/hdc3
label = Gentoo
read-only
then run lilo:
root@scourge:/boot# lilo
Added Slackware *
Fatal: Setup length exceeds 31 maximum; kernel setup will overwrite boot loader
Wtf?
- 03-03-2005 #26
Why don't you give the setup I gave you a shot and see if it works?
There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence.
- Jeremy S. Anderson
- 03-03-2005 #27
Once you have edited your lilo.conf you must run as root
THIS IS VERY IMPORTANT!Code:/sbin/lilo
dylunio
- 03-03-2005 #28Just Joined!
- Join Date
- Jan 2005
- Posts
- 70
Yea I've done everything you told me and tryed stuff what u didn't told not to (I know something about linux so I tryed few things)
but that fatal error with lilo scares me a bit..
- 03-03-2005 #29
Try
image = /gentoo-root/boot/vmlinux
root = /dev/hdc3
label = Gentoo
read-onlyThere are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence.
- Jeremy S. Anderson
- 03-03-2005 #30Just Joined!
- Join Date
- Jan 2005
- Posts
- 70
Tryed allready. Same fatal error..
Originally Posted by Flatline


Reply With Quote
