On Sun, Jan 28, 2018 at 4:23 AM, Maximilian Pichler <[email protected]> wrote: > I'm trying to install OpenBSD 6.2 on a Zenbook (UX390UA) but it is > unable to find the installer USB key (after booting from it). The key > is connected via the USB-A/C adapter/hub that comes with the laptop. > The same hardware works fine under Linux.
> $ ls /dev/*sd1* > ls: /dev/*sd1*: No such file or directory the RAMDISK kernel is extremely space-constrained, so its /dev directory is not fully populated. When you reach the "(I)nstall, (U)pgrade, (A)utoinstall or (S)hell?" prompt, enter S then type the following commands to create the sd1 device entries: # cd /etc # ./MAKEDEV sd1 # exit You will then be returned to the installer and you should be able to proceed normally. -ken

