How to Root Remix OS and Remix OS Beta with Windows Video Tutorial - Remix OS for PC

Thanks to @imadlatch for making tool
original Thread Here : http://forum.xda-developers.com/remix/remix-os/rmxtools-remix-os-data-img-t3308158
Root Remix OS Beta Version with Windows
Video Tutorial : https://www.youtube.com/watch?v=8usNNalReOk
Remix OS Root Method with windows For 2.0 or Below Version
Video Tutorial : https://www.youtube.com/watch?v=JV6vZqGQ4sE
For Downloading RMX Tool v1.5 Download Here : Owner Link | External Link | Initrd64 | Initrd32
Remix OS Root Method with windows For 2.0.101 and Above Version
Video tutorial : https://www.youtube.com/watch?v=IFGzmc81ta0

kabeerkhan2016 said:
Thanks to @imadlatch for making tool
original Thread Here : http://forum.xda-developers.com/remix/remix-os/rmxtools-remix-os-data-img-t3308158
Remix OS Root Method with windows For 2.0 or Below Version
Video Tutorial : https://www.youtube.com/watch?v=JV6vZqGQ4sE
For Downloading RMX Tool Visit Here : http://forum.xda-developers.com/remix/remix-os/rmxtools-remix-os-data-img-t3308158
Remix OS Root Method with windows For 2.0.101 and Above Version
Video tutorial : https://www.youtube.com/watch?v=IFGzmc81ta0
Click to expand...
Click to collapse
updated 10-Feb-2016

Good.
kabeerkhan2016 said:
updated 10-Feb-2016
Click to expand...
Click to collapse
What about Remix OS 32 Dualboot. GRUB Code ?

Shanmukarajan said:
What about Remix OS 32 Dualboot. GRUB Code ?
Click to expand...
Click to collapse
I'm not try this code, but i hope it's work. code below :- (Change (hd0,4) 0 with your hard disk number and 4 with your partition number )
Code:
default=0
timeout=6
title Guest Mode
root (hd0,4)
kernel /kernel root=/dev/ram0 androidboot.hardware=remix_x86 androidboot.selinux=permissive quiet SRC= DATA= DATA_IN_MEM=1
initrd /initrd.img
title Resident Mode
root (hd0,4)
kernel /kernel root=/dev/ram0 androidboot.hardware=remix_x86 androidboot.selinux=permissive quiet SRC= DATA= CREATE_DATA_IMG=1
initrd /initrd.img

Its working for Remix 32 bit but for android x86
kabeerkhan2016 said:
updated 10-Feb-2016
Click to expand...
Click to collapse
I want to know GRUB code for Android x86 OS for PC dualboot.
and also its not saving any data in PC like RESIDENT MODE in REMIX OS& PHOENIX OS.
Does we want to create data.img file to save the data else is there any tweaks to do..
Waiting for the reply..
Thanks in advance.

kabeerkhan2016 said:
I'm not try this code, but i hope it's work. code below :- (Change (hd0,4) 0 with your hard disk number and 4 with your partition number )
Code:
default=0
timeout=6
title Guest Mode
root (hd0,4)
kernel /kernel root=/dev/ram0 androidboot.hardware=remix_x86 androidboot.selinux=permissive quiet SRC= DATA= DATA_IN_MEM=1
initrd /initrd.img
title Resident Mode
root (hd0,4)
kernel /kernel root=/dev/ram0 androidboot.hardware=remix_x86 androidboot.selinux=permissive quiet SRC= DATA= CREATE_DATA_IMG=1
initrd /initrd.img
Click to expand...
Click to collapse
Thanks Kabeerkhan. I already found the GRUB Code for Android X86 from YouTube Video.
https://www.youtube.com/watch?v=P9bjWlf0Rtw

kabeerkhan2016 said:
Thanks to @imadlatch for making tool
original Thread Here : http://forum.xda-developers.com/remix/remix-os/rmxtools-remix-os-data-img-t3308158
Root Remix OS Beta Version with Windows
Video Tutorial : https://www.youtube.com/watch?v=8usNNalReOk
Remix OS Root Method with windows For 2.0 or Below Version
Video Tutorial : https://www.youtube.com/watch?v=JV6vZqGQ4sE
For Downloading RMX Tool v1.5 Download Here : Owner Link | External Link
Remix OS Root Method with windows For 2.0.101 and Above Version
Video tutorial : https://www.youtube.com/watch?v=IFGzmc81ta0
Click to expand...
Click to collapse
Update 6-March-2016

