Summary: | Mounting newly created root filesystem from a live environment breaks all commands. | ||
---|---|---|---|
Product: | Gentoo Release Media | Reporter: | William Culhane <sxroka> |
Component: | InstallCD | Assignee: | Gentoo Release Team <releng> |
Status: | RESOLVED INVALID | ||
Severity: | normal | CC: | grknight |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
William Culhane
2020-06-19 19:03:30 UTC
(In reply to William Culhane from comment #0) > I am trying to install Gentoo from a live environment using the latest > minimal 32-bit installation image on an HP Mini 110. I created a 100M boot > partition as /dev/sda1, a 2G swap partition as /dev/sda2, and a 147G root > partition formatted as ext4 on /dev/sda3. Mounting the root partition > proceeds without error, but subsequently every single command except bash > builtins are broken. Attempting to reboot with C-Alt-Del fails due to being > unable to execute /sbin/shutdown. > > Reproducible: Always > 5. `mount /dev/sda3 /mnt` This is your problem. The minimal mounts to /mnt/cdrom or something similar and by you doing 'mount <source> /mnt' you destroy the environment. The Handbook clearly states that you should do to /mnt/gentoo or really anywhere else new you define under /mnt/ would do. |