78
edits
(→Setup) |
(→Setup) |
||
Line 34: | Line 34: | ||
** test connection with a ping <code># ping -c 3 www.noisebridge.net</code> | ** test connection with a ping <code># ping -c 3 www.noisebridge.net</code> | ||
** Now we know the puter fires up and connects to the internets | ** Now we know the puter fires up and connects to the internets | ||
* Power off and run GParted to setup partitions <code>systemctl poweroff</code> | |||
** From GParted configure <code>/dev/sdg</code> as gpt partition with ext4 and boot flag | ** From GParted configure <code>/dev/sdg</code> as gpt partition with ext4 and boot flag | ||
*** This is a 256MB Flash Drive | *** This is a 256MB Flash Drive | ||
** Create and configure SCSI Hard Drives (/dev/sda thru /dev/sdf) | ** Create and configure SCSI Hard Drives (/dev/sda thru /dev/sdf) | ||
*** Configured /dev/sda & /dev/sdb with gpt table, 10GB boot and 130GB, both with ext4 | *** Configured /dev/sda & /dev/sdb with gpt table, 10GB boot and 130GB, both with ext4 | ||
* Reboot with Arch Linux | |||
** Mount root | |||
*** <code># mount /dev/sda1 /mnt</code> | |||
** Mount home | |||
*** <code># mkdir /mnt/home</code> | |||
*** <code># mount /dev/sda2 /mnt/home</code> | |||
** Mount UEFI | |||
*** <code># mkdir -p /mnt/boot</code> | |||
*** <code># mount /dev/sdg1 /mnt/boot</code> | |||
* Install linux base | |||
** <code># pacstrap -i /mnt base</code> | |||
*** Select default (all), about 160MB download, 450MB install | |||
=== Logo === | === Logo === |