Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 100644 - Kernel panic when booting UDF-fs: No partition found (1)
Summary: Kernel panic when booting UDF-fs: No partition found (1)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: PPC64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-28 15:19 UTC by zak
Modified: 2005-07-31 07:13 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description zak 2005-07-28 15:19:54 UTC
i just finished installing everything on the cd and went to boot from the hdd 
and i get a kernel panic. this is the lines i get:
UDF-fs: No partition found (1)
not syncing: VFS: unable to mount root fs on uknown-block(3,3)

Reproducible: Always
Steps to Reproduce:
1. nothing special just trying to install gentoo



im running a athlon 950 mhz computer, if you need more info on it ask
my grub file is as follows-
default 0 
timeout 30 
title=Gentoo Linux 2.6.12-r6 
root (hd0,0) 
kernel /kernel-2.6.12-gentoo-r6 root=/dev/hda3
Comment 1 Stian Skjelstad 2005-07-29 05:14:45 UTC
Does the kernel detect the harddrives?

I presume your rootfs is an UDF filesystem?

unknown-block(3,3) doesn't seem to good, so did you make your own kernel or did
you use genkernel?

the .config file from the kernel could be nice to have
Comment 2 zak 2005-07-30 01:20:27 UTC
(In reply to comment #1)
> Does the kernel detect the harddrives?
> I presume your rootfs is an UDF filesystem?
> unknown-block(3,3) doesn't seem to good, so did you make your own kernel or 
did
> you use genkernel?
> the .config file from the kernel could be nice to have

I fixed it, i went into the make menuconfig and changed the filesystem format 
to reiserfs supported and disabled jfs, works fine now sorry for the waste of 
time :-D

Comment 3 Jakub Moc (RETIRED) gentoo-dev 2005-07-31 07:13:58 UTC
OK, closing. Thanks for reporting back.