On Sun, Feb 13, 2022 at 8:29 AM Maurice McCarthy <[email protected]> wrote: > If you look in /dev there are probably no sd1 files created (which I > guess is where the usb stick is, provided there are no other disks > present.) So drop to a shell
This sounds promising, and you were indeed correct that no sd1 files had been created. > # export TERM=vt220 > # cd /dev > # ./MAKEDEV sd1 (!! Do not omit the sd1 or you will exhaust the ramdrive !!) > # mkdir /usb > # disklabel sd1 MAKEDEV was not executable, but that's easy to change. Anyways, after making the sd1 device files, disklabel sd1 gets me: disklabel: /dev/rsd1c: Device not configured. (And, the install behavior is unchanged.) Thanks, -- Raul

