[SOLVED] Failed to install grub-efi-amd64 - LM19 v2.iso

Questions about Grub, UEFI,the liveCD and the installer
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
anber

[SOLVED] Failed to install grub-efi-amd64 - LM19 v2.iso

Post by anber »

I have laptop HP pavilion 2018 year made and want to install Linux Mint 19 in dualboot.
Secure Boot is disabled in BIOS, I use latest linuxmint-19-cinnamon-64bit-v2.iso and live flash to install.

I manually create swap partition and ext4 as "/", and select as boot loader destination root of my HDD.

I faced with 2 issues:
1) It does now recognize my WiFi card during Live boot.
2) Install failed with message

Code: Select all

The 'grub-efi-amd64-signed package' failed to install into /target/.
Exactly like viewtopic.php?f=46&t=241379.

I tried all solutions what I can found on stackoverflow.com and this forum but still can't fix it.
I tried to enable Secure Boot - in this case it asks me to set up password in the first step of installation.
I tried to enable Legasy Boot but in this case it can't boot from flash.

How to fix it?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
kukamuumuka

Re: Failed to install grub-efi-amd64 - LM19 v2.iso

Post by kukamuumuka »

With UEFI, you need at least
1. One EFI-partition for a bootloader
2. One / partition
viewtopic.php?f=42&t=163126
JeremyB
Level 21
Level 21
Posts: 13851
Joined: Fri Feb 21, 2014 8:17 am

Re: Failed to install grub-efi-amd64 - LM19 v2.iso

Post by JeremyB »

From the ISO, open terminal, enter sudo parted -l and post results
anber

Re: Failed to install grub-efi-amd64 - LM19 v2.iso

Post by anber »

I was able to solve issue #2 with this article:
http://linuxbsdos.com/2017/08/29/soluti ... to-target/

Shortly: you need wired network connection to finish installation.
It's a little bit strange, cause not every laptop has rj45 port now, fortunately my has and I also have router and cable, but I think that this is a critical issue.

But I still don't have WiFi on my laptop - no wifi option on Network manager and No suggestions from Driver manager.
JeremyB
Level 21
Level 21
Posts: 13851
Joined: Fri Feb 21, 2014 8:17 am

Re: Failed to install grub-efi-amd64 - LM19 v2.iso

Post by JeremyB »

Post results for

Code: Select all

lspci -nnk | grep -iA3 net
anber

Re: Failed to install grub-efi-amd64 - LM19 v2.iso

Post by anber »

Looks like there is no driver for my WiFi card (realtek d723) but some good guy post driver for it on his github repo:
https://github.com/smlinux/rtl8723de

So all problems are solwed.
But my girlfriend definitely could not solve it by herself :lol:
Locked

Return to “Installation & Boot”