These note are very brief and assumes some command line experience. Some steps are missing.
Ubuntu LiveCD (boot disc)
Putty (remote install)
Boot with the LiveCD on the target machine, You will these connections. Keyboard, Mouse, Screen and Network connection.
On the target machine open a terminal run the following commands for a remote connection. If you don't want a remote connection just type the putty commands directly into the terminal. I find cutting and pasting easier.
Code: Select all
sudo apt update
sudo apt install openssh-server
sudo systemctl start sshd
sudo adduser user
sudo usermod -aG sudo user
Code: Select all
ip a
Find your target drive with
Code: Select all
sudo fdisk -l
Code: Select all
wget https://www.gargoyle-router.com/downloads/images/x86/gargoyle_1.13.0-x86-64-combined-ext4.img.gz
Code: Select all
gzip -d gargoyle_1.13.0-x86-64-combined-ext4.img.gz
Code: Select all
sudo dd if=gargoyle_1.13.0-x86-64-combined-ext4.img of=/dev/sda bs=1M count=100