DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD General

OpenBSD General Other questions regarding OpenBSD which do not fit in any of the categories below.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1   (View Single Post)  
Old 1st October 2019
CiotBSD CiotBSD is offline
c107:b5d::
 
Join Date: Jun 2019
Location: Under /
Posts: 175
Default 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
Thoses steps seem run correctly. No error!

I start the vm:
Code:
vmctl start install -c
('install' is the name of the VM)

And after few seconds, the result is:

Last edited by CiotBSD; 2nd October 2019 at 10:40 AM. Reason: precisions
Reply With Quote
 

Tags
debian, openbsd 6.5, vmm


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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


All times are GMT. The time now is 12:07 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick