Re: unrecognized root device and kernel panic during 9.2 amd64 installation

2022-04-29 Thread Tiago Seco
Ok, this is weird. I tried installing with no usb mouse connected, and using a PS2 keyboard, and everything worked. Not quite sure what happened, but seems like it is solved. Thanks for the help :) /ts

unrecognized root device and kernel panic during 9.2 amd64 installation

2022-04-29 Thread Tiago Seco
Hello, I'm trying running into some issues trying to install NetBSD 9.2 on an amd64 system. I'm trying to install via the NetBSD-9.2-amd64-install.img image, and the root device is not recognized: https://imgur.com/a/uqHgZNV If I press `enter` I get the following suggested options: https://

Re: [netbsd-users] About using NetBSD as a guest, why, how etc.

2019-12-12 Thread Tiago Seco
>is doing a manual from-scratch install from the command-line >documented anywhere? would this be of help?: https://archive.unitedbsd.com/t/netbsd-desktop-part-1-manual-netbsd-installation-on-gpt-uefi/284 /ts

Re: installation on UEFI system w/ encrypted filesystem

2019-05-25 Thread Tiago Seco
o "export LANG=\"en_US.UTF-8\"" >> /etc/profile echo "export LC_CTYPE=\"en_US.UTF-8\"" >> /etc/profile echo "export LC_ALL=\"\"" >> /etc/profile echo 'cgd=YES' > /etc/rc.conf exit reboot --- /ts On Sun,

installation on UEFI system w/ encrypted filesystem

2019-05-19 Thread Tiago Seco
Hello, I've been trying to install NetBSD on a UEFI system with encrypted root. I've tried to combine the instructions on * https://wiki.netbsd.org/Installation_on_UEFI_systems/ * https://wiki.netbsd.org/security/cgdroot/ * https://archive.unitedbsd.com/t/netbsd-desktop-part-1-manual-netbsd-insta