These are the following steps I followed to setup a minimal ArchLinux installation. The detailed instructions are present at the excellent wiki of Arch.
- Downloaded the latest Net Install Image via torrent.
- Created a 512MB and 16GB Virtual Drive in VirtualBox 5.1
- Followed the steps to complete a minimal installation.
- On reboot, I tried to install openbox with the command pacman -S openbox which failed with error:
- error: could not open file /var/lib/pacman/sync/extra.db: failed to open '/var/lib/pacman/sync/extra/db'...
- I ran the following command: pacman -Syy
- Create an account using: adduser
- Give the addional groups as 'audio,lp,optical,storage,video,wheel,games,power,scanner'
- Now I was able to get the option
- Do a system update: pacman -Syu
- Installing LXDE
- # pacman -S lxde
- Copying the config files to
- Installing slim
- # pacman -S slim
- After some command line fun, I eventually decided to install wicd for network management.