Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Kernel Panic: VFS: Unable to mount root fs on 01:00 [Solved]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish)
View previous topic :: View next topic  
Author Message
shadoww
Retired Dev
Retired Dev


Joined: 30 Sep 2004
Posts: 34
Location: Poland, Leżajsk

PostPosted: Thu Sep 30, 2004 6:43 pm    Post subject: Kernel Panic: VFS: Unable to mount root fs on 01:00 [Solved] Reply with quote

Witam.

Na początku napisze, że jestem newbie w sprawach gentoo i linuxa więc prosze o wyrozumiałość, a takpozatym to mój pierwszy post tutaj, a więc witam wszystkich. :-) A teraz do rzeczy, otóż zainstalowałem sobie Gentoo 2004.2 na dysku SATA, wszystko dobrze poszło, dysk wykryty jako sda. Do momentu bootowania systemu ... kilka razy już przekomilowałem jądro radząc sobie z kolejnymi problemami i 'panicami' ale teraz poddałem się... Wyskakuje błąd taki jak poniżej, (dodam jeszcze że kernel jest w wersji 2.4.27):

Code:
sh-2021:resiserfs_read_super: can not find resiserfs on ramdisk(1,0)
mount JFS Failure: -22
Kernel Panic: VFS: Unable to mount root fs on 01:00


i zima ... komputer stoi. Dodam jeszcze, że przy chrootowaniu sie do systemu z LiveCD dysk jest widziany jak już mówiłem jako sda, natomiast gdy już ładuje się 'czysty' system z dysku widziany jest jako hde. Poniżej zamieszczam jeszcze zawartość fstab, .config oraz grub.conf

Dzięku za odpowiedźi.
Pozdrawiam

grub.conf:

Code:
default 1
timeout 15
splashimage=(hd0,4)/boot/grub/splash.xpm.gz

title=Gentoo Linux
    root (hd0,4)
   kernel /boot/kernel-2.4.27 root=/dev/ram0 real_root=/dev/hde5 init=/linuxrc vga=0x317 splash=verbose initrd /boot/initrd-2.4.27
title=Windows XP
   rootnoverify (hd0,0)
   makeactive
   chainloader +1


fstab:

Code:
# <fs>                <mountpoint>    <type>     <opts>         <dump/pass>
/dev/hde5         /         ext3      noatime         0 0
/dev/hde4         none         swap      sw            0 0
/dev/cdroms/cdrom0   /mnt/cdrom      iso9660   noauto,ro         0 0
none            /proc         proc      defaults         0 0
none            /dev/shm      tmpfs      defaults         0 0


.config: http://paste.phpfi.com/31665


Last edited by shadoww on Fri Oct 01, 2004 12:08 pm; edited 1 time in total
Back to top
View user's profile Send private message
Tsonn
Guru
Guru


Joined: 03 Jun 2004
Posts: 550

PostPosted: Thu Sep 30, 2004 8:48 pm    Post subject: Reply with quote

I don't speak Polish, but I do speak grub :-)... you might try adding 'ramdisk=8192':

Code:

default 1
timeout 15
splashimage=(hd0,4)/boot/grub/splash.xpm.gz

title=Gentoo Linux
    root (hd0,4)
    kernel /boot/kernel-2.4.27 root=/dev/ram0 real_root=/dev/hde5 init=/linuxrc vga=0x317 splash=verbose ramdisk=8192
    initrd /boot/initrd-2.4.27
title=Windows XP
   rootnoverify (hd0,0)
   makeactive
   chainloader +1

_________________
If your question was answered, please edit the first post and add [SOLVED] to the title. Thanks!
Back to top
View user's profile Send private message
shadoww
Retired Dev
Retired Dev


Joined: 30 Sep 2004
Posts: 34
Location: Poland, Leżajsk

PostPosted: Fri Oct 01, 2004 12:07 pm    Post subject: Reply with quote

WoW Man you are my guru :)) It works perfectly thanks :))
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish) 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