[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] CPU Identification Issue
I could solve the issue by the help of this report https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=820807. Thanks to Jörg! Booting the hypervisor without grub solved the issue. The steps I took:
1. boot Linux without hypervisor 2. mkdir /boot/efi/EFI/xen 3. copy from /boot to /boot/efi/EFI/xen: cp /boot/initrd.img-4.9.0-6-amd64 /boot/efi/EFI/xen/ cp /boot/vmlinuz-4.9.0-6-amd64 /boot/efi/EFI/xen/ cp /boot/xen-4.8-amd64.efi /boot/efi/EFI/xen/ 4. Created the boot entry: efibootmgr -w -L XenHypervisor -l "\EFI\xen\xen-4.8-amd64.efi" -c 5. Created the file /boot/efi/EFI/xen/xen.cfg [global] default=xen [xen] options=dom0_mem=512M xsave=off kernel=vmlinuz-4.9.0-6-amd64 root=/dev/mapper/vg--ssd--01-root ro quiet ramdisk=initrd.img-4.9.0-6-amd64 Best, Sebastian 2018-06-24 12:52 GMT+02:00 Sebastian Plocek <sebastian@xxxxxxxxx>:
_______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |