Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Strange Gentoo v1.4 Issue
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
AutoBot
l33t
l33t


Joined: 22 Apr 2002
Posts: 968
Location: Usually Out

PostPosted: Wed Aug 07, 2002 12:49 am    Post subject: Strange Gentoo v1.4 Issue Reply with quote

Ok I booted the 1.3 iso, wgot the 1.4 stage 3 tarball, installed everything as I have so many times before, I cannot boot for anything. Everytime I try all I get is kernel panic and for the life of me I can't figure the problem, here is a rundown and maybe someone will see something I'm not:

1) My filesystem for root and boot is ReiserFS and I've triple checked the kernel config to make sure ReiserFS is indeed enabled which it is.

2) My fstab is correct as I have triple checked it.

3) Triple checked my partitions and numbers of them, all fine.

4) Mounted my root and boot partitions with the rescue disk and with knoppix without any issues.

5) Properly identified root=/dev/hda3 on my syslinux bootdisk as normal.

So I am at a loss, I have no idea what else to do.....what about any of you?

.: Oh and I have tried mjc-sources and gentoo-sources, current kernel is gentoo-sources.
_________________
This message self destructed a long time ago.
Back to top
View user's profile Send private message
yokem55
Guru
Guru


Joined: 18 Apr 2002
Posts: 360
Location: Oregon

PostPosted: Wed Aug 07, 2002 5:53 am    Post subject: Reply with quote

what does the kernel panick during the boot?
Back to top
View user's profile Send private message
AutoBot
l33t
l33t


Joined: 22 Apr 2002
Posts: 968
Location: Usually Out

PostPosted: Wed Aug 07, 2002 5:59 am    Post subject: Reply with quote

Yes I get a kernel panic of /dev/hda3 not found, when it's right there and in good working condition.
_________________
This message self destructed a long time ago.
Back to top
View user's profile Send private message
b-llwyd
Guru
Guru


Joined: 24 Jul 2002
Posts: 302
Location: Uppsala, Sweden

PostPosted: Wed Aug 07, 2002 6:31 am    Post subject: Reply with quote

You used the 'notail' option in grub? (didnt see it mentioned in your list of triple checks)
Back to top
View user's profile Send private message
AutoBot
l33t
l33t


Joined: 22 Apr 2002
Posts: 968
Location: Usually Out

PostPosted: Wed Aug 07, 2002 7:17 am    Post subject: Reply with quote

b-llwyd wrote:
You used the 'notail' option in grub? (didnt see it mentioned in your list of triple checks)


I don't use grub, but yes notail is in fstab.
_________________
This message self destructed a long time ago.
Back to top
View user's profile Send private message
Pigeon
Guru
Guru


Joined: 21 Jun 2002
Posts: 307

PostPosted: Wed Aug 07, 2002 7:58 am    Post subject: Reply with quote

I use lilo.. can't help you with any other boot manager :P

