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
Minimal desktop setup with cwm and conky
Sane default for Dungeon Crawl Stone Soup Online editiondcss
Calling assembly functions from Cc
Currated list of Vim ALE linters
Sending signals to C programsc
Set color temperature of displays on i3
Use option key as meta in Alacritty under macOS
My brand new Plan9/9front desktopplan9
Mount Plan9 over networkplan9
Make DCSS playable on 4k displaysdcss
#cat-v on weechat configuration
Aerial photography of algae spotted on river Sava
Uninstall Ollama from a Linux box
Add lazy loading of images in Jekyll posts
Online radio streaming with MPV from terminal