You are not logged in.

#1 2007-01-05 18:03:49

whatsreal
Member
Registered: 2007-01-05
Posts: 2

lilo trouble with the latest pacman

I decided to try lilo after upgrading my packages with pacman -Syu today.  I ran sudo lilo like the upgrade instructed, but I now have issues.   when I boot it says

No filesystem could mount root, tried:
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(3,3)

and breaks
can someone supply me with the correct options to enter when I see
boot: on the screen?

thanks

Offline

#2 2007-01-06 06:58:54

crouse
Arch Linux f@h Team Member
From: Iowa - USA
Registered: 2006-08-19
Posts: 907
Website

Re: lilo trouble with the latest pacman

IF you  have a slax live cd laying around, you could boot that and fix lilo...... that's where i'm guessing the error is.

/etc/lilo.conf

initrd=/boot/vmlinuz26.img

change that line to:

initrd=/boot/kernel26.img

This is just a guess, but without more info, we don't have much to go on......

Offline

#3 2007-01-06 18:50:50

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: lilo trouble with the latest pacman

crouse wrote:

/etc/lilo.conf

image=/boot/vmlinuz26

change that line to:

initrd=/boot/kernel26.img

That is incorrect. you need both the image and initrd line.

Can you post your lilo.conf?

Offline

#4 2007-01-07 19:10:26

crouse
Arch Linux f@h Team Member
From: Iowa - USA
Registered: 2006-08-19
Posts: 907
Website

Re: lilo trouble with the latest pacman

ackkkkkkk 

sorry..... sad

I meant just the initrd line had changed.... i corrected my post above.......

fwiw ..... for the OP, my lilo looks like this........

# /etc/lilo.conf

boot=/dev/hda
vga=773
default=arch
timeout=50
lba32
prompt

image=/boot/vmlinuz26
        label=arch
        append="root=/dev/hda3 earlymods=piix"
        initrd=/boot/kernel26.img
        read-only

Offline

#5 2007-01-07 19:48:40

noriko
Member
From: In My Mind
Registered: 2006-06-09
Posts: 535
Website

Re: lilo trouble with the latest pacman

the root should be'; sda
change hda3 to sda3

i don't think the boot= option needs changing since lilo already finds the kernel;

i dunno much about lilo, but i think u can press [TAB] at the boot prompt to edit it  ..


The.Revolution.Is.Coming - - To fight, To hunger, To Resist!

Offline

Board footer

Powered by FluxBB