Re: OpenBSD with GRUB2

2023-05-04 Thread Philipp Buehler
Am 04.05.2023 09:31 schrieb Luca Di Gregorio: To be honest, I don't know if the modification of GRUB in Debian is needed. Or, installing with Whole disk MBR (w) is enough. But it works, OpenBSD is automatically started at reboot. The modification in grub configuration would make it possible t

Re: OpenBSD with GRUB2

2023-05-04 Thread Luca Di Gregorio
I achieved it by modifying GRUB when the VPS is still Debian. Debian version: 11 At reboot, press 'c' for the GRUB command line grub> ls (hd0) (hd0,gpt3) (hd0,gpt2) (hd0,gpt1) grub> set root=(hd0,gpt2) grub> ls / ... grub/ vmlinuz... initrd.img... It means that (hd0,gpt2) is the /boot directory

Re: OpenBSD with GRUB2

2023-05-03 Thread Benjamin Stürz
On 03.05.23 10:52, Luca Di Gregorio wrote: I'm trying to install OpenBSD on a VPS with Debian/GRUB2. I get bsd.rd, in GRUB2 I launch the installer with: set root=(hd0,X) kopenbsd /bsd.rd boot The installation is ok, but GRUB2 still remains. So, when I reboot, GRUB2 menu appears, and

OpenBSD with GRUB2

2023-05-03 Thread Luca Di Gregorio
I'm trying to install OpenBSD on a VPS with Debian/GRUB2. I get bsd.rd, in GRUB2 I launch the installer with: set root=(hd0,X) kopenbsd /bsd.rd boot The installation is ok, but GRUB2 still remains. So, when I reboot, GRUB2 menu appears, and OpenBSD can be started only with: set root=(h