Thursday 24 April 2014

Setting Ubuntu Hyper V

After searching high and low, finally found these resources on how to fix the vm resolution.

edit mods
sudo vi /etc/initramfs-tools/modules
add
hv_vmbus
hv_storvsc
hv_blkvsc
hv_netvsc

update initramfs
sudo update-initramfs –u

edit grub
sudo vi /etc/default/grub

edit line
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash video=hyperv_fb:1366x768"
[update] REDHAT:
grubby --update-kernel=ALL --args="video=hyperv_fb:1920x1080"

update grub
sudo update-grub


reboot
sudo shutdown -r now


Link:
http://askubuntu.com/questions/384602/ubuntu-hyper-v-guest-display-resolution
http://baudlabs.com/how-to-install-hyper-v-integration-services-in-ubuntu-12-04-lts/
http://nzbart.blogspot.se/2013/12/running-ubuntu-full-screen-under-hyper.html

No comments:

Post a Comment