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

Other notes

DateTitle
My brand new Plan9/9front desktopplan9
Cronjobs on Github with Github Actions
Calling assembly functions from Cc
Extract lines from a file with sed
Drawing Pixels in Plan9plan9
Embedding resources into binary with Cc
Alacritty open links with modifier
Lua performance in different environments
Display xterm color palette
Compile drawterm on Fedora 38plan9
Change permissions of matching files recursively
#cat-v on weechat configuration
AWS EB PyYAML fix
Cache busting in Hugo
Uninstall Ollama from a Linux box