This is Gentoo's testing wiki. It is a non-operational environment and its textual content is outdated.
Please visit our production wiki at https://wiki.gentoo.org
Handbook Talk:AMD64/Blocks/Bootloader
From Gentoo Wiki (test)
Note
This is a talk page. Please add newer comments below older ones, and sign your comments using four tildes (
This is a talk page. Please add newer comments below older ones, and sign your comments using four tildes (
~~~~
).
When adding a new section (at the bottom of the page), please mark it as "open for discussion" by using {{talk|open}}
so it will show up in the list of open discussions.Found typo in article
Talk status
This discussion is done as of June 04, 2017.
Did it mean »Be sure to read through« the the EFI stub kernel article ...? --Charles17 (talk) 07:11, 4 June 2017 (UTC)
- Fixed. Thank you! --Maffblaster (talk) 05:19, 5 June 2017 (UTC)
Please adjust ESP path
Talk status
This discussion is done.
Please change
--- BEGIN ---
Presuming the ESP is mounted at /boot/efi (as suggested earlier), execute:
root #
mkdir -p /boot/efi/efi/boot
root #
cp /boot/efi/efi/gentoo/ /boot/efi/efi/boot/
--- END ---
to
--- Begin ---
Presuming the ESP is mounted at /boot (as suggested earlier), execute:
root #
mkdir -p /boot/efi/boot
root #
cp /boot/efi/gentoo/ /boot/efi/boot/
--- END ---
Reason: Such alternative mountpoint (cit: "mounted at /boot/efi") is in fact not being used int the whole installation guide. The mountpoint for ESP is /boot and nothing else. --Charles17 (talk) 16:57, 30 July 2017 (UTC)