Workstation
These instructions document how to configure a workstation for use with Golem and other servers. You will need two computers: the workstations itself and a build computer capable of downloading and preparing materials to install on the workstation.
- Download the latest Fedora installer.
- Attach a USB thumb drive to the build computer. Run
dmesg
and observe the device name associated with the thumb drive. You should see a message which resembles[X] Attached SCSI removable disk
. Here,X
indicates that you can access the thumb drive through/dev/X
- Copy the Fedora installer image to the thumb drive by running
dd if=Fedora-Everything-netinst-x86_64-30-1.2.iso of=/dev/X
with root privileges. You should replaceX
with the correct name. - After copying the Fedora installer image to the thumb drive, remove it from the build computer, and attach it to the workstation. Turn on the workstation.
- You should soon see a screen such as this:
Fedora 30
Install Fedora 30
Test this media & install Fedora
Troubleshooting
Press Tab to edit the installers parameters. Append the following to the end of the configuration line: ks=https://www.flyn.org/kickstart/Fedora-30-x86_64-workstation.ks
.
- Eventually, the installer will present a menu that allows you to set the workstation’s root password. Press
7
and enter a password of your choosing twice. - Enter
b
to begin the installation. - Reboot the workstation after the installation completes.