I was able to boot my VM as HVM to make the changes and applied the patch as suggested.
Code: Select all
sed -i 's/^GRUB_ENABLE_BLSCFG=.*/GRUB_ENABLE_BLSCFG=false/' /etc/default/grub
grub2-mkconfig -o /boot/grub2/grub.cfg
I installed CentOS 8 in a single partition just to minimize the possibility of issues. I changed the config back to PV and started the guest. No matter what I try, it always goes to the grubdom> prompt. I'm not sure where to go from there. Below is my config
Code: Select all
memory = 24576
maxmem = 24576
vcpus = 8
name = 'test'
vif = [ 'ip=x.x.x.x,mac=00:16:3e:BF:EE:2A,bridge=xenbr0','ip=x.x.x.x,mac=00:16:3e:BF:EE:2B,bridge=xenbr1' ]
address = 'x.x.x.x'
netmask = '255.255.255.0'
disk = ['phy:/dev/vg_h1/test_img,xvda1,w']
boot = 'dc'
on_reboot = 'restart'
on_crash = 'restart'
kernel = "/usr/lib64/xen/boot/pv-grub-x86_64.gz"
extra = "(hd0)/boot/grub2/grub.conf"
vnc = 1
vnclisten = "0.0.0.0"
vncunused = 1
vfb = ['type=vnc,vncunused=1,vncpasswd=xokspfky,vnclisten=0.0.0.0']
vncpasswd = "test"