Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 928465 - Wrong order or path in "Mounting the root partition" section
Summary: Wrong order or path in "Mounting the root partition" section
Status: UNCONFIRMED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Handbook (show other bugs)
Hardware: AMD64 Linux
: Normal minor (vote)
Assignee: Gentoo Handbook Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-03 02:14 UTC by Eduardo Bray
Modified: 2024-04-03 02:14 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eduardo Bray 2024-04-03 02:14:25 UTC
In the https://wiki.gentoo.org/wiki/Handbook:AMD64/Installation/Disks#Mounting_the_root_partition section, there seems to be an issue with the order of the commands or the efi path. Following the text order, this is the sequence of the commands provided:

root #mkdir --parents /mnt/gentoo
root #mkdir --parents /mnt/gentoo/efi
root #mount /dev/sda3 /mnt/gentoo

The mount command is going to obscure the /mnt/gentoo/efi directory that was just created.