Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

GRUB Dummy Failed

Ask for help with issues regarding the Installations of the Debian O/S.
Post Reply
Message
Author
robpom
Posts: 4
Joined: 2018-04-05 18:06

GRUB Dummy Failed

#1 Post by robpom »

Surface Pro 3

I am trying out how different distros work. I installed Fedora 27 - no issues. I installed Ubuntu 17.10 - no issues.

I then tried Debian and got the error stating that Grub is unable to install in dummy.

Now......any version of Linux (Fedora, Kali, Ubuntu, Debian) is giving me the same error.

Help! What happened? How can I fix it so I can start over - install Debian 9 and it will work.

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: GRUB Dummy Failed

#2 Post by Head_on_a_Stick »

OK, wild guess: you tried to install a non-UEFI system to a disk with an GUID partition table.

GRUB needs a BIOS boot partition for that, you can post the output of `parted --list` (from any distribution or live environment) so we can see for sure

EDIT: I got confused :oops:
deadbang

robpom
Posts: 4
Joined: 2018-04-05 18:06

Re: GRUB Dummy Failed

#3 Post by robpom »

Thanks. Will investigate more when I get home.

I am still curious why it worked a few times.....then stopped working.

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: GRUB Dummy Failed

#4 Post by Head_on_a_Stick »

Did you boot in UEFI mode when you ran the installer?
deadbang

robpom
Posts: 4
Joined: 2018-04-05 18:06

Re: GRUB Dummy Failed

#5 Post by robpom »

Didn't change anything in the BIOS between installs.

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: GRUB Dummy Failed

#6 Post by Head_on_a_Stick »

Well can you confirm for sure whether or not "Legacy" mode (also known as "CSM") was enabled?

Firmware can be flaky, mine changes settings all the time without so much as a by-your-leave :roll:
deadbang

robpom
Posts: 4
Joined: 2018-04-05 18:06

Re: GRUB Dummy Failed

#7 Post by robpom »

I will check.....but on the Surface Pro 3......I don't recall that as being a setting. There are not many settings you can change.

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: GRUB Dummy Failed

#8 Post by Head_on_a_Stick »

deadbang

p.H
Global Moderator
Global Moderator
Posts: 3049
Joined: 2017-09-17 07:12
Has thanked: 5 times
Been thanked: 132 times

Re: GRUB Dummy Failed

#9 Post by p.H »

Head_on_a_Stick wrote:Did you boot in UEFI mode when you ran the installer?
Of course. "dummy" means that the installer tries to install GRUB in EFI mode.

It could be a efibootmgr or UEFI firmware bug : after a number of successful writes into the NVRAM which contains the EFI boot variables, subsequent writes fail. I have observed this on a couple of machines. Resetting the firmware may solve the issue.

If there is no other system (no multiboot), I would suggest to give up with EFI boot entries and install GRUB into the removable device path.

Code: Select all

grub-install --removable

Post Reply