| Arch Linux Installation Guide |
|
|
|
| Written by axel | |
|
Page 3 of 20
4. Needed SoftwareFor Arch we need the latest base installation CD (ISO file) of Arch for our cpu’s architecture x86_64 or i686. Download the ISO file from the Arch Mirrors. Go to the folder: .../0.8/iso/... And download one of them: ----> .../i686/archlinux-2008.06-core-i686.iso ----> .../x86_64/archlinux-2008.06-core-x86_64.iso
Moreover we need:
5. Starting with BIOSIt is good to have the latest BIOS for your motherboard as well as extra disk controllers installed. Be sure that BIOS recognizes the full capacity of your hard disks. If not this may lead to data corruption. So, be careful. Moreover disable all RAID modes and set your disk controllers in SIMPLE mode. Finally especially for motherboard’s BIOS be careful:
6. PartitioningNow it’s time to decide how our system’s partitions will be organized. But first let’s discuss some “myths” that have to do with partitions: a. A HDD must not have over one primary partition. Wrong. This is a myth from the time of useless and old time DOS-9x-Me. Primary partitions are being accessed faster than logical drivers when the are in extended partitions. Therefore it is highly advised in all our hard disk drives to make only extended partitions ONLY if we need in a HDD over four partitions. b. We may have as many active partitions as we want in our system. Wrong. Experience shows that if we have too many active partitions in a computer this would cause only problems to any OS installed. Therefore it is highly advised in a computer to have only one active partition which should be primary and would be placed in the beginning of the first physical drive of the first channel of the first disk controller. Now let’s explain how hard disk and partitions are being labeled under Linux.
(e.g. drive names -> /dev/sda /dev/hdg e.g.) (e.g. partition names -> /dev/hdc5 /dev/sdd7 e.g.)
Below we can see which partitions we can use as long as the filesystems.
- "/"
- "/boot"
- "/mnt/repos"
- "/var"
- "/home"
- "/mnt/data" Therefore in our example we will create something like this: /dev/sda1 /boot ext3 noatime /dev/sda2 / ext3 noatime /dev/sda3 swap swap defaults /dev/sda5 /mnt/repos reiserfs notail,noatime /dev/sda6 /home ext3 noatime /dev/sda7 /mnt/data xfs noatime,logbufs=8
In each line we find info about a partition. There are four columns:
- 1st -> partition’s name
- for the swap partition the only thing that changes is the partition number: /dev/sda3 none swap sw
|
|
| Last Updated ( Sunday, 26 October 2008 ) |
| < Prev | Next > |
|---|






