in Beginner, General, Ubuntu

I was working with windows disk management. It somehow, with a lot of intelligence, dropped the partition that where ubuntu was installed.
image

Obviously, you didn’t see the problem until a reboot and Ubuntu cannot boot. Grub Boot rescue shows up. You tried the following tutorial and didn’t seem to work.

If the linux partition holding the grub files still exists, you can use grub prompt. Depends where your Windows install is located.
If it's on the first drive e.g. (hd0,1), this should boot into Windows:

set root=(hd0,msdos1)
chainloader +1
boot
If it's on the secondary drive e.g. (hd1,1), you'll have to add drivemap:

set root=(hd1,msdos1)
drivemap -s hd0 hd1
chainloader +1
boot

Source: Stackexchange

If it did work, no problem. If it didn’t then this would be the best solution

Step 1: Install a bootable windows disk. If you had a 64 bit windows and you have a osX computer. Use boot camp.

I was using a 32-bit windows 8.1 and I had to install the bootable USB using unetbootin or Install Ubuntu on the USB media

Bootable USB: windows 8

Bootable USB: windows 8

step2: Boot your PC with the USB drive

P.S. I did a Ubuntu bootable USB because my Windows 8 media didn’t detect.
image

This screen is a happy moment. Now install Ubuntu normally
image

Yup here it goes!!! U can now normally install Ubuntu and that’s the end of grub boot rescue
image

Note: I lost all the files/projects because the drive with Ubuntu got dropped by windows 8.1

image

Write a Comment

Comment

 

This site uses Akismet to reduce spam. Learn how your comment data is processed.