Comment 25 for bug 656526

Revision history for this message
Vadim Kotov (kotov) wrote :

Found a solution for this, posted here : http://superuser.com/a/427005
* Boot from a live Ubuntu CD
* Remove the first inode
sudo debugfs -w /dev/sda1
debugfs 1.41.11 (14-Mar-2010)
debugfs: clri <8>
debugfs: quit
* Restart into Live CD again and do
sudo fsck -yv /dev/sda1

It will work this time.