menuentry 'Remix OS (Android-x86)' --class android-x86 {
search --file --no-floppy --set=root /RemixOS/kernel
linuxefi /RemixOS/kernel root=/dev/ram0 androidboot.hardware=remix_x86_64 androidboot.selinux=permissive quiet DATA=/RemixOS/data/ SRC=/RemixOS
initrdefi /RemixOS/initrd.img
}Open files manager under root privilege, on terminal type "sudo nautilus"
sudo: nautilus: command not found
gksudo pantheon-filesThank you Penguin1 for the suggestions on how to install RemixOS from Linux. Your method worked. The only thing I might add is a suggestion on how to extract files from the RemixOS iso file...easiest way is to use the p7zip utility.
If you don't have it installed already, then on Ubuntu or Debian, then:sudo apt-get install p7zip-fullIt's available for other distros too. Put your iso file into a directory of your choice, and extract files thus:7z x iso_file.isoIn one of the forums, a Fedora user claimed that you must use this syntax (Fedora-only?):7za x iso_file.isoI can't confirm that since I don't have Fedora installed.
Hi everyoneI'm having some trouble using the above method. Just a question. Do you use the 64 bit or the 32 bit version of the ISO?
Great. I'll try the 64 version. I've tried it before, but I just get to a blinking cursor and no loading screen. Some other people suggest that it is graphic card incompatibility and I do have a hybrid (nvidia and inter hd) graphics card. I'm going to try your menu entry as is, and if I still have an issue, I will go down the graphic card path.
I'll let you know what happens.
For reference I got that here: https://wiki.archlinux.org/index.php/kernel_mode_setting
So turns out it was nvidia optimus' fault. I got the kernel mode settin on Arch's wiki page. I added the following to my 40_custom file: "nomodeset i915.modeset=0 nouveau.modeset=0"For reference I got that here: https://wiki.archlinux.org/index.php/kernel_mode_setting