Grub
/etc/grub.d/40_custom:
menuentry "Android-x86" {
set root='(hd0,msdos2)'
linux /android-8.0-r6/kernel quiet root=/dev/ram0 androidboot.hardware=android_x86 acpi_sleep=s3_bios,s3_mode SRC=/android-8.0-r6
initrd /android-8.0-r6/initrd.img
}
grubCreated: (5 years ago)
/etc/grub.d/40_custom:
menuentry "Android-x86" {
set root='(hd0,msdos2)'
linux /android-8.0-r6/kernel quiet root=/dev/ram0 androidboot.hardware=android_x86 acpi_sleep=s3_bios,s3_mode SRC=/android-8.0-r6
initrd /android-8.0-r6/initrd.img
}