ubuntu unter hyper-v
- add local user to group "hyper-v administrators", logout/login
- (check that virtual Switch ("extern") exists)
- New-VHD -Path "D:\VM\ubuntu\UbuntuDisk.vhdx" -SizeBytes 30GB -Dynamic -BlockSizeBytes 1MB
- Add SCSI-Controller, DVD Reader, Mount Ubuntu Image (ubuntu-16.04.1-desktop-amd64.iso)
- Disable Secure Boot for Type 2 VMs
- Change Display Resolution
sudoedit /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash video=hyperv_fb:1920x1080"
sudo update-grub
reboot
(personal checklist).
Kommentare