I have partitioned my USB flash once to be a data drive and one with the OS. When I open the Flash in a file manager it only recognises the partition with data not the OS so i am unable to replace the. IMG
Any way I can fix this?

Hi need a guide for Version 3.0.207 please as RMXtools v1.8 Fix look not like anything in your video.

Shan I watched your YouTube video on how to install Android on PC without usb. Gone smoothly until found that all files in the zip are encrypted. I can't understand why you locked those supportive files if you want people to use your method. Still managed to write from video, Android got stuck at
A N D R O I D [email protected]: and after some time it reboots back to windows.
My system info:-
Os windows 8 pro build 9200
Ram 2gb
Architecture x64
Bios mode legacy
Installed on exfat partitipn

Related

How to boot Remis OS directly, skipping the boot choice screen?

Hello guys,
I have bought a Lenovo Yoga Tablet 2 10" and installed Remix OS 32-bit through provided tool. Unfortunately, I have Bluetooth keyboard which doesn't work before full system loading, therefore I can't choose Remix OS on boot screen.
Installation of Remix OS also created the second "Windows Bootloader" entry in EFI Boot from menu (which is operable by touch). When I choose the first Win Bootloader, it throws me directly to Windows 10 loading screen without displaying the boot choice between Windows 10 and Remix OS (which is present on second Win Bootloader option).
So I've got an idea to edit the boot file of Remix OS to boot directly without asking me, whether I want to load Remix or Windows. Therefore I will be able to boot Remix without keyboard when choosing second bootloader, and Windows when choosing the first one.
When I used the live version of Remix OS, I edited grub.cfg to load system directly without waiting for confirmation from keyboard:
set timeout=0
set gfxmode=1024x768
terminal_output gfxterm
menuentry 'Guest mode - No data will be saved after each session' --class android-x86 {
search --file --no-floppy --set=root /kernel
linuxefi /kernel root=/dev/ram0 androidboot.hardware=remix_x86 androidboot.selinux=permissive quiet DATA= DATA_IN_MEM=1
initrdefi /initrd.img
}
Is this also possible on installed version of Remix OS? I have tried to edit grub.cfg located in D:/RemixOS/efi/boot to match the code above, but after restart I was greeted with choice screen (so it didn't work).
Thank you in advance for any replies!
Cleo1 said:
Hello guys,
I have bought a Lenovo Yoga Tablet 2 10" and installed Remix OS 32-bit through provided tool. Unfortunately, I have Bluetooth keyboard which doesn't work before full system loading, therefore I can't choose Remix OS on boot screen.
Installation of Remix OS also created the second "Windows Bootloader" entry in EFI Boot from menu (which is operable by touch). When I choose the first Win Bootloader, it throws me directly to Windows 10 loading screen without displaying the boot choice between Windows 10 and Remix OS (which is present on second Win Bootloader option).
So I've got an idea to edit the boot file of Remix OS to boot directly without asking me, whether I want to load Remix or Windows. Therefore I will be able to boot Remix without keyboard when choosing second bootloader, and Windows when choosing the first one.
When I used the live version of Remix OS, I edited grub.cfg to load system directly without waiting for confirmation from keyboard:
set timeout=0
set gfxmode=1024x768
terminal_output gfxterm
menuentry 'Guest mode - No data will be saved after each session' --class android-x86 {
search --file --no-floppy --set=root /kernel
linuxefi /kernel root=/dev/ram0 androidboot.hardware=remix_x86 androidboot.selinux=permissive quiet DATA= DATA_IN_MEM=1
initrdefi /initrd.img
}
Is this also possible on installed version of Remix OS? I have tried to edit grub.cfg located in D:/RemixOS/efi/boot to match the code above, but after restart I was greeted with choice screen (so it didn't work).
Thank you in advance for any replies!
Click to expand...
Click to collapse
Hi Cleo ....
Did you ever figure out how to do this, ? cause I would like to do the same boot straight into remix without a dual boot option...

Dual display

Hello,
I installed Remix OS on my Samsung Tablet PC (Intel Core i5). This tablet is placed on a support and the display is copied on an external display via HDMI. It works well with Windows 10, when I remove the shelf support, I can continue to work in touch mode where I was.
With Remix OS, in beta, it does not work. The screen is copied but low resolution and too little on my 24 "screen.
Do you think it will work with the final version of Remix OS?
I only got my second screen working but it's picture is a bit offset, still haven't got the dual screen thing fixed.
After editing the menu.lst , I can choose to start on the screen of the tablet or on the external display 24 " .
Stegue said:
After editing the menu.lst , I can choose to start on the screen of the tablet or on the external display 24 " .
Click to expand...
Click to collapse
What exactly did you change in the menu.lst
And how did you do it?
With Windows , replace the code with it in menu.lst adapting to his version of Remix OS , 32 or 64 bit.
default 0
timeout 10
title Boot to screen tablet
find --set-root /RemixOS/kernel
kernel /RemixOS/kernel root=/dev/ram0 androidboot.hardware=remix_x86_64
androidboot.selinux=permissive quiet SRC=RemixOS/ DATA= CREATE_DATA_IMG=1
initrd /RemixOS/initrd.img
boot
title Boot to External Monitor
find --set-root /RemixOS/kernel
kernel /RemixOS/kernel root=/dev/ram0 androidboot.hardware=remix_x86_64
androidboot.selinux=permissive quiet SRC=RemixOS/ DATA= CREATE_DATA_IMG=1 video=LVDS-1:d
initrd /RemixOS/initrd.img
boot
Click to expand...
Click to collapse
Stegue said:
With Windows , replace the code with it in menu.lst adapting to his version of Remix OS , 32 or 64 bit.
Click to expand...
Click to collapse
So I can just copy and paste this code into the menu.lst file and I'm good to go?

Remix OS 32bit on Celeron M Laptop

Hello XDA,
I'm desperately trying to get Remix OS to run on my test laptop : it is an Acer ASPIRE 5315 with a Celeron M 530 @ 1.73Ghz and an Intel GMA X3100. I've 'installed' RemixOS by copying system.sfs, kernel, initrd.img and ramdisk.img in a folder called /RemixOS at the root of my Xubuntu installation and also created a data folder inside this RemixOS folder as suggested by tutorials. Note that Xubuntu runs just fine on this PC despite its age (although you have to forcepae when installing). I then created a grub boot entry using grub-customizer as follows :
NAME: RemixOS
TYPE: Other
BOOT SEQUENCE:
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,1)'
linux /RemixOS/kernel quiet root=/dev/ram0 androidboot.hardware=remix_x86 androidboot.selinux=permissive SRC=/RemixOS
initrd /RemixOS/initrd.img
When selecting this GRUB entry, the kernel loads fine (but it tells me intel powerclamp is not supported on my CPU) and I then rapidly get to the RemixOS blinking boot image. However, I am stuck here forever. Can anyone tell me if it's just my PC which is incompatible or whether I did something wrong?
Thanks!
Hmm.. have you chmod it? (Dir/files)
Best to make a livebootusb stick...then check if it runs.. and if runs good enough to install
Cheers
mitchell4you said:
Hmm.. have you chmod it? (Dir/files)
Best to make a livebootusb stick...then check if it runs.. and if runs good enough to install
Cheers
Click to expand...
Click to collapse
Thanks for the help. I'll try chmodding it. I know about first trying with a liveCD/USB
To be honest, I had burned the ISO but with the DVD, I could not even get to the Remix OS blinking image (although the kernel loaded). I guess I'll give it a try with a USB flash drive.

[How-To] Triple-Boot Remix OS with Ubuntu 16.04/Windows 10

So many of you have been asking, "How do I add Remix OS to my current boot configuration?", "Is it possible?".
Well, I'm telling you it is if you follow my guide on how to Dual/Triple-Boot Remix OS with virtually any OS. This guide is mainly for Windows 10 and Ubuntu 16.04 but it will work with any OS that is Dual-booted with Ubuntu!
Files/Tools Needed:
Remix OS Installation Zip
7-zip
Manual Install
Step 1 Extract your downloaded Remix OS zip
Step 2 Extract the resulting ISO file
Step 2a Create a partition where you want to install Remix OS
Step 2b Copy the files extracted from the ISO file to the newly created partition
Step 3 Reboot to Ubuntu
Step 4 Install Grub-Customizer
Step 4a Open Terminal via the App Launcher or with the key combo CTRL+ALT+T
Copy/Paste and run these commands
Code:
sudo add-apt-repository ppa:danielrichter2007/grub-customizer
sudo apt-get update
sudo apt-get install grub-customizer
Step 5 Open Grub-Customizer
Step 5a CTRL+N Name: Remix OS Type: Other
Copy/Paste this into the text box:
Code:
set root='(hd0,2)'
linux /RemixOS/kernel quiet root=/dev/ram0 androidboot.hardware=remix_x86 androidboot.selinux=permissive SRC=/RemixOS REMOUNT_RW=1
initrd /RemixOS/initrd.img
Step 5b If you are using Remix OS x64 change 'androidboot.hardware=remix_x86' to 'androidboot.hardware=remix_x86_64'
Step 5c Change (hd0,2) to what yours is eg, sda2 will be (hd0,2) sdb3 will be (hd1,3)
Step 6 Click OK
Step 6a Click Save, once done close Grub-Customizer and reboot to Remix OS
Note: You will see a black screen for a while, this is becuase the system.sfs is being coverted to system_dev.img which involves extracting the sfs file and renaming the output!
After a while, Remix OS should boot up!
Congrats, you have now have added Remix OS to your Boot Configuration!
Have fun guys!
Hi. My Minecraft pe always crash in Remix OS. Can you help me?
Farras said:
Hi. My Minecraft pe always crash in Remix OS. Can you help me?
Click to expand...
Click to collapse
Nah, sorry. It is most likely crashing to due the drivers included in Remix OS!
moman2000 said:
Nah, sorry. It is most likely crashing to due the drivers included in Remix OS!
Click to expand...
Click to collapse
in my case i'm already dualboot windows 7 and remixos (using remix istaller) and i planing to install ubuntu, i was create new partition for ubuntu and my question is how do i can boot to remixos?, can u help me?

FIX (Error 15 file not found remix os & 0x00000f \ubnldr.mbr Problem )

First of all , Hi im dew and this is my first post :laugh:
this is from my personal experiance, I reinstall my windows and i got Error 15 file not found remix os & 0x00000f \ubnldr.mbr Problem, Im too lazy to reinstall the remix os, soo yeah , and finally i found out how to fix it (Might Not Work For Everyone but try it!)
ALL YOU NEED IS:
1. Easybcd (i dont have the link, sorry)
Step by step:
1.Open Easybcd
2.click add new entry
3.click neogrub bar
4.and hit instal (if you already did this you can skip this)
5.after that hit configure
6.delete the previous text and copy this text :
PHP:
default 0
timeout 10
title Resident mode - All your data and apps are saved
find --set-root /RemixOS/kernel
kernel /RemixOS/kernel root=/dev/ram0 SERIAL=random logo.showlogo=1 androidboot.selinux=permissive quiet SRC=RemixOS/ DATA= CREATE_DATA_IMG=1
initrd /RemixOS/initrd.img
boot
title Verbose Mode - Save log files for debugging
find --set-root /RemixOS/kernel
kernel /RemixOS/kernel root=/dev/ram0 SERIAL=random logo.showlogo=1 androidboot.selinux=permissive quiet SRC=RemixOS/ DATA= CREATE_DATA_IMG=1 SAVE_LOGS=1
initrd /RemixOS/initrd.img
boot[/COLOR][/COLOR]
7.hit save on notepad
8.and back to easybcd
9.click edit boot menu
10.and change the name to Remix OS ( if you see another Remix OS name there , you better delete it first)
11.restart
(Might Not Work For Everyone but Worth to try.)
and yeah, Lets be friend after this :v

Categories

Resources