Arch Linux Installation Guide

This web page is a documentation on how to Install Arch Linux in a Virtual Machine.

Arch is a Linux distribution which follows the concept Fuck around & Find out

Arch Linux is an independently developed, x86-64 general-purpose GNU/Linux distribution that strives to provide the latest stable versions of most software by following a rolling-release model.

To verify the HASH for the .ISO file, why you ask? Because the downloaded file could have been tempered with.

If you're on a Windows Environment and trying to Install Linux into the Virtual Machine, go to the destined folder where Arch Linux ISO file is, then open the folder in your Power-shell or Command Prompt, now use the following commands

If you want to do these steps manually then open Power-Shell or CMD and then ->

cd ../../../../../../../../../ ( this command will take you back to the number of directories and probably you'll end up with the main disk which will be just C:\> or D:\>)

if you want to navigate or change from one disk to another for example if you want to go from disk C to disk D then you can perform this ->

For Power-Shell ->

Get-FileHash <file-name-here-without-brackets> (this will by default give a SHA256 hash)

example ->

if you want the file hash in any other Algorithm then follow this

Get-FileHash <file-name-here-without-brackets> -Algorithm <name-of-the-algo-without-brackets>

example ->

For Command Prompt ->

Last updated