Gentoo Archives: gentoo-user

From: Daniel Frey <djqfrey@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] installed Gentoo on SSD - no bootable device
Date: Fri, 05 Sep 2014 03:44:51
Message-Id: 540931A9.6020209@gmail.com
In Reply to: Re: [gentoo-user] installed Gentoo on SSD - no bootable device by Joseph
1 On 09/04/2014 08:14 PM, Joseph wrote:
2 > On 09/04/14 19:41, Daniel Frey wrote:
3 >> On 09/04/2014 05:36 PM, Joseph wrote:
4 >>> When I installed grub2 I got no errors:
5 >>> grub2-install /dev/sda
6 >>> Installation finished. No error reported.
7 >>>
8 >>
9 >> If you are trying to boot in EFI mode, you aren't installing it
10 >> correctly. That installed to the MBR in legacy mode.
11 >>
12 >>
13 >> Instructions are here: http://wiki.gentoo.org/wiki/GRUB2
14 >>
15 >> You need to mount /boot, and mount the EFI boot partition before
16 >> installing grub2 using `grub2-install --target=x86_64-efi`.
17 >
18 > I'm still lost with this grab2, very confusing. Gentoo official
19 > documentation did not mention any of this :-/
20 >
21 > Official documentation did ask to create /dev/sda1 2M BIOS boot
22 > partition but there was no instruction how to mount it or format it.
23 > I was under impression Grub2 will do all of this.
24 > I booted with CD-minimal and there is no "mkdosfs" command.
25 >
26 > Do I need to format the /dev/sda1?
27 >
28 > If I do:
29 > mkfs -t vfat -F 32 -n efi-boot /dev/sda1
30 > mkfs.vfat: No such file or directory
31 >
32
33 I forgot to mention in my last post that you absolutely must boot from
34 an EFI-enabled kernel, the gentoo ISOs do not do this. I used the Mint
35 17 ISO to do this, when you go to boot options it should list it as EFI
36 bootable.
37
38 Dan

Replies

Subject Author
Re: [gentoo-user] installed Gentoo on SSD - no bootable device Joseph <syscon780@×××××.com>