You are not logged in.

#1 2015-08-24 01:50:38

spencer_brown
Member
Registered: 2015-08-21
Posts: 37

Issues installing grub on EFI system [Solved]

My system is UEFI/GPT.  I have mounted my EFI system partition, sdb2, (which also boots windows) to /boot.  mount /dev/sdb2 /boot
Then I entered the command listed here https://wiki.archlinux.org/index.php/GR … all_method, replacing $esp with /boot.
The output for this command/script was default, except for a line at the end that said

grub-install: error: /boot doesn't look like an EFI partition.

I tried the script again, this time replacing $esp with /boot/efi.
The output this time was this:

grub-install: error: /boot/efi doesn't look like an EFI partition.

.
Is there something I'm neglecting to do?  I'm primarily going off the wiki, but it didn't tell me to mount /dev/sdb2(my EFI partition) to /boot.  I did that because of info through a google.  I'm certain that sdb2 is my EFI system partition.
I appreciate any helpful advice you can give me.  I really love the idea of arch.  Its what I thought linux would be when I first installed ubuntu almost a year ago.
Thanks
(It is possible that this should be posted to Newbie Corner.  If so, I apologize.

Last edited by spencer_brown (2015-08-24 15:46:30)

Offline

#2 2015-08-24 02:04:01

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: Issues installing grub on EFI system [Solved]

Where during the installation stage did you use that mount command?

I believe you should mount the EFI partition before you pacstrap and arch-chroot, ie...

mkdir /mnt/boot
mount /dev/sdb2 /mnt/boot

Edit - Or do you already have an installed system and you're just trying to change bootloader?

Last edited by Slithery (2015-08-24 02:05:12)


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#3 2015-08-24 11:21:08

Head_on_a_Stick
Member
From: The Wirral
Registered: 2014-02-20
Posts: 8,778
Website

Re: Issues installing grub on EFI system [Solved]

Load the Arch live ISO, mount all your partitions, use `arch-chroot` and post the output of:

# parted -l
lsblk

You can use a pastebin client to generate a URL which can be posted here.
https://wiki.archlinux.org/index.php/Li … in_clients


Jin, Jîyan, Azadî

Offline

#4 2015-08-24 15:46:03

spencer_brown
Member
Registered: 2015-08-21
Posts: 37

Re: Issues installing grub on EFI system [Solved]

Thanks for your assistance.  It seems my problem was having 2 partitions mounted to /boot.  My system EFI partition, and the boot partition I created.
I figured out that since I was using the EFI partition for grub, I didnt need a separate boot partition at all.  Grub was trying to use my ext4 boot partition as the EFI partition.  It's working now.
Also, thanks for the advice about pastebin clients.

Last edited by spencer_brown (2015-08-24 15:47:26)

Offline

Board footer

Powered by FluxBB