The Guide shows you How to Install Easy-Way for Linux Gentoo 2012.1 Amd64 KDE4 Desktop to Hard-Drive from the LiveDVD Hybrid x86-amd64 Release.
And this Visual Guide includes the Basic Screenshots of All GUI Steps involved.
The content and details are expressly reduced to give Focus only to the Essentials Instructions and Commands and Make the Tut Easier to Understand ;)

Download Gentoo 12.1 x86-amd64:
Here Gentoo 12.1 Hybrid ReleasePlease Donate $1 to Remove Ads!Link to Download the Latest Gentoo 2012 Torrenct x86-amd64 Release.Boot from Gentoo 12.1 Hybrid LiveDVD
Disk Partitioning.
Copysudo su
If Got “User is Not in Sudoers file” then see: How to Enable sudo
Copyparted /dev/sda
(parted)
Copymklabel msdos
Making an extf2 /boot Partition of 256mb
(parted)Copymkpart primary ext2 0 256mb
When Prompted About Partition Allignment Just Answer ‘i’ for Ignore.
Creating a Swap Partition of 1Gb
(parted)Copymkpart primary linux-swap 256mb 1276mb
Making an ext3 Root Partition the Rest of Disk
(parted)Copymkpart primary ext3 1276mb -1s
Then Quit parted:
Copyquit
Applying File Systems to Partitions
Apply the extf2 File System to /boot Partition.
Copymkfs.ext2 /dev/sda1
Create and Activate the Swap.
Copymkswap /dev/sda2
Copyswapon /dev/sda2
Apply the extf3 File System to /Root Partition.
Copymkfs.ext3 /dev/sda3
After the Partitions are Rightly Initialized and Housing a File System :)
Mounting Base Partitions
Copymount /dev/sda3 /mnt/gentoo
Copymkdir /mnt/gentoo/boot
Copymount /dev/sda1 /mnt/gentoo/boot
Copy LiveDVD to Hard-Drive
Copyeval `grep '^ROOT_' /usr/share/genkernel/defaults/initrd.defaults`
Copycd /
Copycp -avx /$ROOT_LINKS /mnt/gentoo
If you Get a Warning About emule Missing Just Ignore and Follow to Next Step :)
Copycp -avx /$ROOT_TREES /mnt/gentoo
Copycp /etc/passwd /etc/group /mnt/gentoo/etc
Mounting File Systems and Entering the New Environment
Configuring the fstab File
Copynano -w /etc/fstab
Now if you Replicated the Partitioning Details you will Need to Insert:
Copy/dev/sda1 /boot ext2 defaults,noatime 1 2 /dev/sda2 none swap sw 0 0 /dev/sda3 / ext3 noatime 0 1 /dev/cdrom /mnt/cdrom auto noauto,user 0 0 proc /proc proc defaults 0 0 shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
Copy Kernel and Initramfs into /boot Partition
Copymkdir -p /mnt/cdrom/
Mount the LiveDVD into /mnt/cdrom.
Copymount /dev/cdrom /mnt/cdrom/
Copying the Kernel.
Copycp /mnt/cdrom/boot/gentoo64 /boot/kernel64
Copying the Initramfs.
Copycp /mnt/cdrom/boot/gentoo64.igz /boot/initramfs64
Configuring and Installing GRUB
Make the grub Configuration File.
Copynano -w /boot/grub/grub.conf
Insert.
Copydefault 0 timeout 31 title Gentoo Linux Amd64 root (hd0,0) kernel /boot/kernel64 real_root=/dev/sda3 /ninitrd /boot/initramfs64
Grub Set-Up.
Copygrub
Copygrub> root (hd0,0)
Copygrub> setup (hd0)
Copygrub> quit
Latest to Prevent Linux Gentoo Booting Issues Apply:
Here Linux Gentoo Article-Installation ActivationPlease Donate $1 to Remove Ads!Linux Gento Installation Preventing Mouse, Keyboard and Network Not WorkingFinally, you Can Boot Into Linux Gentoo 12.1 KDE4 Desktop :)
mkdir /mnt/gentoo/proc /mnt/gentoo/dev
cd /mnt/gentoo/dev
mknod -m 660 console c 5 1
mknod -m 660 null c 1 3
mount -t proc none /mnt/gentoo/proc
mount -o bind /dev /mnt/gentoo/dev
mkdir /mnt/gentoo/sys
Now is Time to Entering the New Environment :)
chroot /mnt/gentoo /bin/bash
If for some Reason you Need to Come Back to the Original Environement Execute ‘exit’ or Type ‘Ctrl-d’…
Updating you New-Environment.
env-update && source /etc/profile
Latest Remove the autoconfig from default boot to Keep Password Setting over Reboot.
rc-update del autoconfig default
