PDA

View Full Version : [ubuntu] Read Error on Boot



temjerk
December 8th, 2010, 07:24 PM
I was in class today and my file manager stopped responding. I would click to open Documents and it would hang with "Documents Opening" and then the task bar item would disappear. I figured it was a transient problem and rebooted but after rebooting it went through my bios load screen and then just displayed "READ ERROR".

My old Windows HDD works fine when I put it it in, but after many attempts I can't get Ubuntu to boot. Does anyone have any idea what could be causing this? Is my HDD dead?

oldfred
December 8th, 2010, 07:54 PM
Welcome to the forums.

Hard drive could be the issue.

From liveCD you can go to system, administration, Disk Utility click on the drive in the left panel and on the right is smart data. See if it reports errors.

You can also try this, change sdb1 to each of your linux partitions if more than one:
From liveCD so everything is unmounted, change sdb1 to your partition(s)
sudo e2fsck -C0 -p -f -v /dev/sdb1
if errors:
sudo e2fsck -f -y -v /dev/sdb1