Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Nebwie installation failure :'(
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
vhkristof
Apprentice
Apprentice


Joined: 21 Jun 2003
Posts: 211
Location: Achel, Limburg, Belgium

PostPosted: Sat Jun 21, 2003 5:45 am    Post subject: Nebwie installation failure :'( Reply with quote

Hey,

Just installed Gentoo. Took a while, but hey... who cares :D

Now, after installation completed and I rebooted, I get:
"Kernel panic: VFS: Unable to mount root fs on 03:0d".

*sigh*


Maybe this helps, here are the partitions of my HD: (Using grub)
hd0,0 => WinXP
hd0,10 => /boot
hd0,11 => <swap>
hd0,12 => /
hd0,13 => /home
hd0,14 => /tmp
hd0,15 => /usr
hd0,16 => /var


This is my grub.conf:
default 0
timeout 30
splashimage=(hd0,0)/boot/grub/splash.xpm.gz

title=Gentoo Linux
root (hd0,10)
kernel (hd0,10)/boot/bzImage root=/dev/hda13

title=Windows XP
root (hd0,0)
chainloader (hd0,0)+1


Any idea?
I dunno what to do know, or how to go into rescueing my system.
Could you plz explain me all the steps ? :oops:


Thx !
Back to top
View user's profile Send private message
PowerFactor
Veteran
Veteran


Joined: 30 Jan 2003
Posts: 1693
Location: out of it

PostPosted: Sat Jun 21, 2003 6:39 am    Post subject: Reply with quote

Your grub.conf looks good. The splashimage entry should be pointing to your boot partition but that wont cause the problem you're seeing. Did you compile the proper filesytem support for your root fs into your kernel?
To get back in and work on your system just boot from the cd and chroot like you did during th installation.
Back to top
View user's profile Send private message
vhkristof
Apprentice
Apprentice


Joined: 21 Jun 2003
Posts: 211
Location: Achel, Limburg, Belgium

PostPosted: Sat Jun 21, 2003 6:45 am    Post subject: Reply with quote

Filesystems are compiled in the kernel:
ext2 and ReiserFs (I double checked it while installing).

Should I just
# make clean

and start all over compiling the kernel :cry:
Back to top
View user's profile Send private message
Cossins
Veteran
Veteran


Joined: 21 Mar 2003
Posts: 1136
Location: Copenhagen, Denmark

PostPosted: Sat Jun 21, 2003 7:02 am    Post subject: Reply with quote

ext3 should also be compiled-in.

- Simon
Back to top
View user's profile Send private message
vhkristof
Apprentice
Apprentice


Joined: 21 Jun 2003
Posts: 211
Location: Achel, Limburg, Belgium

PostPosted: Sat Jun 21, 2003 7:07 am    Post subject: Reply with quote

Goddamn ...

Why, I mean my boot partition is ext2 ...

Thx for the reply !
Back to top
View user's profile Send private message
Esben
Apprentice
Apprentice


Joined: 29 Jun 2002
Posts: 244
Location: Copenhagen/Denmark

PostPosted: Sat Jun 21, 2003 7:12 am    Post subject: Reply with quote

1. Make sure that you have compiled in support for the filesystem(s) you are using.
2. Post your /etc/fstab. While you are at it, take another look at it :-)

3. Your grub config looks strange to me, but if you get the "/boot" partition, I suppose the rest could be ok. I always go with three partions/HD myself, so I'm no wizard at grub and extended partitions.
_________________
regards, Esben
True trade is honest, but not merciful. Politics is dishonest, no matter how merciful... and war is neither honest nor merciful.... therefore, choose trade above politics, but politics above war.
Back to top
View user's profile Send private message
ozt
Apprentice
Apprentice


Joined: 13 Dec 2002
Posts: 212
Location: Stockholm

PostPosted: Sat Jun 21, 2003 7:32 am    Post subject: Re: Nebwie installation failure :'( Reply with quote

vhkristof wrote:
Hey,

Just installed Gentoo. Took a while, but hey... who cares :D

Now, after installation completed and I rebooted, I get:
"Kernel panic: VFS: Unable to mount root fs on 03:0d".

*sigh*


Maybe this helps, here are the partitions of my HD: (Using grub)
hd0,0 => WinXP
hd0,10 => /boot
hd0,11 => <swap>
hd0,12 => /
hd0,13 => /home
hd0,14 => /tmp
hd0,15 => /usr
hd0,16 => /var


This is my grub.conf:
default 0
timeout 30
splashimage=(hd0,0)/boot/grub/splash.xpm.gz

title=Gentoo Linux
root (hd0,10)
kernel (hd0,10)/boot/bzImage root=/dev/hda13

title=Windows XP
root (hd0,0)
chainloader (hd0,0)+1


Any idea?
I dunno what to do know, or how to go into rescueing my system.
Could you plz explain me all the steps ? :oops:


Thx !


title=Gentoo Linux
root (hd0,10)
kernel (hd0,10)/boot/bzImage root=/dev/hda13

try changing root(hd0,10) TO root(hd0,12) and as esben said check the support for your filesystems
_________________
=:)
Back to top
View user's profile Send private message
vhkristof
Apprentice
Apprentice


Joined: 21 Jun 2003
Posts: 211
Location: Achel, Limburg, Belgium

PostPosted: Sat Jun 21, 2003 7:42 am    Post subject: Reply with quote

Here is my /etc/fstab

/dev/BOOT /boot ext2 noauto, noatime 1 1
/dev/ROOT / xfs noatime 0 0
/dev/SWAP none swap sw 0 0
/dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro 0 0
proc /proc proc defaults 0 0

tmpfs /dev/shm tmpfs defaults 0 0


