Xorg and Virtualbox break after installing Xen
Posted
by
stueng
on Ask Ubuntu
See other posts from Ask Ubuntu
or by stueng
Published on 2012-07-25T12:23:05Z
Indexed on
2012/09/30
3:49 UTC
Read the original article
Hit count: 233
xen
I installed XEN using these instructions
https://help.ubuntu.com/community/Xen
Now when I rebooted virtualbox doesnt work, X doesnt work, lightdm doesnt work
How can I set it back to how it was before? I presume I want to revert the following actions:
Modify GRUB to default to booting Xen:
sudo sed -i 's/GRUB_DEFAULT=.*\+/GRUB_DEFAULT="Xen 4.1-amd64"/' /etc/default/grub
sudo update-grub
Can someone tell me how?
© Ask Ubuntu or respective owner