Tuesday, October 1, 2019

Gentoo Install Guide :: essays research papers

Gentoo Gentoo-http://www.gentoo.org/ Gentoo is a distribution that has 3 different install methods. You can just install from the CDs known as stage 3. You can install the base system from CD known as stage 2 and then custom compile the rest of the OS from scratch to bring it to stage 3. This makes the system faster and more responsive but takes some time. Last is the stage 1 install where EVERYTHING is built from scratch. This makes for an EXTREMELY customized and streamlined system. However this method can take DAYS depending on the speed of your computer. A broadband connection would be recommened for a stage 2 or 1 install. Gentoo does all this with what is called Portage. you can basically type "emerge nameofprogram" and it will download, configure and compile the software for you. This makes maintaining the system very easy. Gentoo also has a great support base and is available for the MAC platform as well. install guide Note-The following guide is EXACTLY what I did for my install and it was adapted from the official gentoo installation handbook here.-http://www.gentoo.org/doc/en/handbook/index.xml 1. Download and burn the x86 minimal ISO and boot from the CD. 2. You will see a boot prompt where you can choose different kernels or view other options. We'll just hit enter since we don't need anything special. 3. You will then see a splash screen with a purple cow and the system will boot in the background. 4. When it's done you will have the standard linux command prompt. You will do everything for the install from here. No GUIs for you . 5. For this guide I will use an internet connection for everything. It is possible to install from CDs as well but including that info here would make it WAY too long. As such we need to maek sure networking is working correctly. To check use the "ifconfig" command. There should be an entry for eth0. If so run this command "dhcpcd eth0" that will request an ip address from the router. If you don't see anything with ifconfig try "ifconfig -a" if there is no ethx entry then the network card did get the correct driver loaded at boot. You will have to look up what kind of network card you have and find the appropriate module (driver) and load it using the modprobe command. I had to do this myself "modprobe pcnet32" to load the correct driver.

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.