Degree of Difficulty/Level of Experience - Intermediate to Advanced.
Arch and I have a love/hate relationship. It was my favorite distro for a while, but I don't use it anymore. For one thing it doesn't support EFI, so it won't install on my two newest computers which don't support Legacy BIOS. Which is kind of ironic, because Arch prides itself on being the latest and greatest of everything. But I have rambled enough about EFI these last few days. Some people say Arch is easy to install. We will see if you agree after this article. This article assumes you already have the Arch install USB created. It also assumes you have a blank hard drive to install to. This is a basic install, I'm not covering advanced things like dual boot. So put your USB drive in and let's go.
Arch does have one of nicer boot menus. For now, we will just choose the top option.
Next, you will see the standard linux stuff being loaded into RAM.
Finally we will get to a command prompt. There is no fancy GUI installer for Arch Linux. It's all done from the command line. But not to worry, once it's installed, the Xwindows GUI works fine. You want to type "archinstall" here. (without the quotes).
Go ahead and press the [Enter] key on your keyboard.
This is the main configuration screen. This is where you setup the installation options you want to use. For the most part, you will be using the up and down arrow keys on your keyboard to navigate through this. Sometimes you will use the [Space] bay, and sometimes you will use the [Esc] key. Since the language selection is already hi-lited, leys go ahead and press [Enter] here.
Just use the up and down arrow keys to pick your language you want to use, and then press [Enter]. The Number after the language tells you about how support there is for that language so far. Some languages are more supported than others.
Next,use the down arrow to select Locales, depending on your keyboard and language you may have to adjust this, but since I am using a US-English keyboard, I can just go with the defaults here. Just press [Enter] and that will take you back to main configuration screen. Use trhe down arrow key to select Mirrors and press [Enter]
A mirror is simply the server out on the internet that you connect to in order to get the packages you need to install everything. First we need to pick the region. This is the geographic location you are in. Go ahead and press [Enter]
You will see a list of countries here, use your up and down arrow keys to find your country.
If your country isn't in the list, just pick the closest country. Once you have it hi-lited, press the [Space] bar. You should see a little "x" in the brackets next to your selected country now. Press [Enter].
Next we need to setup the disk layout. Use the down arrow to select "Disk Configuration", and press [Enter].
Next you will see the parttioning screen. Go ahead and press [Enter] here.
Unless you have some experience creating Linux partitions on a disk, I would just go with the "Use a best effort" option at the top.
Most of you will only see one disk here. If you see more than one make sure you select the correct disk. WARNING: This will delete everything on the selected disk. Press the [Space] bar, and you should see a small "x" in the brackets next to your selected disk. Go ahead and press [Enter]
It will then ask you what filesystem format you want to use. If you're not sure, just select "ext4". Press [Enter]
It will show you how it is going to partition your disk. If this looks correct, just press [Enter]. This will take back to the main configuration screen once again. Use the down down arrow to select "Swap" and press [Enter]
For now, we will just go with the default option. Use the down arrow key to select the next option "Bootloader" and press [Enter].
For now, we will just use the default "Grub". You can press [Enter} here. That will take you back to the main configuration screen. Use the down arrow to select "Unified kernel images" and press [Enter]
If you don't know what this is, just leave it disabled. Press Enter to get back to our configuration page. Use the down arrow to select "Hostname" and press [Enter]
If you don't like the default hostname that Arch assigned to your computer you can change it here. When you're done, just press [Enter]. Use the down arrow key to select "Root password" and press [Enter].
Enter the root password. Important: Remember this password. Write it down if necessary. This can be the same as your user password, but I would recommend that they are different for security reasons. Type in the password and press [Enter]
You'll have to enter it again to make sure your make a mistake. Press [Enter]. Press the down arrow to select "User account" and press [Enter].
On this screen we want to add a user. You can add more than one, but you should add at least one. This is usually yourself. The account that you use to login to the computer most of the time. Select "Add a user" and press [Enter]
Type in your username and press [Enter]. (No spaces allowed)
Type in your password and press [Enter]. It is recommended to use a different password than the root password above.
Important: Remember this password! You won't be able to login as this account if you lose or forget it.
Type in your password again to make sure there wasn't a mistake. Press [Enter]
Now if will ask you if this user should have superuser (administrator/root) privileges. Most of you will want to say yes here. If you created multiple accounts in the previous section, you probably don't want the other users to have superuser privileges.
Select "Yes" and press [Enter].
This will show the details about the account. You can add more accounts if you like. For now, use the down arrow to select "Confirm and exit" then press [Enter]. Use the down arrow to select "Profile" and press [Enter].
Next select the "Type" option and press [Enter].
A profile is just the kind of installation you want this to be. This isn't a hard and fast rule. This is just basic guideline. Most of yu will wanto to select "Desktop" here and press [Enter].
Now you get to pick which desktop environment you want to install. Arch doesn't really have a "default" desktop, so you can pick whichever you like. Cinnamon, Mate, KDE and Gnome are all popular. I'm going to choose KDE for this install. Use your up and down arrow to make your selection, one it is hi-lited, press the [Space] bar. You should see a smll "x" in the brackets next to your selection. Go ahead and press [Enter]. This will take us back to main configuration screen.
By now, you should be getting the hang of which keys to press. So we will select "Graphics driver". If you have a discrete nvidia card, you want to use nouveau here. If you have a newer Radeon, use the andgpu. If it's an older Radeon use ati. If you're not sure what you have just press [Enter] and it will install allof them. This doesn't hurt anything. Linux knows which one to use. It just takes up slightly more room on your hard drive.
Next select your "Greeter". This is your login screen. Since sddm is the default, we will go with that.
This time instead of pressing [Enter], you can select "Back" and then press Enter. Well Linux.org says I have reached my limit on how many graphics can be contained in one message post (it's 40 in case you were wondering). So I'll have ton continue this below. I see some messages have been posted to this thread in the meantime, so you'll have to scroll down to find where we left off.
... continued in part 2.
Arch and I have a love/hate relationship. It was my favorite distro for a while, but I don't use it anymore. For one thing it doesn't support EFI, so it won't install on my two newest computers which don't support Legacy BIOS. Which is kind of ironic, because Arch prides itself on being the latest and greatest of everything. But I have rambled enough about EFI these last few days. Some people say Arch is easy to install. We will see if you agree after this article. This article assumes you already have the Arch install USB created. It also assumes you have a blank hard drive to install to. This is a basic install, I'm not covering advanced things like dual boot. So put your USB drive in and let's go.
Arch does have one of nicer boot menus. For now, we will just choose the top option.
Next, you will see the standard linux stuff being loaded into RAM.
Finally we will get to a command prompt. There is no fancy GUI installer for Arch Linux. It's all done from the command line. But not to worry, once it's installed, the Xwindows GUI works fine. You want to type "archinstall" here. (without the quotes).
Go ahead and press the [Enter] key on your keyboard.
This is the main configuration screen. This is where you setup the installation options you want to use. For the most part, you will be using the up and down arrow keys on your keyboard to navigate through this. Sometimes you will use the [Space] bay, and sometimes you will use the [Esc] key. Since the language selection is already hi-lited, leys go ahead and press [Enter] here.
Just use the up and down arrow keys to pick your language you want to use, and then press [Enter]. The Number after the language tells you about how support there is for that language so far. Some languages are more supported than others.
Next,use the down arrow to select Locales, depending on your keyboard and language you may have to adjust this, but since I am using a US-English keyboard, I can just go with the defaults here. Just press [Enter] and that will take you back to main configuration screen. Use trhe down arrow key to select Mirrors and press [Enter]
A mirror is simply the server out on the internet that you connect to in order to get the packages you need to install everything. First we need to pick the region. This is the geographic location you are in. Go ahead and press [Enter]
You will see a list of countries here, use your up and down arrow keys to find your country.
If your country isn't in the list, just pick the closest country. Once you have it hi-lited, press the [Space] bar. You should see a little "x" in the brackets next to your selected country now. Press [Enter].
Next we need to setup the disk layout. Use the down arrow to select "Disk Configuration", and press [Enter].
Next you will see the parttioning screen. Go ahead and press [Enter] here.
Unless you have some experience creating Linux partitions on a disk, I would just go with the "Use a best effort" option at the top.
Most of you will only see one disk here. If you see more than one make sure you select the correct disk. WARNING: This will delete everything on the selected disk. Press the [Space] bar, and you should see a small "x" in the brackets next to your selected disk. Go ahead and press [Enter]
It will then ask you what filesystem format you want to use. If you're not sure, just select "ext4". Press [Enter]
It will show you how it is going to partition your disk. If this looks correct, just press [Enter]. This will take back to the main configuration screen once again. Use the down down arrow to select "Swap" and press [Enter]
For now, we will just go with the default option. Use the down arrow key to select the next option "Bootloader" and press [Enter].
For now, we will just use the default "Grub". You can press [Enter} here. That will take you back to the main configuration screen. Use the down arrow to select "Unified kernel images" and press [Enter]
If you don't know what this is, just leave it disabled. Press Enter to get back to our configuration page. Use the down arrow to select "Hostname" and press [Enter]
If you don't like the default hostname that Arch assigned to your computer you can change it here. When you're done, just press [Enter]. Use the down arrow key to select "Root password" and press [Enter].
Enter the root password. Important: Remember this password. Write it down if necessary. This can be the same as your user password, but I would recommend that they are different for security reasons. Type in the password and press [Enter]
You'll have to enter it again to make sure your make a mistake. Press [Enter]. Press the down arrow to select "User account" and press [Enter].
On this screen we want to add a user. You can add more than one, but you should add at least one. This is usually yourself. The account that you use to login to the computer most of the time. Select "Add a user" and press [Enter]
Type in your username and press [Enter]. (No spaces allowed)
Type in your password and press [Enter]. It is recommended to use a different password than the root password above.
Important: Remember this password! You won't be able to login as this account if you lose or forget it.
Type in your password again to make sure there wasn't a mistake. Press [Enter]
Now if will ask you if this user should have superuser (administrator/root) privileges. Most of you will want to say yes here. If you created multiple accounts in the previous section, you probably don't want the other users to have superuser privileges.
Select "Yes" and press [Enter].
This will show the details about the account. You can add more accounts if you like. For now, use the down arrow to select "Confirm and exit" then press [Enter]. Use the down arrow to select "Profile" and press [Enter].
Next select the "Type" option and press [Enter].
A profile is just the kind of installation you want this to be. This isn't a hard and fast rule. This is just basic guideline. Most of yu will wanto to select "Desktop" here and press [Enter].
Now you get to pick which desktop environment you want to install. Arch doesn't really have a "default" desktop, so you can pick whichever you like. Cinnamon, Mate, KDE and Gnome are all popular. I'm going to choose KDE for this install. Use your up and down arrow to make your selection, one it is hi-lited, press the [Space] bar. You should see a smll "x" in the brackets next to your selection. Go ahead and press [Enter]. This will take us back to main configuration screen.
By now, you should be getting the hang of which keys to press. So we will select "Graphics driver". If you have a discrete nvidia card, you want to use nouveau here. If you have a newer Radeon, use the andgpu. If it's an older Radeon use ati. If you're not sure what you have just press [Enter] and it will install allof them. This doesn't hurt anything. Linux knows which one to use. It just takes up slightly more room on your hard drive.
Next select your "Greeter". This is your login screen. Since sddm is the default, we will go with that.
This time instead of pressing [Enter], you can select "Back" and then press Enter. Well Linux.org says I have reached my limit on how many graphics can be contained in one message post (it's 40 in case you were wondering). So I'll have ton continue this below. I see some messages have been posted to this thread in the meantime, so you'll have to scroll down to find where we left off.
... continued in part 2.
Attachments
Last edited: