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
Sending signals to C programsc
Run 9front in Qemuplan9
Convert all MKV files into other formats
Compile drawterm on Fedora 38plan9
My brand new Plan9/9front desktopplan9
Extract lines from a file with sed
Personal sane Vim defaultsvim
Extend Lua with custom C functions using Clangc
Fix screen tearing on Debian 12 Xorg and i3
Edsger W. Dijkstra Manuscripts ebook
Change permissions of matching files recursively
Aerial photography of algae spotted on river Sava
Mount Plan9 over networkplan9
Add lazy loading of images in Jekyll posts
Dungeon Crawl Stone Soup - New player guidedcss