October 20, 2013

[SOLVED]grub rescue

After unfortunate partition deletion/recovery I landed in "grub rescue" prompt

This helped me to get into ubuntu and repair the

#list your partitions
ls


#try to list contents of your linux partition and finding grub folder
ls (hd0,msdos3)/boot/grub


#use this partition
set prefix=(hd0,msdos3)/boot/grub


#set mod
insmod normal


#boot
normal

[SOLVED]resume: libgcrypt version: 1.5.*

After some partition problems I got the message on boot
resume: libgcrypt version: 1.5.*

....waited for 5 minutes to get into my ubuntu
sudo apt-get remove hibernate

it doesn't solved the issue

I booted one more time and made
sudo apt-get autoremove

package "uswsusp" was removed

after that I got no more resume libgcrypt messages

[SOLVED]resume: libgcrypt version: 1.5.*

After some partition problems I got the message on boot
resume: libgcrypt version: 1.5.*
....waited for 5 minutes to get into my ubuntu
sudo apt-get remove hibernate
it doesn't solved the issue I booted one more time and made
sudo apt-get autoremove
package "uswsusp" was removed after that I got no more resume libgcrypt messages

[SOLVED]grub rescue

After unfortunate partition deletion/recovery I landed in "grub rescue" prompt This helped me to get into ubuntu and repair the #list your partitions
ls
#try to list contents of your linux partition and finding grub folder
ls (hd0,msdos3)/boot/grub
#use this partition
set prefix=(hd0,msdos3)/boot/grub
#set mod
insmod normal
#boot
normal