Re: Installing sets from /

2022-07-14 Thread Vincent Legoll
Hello, On Wed, Jul 13, 2022 at 11:17 PM Nick Holland wrote: > > I expected the setup to look at the / (from the ramdisk), but it > > searched in /mnt2 instead. > > As a user, I'd expect the response there to be "As would be seen > on the running system." For an upgrade that would be a good assum

Re: Installing sets from /

2022-07-13 Thread Nick Holland
On 7/13/22 1:11 PM, Vincent Legoll wrote: Hello, I was trying to autoinstall OpenBSD 7.1 on a VM when I stumbled upon something unexpected (to my uneducated eyes) in the installer. What I'm trying to do may very well fall in the "unsupported" basket, just tell me. But still, I think I can at le

Re: Installing sets from install67.fs on USB stick

2020-08-26 Thread Duncan Patton a Campbell
In my experience the key to an easy OBSD install is to start with a bootable fs, on a disk, a usbkey, a cd, floppy ... whatever. Copy the mfs boot (eg https://ftp.openbsd.org/pub/OpenBSD/?.?/amd64/bsd.rd) for your target rev into, say /bsd.XX.rd and reboot. When prompted enter "boot bsd.XX.rd

Re: Installing sets from install67.fs on USB stick

2020-08-26 Thread Maurice McCarthy
I'm talking shite. Ignore all.

Re: Installing sets from install67.fs on USB stick

2020-08-26 Thread Maurice McCarthy
The installation ramdisk is deliberately small therefore not all devices are pre-created. You probably need to drop to a shell and # cd /dev # /dev/MAKEDEV sd2 Hopefully your 2nd usb device will be sd2. Check dmesg to be sure. Good luck