aboutsummaryrefslogtreecommitdiff
path: root/content/pages
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2023-05-20 04:09:30 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2023-05-20 04:09:30 +0200
commitd71efdc8be890ce9c10f28b537a66b7334e49f42 (patch)
tree8bb004f94d93ae782971dc8e1c1cc197679d316a /content/pages
parent9788d5cc445d7c68dbd36bf641410634e79402e9 (diff)
downloadmitjafelicijan.com-d71efdc8be890ce9c10f28b537a66b7334e49f42.tar.gz
Paste: added fix for bootloader
Diffstat (limited to 'content/pages')
-rwxr-xr-xcontent/pages/pastebin.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/content/pages/pastebin.md b/content/pages/pastebin.md
index 400aa09..c1691aa 100755
--- a/content/pages/pastebin.md
+++ b/content/pages/pastebin.md
@@ -7,6 +7,19 @@ draft: false
7 7
8*No additional explanation provided here. Use blog for more detailed stuff.* 8*No additional explanation provided here. Use blog for more detailed stuff.*
9 9
10**▒ Fix bootloader not being written in Plan9**
11
12If the bootloader is not being written to a disk when installing 9front on
13real harware try clearing first sector of the disk with the following command.
14
15```sh
16dd if=/dev/zero of=/dev/sdX bs=512 count=1
17
18# If command above doesn't work try this one, wait couple of seconds and
19# press delete key to stop the command.
20cat </dev/zero >/dev/sd*/data
21```
22
10**▒ Take a screenshot in Plan9** 23**▒ Take a screenshot in Plan9**
11 24
12```sh 25```sh