From d71efdc8be890ce9c10f28b537a66b7334e49f42 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 20 May 2023 04:09:30 +0200 Subject: Paste: added fix for bootloader --- content/pages/pastebin.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'content') 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 *No additional explanation provided here. Use blog for more detailed stuff.* +**▒ Fix bootloader not being written in Plan9** + +If the bootloader is not being written to a disk when installing 9front on +real harware try clearing first sector of the disk with the following command. + +```sh +dd if=/dev/zero of=/dev/sdX bs=512 count=1 + +# If command above doesn't work try this one, wait couple of seconds and +# press delete key to stop the command. +cat /dev/sd*/data +``` + **▒ Take a screenshot in Plan9** ```sh -- cgit v1.2.3