Results 1 to 5 of 5
Hi people I am new to linux and was loading it into my laptop it was going great! until i turned my computer off, when i rebooted it. It did ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-22-2010 #1Just Joined!
- Join Date
- Feb 2010
- Posts
- 1
ubuntu not booting up
Hi people I am new to linux and was loading it into my laptop it was going great! until i turned my computer off, when i rebooted it. It did not work this was on the screen how do i fix ubuntu wildmoonelf (matt)
[ 2.238340 kernel panic-hot syncing :VFS: unable to mount root fs on unknown-block (8,2)
- 02-22-2010 #2
ubuntuforums.org/showthread.php?t=1047068
- 02-23-2010 #3Just Joined!
- Join Date
- May 2009
- Posts
- 2
That looks pretty much like a corrupted filesystem I would
, start from a live CD (so that the partition in question is not mounted) and run
"fsck /dev/sdaX" (for ext2/ ext3), "reiserfsck /dev/sdaX" (for reiserfs) or "xfs_repair /dev/sdaX"
(for XFS) and substitute /dev/sdaX with your actual partition.
for more information on fsck use a terminal and do man fsck
- 02-23-2010 #4
The corrupted filesystem is almost certainly the initramfs. Boot the live Ubuntu CD, but do
update-initramfs -k all -c -v
per the thread posted.
- 02-26-2010 #5
Corrupted...
Yep I concur or maybe fault on hard disk.
LiveCD is the way to go. If that runs and you can do things like get onto the Internet download and make a Sipergrub CD it has helped me out in the past. It can help at boot time when there are problems booting into systems. I don't think it will help in this instance though.
Try a reinstall if the LiveCD works.


Reply With Quote

