Grub Command Android x86
Grub Command Android x86
Step 1:
open terminal
Code:
sudo -i
mkdir /remix (your OS)
mkdir /remix/data
Step 2:
Open file manager in root
Copy the four files i.e. initrd.img, kernel, ramdisk.img, and system.sfs from ISO file to remix ((your OS) folder
The folder should be located in the root of the system
Step 3:
Install Grub Cuztomizer
Code:
sudo apt-add-repository ppa:danielrichter2007/grub-customizer
sudo apt-get update
sudo apt-get install grub-customizer
Step 4:
Open Grub Customizer
FIX
insmod part_gpt
search --file --no-floppy --set=root /phoenix/system.img
linux /phoenix/kernel root=/dev/ram0
androidboot.hardware=android_x86_64 EXTMOD=i915 video=1366x768 androidboot.selinux=permissive
initrd /phoenix/initrd.img
PrimeOS insmod part_gpt
search --file --no-floppy --set=root /prime/system.img
linux /prime/kernel root=/dev/ram0
androidboot.hardware=android_x86_64 androidboot.selinux=permissive
initrd /prime/initrd.img
insmod part_gpt
search --file --no-floppy --set=root /prime/system.sfs
linux /prime/kernel quiet root=/dev/ram0
androidboot.selinux=permissive vmalloc=192M buildvariant=userdebug SRC=/prime
initrd /prime/initrd.img
2 Remix OS insmod part_gpt
FIX search --file --no-floppy --set=root /remix/system.sfs
linux /remix/kernel root=/dev/ram0 androidboot.hardware=remix_x86_64 androidboot.selinux=permissive
CMDLINE
initrd /remix/initrd.img
ROOT/FIX REMOUNT
insmod part_gpt
search --file --no-floppy --set=root /remix/system.sfs
linux /remix/kernel root=/dev/ram0 androidboot.hardware=remix_x86 EXTMOD=i915 DPI=160
video=1366x768 androidboot.selinux=permissive CMDLINE REMOUNT_RW=1
initrd /remix/initrd.img
Bliss OS search --file --no-floppy --set=root /bliss/system.sfs
linux /bliss/kernel root=/dev/ram0 SRC=/bliss androidboot.selinux=permissive quiet DPI=160 DATA=
initrd /bliss/initrd.img
1. nomodeset
2. nouveau.modeset=0
3. nouveau.modeset=1
4. video=uvesafb
5. video=simplefb
6. i915.modeset=0
7. i915.modeset=1
8. video=1366x768 (screen resolution)