|
OpenBSD General Other questions regarding OpenBSD which do not fit in any of the categories below. |
|
Thread Tools | Display Modes |
|
|||
Debian on OpenBSD vmd
Hi.
I attempt to run an install a Debian Buster into a VM on OpenBSD 6.5. This OpenBSD run on a server, without X, only SSH connection. Ago 8 months, I installed with success a Debian Stretch on other VM, and previously on OpenBSD 6.4, segun this tutorial: http://www.netzbasis.de/openbsd/vmd-debian/ I understand the process to connect on VM is by serial console... no X! Now, just i use the same tuto to install Buster; after sames modifications with new files, when i start the VM, i've this error: undefined video mode number: 314. - boot.img: http://ftp.debian.org/debian/dists/b...ia/boot.img.gz - initrd: http://ftp.debian.org/debian/dists/b.../xen/initrd.gz - virtio module: http://ftp.debian.org/debian/pool/ma...9-3_amd64.udeb The preparation of boot.img: Code:
gzip -d initrd.gz mkdir buster cd buster ar -x ../virtio-modules-4.9.0-11-amd64-di_4.9.189-3_amd64.udeb data.tar.xz xz -d data.tar.xz tar xf data.tar rm data.tar find . | cpio -o -A -H sv4cpio -O ../initrd cd .. gzip -9 initrd gzip -d boot.img.gz doas vnconfig vnd1 ~/vm/debian/boot.img doas mount /dev/vnd1i /mnt doas cp initrd.gz /mnt/INITRD.GZ doas vi /mnt/TXT.CFG - append vga=788 initrd=initrd.gz --- quiet ^M + append vga=off initrd=initrd.gz --- quiet console=ttyS0,115200n8 ^M doas umount /mnt doas vnconfig -u vnd1 I start the vm: Code:
vmctl start install -c And after few seconds, the result is: Last edited by CiotBSD; 2nd October 2019 at 10:40 AM. Reason: precisions |
Tags |
debian, openbsd 6.5, vmm |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Dual boot Debian/OpenBSD - mount OpenBSD /home from Debian | shep | OpenBSD General | 5 | 11th April 2019 10:19 PM |
MultiBoot OpenBSD/Debian | Funkygoby | OpenBSD Installation and Upgrading | 23 | 5th March 2019 09:46 PM |
Microsoft has released a Debian Linux switch OS. Repeat, a Debian Linux switch OS | J65nko | News | 9 | 12th March 2016 11:58 PM |
Debian + FreeBSD | bsdperson | Other BSD and UNIX/UNIX-like | 20 | 22nd August 2011 06:41 PM |
Debian 5.0 released | ephemera | Other BSD and UNIX/UNIX-like | 36 | 26th November 2010 04:50 PM |