2011年8月27日 星期六

Recovery unbuntu from rsync

If you counter this " /proc/devices: fopen failed: No such file or directory".
mount the proc file system by:
mount -t proc proc /proc
And repaire the Grub2:
mount /dev/sda1/mnt/root
sudo chroot /mnt/root
mount -t proc proc /proc
grub-update
grub-install /dev/sda

沒有留言: