On Fri, 24 Sep 2021, Bob Bernstein wrote:
On Fri, 24 Sep 2021, Bob Bernstein wrote:dd if=NetBSD-7.0-amd64-install.img of=/dev/rsd0d bs=1mThat 'rsd0d' would appear to designate a partition.I repeated the experiment, only using this command: $ sudo dd if=NetBSD-9.99.88-amd64-install.img of=/dev/rsd0 bs=1m ...and had no success. I'm following, more or less, this wiki page:
Not surprising: on NetBSD both the whole disk device name and the `d' name are the same device: $ ls -l /dev/r{w,s}d0{,d} crw-r----- 1 root operator 13, 3 Aug 26 2019 /dev/rsd0 crw-r----- 1 root operator 13, 3 Aug 26 2019 /dev/rsd0d crw-r----- 1 root operator 3, 3 Aug 26 2019 /dev/rwd0 crw-r----- 1 root operator 3, 3 Aug 26 2019 /dev/rwd0d $ Out of curiosity: does the i386-current install image boot? Have you tried the NetBSD-9.99.88-amd64-live.img.gz image? -RVP