i915.blacklist=yes
or
modprobe.blacklist=i915if [ -s /EFI/PhoenixOS/Boot/grubenv ]; then
set have_grubenv=true
load_env
fi
if [ "${next_entry}" ]; then
set default="${next_entry}"
set next_entry=
save_env next_entry
set timeout=0
fi
menuentry 'Windows' {
search --file --no-floppy --set=root /EFI/Microsoft/Boot/bootmgfw.efi
chainloader (${root})/EFI/Microsoft/Boot/bootmgfw.efi
}
menuentry "Phoenix OS" {
search --set=root --file /EFI/PhoenixOS/kernel
linux /EFI/PhoenixOS/kernel quiet root=/dev/ram0 androidboot.hardware=android_x86 SRC=/PhoenixOS vga=788
initrd /EFI/PhoenixOS/initrd.img
}
This is grub.cfg how can i add your code can you help me please and thank you for reply.
Hey Mauro,Does Android x86 iso's have support for Lenovo G50-80 Graphics Cards?