View previous topic :: View next topic |
Author |
Message |
The Witt n00b
Joined: 07 Oct 2006 Posts: 5
|
Posted: Sun Oct 08, 2006 11:25 am Post subject: UDF-fs: No VRS found |
|
|
Hey guys,
I just finished the install of a Gentoo system. Upon the first boot I got a kernel panic error:
UDF-fs: No VRS found
No filesystem could mount root, tried: ext3 ext2 msdos vfat iso9660 ntfs udf
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(3,3)
This is dealing with the kernel. I have gotten this error before but went for a reinstall to try and fix it. Well that didn't work.
Any ideas? |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54801 Location: 56N 3W
|
Posted: Sun Oct 08, 2006 12:25 pm Post subject: |
|
|
The Witt,
unknown-block(3,3) means the kernel tried to read /dev/hda3 and could not understand what it found.
You have probably left the root filesystem driver out of the kernel, or made it a module, in which case, its on the partition that the kernel can't read. The root filesystem driver must be built into the kernel. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
The Witt n00b
Joined: 07 Oct 2006 Posts: 5
|
Posted: Sun Oct 08, 2006 3:35 pm Post subject: |
|
|
Alright a'll check that, but whats the deal with all of the other fs's its tried? |
|
Back to top |
|
|
|