Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Cannot find -boot/silo.con
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo on Sparc
View previous topic :: View next topic  
Author Message
morrison
n00b
n00b


Joined: 13 Sep 2004
Posts: 7

PostPosted: Tue Sep 14, 2004 9:09 am    Post subject: Cannot find -boot/silo.con Reply with quote

Hi all,

I've just installed, at last, gentoo on my Ultra 5.

Now when booting a get next error :


Cannot find /boot/silo.conf (unknown ext2 error)

Couldn't load /boot/silo.conf

My silo.conf :

partition=1
root=/dev/hda4
timeout=4
image = /boot/image
label = linux


My fstab

/dev/hda1 /boot ext2 noauto,noatime 1 1
/dev/hda4 / ext3 noatime 0 0
/dev/hda2 none swap sw 0 0
/dev/hda5 /usr ext3 noatime 0 0
/dev/hda6 /home ext3 noatime 0 0


Also have copied silo.conf to /boot/etc/silo.conf but error persist.

Any suggestion ?

Thanks in advance
Back to top
View user's profile Send private message
labrador
Guru
Guru


Joined: 04 Oct 2003
Posts: 316

PostPosted: Wed Sep 15, 2004 1:45 am    Post subject: Noauto for /boot Reply with quote

I'd guess that /boot isn't mounted.

See in the fstab file it shows noauto - that tells the system
not to mount it on boot up.

Verify with the mount command or df

Use: mount /boot

and then try lilo -C /boot/silo.conf
again.
Back to top
View user's profile Send private message
zappa_the_great
n00b
n00b


Joined: 30 Dec 2003
Posts: 17
Location: Konstanz, Germany

PostPosted: Wed Sep 15, 2004 10:15 am    Post subject: Re: Cannot find -boot/silo.con Reply with quote

morrison wrote:
Hi all,

Cannot find /boot/silo.conf (unknown ext2 error)

Couldn't load /boot/silo.conf

My silo.conf :

partition=1
root=/dev/hda4
timeout=4
image = /boot/image
label = linux


My fstab

/dev/hda1 /boot ext2 noauto,noatime 1 1
/dev/hda4 / ext3 noatime 0 0
/dev/hda2 none swap sw 0 0
/dev/hda5 /usr ext3 noatime 0 0
/dev/hda6 /home ext3 noatime 0 0


Also have copied silo.conf to /boot/etc/silo.conf but error persist.


Hi,

First of all, having a separate /boot partition is a bad idea :-( If you didn't specify /boot/silo.conf explicitly when running silo, it picks up /etc/silo.conf (not /boot/etc/silo.conf). So you'd better check if /etc/silo.conf is correct. BTW, if your kernel image resides in /boot/image, it think should be
image = /image (without /boot) in your case. But IMHO, do yourself a favour and get rid of that /boot partition ;-)

HTH

JM
_________________
"I haven't lost my mind -- it's backed up on tape somewhere."
Back to top
View user's profile Send private message
rsborn
Tux's lil' helper
Tux's lil' helper


Joined: 10 Feb 2004
Posts: 105
Location: Webster, NY

PostPosted: Tue Sep 21, 2004 7:25 pm    Post subject: Reply with quote

I had this same problem and got varying answers but here is the one that worked (it was my own by the way)

What the other users said about not being mounted is correct but you don't need to mount boot to boot. Here is what my silo.conf looks like now:

partition = 1
root = /dev/hda4
timeout = 15
image = /vmlinux
label = linux
image = /vmlinux.smb
label = SMBKernel

Notice the lack of /boot since it is already booting from the boot partition, it is redundant to use the /boot

On an added note, I think it is a very GOOD idea to have boot on a seperate partition, has really saved me on occasion, I deleted the partition by accident once but since it was only boot files, I could resurrect it just by booting the live CD and repairing the one partition.

Just my 2 cents

Rick
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on Sparc All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum