From cd6644ea4ddc78597934ab0ef5ba50e3c3daa927 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 8 Jul 2023 23:25:41 +0200 Subject: Moved to a simpler SSG --- public/fix-plan9-bootloader.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 public/fix-plan9-bootloader.html (limited to 'public/fix-plan9-bootloader.html') diff --git a/public/fix-plan9-bootloader.html b/public/fix-plan9-bootloader.html new file mode 100755 index 0000000..1bebdd3 --- /dev/null +++ b/public/fix-plan9-bootloader.html @@ -0,0 +1,17 @@ +Fix bootloader not being written in Plan9

Fix bootloader not being written in Plan9

May 11, 2023

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.

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/zero >/dev/sd*/data
+
\ No newline at end of file -- cgit v1.2.3