No Picture
Gentoo Linux

Fix a Broken Gentoo Installation

Here is how I gain access to my broken environment… mount /dev/mapper/vg–ssd-lv–root /mnt/gentoo/ mount -v /dev/mapper/vg–ssd-lv–boot /mnt/gentoo/boot/ mount -v /dev/mapper/vg–hdd-lv–home /mnt/gentoo/home/ mount -v /dev/mapper/vg–hdd-lv–var /mnt/gentoo/var/ mount -v /dev/mapper/vg–hdd-lv–usrportage /mnt/gentoo/usr/portage/ mount -v /dev/mapper/vg–hdd-lv–vhdd /mnt/gentoo/vhdd/ mount -t […]

No Picture
Gentoo Linux

Required Kernel Options

Contents1 General Kernel Options2 Required by X2.1 With the Nouveau Driver in Mind2.2 With the NVidia Driver in Mind3 Additional Kernel Options4 Resources General Kernel Options Enable GPT support. -*- Enable the block layer —> […]

No Picture
Gentoo Linux

Gentoo: Making Sense of Portage

Contents1 Updating the System2 General Usage Tips2.1 News from Emerge2.2 Protect the Kernel Sources from Being Removed2.3 Updating Portage2.4 What to do when Configuration Files Need Updating2.5 Updating Grub23 Issues3.1 Circular Dependencies Suck!3.2 Issue installing […]

No Picture
Gentoo Linux

Gentoo: Amend Global USE Flags

Here I need to amend the global USE flag to allow for Native Language Support (nls). nano /etc/portage/make.conf Now just add nls to the end of the USE flag variable. For example, USE=”…. nls”. Then […]