From 22f5ac8fcec4dbfcc1f5033f18bc4eeca52a747d Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 31 Oct 2023 08:20:22 +0100 Subject: Made the side more retro! --- public/fix-plan9-bootloader.html | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) (limited to 'public/fix-plan9-bootloader.html') diff --git a/public/fix-plan9-bootloader.html b/public/fix-plan9-bootloader.html index a4d547c..347e6f9 100755 --- a/public/fix-plan9-bootloader.html +++ b/public/fix-plan9-bootloader.html @@ -1,15 +1,18 @@ -Fix bootloader not being written in Plan9

Fix bootloader not being written in Plan9

note, May 11, 2023 on Mitja Felicijan's blog

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
-

Posts from blogs I follow around the net