Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Can't boot using UEFI
Date: Sun, 14 Jun 2015 14:25:38
Message-Id: 201506141525.24947.michaelkintzios@gmail.com
In Reply to: Re: [gentoo-user] Can't boot using UEFI by "João Matos"
1 On Sunday 14 Jun 2015 15:09:33 João Matos wrote:
2 > 2015-06-14 11:02 GMT-03:00 Volker Armin Hemmann
3 > <volkerarmin@××××××××××.com>
4 >
5 > > Am 14.06.2015 um 15:40 schrieb João Matos:
6 > > Hi list,
7 > >
8 > > I've bought me a ultrabook dell vostro 5470, and I'm trying to get
9 > >
10 > > gentoo running on it.
11 > >
12 > > I'm having a few problems, but I'd like to correct the boot one first.
13 > >
14 > > I'm installing it from ubuntu live cd, and the comand:
15 > >
16 > > efibootmgr --create --disk /dev/sda --part 7 --label "Gentoo" --loader
17 > >
18 > > "\boot\efi\boot\bootx64.efi"
19 > >
20 > > seems to work. It put a entry on bios - Gentoo - but when I select it,
21 > >
22 > > the windows start (second boot).
23 > >
24 > > The handbook is not that clear, so I'm not sure if I should call
25 > >
26 > > /dev/sda7 of "--part 7". Other difference is I'm not using a separate
27 > > /boot. Its everything at /, so I'm also not not sure if this path is ok.
28 > >
29 > > This seems to be the very simple, and I'd like to have it on my system.
30 > >
31 > > But I've also tried grub2, and got the following error:
32 > > "grub2-install: error: cannot find EFI directory."
33 > >
34 > > What should I do?
35 > >
36 > > Thank you,
37 > >
38 > > --
39 > > João Neto
40 > >
41 > > Linux User #461527
42 > > http://br.linkedin.com/pub/jo%C3%A3o-de-matos/7/316/552
43 > >
44 > >
45 > > so you don't have an efi boot partition?
46 > >
47 > > That would be your answer.
48 >
49 > Volker, the efi is already working for Windows. I just want to create a new
50 > entry. Is it really necessary to create a new partition?
51
52 Can you please tell us what this shows:
53
54 gdisk -l /dev/sda
55
56 or
57
58 fdisk -l
59
60 assuming that /dev/sda is your drive.
61
62 If you are multibooting then gummiboot would be advisable, but GRUB will work
63 too.
64
65 --
66 Regards,
67 Mick

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] Can't boot using UEFI "João Matos" <jaoneto@×××××.com>