[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Xen-users] XenGT and IGVT kernel help
Hi all,
I'm trying to have iGVT working and I followed this guilde step by
step: https://github.com/01org/Igvtg-kernel/blob/2016q1-4.3.0/iGVT-g_Setup_Guide.txt
Unfortunately I can build both kernel and XenGT but impossible to
boot in. Here is my grub configuration for it:
menuentry 'XenGT 4.3.0' --class ubuntu --class gnu-linux
--class gnu --class os {
insmod part_msdos
insmod ext2
set root='hd1,msdos1'
search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1
--hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
161510a0-ea2a-42b6-804c-08fa56dc6175
multiboot /boot/xen4.6-vgt.gz dom0_mem=2048M loglvl=all
guest_loglvl=all conring_size=4M noreboot
module /boot/vmlinuz-4.3.0
root=UUID=161510a0-ea2a-42b6-804c-08fa56dc6175 rw rd_NO_LUKS
rd_NO_LVM LANG=en_US.UTF-8 rd_NO_MD SYSFONT=latarcyrheb-sun16 rhgb
crashkernel=auto KEYBOARDTYPE=pc KEYTABLE=us rd_NO_DM
ignore_loglevel console=tty0 console=hvc0 consoleblank=0
log_buf_len=4M i915.hvm_boot_foreground=1 i915.enable_cmd_parser=0
module /boot/initrd.img-igvt
}
Only thing I have is a blackscreen after kernel loading.
I build on a classic lubuntu 16.04 installation.
Some people here can have it to work?
|
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxx
http://lists.xen.org/xen-users
|