Stuff to double/quadrupal check in the kernel... IDE drivers are installed for your chipset? /dev fs support is installed? PC BIOS partition types enabled under Filesystems -> Partition types? (shouldn't need that, but won't hurt if it's enabled) /dev/hda3 not found definitely sounds like more of a kernel config problem than anything.

As you can tell I'm grasping at straws here... :(
Back to top
View user's profile Send private message
IWBCMAN
Guru
Guru


Joined: 25 Jun 2002
Posts: 474

PostPosted: Wed Aug 07, 2002 9:04 am    Post subject: Reply with quote

perhaps this helps

disable smp, acip, apic and apm in your kernel...if that helps turn them back on(one at a time) and see if that helps...apic causes kernel panic on all my machines...under lilo there used to be an option to turn apic(or was it acpi ? off..cant remeber.......
Back to top
View user's profile Send private message
AutoBot
l33t
l33t


Joined: 22 Apr 2002
Posts: 968
Location: Usually Out

PostPosted: Wed Aug 07, 2002 9:30 am    Post subject: Reply with quote

IWBCMAN: all those are disabled currently

Pigeon: all systems go there also

.: As you can see by my number of posts that I have been an active gentoo user and have configured a fully working gentoo desktop over 20 times, this issue almost has to be directly related to the 1.4 tarball but I am not positive on this. I appreciate everyones help, looks like I will just have to start from stage 1 and file a bug for stage 3, but what to say in said bug report I have no idea.
_________________
This message self destructed a long time ago.
Back to top
View user's profile Send private message
sebest
Apprentice
Apprentice


Joined: 03 Jul 2002
Posts: 163
Location: Paris - France

PostPosted: Wed Aug 07, 2002 10:59 am    Post subject: Reply with quote

Did you try to compile a kernel on another pc and use it to boot on your gentoo 1.4

Because if you get a "kernel panic: unable to mount root fs /dev/hda3"

I can't see the link between this problem and gentoo, because at this moment the only thing that is gentoo specific is the version of the kernel (gentoo-kernel-?) and the kernel's compilation (gentoo's gcc 3.?)

Maybe you should try with a vanilla kernel.

I guess it's not a scsi hdd?!
Back to top
View user's profile Send private message
hielvc
Advocate
Advocate


Joined: 19 Apr 2002
Posts: 2805
Location: Oceanside, Ca

PostPosted: Wed Aug 07, 2002 3:26 pm    Post subject: Reply with quote

Why not try ext3 filesytem or heck ext2? Ive seen several post about reisfer probs with the kernels. Its just a thought. Another idea can you make a boot disk from a from a working system with reiser?
Back to top
View user's profile Send private message
jsubl2
n00b
n00b


Joined: 19 Jun 2002
Posts: 35

PostPosted: Wed Aug 07, 2002 4:09 pm    Post subject: Reply with quote

I have installed 1.4, all went okay.
I used the stage3 athlon-xp tar ball.
hda2 ext2 boot
hda3 swap
hda6 and hde3 = /dev/md0 reiserfs
kernel = gentoo-sources.

I installed from a working gentoo1.2.
Back to top
View user's profile Send private message
AutoBot
l33t
l33t


Joined: 22 Apr 2002
Posts: 968
Location: Usually Out

PostPosted: Wed Aug 07, 2002 6:08 pm    Post subject: Reply with quote

I guess I will start from stage 1 like I usually do.
_________________
This message self destructed a long time ago.
Back to top
View user's profile Send private message
AutoBot
l33t
l33t


Joined: 22 Apr 2002
Posts: 968
Location: Usually Out

PostPosted: Wed Aug 07, 2002 6:09 pm    Post subject: Reply with quote

Oh and it has nothing to do with ReiserFS, I have been using it for along time.
_________________
This message self destructed a long time ago.
Back to top
View user's profile Send private message
johnsonian
n00b
n00b


Joined: 08 Jul 2002
Posts: 4

PostPosted: Fri Aug 09, 2002 2:58 pm    Post subject: Reply with quote

Alright, nobodies posted to this in a few days, but I'm having what seems to be the same problem, and I can't find another thread on it here. The only difference is that I'm using XFS, not ReiserFS, so it seems this problem isn't specific to and particular FS.

Basically, despite the fact that my fstab points to /dev/hda4, a working XFS partition, I still get

XFS: bad magic number
XFS: sb failed...
Kernel panic: VFS: unable to mount root fs on 03:04

upon bootup. Hopefully someone is able to understand what is going on here, as it seems to be gentoo-specific as well.
Back to top
View user's profile Send private message
AutoBot
l33t
l33t


Joined: 22 Apr 2002
Posts: 968
Location: Usually Out

PostPosted: Fri Aug 09, 2002 4:14 pm    Post subject: Reply with quote

johnsonian wrote:
Alright, nobodies posted to this in a few days, but I'm having what seems to be the same problem, and I can't find another thread on it here. The only difference is that I'm using XFS, not ReiserFS, so it seems this problem isn't specific to and particular FS.

Basically, despite the fact that my fstab points to /dev/hda4, a working XFS partition, I still get

XFS: bad magic number
XFS: sb failed...
Kernel panic: VFS: unable to mount root fs on 03:04

upon bootup. Hopefully someone is able to understand what is going on here, as it seems to be gentoo-specific as well.


What stage did you start from, I haven't had time to do a stage 1 yet but when I do I will post back and tell the results.
_________________
This message self destructed a long time ago.
Back to top
View user's profile Send private message
johnsonian
n00b
n00b


Joined: 08 Jul 2002
Posts: 4

PostPosted: Fri Aug 09, 2002 4:49 pm    Post subject: Reply with quote

AutoBot wrote:


What stage did you start from, I haven't had time to do a stage 1 yet but when I do I will post back and tell the results.


I did it with only a stage1 tarball. Actually, the system worked for a few weeks, until I had to reinstall Win2K on another partition. Ever since, it's been doing this, despite my being able to boot from the bootdisk with 'linux root=/dev/hda3'. I'm also running a gentoo-sources kernel, if it makes any difference.
Back to top
View user's profile Send private message
therobot
Apprentice
Apprentice


Joined: 07 Jun 2002
Posts: 256
Location: Canada

PostPosted: Fri Aug 09, 2002 5:08 pm    Post subject: Reply with quote

a few weeks eh? 1.4beta only came out like last week.
Back to top
View user's profile Send private message
AutoBot
l33t
l33t


Joined: 22 Apr 2002
Posts: 968
Location: Usually Out

PostPosted: Fri Aug 09, 2002 5:31 pm    Post subject: Reply with quote

therobot wrote:
a few weeks eh? 1.4beta only came out like last week.


Thats not exactally being helpful, and is the second time I have seen you criticize what someone post.....having a bad week buddy?
_________________
This message self destructed a long time ago.
Back to top
View user's profile Send private message
therobot
Apprentice
Apprentice


Joined: 07 Jun 2002
Posts: 256
Location: Canada

PostPosted: Fri Aug 09, 2002 5:40 pm    Post subject: Reply with quote

I guess I was pointing out that maybe he wasn't using 1.4b, and therefor his tips may be misleading. I don't know, I've barely slept in a week.
Back to top
View user's profile Send private message
AutoBot
l33t
l33t


Joined: 22 Apr 2002
Posts: 968
Location: Usually Out

PostPosted: Fri Aug 09, 2002 5:43 pm    Post subject: Reply with quote

therobot wrote:
I guess I was pointing out that maybe he wasn't using 1.4b, and therefor his tips may be misleading. I don't know, I've barely slept in a week.


Fair enough, I also know what it's like trying to function normally with a severe lack of sleep. :)
_________________
This message self destructed a long time ago.
Back to top
View user's profile Send private message
johnsonian
n00b
n00b


Joined: 08 Jul 2002
Posts: 4

PostPosted: Fri Aug 09, 2002 6:30 pm    Post subject: Reply with quote

Actually, my bad it seems. I appear to be behind the times, still running 1.3beta. Sorry guys... although the problem appears to still be exactly the same, and I 'd like to see it resolved in 1.4 before it is released. Well, cheers folks.
Back to top
View user's profile Send private message
pilla
Bodhisattva
Bodhisattva


Joined: 07 Aug 2002
Posts: 7729
Location: Underworld

PostPosted: Fri Aug 09, 2002 6:33 pm    Post subject: initrd Reply with quote

have you tried to make an initrd image (mkinitrd) , which will load a reiserfs module when you boot?

Hope this will help you.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things 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