
Originally Posted by
mixersoft
Followed the instructions to backup, but:
-after untarring and creating the necessary folders i rebooted.
-I then received the grub text (normal)
-Was greeted with the splash and got stuck there
-i let it sit and it eventually gets to the BusyBox v1.1.3 with error:
/bin/sh: can't access tty; job control turned off
(initramfs) --- (ram drive?)
Also tried to reinstall GRUB, but still got the same response. Any thoughts?
Yes your problem is UUID is in your menu list and your new UUID is not the same as your restored system. You need to go in and edit your menu.lst. It is almost impossible to recover without doing this. You will need to boot into a LiveCD then run and look for the partition that has your Ubuntu on it. Then mount it with
Code:
sudo mkdir /media/Ubuntu
and then (You will need to replace the red part with the proper partition name)
Code:
sudo mount /dev/hda1 /media/Ubuntu
then
Code:
sudo cp /media/Ubuntu/boot/grub/menu.lst /media/Ubuntu/boot/grub/menu.lst_backup
and then finally edit your grub like this:
Code:
sudo gedit /media/Ubuntu/boot/grub/menu.lst
Now where you see
Code:
root=UUID=930jks0dka-d-sljhasd - or some long number like this
You will need to replace the red part with: You need to put the proper partition name into the green part.
That is exactly why I don't recommend this backup method. If you have any questions feel free to post back.
Shane
Bookmarks