ubuntu - Xen hypervisor: not booting -


so i'm new xen hypervisor , i'm trying install on ubuntu 16.04 vm on computer.

i've done following

sudo apt-get install xen-hypervisor-amd64  sudo sed -i 's/grub_default=.*+/grub_default="xen 4.1-amd64"/' /etc/default/grub  sudo update-grub  sudo sed -i 's/toolstack=.*+/toolstack="xm"/' /etc/default/xen  sudo reboot 

when starts scrolls through lines of code showing it's booting xen goes black unresponsive screen

here i'm getting

i'm not sure how solve issue advice welcome!!!!

thank in advance!

it seems ubuntu 16.04 doesn't support xen. installed ubuntu 12.04.4 vm , works


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -