diff --git a/opsec/tailsqemuvm/index.html b/opsec/tailsqemuvm/index.html index e39d13f..7a21117 100644 --- a/opsec/tailsqemuvm/index.html +++ b/opsec/tailsqemuvm/index.html @@ -101,8 +101,7 @@ → truncate -s 8192M tails-amd64-6.3.img -
Now here we can use balenaetcher to flash the tails OS image onto a usb stick that we plug in on our computer:
-From here we install tails onto the usb stick (which is detected as /dev/sdc in our usecase) from the commandline using dd:
nihilist@mainpc:~$ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
@@ -111,15 +110,10 @@ NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
sdc 8:32 1 14.6G 0 disk
[...]
-nihilist@mainpc:~$ cd .mullvad-browser/Downloads/
-nihilist@mainpc:~/.mullvad-browser/Downloads$ unzip balenaEtcher-linux-x64-1.19.25.zip
-nihilist@mainpc:~/.mullvad-browser/Downloads$ cd balenaEtcher-linux-x64/
-nihilist@mainpc:~/.mullvad-browser/Downloads/balenaEtcher-linux-x64$ ./balena-etcher
+user@mainpc:~$ cd .mullvad-browser/Downloads/
+usert@mainpc:~$ sudo dd if=/home/user/tails-amd64-6.3.img of=/dev/sdc bs=16M oflag=direct status=progress
-Now that the Tails OS image has been flashed onto the usb stick, you can simply reboot your computer, and then enter the boot menu to choose to boot onto the USB rather than onto your host OS. In this example i need to press ESC, but depending on your motherboard you may need to press F2, or F11, or another key.
Then after entering the boot options by pressing ESC, we press 1 to choose to boot onto the USB key, rather than booting on the system drive.
diff --git a/sed.sh b/sed.sh old mode 100644 new mode 100755