Gentoo Archives: gentoo-user

From: "Stefan G. Weichinger" <lists@×××××.at>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] grub -> gummiboot: good
Date: Wed, 28 Jan 2015 18:45:22
Message-Id: 54C92DFB.7000305@xunil.at
In Reply to: Re: [gentoo-user] grub -> gummiboot: good by Tom H
1 On 28.01.2015 19:38, Tom H wrote:
2
3 > Try to add '--efi-directory=/boot' to your grub-install invocation
4 > although I wonder whether grub-mkconfig will find your kernels and
5 > initramfs's if they aren't in the root of '/boot'.
6
7 Thanks. Got it already ->
8
9 # rm /sys/firmware/efi/efivars/dump-type0-*
10
11 # grub2-install --target=x86_64-efi --efi-directory=/boot/efi
12 --bootloader-id=grub_uefi --recheck
13 Installing for x86_64-efi platform.
14 Installation finished. No error reported.
15
16 # efibootmgr
17 BootCurrent: 0000
18 Timeout: 0 seconds
19 BootOrder: 0001
20 Boot0000* Linux Boot Manager
21 Boot0001* grub_uefi
22 Boot0003* UEFI: Samsung SSD 840 EVO 250GB
23 Boot0004* ATAPI CD-ROM Drive
24 Boot0006* USB Floppy/CD
25 Boot0007* Hard Drive
26
27
28 So now "Linux Boot Manager" is gummiboot ... and grub is grub ;)
29
30 thanks

Replies

Subject Author
Re: [gentoo-user] grub -> gummiboot: good "Stefan G. Weichinger" <lists@×××××.at>