Hey, nice to meet yaw! I'm new but not to Linux.
Ok, I got the error "The 'grub-efi-amd64-signed' package failed to install into /target/. Without the GRUB bootloader, the installed system will not boot." Well, here goes... I love Linux Mint, tried others always came back to Mint. Mint 18.3, grub installed fine. I want to install Mint 19.1 but can't because of the above error. It installs fine up until I get to grub2. I've been researching how to go about this but it seems as though there could be several reasons why. I'm just installing Linux Mint and nothing else. I'm extremely agitated to why Mint 18 installs fine but Mint 19 doesn't. I've tried near about everything that I know how to. I've tried looking at Youtube videos, reading forum posts on different sites, did pretty much everything that they said but I still can't install Mint 19. I'm kinda intermediate in Linux. Knows just enough to get into trouble, lol. This whole grub2 thing just through me for a spin. My laptop only has one drive, the checksum is fine, I'm using 64-bit, tried installing with and without internet and even installed and ran 'boot-repair' 3 or 4 times. I ran it before and after the error shows up and in different ways of doing that. Nothing works. In case you want to know, I've got Secure Boot disabled. I took a few commands from this link https://www.linux.org/threads/grub-install-failed.18663 and put into the terminal: cd /sys/firmware/efi and sudo fdisk -l | grep -i "disklabel".
Found out that I am using EFI.
Here's my latest paste from boot-repair where it failed at grub2: paste.ubuntu.com/p/HZCgBRBWdp/
I don't know if that's even relevant or not.
Thanks!
Ok, I got the error "The 'grub-efi-amd64-signed' package failed to install into /target/. Without the GRUB bootloader, the installed system will not boot." Well, here goes... I love Linux Mint, tried others always came back to Mint. Mint 18.3, grub installed fine. I want to install Mint 19.1 but can't because of the above error. It installs fine up until I get to grub2. I've been researching how to go about this but it seems as though there could be several reasons why. I'm just installing Linux Mint and nothing else. I'm extremely agitated to why Mint 18 installs fine but Mint 19 doesn't. I've tried near about everything that I know how to. I've tried looking at Youtube videos, reading forum posts on different sites, did pretty much everything that they said but I still can't install Mint 19. I'm kinda intermediate in Linux. Knows just enough to get into trouble, lol. This whole grub2 thing just through me for a spin. My laptop only has one drive, the checksum is fine, I'm using 64-bit, tried installing with and without internet and even installed and ran 'boot-repair' 3 or 4 times. I ran it before and after the error shows up and in different ways of doing that. Nothing works. In case you want to know, I've got Secure Boot disabled. I took a few commands from this link https://www.linux.org/threads/grub-install-failed.18663 and put into the terminal: cd /sys/firmware/efi and sudo fdisk -l | grep -i "disklabel".
Found out that I am using EFI.
Code:
sudo fdisk -l | grep -i "disklabel"
Disklable type: gpt
Disklable type: dos
I don't know if that's even relevant or not.
Thanks!