A complement to the official Gentoo Install Handbook

From Elvanör's Technical Wiki
Revision as of 20:17, 10 January 2007 by Elvanor (talk | contribs)
Jump to navigation Jump to search

This is a step by step guide while installing Gentoo on a new box. Follow the instructions along with the official Installation Handbook from Gentoo.

Correctly choosing your hardware

Search the Internet before buying any hardware. Most hardware devices will work with Linux nowadays, but it is still better to buy hardware that has open-source drivers. You will also need to know which chipset are on your hardware to correctly configure the kernel.

Choosing from which installation CD you will boot

Choosing an installation CD seems harder that it first seems. For example, an installation CD for an x86 architecture won't work, if you want to install an AMD64 Gentoo.

  • The installation CDs from Gentoo work fine, but they don't include X, so you cannot use the Web while installing. This is not very convenient.
  • Apparently, there are now Live CDs from Gentoo, but I have not tried them yet.
  • Knoppix Live CDs are good, but only for x86 (no amd64).
  • Ubuntu Live CDs are probably the best choice. You can order them free of charge, and there is a amd64 live CD.

Installation following Gentoo's instructions

At this point, boot from the CD, and launch links -g to point a browser to the Handbook. If the handbook is not on the CD, you must first configure the network and try to access the online version. Once you have the handbook opened in a browser, follow the instructions.

  • Partition your disk, format the partitions. Mount the root partition.
  • Setup the network. Install the stage 3, a Portage snapshot, configure /etc/make.conf.
  • chroot into the new partition. emerge --sync. Configure the kernel.
  • Configure /etc/fstab, the network (don't forget to emerge dhcpcd if needed), /etc/rc.conf.
  • Change the root password, add a normal user.
  • Install and configure GRUB.
  • Reboot!

Installing packages and configuring the system

At this point, the goal is to get a working web browser again. So the first emerge should be something like emerge konqueror links mozilla-firefox. Be aware that some packages (from Sun, for example), need to be manullay downloaded... and you don't have a browser yet! So you should add USE="-doc -java" to the first emerge.