I have recently installet ubuntu 8.10 on my AA1. The installation went well. On the original SD I choosed ext2 och / and on my extra SDHC 4GB choosed I 3GB for ext2 /home and 1GB for swap. I have installed the optimated kernel. Everything worked well the two first days but then the third day when i booted the computer it didn't. When the hardware is being checked, just before the login page are gonna show up i get a message that something is wrong, it says:
fsck.ext2: Unable to resolve 'UUID=5e1cc734-d4d9-4d8c-8948-fcbf2e2af342'
fsck died with exit status 8
*File system check failed.
A log is being saved in /var/log/fsck/checkfs if that location is writable.
Please repair the file system manually.
*A maintenance shell will now be started.
CONTROL-D will terminate the shell and resume system boot.
bash: no job control in this shell
root@jesper-netbook:~#
I have tried ignoring it but I can't log in after that. I have printed "exit" and then try to log in but I'm just getting the message that it can't find /home and so on. I have also got the tip to try to print fsck /dev/mmcblk0p6 which is the name of my partition where i have ext2(/home) on my SDHC card. But then I get the message:
fcsk 1.41.3 (12-Oct-2008)
e2fsck 1.41.3 (12-Oct-2008)
fcsk.ext2: No such file or directory while trying to open /dev/mmcblk0p6
The superblock could not be read or does not describe a correct ext2 filesystem. If the device is valid and it really contains an ext2 filesystem (and not swap or ufs or something else), then the superblock is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193 <device>
I try the line that is mentioned last in the message but then I just get the same message again. How can i solve this?!
fsck.ext2: Unable to resolve 'UUID=5e1cc734-d4d9-4d8c-8948-fcbf2e2af342'
fsck died with exit status 8
*File system check failed.
A log is being saved in /var/log/fsck/checkfs if that location is writable.
Please repair the file system manually.
*A maintenance shell will now be started.
CONTROL-D will terminate the shell and resume system boot.
bash: no job control in this shell
root@jesper-netbook:~#
I have tried ignoring it but I can't log in after that. I have printed "exit" and then try to log in but I'm just getting the message that it can't find /home and so on. I have also got the tip to try to print fsck /dev/mmcblk0p6 which is the name of my partition where i have ext2(/home) on my SDHC card. But then I get the message:
fcsk 1.41.3 (12-Oct-2008)
e2fsck 1.41.3 (12-Oct-2008)
fcsk.ext2: No such file or directory while trying to open /dev/mmcblk0p6
The superblock could not be read or does not describe a correct ext2 filesystem. If the device is valid and it really contains an ext2 filesystem (and not swap or ufs or something else), then the superblock is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193 <device>
I try the line that is mentioned last in the message but then I just get the same message again. How can i solve this?!