On Fri, March 23, 2018 3:17 pm, Shashank wrote: > So below is exactly what is in /boot/efi/EFI/qubes/xen.cfg file: > > > [global] > default=4.14.18-1.pvops.qubes.x86_64 > > [4.14.18-1.pvops.qubes.x86_64] > options=loglvl=all dom0_mem=min:1024M dom0_mem=max:4096M iommu=no-igfx > kernel=vmlinuz-4.14.18-1.pvops.qubes.x86_64 > root=/dev/mapper/qubes_dom0-root rd$ > ramdisk=initramfs-4.14.18-1.pvops.qubes.x86_64.img > > [4.14.18-1.pvops.qubes.x86_64] > options=loglvl=all dom0_mem=min:1024M dom0_mem=max:4096M iommu=no-igfx > kernel=vmlinuz-4.14.18-1.pvops.qubes.x86_64 > root=/dev/mapper/qubes_dom0-root rd$ > ramdisk=initramfs-4.14.18-1.pvops.qubes.x86_64.img
Do your kernel= lines actually end with just "rd$", or it that your editor telling you there is more there and you have to arrow right to see it? If they do actually end with "rd$" (or if they don't but you scroll all the way right and still don't see the option), try adding the i915 option before it, like: kernel=vmlinuz-4.14.18-1.pvops.qubes.x86_64 root=/dev/mapper/qubes_dom0-root i915.alpha_support=1 rd$ -- You received this message because you are subscribed to the Google Groups "qubes-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qubes-users/f88bfa0456e26823dd274fd951c0edd9.squirrel%40tt3j2x4k5ycaa5zt.onion. For more options, visit https://groups.google.com/d/optout.
