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
Lua performance in different environments
Embedding resources into binary with Cc
Grep to Less that maintain colors
Run 9front in Qemuplan9
Personal sane Vim defaultsvim
Fix bootloader not being written in Plan9plan9
#cat-v on weechat configuration
My brand new Plan9/9front desktopplan9
Use option key as meta in Alacritty under macOS
Fix screen tearing on Debian 12 Xorg and i3
AWS EB PyYAML fix
Push to multiple origins at once in Git
Currated list of Vim ALE linters
Compile drawterm on Fedora 38plan9
Extend Lua with custom C functions using Clangc