From 58904b7d9b781c9a7eb18183392b3a565fdbcd51 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 8 Jul 2023 23:26:39 +0200 Subject: Removed public folder --- public/fix-plan9-bootloader.html | 17 ----------------- 1 file changed, 17 deletions(-) delete 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 deleted file mode 100755 index 1bebdd3..0000000 --- a/public/fix-plan9-bootloader.html +++ /dev/null @@ -1,17 +0,0 @@ -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