ref: e3f4961a81eeec492f62a7fd3f85582ccb6e24e1
parent: 771d4b2ea08e3baec6f1e29311e8738d3be02686
author: stanley lieber <stanley.lieber@gmail.com>
date: Sun Feb 12 09:37:53 EST 2017
fqa4.ms: update 4.2.2: now we can simply dd the iso image to the usb device.
--- a/fqa4.ms
+++ b/fqa4.ms
@@ -144,13 +144,20 @@
.R
.ihtml h3
-Booting from USB disk is handled the same way as booting from internal hard drive. In general, the boot process is able to use an ISO image stored on a FAT file system as its root file system, so all that is needed is to install the
+Booting from USB disk is handled the same way as booting from internal hard drive. There are two ways to create a bootable 9front USB:
+
+1.) Write the ISO image directly to the USB device. Example:
+.P1
+dd < 9front.iso >/dev/sdUxxxxx/data
+.P2
+
+2.) Alternately, the boot process is able to use an ISO image stored on a FAT file system as its root file system, so all that is needed is to install the
.ihtml a <a href="http://man.9front.org/8/9boot">
.CW 9boot(8)
.ihtml a
bootloader, a kernel and the
.CW 9front.iso
-on the USB disk.
+on the USB disk. The following sections describe this process on Plan 9 and Linux.
.html - <a name="4.2.2.1" />
.ihtml h4 <h4>