Thx for the help, I appreciate it !
Back to top
View user's profile Send private message
vhkristof
Apprentice
Apprentice


Joined: 21 Jun 2003
Posts: 211
Location: Achel, Limburg, Belgium

PostPosted: Sat Jun 21, 2003 7:57 am    Post subject: Reply with quote

Did what ozt said ...
still the same problem ...
Back to top
View user's profile Send private message
ozt
Apprentice
Apprentice


Joined: 13 Dec 2002
Posts: 212
Location: Stockholm

PostPosted: Sat Jun 21, 2003 8:03 am    Post subject: Reply with quote

well your /etc/fstab is definately wrong! :)

You are supposed to change the BOOT,ROOT,SWAP to the correct device.
_________________
=:)
Back to top
View user's profile Send private message
vhkristof
Apprentice
Apprentice


Joined: 21 Jun 2003
Posts: 211
Location: Achel, Limburg, Belgium

PostPosted: Sat Jun 21, 2003 8:04 am    Post subject: Reply with quote

same thing than for /home, /usr, /... ?

and i have to change it to /mnt/... ?

what do i do with the tmpfs and the proc ?


Last edited by vhkristof on Sat Jun 21, 2003 8:10 am; edited 1 time in total
Back to top
View user's profile Send private message
Braempje
l33t
l33t


Joined: 31 Jan 2003
Posts: 748

PostPosted: Sat Jun 21, 2003 8:09 am    Post subject: Reply with quote

vhkristof wrote:
Here is my /etc/fstab

/dev/BOOT /boot ext2 noauto, noatime 1 1
/dev/ROOT / xfs noatime 0 0
/dev/SWAP none swap sw 0 0
/dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro 0 0
proc /proc proc defaults 0 0

tmpfs /dev/shm tmpfs defaults 0 0


You should replace BOOT, ROOT and SWAP by the right partitions.
According to your system, they should be replaced by:
BOOT: hda10
SWAP: hda11
ROOT: hda12
Also keep in mind that you should also put your /usr, /tmp etc in fstab, the same way you put your root in it...
(I don't have acces to my gentoo right now, but can anybody check for the 0s and 1s at the back? There should be another entry for root, but I can't check wich one)
_________________
Dictionary of the Flemish Sign Language - Woordenboek Vlaamse Gebarentaal
Back to top
View user's profile Send private message
vhkristof
Apprentice
Apprentice


Joined: 21 Jun 2003
Posts: 211
Location: Achel, Limburg, Belgium

PostPosted: Sat Jun 21, 2003 8:15 am    Post subject: Reply with quote

What do I have to type in these fields:
<type> <opts> <dump/pass> ?

do i need proc (and which dev is it anyway ...) and tmpfs ?

I'm using reiserfs ...
Back to top
View user's profile Send private message
vhkristof
Apprentice
Apprentice


Joined: 21 Jun 2003
Posts: 211
Location: Achel, Limburg, Belgium

PostPosted: Sat Jun 21, 2003 8:35 am    Post subject: Reply with quote

owkey, found out what to use for reiserfs in the type field => reiserfs :oops:

What about the rest ?
Back to top
View user's profile Send private message
Braempje
l33t
l33t


Joined: 31 Jan 2003
Posts: 748

PostPosted: Sat Jun 21, 2003 10:02 am    Post subject: Reply with quote

You shouldn't change anything else, that's all filled in for you. Proc etc. shouldn't be changed, their defaults work perfectly.
If you have a new partition like /usr, you should copy from the / entry, because you probably want a similar behaviour, and the filesystem will most likely be the same.
_________________
Dictionary of the Flemish Sign Language - Woordenboek Vlaamse Gebarentaal
Back to top
View user's profile Send private message
vhkristof
Apprentice
Apprentice


Joined: 21 Jun 2003
Posts: 211
Location: Achel, Limburg, Belgium

PostPosted: Sat Jun 21, 2003 10:45 am    Post subject: Reply with quote

Did all the things you guys said...
It does not work ...
Recompiled the kernel ... still getting that error ...

Last resort: re-installing from stage1 :s
Back to top
View user's profile Send private message
Braempje
l33t
l33t


Joined: 31 Jan 2003
Posts: 748

PostPosted: Sat Jun 21, 2003 11:14 am    Post subject: Reply with quote

Could you post your new fstab? You might still have the same errors after reinstallation, because it's not really an installation problem...
_________________
Dictionary of the Flemish Sign Language - Woordenboek Vlaamse Gebarentaal
Back to top
View user's profile Send private message
vhkristof
Apprentice
Apprentice


Joined: 21 Jun 2003
Posts: 211
Location: Achel, Limburg, Belgium

PostPosted: Sat Jun 21, 2003 11:48 am    Post subject: Reply with quote

Damn, to late .. :)

I can repost it in about 12 hours or so.
Don't know how long installation from stage1 on a P3 600
will take.

Thx for the reply!
Back to top
View user's profile Send private message
gmichels
Guru
Guru


Joined: 20 Jun 2003
Posts: 480
Location: Brazil

PostPosted: Sat Jun 21, 2003 1:33 pm    Post subject: Re: Nebwie installation failure :'( Reply with quote

vhkristof wrote:
Hey,

This is my grub.conf:
default 0
timeout 30
splashimage=(hd0,0)/boot/grub/splash.xpm.gz

title=Gentoo Linux
root (hd0,10)
kernel (hd0,10)/boot/bzImage root=/dev/hda13



I guess you should remove that boot from the kernel line. Since (hd0,10) is already your boot partition, you don't need to mention it.

Then it would look like this

Code:
title=Gentoo Linux
root (hd0,10)
kernel (hd0,10)/bzImage root=/dev/hda13
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo 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