I had installed windows 8 and ubuntu in my laptop. but after that by mistake i formatted the drive in which ubuntu was installed so now when ever i reboot my machine i get the error: unknown filesystem and grub rescue. I want to reinstall ubuntu again in the same drive but i am unable to install because of grub rescue. please suggest me solution to install ubuntu from grub rescue or to delete grub so that i can reinstall ubuntu in normal way. I am able to boot to windows if i keep the boot mode to UEFI.
2 Answers
Boot into windows and create a bootable ubuntu usbdrive through
unetbootin.Then Change
UEFI modetolegacy modein bios and boot from ubuntu live usb.During the installation process of ubuntu select
Something Elseoption.Now you can install ubuntu in a partition you want.After the installation process completed,your grub will be reinstalled.Now you can see both
windowsandubuntuoptions on the grub menu.If the windows option was not displayed,then boot into ubuntu and runsudo update-grubcommand on terminal.
- 80,446
I guess this is related to having more than one UEFI bootmenu entry for Ubuntu and the wrong one is picked leading to GRUB not being able to proceed (wrong UUID for the partition where GRUB is stored?).
I suggest booting from live media in UEFI mode and removing the faulty Ubuntu bootmenu entries (e.g. all Ubuntu entries) before attempting to reinstall via the installer option "Something else".
- 29,597