Everything worked fine during the download and installation. However, after rebooting I got the following error message:
“Unable to mount root fs on unknown-block(0,0)” (the kernel is 3.7.10)
I tried booting with the previous kernel (3.1) without success.
It seems to me that the lvm2 support is not there.
I burned a rescue disk, booted and mounted the boot partition
$ sudo mount -w /dev/sda1 /mnt
but I cannot write into it. It says not enough free space but I know this is not true.
I need a way to fix this. The best will be to reinstall the bootloader and the kernel into the boot partition, but I could also mount the LVM2 partition to be able to copy everything and the reinstall from scratch.
On 2013-04-28 16:16, hegheg wrote:
> $ sudo mount -w /dev/sda1 /mnt
> but I cannot write into it. It says not enough free space but I know
> this is not true.
Prove it
Show commands to demonstrate facts, please. Try to write something, show
output of df, output of “mount”, etc.