remove balena

This commit is contained in:
nihilist 2025-04-17 08:45:13 +02:00
parent 6bc47e1268
commit 60614be184
2 changed files with 3 additions and 9 deletions

View file

@ -101,8 +101,7 @@
→ truncate -s 8192M tails-amd64-6.3.img
</code></pre>
<p>Now here we can use <a href="https://etcher.balena.io/#download-etcher">balenaetcher</a> to flash the tails OS image onto a usb stick that we plug in on our computer:</p>
<img src="30.png" class="imgRz">
<p>From here we install tails onto the usb stick (which is detected as /dev/sdc in our usecase) from the commandline using dd:</p>
<pre><code class="nim">
nihilist@mainpc:~$ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
@ -111,15 +110,10 @@ NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
<b>sdc 8:32 1 14.6G 0 disk </b>
[...]
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:~$ <b>sudo dd if=/home/user/tails-amd64-6.3.img of=/dev/sdc bs=16M oflag=direct status=progress</b>
</pre></code>
<img src="31.png" class="imgRz">
<img src="32.png" class="imgRz">
<img src="33.png" class="imgRz">
<p>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.</p>
<img src="34.png" class="imgRz">
<p>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.</p>

0
sed.sh Normal file → Executable file
View file