Change screen resolution of Xenserver Console for a CentOS VM

centos6.5screen-resolutionxenserver

I need to increase screen resolution to 1024×800 for all my XEN console.

I tried to place

"vga=791"

at the end of kernel line the file /boot/grub/grub.conf but it seems that most of the boots arguments are ignored during startup. Probably inside XenSever /boot it's not really used in order to launch CentOS.

I even tried to add boot option in the boot option tab (VM -> Property -> Boot Option) but doesn't work.

Pls help. Thanks Max

Best Answer

have you tried adding extra="vga=791" in your domU-vmname.cfg file? That will set permanent kernel parameters for domain. For single kernel argument passing use xm create domU-vmname.cfg extra="vga-791"

Related Topic