Bedrock V3000 lacks an integrated display adapter. Consequently, to install Xen server 8, users must connect Bedrock to a host PC using a console, facilitated by serial over USB.

This document describes Xen server 8 installation process on Bedrock V3000.

Table of Contents

Test setup

This installation process has been validated by SolidRun with the following configurations:

Installation process

Creating bootable USB drive

Please follow instructions at https://solidrun.atlassian.net/l/cp/m9Reo11r

Connecting serial console

Please follow instructions at Using serial console with Bedrock V3000

BIOS Boot select

You need to choose your USB bootable device to start the installation.

Configure grub

At the grub menu (displaying "install", “no-serial“, …),Press ‘e’ over the ”install” option to set the boot parameters.

might take some time for the installer to run, so just give it some time

Live USB settings

image-20241117-084728.png

image-20241117-084815.png

image-20241117-085031.png

image-20241117-085055.png

image-20241117-085136.png

image-20241117-085218.png

image-20241117-085308.png

image-20241117-085400.pngimage-20241117-085519.pngimage-20241117-085554.png

image-20241117-085621.png

image-20241117-085722.png

image-20241117-085826.pngimage-20241117-085840.png

image-20241117-090115.pngimage-20241117-090143.png

image-20241117-090256.png

image-20241117-090338.png

image-20241117-090413.png

image-20241117-090536.png

image-20241117-090843.png

Enable ttyS4 service

Enable the ttyS4 console to be able to interact with the system.

setparams 'XenServer (Serial)'
        search --label --set root root-umnjnb
        multiboot2 /boot/xen.gz com1=115200,8n1 console=com1,vga dom0_mem=1808M,max:1808M watchdog ucode=scan dom0_max_vcpus=1-4 crashkernel=256M,below=4G
        module2 /boot/vmlinuz-4.19-xen root=LABEL=root-umnjnb ro nolvm hpet =disable console=tty0 console=hvc0
		module2 /boot/initrd-4.19-xen.img