Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 509820

Summary: Quickinstall: incorrect mount point /mnt/gentoo/boot instead of /mnt/gentoo/
Product: [OLD] Docs on www.gentoo.org Reporter: cathetr
Component: Installation HandbookAssignee: Docs Team <docs-team>
Status: RESOLVED INVALID    
Severity: major    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description cathetr 2014-05-08 05:34:48 UTC
http://www.gentoo.org/doc/en/gentoo-x86-quickinstall.xml says
 
Code Listing 2.10: Mount the file systems
livecd ~ # mount /dev/sda3 /mnt/gentoo
livecd ~ # mkdir /mnt/gentoo/boot
livecd ~ # mount /dev/sda1 /mnt/gentoo/boot
livecd ~ # cd /mnt/gentoo

It should instead be "mount /dev/sda1 /mnt/gentoo"
Comment 1 nm (RETIRED) gentoo-dev 2014-05-08 05:50:11 UTC
nope, incorrect. the docs clearly state that of the partitions created, sda1 is for boot, and sda3 is for the main root. re-read code listings 2.8 and 2.9. you first have to mount the main / directory before you can create and mount any sub-directories such as /boot.