11.1Sscw Welcome to the NetBSD/mvme68k RAMDISK root! 21.1Sscw 31.1SscwThis environment is designed to do only four things: 41.5Sandvar 1: Partition your disk (use the command: disklabel -i -I /dev/rsd?c) 51.1Sscw 2: Copy a miniroot image into the swap partition (/dev/rsd?b) 61.1Sscw 3: Make that partition bootable (using 'installboot') 71.1Sscw 4: Reboot (using the swap partition, i.e. /dev/sd?b). 81.1Sscw 91.1SscwCopying the miniroot can be done several ways, allowing the source of the 101.1Sscwminiroot image to be on any of these: 111.1Sscw boot tape, NFS server, TFTP server, rsh server 121.1Sscw 131.1SscwThe easiest is loading from tape, which is done as follows: 141.1Sscw mt -f /dev/nrst0 rewind 151.1Sscw mt -f /dev/nrst0 fsf 3 161.1Sscw dd bs=8k if=/dev/nrst0 of=/dev/rsd0b 171.1Sscw(For help with other methods, please see the install notes.) 181.1Sscw 191.1SscwAfter installing the boot block, reboot using the swap partition. That is, 201.1Sscwuse "halt" then at the Bug monitor prompt use a command like: 211.3Sscw 1x7-Bug> bo 0,,b: 221.1Sscw 231.1SscwTo view this message again, type: cat /.welcome 24