Talk:Fix my Gentoo

From Gentoo Wiki
(Redirected from Talk:Fix My Gentoo)
Jump to:navigation Jump to:search
Note
This is a Talk page - please see the documentation about using talk pages. Add newer comments below older ones, sign comments using four tildes (~~~~), and indent successive comments with colons (:). Add new sections at the bottom of the page, under a heading (== ==). Please remember to mark sections as "open for discussion" using {{talk|open}}, so they will show up in the list of open discussions.

Changes to /mnt/home/rescue/etc/portage

Talk status
This discussion is still ongoing as of 26 November 2017.

By having a copy to duplicate /mnt/gentoo/etc/portage in /mnt/home/rescue/etc/portage, any changes in the rescue /etc/portage will not be reflected back to /mnt/gentoo/etc/portage.

Is this intentional? So as to stop any self inflicted damage?

What about having a bind mount or hard link between the /etc/portage directories?

or is there some other procedure to better allow this to occur? --Russelld (talk) 07:40, 26 November 2017 (UTC)


bind mount or hardlink will probably modify your original system with the rescue changes (when in chroot you activate the binpkgs features in make.conf file for example)
copy command should be "cp -r /mnt/gentoo/etc/portage /mnt/gentoo/home/rescue/etc"
--Jlandru (talk) 09:22, 25 August 2022 (UTC)

Installing packages into a system too broken to chroot into

I think this page lacks descriptions of how to handle a system that is too broken to chroot into.

Just this weekend, I managed to break linkage to glibc. That was entirely my fault of course, none-the-less, I still needed a way to fix it.

To fix it, I started out pretty much as explained here - Boot from a live USB, mount the broken system to /mnt/gentoo. But then, chrooting into it didn't work, since none of the shells were working since their linking was broken. So instead I used the live sytem's portage with emerge --root=/mnt/gentoo --sysroot=/mnt/gentoo --config-root=/mnt/gentoo to install a working copy of glibc.