I was trying to install Ubuntu 18.04 LTS alongside Windows 10 when it crashed halfway during the installation saying that it was unable to install the grub. After closing it and opening Windows 10, I found that a new partition had been created. Now what should I do to that partition and how should I install it again?
Asked
Active
Viewed 1,012 times
1 Answers
0
This is a little bit of a shot in the dark but I can only think of 3 reasons why grub wouldn't install (in the order I think would be mostly likely):
- The BIOS is protecting the MBR (master boot record) from being written
- The boot section of the hard drive is corrupted (less likely since Windows boots)
- grub on the installation media is corrupted
If you try installing again, are you able to install grub on the new partition instead of the MBR? (you will see an option for that at the end of the installation process). If so, then that eliminates #2 and #3 and points to #1.

pomsky
- 68,507

Eric Mintz
- 2,516
- 12
- 24
-
When i am installing, should i go for the "boot along side windows 10" option or the "something else" option? – Crystal Killer Dec 22 '18 at 13:02
-
"boot along side window 10" if you want to be able to multiboot. – Eric Mintz Dec 22 '18 at 13:04
-
When will I be able to choose the disk parition? – Crystal Killer Dec 22 '18 at 13:06
-
I think it's the last prompt, just after the installation but before the reboot. – Eric Mintz Dec 22 '18 at 13:07
-
Do I have to create swap partition and root partitions separately if so? – Crystal Killer Dec 22 '18 at 13:09
-
If you want a swap partition, then yes it has to be separate from the boot partition - and make it small - a gig or so. If you have a good bit of RAM (say 4G or more), you might not even need the swap - unless you run something that uses more memory than usual. – Eric Mintz Dec 22 '18 at 13:11
-
It is saying that Ubuntu 18.04 is already installed and asking if I would I like to erase it and reinstall. What should I do? – Crystal Killer Dec 22 '18 at 13:21
-
If this is a brand new install you're doing (and it sounds like it is), then just erase and reinstall to start clean. Beware that if this is not a new install and you had data on the Linux partition it will be erased. – Eric Mintz Dec 22 '18 at 13:24
-
It is automatically installing in that same previous partition. So it is not a problem right? – Crystal Killer Dec 22 '18 at 13:26
-
Correct. Not a problem. – Eric Mintz Dec 22 '18 at 13:27
-
Again the grub package failed to load..It says "The 'grub-efi-amd64-signed' package failed to install into /target/. Without the GRUB boot loader, the installed system will not boot." – Crystal Killer Dec 22 '18 at 14:23
-
Check this out: I think it describes the same thing that that's going on with your system and it has a good solution to it: https://askubuntu.com/questions/1028703/the-grub-efi-amd64-signed-package-failed-to-install-target – Eric Mintz Dec 22 '18 at 14:50
-
Did you solve the problem? – JarsOfJam-Scheduler Dec 25 '18 at 21:25