diff options
| -rwxr-xr-x | content/pages/pastebin.md | 13 |
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 | |||
| 12 | If the bootloader is not being written to a disk when installing 9front on | ||
| 13 | real harware try clearing first sector of the disk with the following command. | ||
| 14 | |||
| 15 | ```sh | ||
| 16 | dd 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. | ||
| 20 | cat </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 |
