[GUIDE]UEFI SDCARD install Remix OS - Remix OS for PC

Guide for installing Remix OS to sdcard in UEFI. So you don't need to mess with crap Win bootloader.
regular boot is Windows(or whatever) and usb boot is Remix OS
This is only a guide and does require knowledge of software used.
Tested on a ASUS T300LA
Works for Android-x86 as well
Requirements
1 USB Thumbdrive at least 8 GB(USB 2.0 will work)
1 SD Card at least 8 GB(only leaves ~4GB of user space recomend 16 GB, I'm using a 32GB UHS-1 micro SDHC
built-in usb sdcard reader that can boot media(most usb boot orders are external port devices first then the card reader)
Rufus
or app that can format USB thumb drive fat32 gpt
64-bit Remix OS
Ubuntu(It's what i have on hand only need for Gparted)
Disable Secure Boot and CSM in BIOS
1. In Windows
use rufus to format the thumbdrive: UEFI, GPT, fat32(don't use any iso's just use it to format)
Mount Ubuntu ISO
Copy contents from the mounted ISO to the the thumbdrive,
after copy is down safely shutdown
2. In Ubuntu(or whatever you're using)
boot the thumbdrive (hold vol+up when booting on T300LA)
insert sdcard if not already done
open gparted and select sdcard
format the sdcard gpt, 2 partitions(make the first partition fat32 size 250 MB name it EFI, 2nd partition fat32 remaining space)
edit the flags for the partitions very important to get this right for UEFI first partition: boot,hidden, and esp and second partition: msftdata
after done with GParted; safely shutdown
3. Windows again
boot windows
delete the contents of the thumbdrive
mount Remix OS ISO
copy contents to thumbdrive
replace the EFI/BOOT/grub.cfg with one that you can edit
if cfg doesn't contain INSTALL=1 edit grub.cfg first entry replace create data img or USB_DATA_PARTITION=1 with INSTALL=1; save
safely shutdown
4. Install Remix OS with Android-x86 installer
hold vol+up to boot thumbdrive
click detect devices
select the larger sdcard reader partition
format ext4
select no on grub install
select yes on grub2 efi
select no on reformat boot
select install system read-only for ota support
after install and sync reboot
remove thumbdrive
hold vol+up boot sdcard for Remix OS

Can you please give a more detail instruction. i already tried many times but no luck.
Thanks

Getting decent performance from my bootable class 10 strontium 32gb mmc

Confused
Maromi said:
[*]if cfg doesn't contain INSTALL=1 edit grub.cfg first entry replace create data img with INSTALL=1; save
Click to expand...
Click to collapse
Can you explain this with a little more detail? Here are my 2 grub.cfg's
EFI\BOOT\
Code:
set timeout=30
set gfxmode=1920x1080
terminal_output gfxterm
menuentry 'Resident mode - All your data and apps are saved ' --class android-x86 {
search --file --no-floppy --set=root /kernel
linuxefi /kernel root=/dev/ram0 androidboot.hardware=remix_x86_64 androidboot.selinux=permissive quiet DATA= USB_DATA_PARTITION=1
initrdefi /initrd.img
}
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_64 androidboot.selinux=permissive quiet DATA= DATA_IN_MEM=1
initrdefi /initrd.img
}
and
EFI\REMIXOS\
Code:
set timeout=30
set gfxmode=1920x1080
terminal_output gfxterm
#OTHER_OS_PLACEHOLDER
menuentry 'Remix OS' --class android-x86 {
insmod /efi/RemixOS/ntfs64.mod
insmod /efi/RemixOS/exfat64.mod
search --file --no-floppy --set=root /RemixOS/kernel
linuxefi /RemixOS/kernel root=/dev/ram0 androidboot.hardware=remix_x86_64 androidboot.selinux=permissive quiet DATA= SRC=RemixOS INSTALL=1;
initrdefi /RemixOS/initrd.img
}
What did I do wrong here?

jowofoto said:
Can you explain this with a little more detail? Here are my 2 grub.cfg's
EFI\BOOT\
and
EFI\REMIXOS\
What did I do wrong here?
Click to expand...
Click to collapse
edit the only the one at EFI\Boot
change usb_data_partition=1 to INSTALL=1

I don't have Ubuntu ISO?how can is use this tutorials to install remixOS on sdcard?please help
thank

toyds said:
I don't have Ubuntu ISO?how can is use this tutorials to install remixOS on sdcard?please help
thank
Click to expand...
Click to collapse
If you have another computer then download the Ubuntu iso that way, and do everything on two devices. That is what I did, and no problems here. If you go to your favorite search provider, and type Ubuntu their webpage will show up.

Installed on original GateWay TA6
New to the Linux/Android world only 6 months on my belt but got RemixOs installed on Gateway TA6 with windows XP
installed straight to hard drive from XP even though it says it does not support .
NOTE : A none updated version of windows xp no security updates no new drivers installed
Runs extremely smooth for old hardware as i expected a linux os would do , runs even better than the originally packed XP
next project is to tweak with the firmware/hardware to get the touchscreen with pen working independently will post details if i succeed

There is no more EFI/BOOT/grub.cfg, the only grub.cfg is in EFI/REMIXOS/...
Any help ?
EDIT:
The grub.cf file is simply in BOOT/
I edited the file, I get the screen to select the partition but touchscreen and keyboard cover don't work
I have a surface 3 (non Pro)

Maromi said:
[*]edit the flags for the partitions very important to get this right for UEFI first partition: boot,hidden, and esp and second partition: msftdata
Click to expand...
Click to collapse
I can't select both hidden and esp at the same time! and there is no "msftdata" flag in gparted
[*]replace the EFI/BOOT/grub.cfg with one that you can edit
[*]if cfg doesn't contain INSTALL=1 edit grub.cfg first entry replace create data img or USB_DATA_PARTITION=1 with INSTALL=1; save
Click to expand...
Click to collapse
there in no "grub.cfg" file in /EFI/BOOT/ but there is one in EFI/RemixOS and it does not contain "USB_DATA_PARTITION=1"
[*]click detect devices
Click to expand...
Click to collapse
there is no detect devices option it just has persistent mode, guest mode or boot to windows option,
there is however a grub command line option.

Maromi said:
Guide for installing Remix OS to sdcard in UEFI. So you don't need to mess with crap Win bootloader.
regular boot is Windows(or whatever) and usb boot is Remix OS
This is only a guide and does require knowledge of software used.
Tested on a ASUS T300LA
Works for Android-x86 as well
Requirements
1 USB Thumbdrive at least 8 GB(USB 2.0 will work)
1 SD Card at least 8 GB(only leaves ~4GB of user space recomend 16 GB, I'm using a 32GB UHS-1 micro SDHC
built-in usb sdcard reader that can boot media(most usb boot orders are external port devices first then the card reader)
Rufus
or app that can format USB thumb drive fat32 gpt
64-bit Remix OS
Ubuntu(It's what i have on hand only need for Gparted)
Disable Secure Boot and CSM in BIOS
1. In Windows
use rufus to format the thumbdrive: UEFI, GPT, fat32(don't use any iso's just use it to format)
Mount Ubuntu ISO
Copy contents from the mounted ISO to the the thumbdrive,
after copy is down safely shutdown
2. In Ubuntu(or whatever you're using)
boot the thumbdrive (hold vol+up when booting on T300LA)
insert sdcard if not already done
open gparted and select sdcard
format the sdcard gpt, 2 partitions(make the first partition fat32 size 250 MB name it EFI, 2nd partition fat32 remaining space)
edit the flags for the partitions very important to get this right for UEFI first partition: boot,hidden, and esp and second partition: msftdata
after done with GParted; safely shutdown
3. Windows again
boot windows
delete the contents of the thumbdrive
mount Remix OS ISO
copy contents to thumbdrive
replace the EFI/BOOT/grub.cfg with one that you can edit
if cfg doesn't contain INSTALL=1 edit grub.cfg first entry replace create data img or USB_DATA_PARTITION=1 with INSTALL=1; save
safely shutdown
4. Install Remix OS with Android-x86 installer
hold vol+up to boot thumbdrive
click detect devices
select the larger sdcard reader partition
format ext4
select no on grub install
select yes on grub2 efi
select no on reformat boot
select install system read-only for ota support
after install and sync reboot
remove thumbdrive
hold vol+up boot sdcard for Remix OS
Click to expand...
Click to collapse
I'm sorry to revive such an old thread, but I got it to work!
first of all the only flags I used were boot & hidden for the 1st partition, nothing for the second.
[*]if cfg doesn't contain INSTALL=1 edit grub.cfg first entry replace create data img or USB_DATA_PARTITION=1 with INSTALL=1; save
Click to expand...
Click to collapse
use windows search option to look for "grub.cfg" I found two and edited them both using notepad.
on one of them, search for "USB_DATA_PARTITION=1" and replace it with "INSTALL=1"
on the other one, search for "create data img" and also replace it with "INSTALL=1"
After that, reboot like instructed and boot up the usb drive.
once done, choose Resident Mode, and THEN you will see the options OP was talking about.
Follow the instructions and you'll be ok:good:
Note: I'm using an Acer Aspire R11, and I wasn't able to boot up the sdcard from the laptop's native sd card slot, I had to boot it from a usb card readerand worked like a charm

Related

RemixOS on Toshiba Encore 2 (WT10-A32) NO REPARTITIONING

To start, some background: The first thing I did when I got my Encore was find a way to install a clean copy of Windows 8.1 without all the bloatware. I removed all the partitions and let Windows Setup repartition the drive. I did this again when Windows 10 went RTM. This gave me a much larger C: drive than stock, and if you haven't repartitioned your drive then a considerable amount of space is probably being taken up by a recovery partition.
I have tried several different installation methods for RemixOS. If I installed it on the primary partition "C:" then I couldn't find a way to boot it. I tried messing with the BCD and UEFI with various tools to try to get it to show as a boot option in the Windows bootloader, but it didn't work (either I couldn't get it to show up, or it did but thought it was Windows and failed to boot). Because it is 32-bit UEFI I couldn't use EasyBCD + Neogrub. The installer that comes with Remix doesn't do anything notable on this machine (it does add boot options, apparently, but they never display). One problem with this device is that even if you add something to the UEFI boot menu, when you go to the boot menu you will still see only 2 options, even if the entries are there: the SSD and the USB drive. Eventually I found a way to install it by shrinking my C: drive partition and creating a FAT32 partition. This is one of the more popular options right now, but it has some drawbacks when your total storage is only 29GB (or less) when formatted. The biggest drawback is that you are limited to a data.img of 4GB because that is the biggest file size FAT32 supports. Finally today I found what is, to me, the best option for this device and it may work well on similar devices with 32-bit UEFI. After completion you will have a tablet that can dual boot with a simple menu that doesn't require you to make a lot of selections on boot to get to your OS, you will still only have one large partition, and you can have a data.img of 8GB or more.
Eventually this process will probably be streamlined a little more as RemixOS progresses. Maybe they will provide a boot menu option that works with their installer. If not, if I can find a way to install the bootloader that the Androidx86 puts on there I will just do that and skip the installation of Androidx86 altogether. If I can figure out a way to add RemixOS to the Windows bootloader that actually works, I will do that (and I mean properly, right under Windows, not hidden away as an optional boot device).
This process borrows heavily from this page, so credit is largely due to Nirmal Sarkar for handing me the keys. I will also be resharing his download links, or some of them.
Prep:
1. Download RemixOS, obviously--I got the normal 64-bit UEFI download, it works fine. You can also grab the one from the deodexed/pre-rooted thread, it also works
2. Download and install 7-Zip
3. Download and install EasyUEFI
4. Download the Androidx86 Installer
5. Download the Androidx86 ISO
6. Disable secureboot
Install:
1. Extract the RemixOS ISO from the zip
2. Open the Androidx86 Installer and select the Androidx86 ISO
3. Install Androidx86 to C:, choose your data.img size; if you already have a Remix data.img then make it small so it takes less time to install and then delete it and replace it with your Remix data.img later
4. Open the folder C:\AndroidOS\ and delete "system.sfs"
5. Run 7-Zip and open the RemixOS ISO, then extract "initrd.img", "kernel", "ramdisk.img" and "system.img" to C:\AndroidOS\ and overwrite the files that are there
6. Go to "C:" and rename the folder "AndroidOS" to "RemixOS"
7. Save the following as a text file named "grub.cfg"
Code:
set timeout=5
menuentry 'Windows' {
search --file --no-floppy --set=root /EFI/Microsoft/Boot/bootmgfw.efi
chainloader (${root})/EFI/Microsoft/Boot/bootmgfw.efi
}
menuentry 'RemixOS' --class android-x86 {
search --file --no-floppy --set=root /RemixOS/system.img
linux /RemixOS/kernel root=/dev/ram0 androidboot.hardware=remix_x86_64 androidboot.selinux=permissive quiet DATA=/RemixOS
initrd /RemixOS/initrd.img
}
then move it to the root of your C: drive so that you have "c:\grub.cfg"--you will need to approve a UAC prompt for admin rights to do this since C: is protected (If you want Remix to be the first option, cut the code for the Windows menuentry and paste it below Remix--and if that instruction doesn't make sense to you you probably don't wanna mess with it)
8. Open a command prompt with admin rights and type the following commands:
Code:
mountvol b: /s
b:
cd efi
cd android
copy c:\grub.cfg grub.cfg
and press "y" to confirm
9. Open EasyUEFI--you should see an entry for Android-OS--move it to the top of the boot order
Now you're done. Reboot. You should see the grub boot menu. Press vol+ key to select Remix and Home/Windows key to boot it.
First of all thanks for the guide. Worked like a charm.
But wanted to ask you if you have sound working on your tablet. I've been having this problem since the beginning of remixOS.
trackattaker said:
First of all thanks for the guide. Worked like a charm.
But wanted to ask you if you have sound working on your tablet. I've been having this problem since the beginning of remixOS.
Click to expand...
Click to collapse
No, no sound or screen rotation. No sound on any version of Android based on Android-x86 (I've been playing around a lot the last week with different builds), and the with the versions where screen rotation works it's buggy. Hopefully now that Remix has infused vigor into the Android-x86 community the issue will be solved soon in a future build.
It is a lot easier then that.
Just use http://forum.xda-developers.com/android/software/winapp-android-x86-installer-uefi-t3222483
That didn't support Remix when I made the tutorial. I'm not sure it still works 100% with the Encore. I saw someone made a new tool here just for installing Remix, but I haven't tried it yet.
How is the performance when install on the HD? I have the encore2 10'' and I tried USB install, performance is really bad. I wanted to know if the browsing experience / reading experience is better with android, Windows 10 is not really thought for touch screens.
Hi all,
Just to give you news of a almost perfectly ROM working on this table.
github.com/ouija/android-x86-toshiba_encore2

How to install Remix OS alongside Ubuntu (Dual Boot)

1. Create a second ext4 partition for Remix OS using Gparted
You should delete the linux-swap and the extended partition first. After reducing the size of your Ubuntu partition sda1 you can create your Remix OS partition sda2.
Finally you'll create a new extended partition containing the linux-swap.
http://postimage.org/index.php?lang=german
2. Install Remix OS into the new partition
Use the steps described in "Installing Remix OS to Hard Drive or Virtual Machine without additional tools", but there are a few differences:
- Skip step 3, because you have a formatted ext4 partition already (in my example: sda2)
- Step 4: Select sda2 for your installation (formatting of sda2 not needed)
- Step 5: Do not install a boot loader GRUB; do not install EFI GRUB2 (you'll customize the Ubuntu boot loader)
3. After a reboot Ubuntu will start. Please install grub-customizer
sudo apt-add-repository ppa:danielrichter2007/grub-customizer
sudo apt-get update
sudo apt-get install grub-customizer
4. Start grub-customizer and add a new entry (Ctrl + N) named e.g. "Remix OS", Type "other"
Boot sequence:
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,2)'
linux /android-2016-07-12/kernel quiet root=/dev/ram0 androidboot.hardware=remix_x86_64 androidboot.selinux=permissive SRC=/android-2016-07-12
initrd /android-2016-07-12/initrd.img
(hd0,2) has to be changed if you use a partition other than sda2 on hd0 for Remix OS.
Example: If you are using sdb2 on hd1 the "set root" command is
set root='(hd1,12)'.
You can obtain the Android path (e.g. /android-2016-08-11/) by mounting the Remix OS partition with the Linus file manager.
Example of boot menu entry for Remix OS
http://postimage.org/index.php?lang=german
If you are working with the Remix OX 32bit version you have to use ". . . androidboot.hardware=remix_x86 . . ." in the last line (beginning with linux).
Example: With version 3.0.103 (2016080805) 32bit the line has to be:
linux /android-2016-08-08/kernel quiet root=/dev/ram0 androidboot.hardware=remix_x86 androidboot.selinux=permissive SRC=/android-2016-08-08
initrd /android-2016-08-08/initrd.img
5. Make the Remix OS entry the second boot menu entry
http://postimage.org/index.php?lang=german
6. Modify the General Settings
- Default: first entry
- Show menu
- Start default after 5 seconds
http://postimage.org/index.php?lang=german
7. Save the new grub configuration
8. Check the new swap UUID and correct it in /etc/fstab
sudo blkid | grep swap
9. Reboot and select the second entry "Remix OS"
Thanks for the guide it's really useful for me since I'm already using ubuntu and had a separate partition ready for another OS.
I am having some trouble with the grub configuration.
Error: Disk <<hd0,3>> not found
alloc magic is broken at 0x6ff89b20: 6fded940
Aborted. Press any key to exit
Click to expand...
Click to collapse
Here's my disk layout:
sda1 EFI system partition
sda2 EXT4 /
sda3 EXT4 /remix
sda4 EXT4 /home
sda5 swap
Click to expand...
Click to collapse
And here's my grub entry:
insmod gzio
insmod part_gpt
insmod ext2
set root='(hd0,3)'
linux /android-2016-07-12/kernel quiet root=/dev/ram0 androidboot.hardware=remix_x86_64 androidboot.selinux=permissive SRC=/android-2016-07-12
initrd /android-2016-07-12/initrd.img
Click to expand...
Click to collapse
I have changed only "insmod part_msdos" to "insmod part_gpt" since I'm using GPT/UEFI (I'm running it on an old mac mini, only boots UEFI)
Any idea what might be wrong? I already triple-checked the grub entry and stilll can't figure out what's going on. Tried also editing hd0,# on boot to no avail either.
EDIT: Would it be easier to have it as single OS? I already backed up and cleaned the HDD.
Willdrick said:
Thanks for the guide it's really useful for me since I'm already using ubuntu and had a separate partition ready for another OS.
I am having some trouble with the grub configuration.
Here's my disk layout:
And here's my grub entry:
I have changed only "insmod part_msdos" to "insmod part_gpt" since I'm using GPT/UEFI (I'm running it on an old mac mini, only boots UEFI)
Any idea what might be wrong? I already triple-checked the grub entry and stilll can't figure out what's going on. Tried also editing hd0,# on boot to no avail either.
EDIT: Would it be easier to have it as single OS? I already backed up and cleaned the HDD.
Click to expand...
Click to collapse
Are you sure it's (hd0,3)?? You may have to recheck that. Enter the command mode by pressing 'c' at Grub menu and execute 'ls' command to list partitions. I guess it must be (hd0,gpt3) or something like that. You can double check which is RemixOs partition by using 'cd' into each partition executing 'ls' to list files.
Thanks Thisu, but no dice, I even tried installing RemixOS as the main OS without any luck. I have used crappy linux installers (like way back knoppix) but damn Remix takes 1st prize. Right now I'm trying to reinstall GRUB2efi from an ubuntu live USB. No matter what kind of installation I do for Remix I get the typical "blank" GRUB screen (the one that states "....minimal bash command...." and a GRUB> prompt)
I don't know what's the matter with this installer, it's never consistent. sometimes it asks for a data file creation, sometimes doesn't, sometimes just reboots after the install, sometimes prompts what to do... Resident mode tends to work but from this particular drive and computer, is barely useable due to poor speeds. And trying to repurpose an old mac with this is far worse, the PoS won't even try booting a normal MBR scheme. it HAS to be EFI
/rant
Willdrick said:
Thanks Thisu, but no dice, I even tried installing RemixOS as the main OS without any luck. I have used crappy linux installers (like way back knoppix) but damn Remix takes 1st prize. Right now I'm trying to reinstall GRUB2efi from an ubuntu live USB. No matter what kind of installation I do for Remix I get the typical "blank" GRUB screen (the one that states "....minimal bash command...." and a GRUB> prompt)
I don't know what's the matter with this installer, it's never consistent. sometimes it asks for a data file creation, sometimes doesn't, sometimes just reboots after the install, sometimes prompts what to do... Resident mode tends to work but from this particular drive and computer, is barely useable due to poor speeds. And trying to repurpose an old mac with this is far worse, the PoS won't even try booting a normal MBR scheme. it HAS to be EFI
/rant
Click to expand...
Click to collapse
I am no GRUB specialist, and I do not use EFI. I found a working GRUB configuration for Remix OS by copying and modifying the primary GRUB configuration for Linux Mint 17.3. The tool I used is the "grub-customizer". I installed Remix OS in partition sda2, and "set root='(hd0,2)' " worked for me.
I created and formatted sda2 using GParted; so during the Remix OS installation sda2 did not have to be formatted. Because I wanted to use the Ubuntu GRUB installation, the Remix OS installer has been told not to install GRUB und EFI GRUB2.
In case if someone still looking for help, use the example below. I was successfully able to boot with configuration below.
All you have to do is to mention right gpt partition where you have installed remix os mine was gpt6.
Then by running the "blkid" command in ubuntu terminal find the UUID of the partition
Replace my UUID which is in this example with yours.
Instead of root=/dev/ram0 use root=UUID of the partition.
Hope it will help some
insmod part_gpt
insmod ext2
set root='hd1,gpt6'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt6 --hint-efi=hd1,gpt6 --hint-baremetal=ahci1,gpt6 c604b8c5-95f4-4b14-b0cb-88bd45d871e9
else
search --no-floppy --fs-uuid --set=root c604b8c5-95f4-4b14-b0cb-88bd45d871e9
fi
linux /android-2016-07-26/kernel quiet root=UUID=f1f10df6-d879-42c6-af68-e7b021b5e7bd androidboot.hardware=remix_x86_64 androidboot.selinux=permissive SRC=/android-2016-07-26
initrd /android-2016-07-26/initrd.img
noob question,
do i need to install ubuntu 1st? before i install remix?
mrkLu said:
noob question,
do i need to install ubuntu 1st? before i install remix?
Click to expand...
Click to collapse
Installing Ubuntu first is at least easier, because Ubuntu will not detect Remix OS as "installed system" and will not offer installing Ubuntu as second system, providing dual boot.
ok, i have finally install everything,followed what have been put here.
but i get an error once i choose remix os on GRUB
error '/android-2016-07-12/kernel' not found
error 'you need to loadthe kernel first'
@remixtester
Firstly, thanks for the guide. I've got it mostly figured out but I have a couple of questions for you.
The partition I have installed Remix to is sdb12, so how would I edit the grub? Is it:
Code:
set root='(hd0,12)'
or
Code:
set root='(hd1,12)'
or something completely different?
Answer:
sdb = hd1 so the code is:
Code:
set root='(hd1,12)'
Also, the "/android-2016-07-12 has to be changed if you will use a Remix OS version other than 2.0.403 (2016-07-12)" section might need a little more clarification. I understand that I need to change this because I'm using Version 3.0.104, but there's no indication in this guide on how to find the correct information for builds that differ from the one you mention using. So how do I find out what to change that line to (as per the build I downloaded)?
Answer:
Mount the partition you installed Remix to in the Linux file manager and view the folder there.
Even though I've answered my questions I'm leaving this here for anyone else having the same questions in future. It might be a good idea to add this info to your guide.
remixtester said:
1. Create a second ext4 partition for Remix OS using Gparted
You should delete the linux-swap and the extended partition first. After reducing the size of your Ubuntu partition sda1 you can create your Remix OS partition sda2.
Finally you'll create a new extended partition containing the linux-swap.
http://postimage.org/index.php?lang=german
2. Install Remix OS into the new partition
Use the steps described in "Installing Remix OS to Hard Drive or Virtual Machine without additional tools", but there are a few differences:
- Skip step 3, because you have a formatted ext4 partition already (in my example: sda2)
- Step 4: Select sda2 for your installation (formatting of sda2 not needed)
- Step 5: Do not install a boot loader GRUB; do not install EFI GRUB2 (you'll customize the Ubuntu boot loader)
3. After a reboot Ubuntu will start. Please install grub-customizer
sudo apt-add-repository ppa:danielrichter2007/grub-customizer
sudo apt-get update
sudo apt-get install grub-customizer
4. Start grub-customizer and add a new entry (Ctrl + N) named e.g. "Remix OS", Type "other"
Boot sequence:
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,2)'
linux /android-2016-07-12/kernel quiet root=/dev/ram0 androidboot.hardware=remix_x86_64 androidboot.selinux=permissive SRC=/android-2016-07-12
initrd /android-2016-07-12/initrd.img
(hd0,2) has to be changed if you use a partition other than sda2 for Remix OS
/android-2016-07-12 has to be changed if you will use a Remix OS version other than 2.0.403 (2016-07-12)
Example of boot menu entry for Remix OS
http://postimage.org/index.php?lang=german
If you are working with the Remix OX 32bit version you have to use ". . . androidboot.hardware=remix_x86 . . ." in the last line (beginning with linux).
Example: With version 3.0.103 (2016080805) 32bit the line has to be:
linux /android-2016-08-08/kernel quiet root=/dev/ram0 androidboot.hardware=remix_x86 androidboot.selinux=permissive SRC=/android-2016-08-08
initrd=/android-2016-08-08/initrd.img
5. Make the Remix OS entry the second boot menu entry
http://postimage.org/index.php?lang=german
6. Modify the General Settings
- Default: first entry
- Show menu
- Start default after 5 seconds
http://postimage.org/index.php?lang=german
7. Save the new grub configuration
8. Check the new swap UUID and correct it in /etc/fstab
sudo blkid | grep swap
9. Reboot and select the second entry "Remix OS"
Click to expand...
Click to collapse
I did the same you instructed but when i select Remix OS in boot menu. Attached screen comes it pc restarts .
Please help.
sachinwadhwa46 said:
I did the same you instructed but when i select Remix OS in boot menu. Attached screen comes it pc restarts .
Please help.
Click to expand...
Click to collapse
Which version of Remix OS did you use? 32bit or 64bit?
What's the name of the partition where you installed Remix OS?
Did Remix OS start after you clicked OK here:
http://postimage.org/index.php?lang=german
Which boot sequence did you enter into the boot menu entry for Remix OS (Ubuntu "Grub Customizer")?
remixtester said:
Which version of Remix OS did you use? 32bit or 64bit?
What's the name of the partition where you installed Remix OS?
Did Remix OS start after you clicked OK here:
http://postimage.org/index.php?lang=german
Which boot sequence did you enter into the boot menu entry for Remix OS (Ubuntu "Grub Customizer")?
Click to expand...
Click to collapse
Actually i did a mistake. Infact its a mistake in your code for boot sequence in your guide
In eg of 32 bit , you have written initrd=/andoid..... And correct is initrd /android......
Anyways hardly matters, your guide was awesome. Thank you !!!
helpp
I followed every step on the guide, but when I try to boot Remix Os, it just says "disk /dev/ram0 doesn't exist", I don't know what to do, I've tried changing /dev/ram0 for other disks and dir,, but just says the same "disk -the disk I decide to put- doesn't exist
also, sorry for my bad english, I mostly speak spanish
Ok everything went ok boots up and runs fine. my question be if you were going to root this you would want it to be after you make the bootable usb which will then change it to system.img and make the change on the grub customizer then install it to the partition with "Tab" INSTALL=1.
error when trying to start Remix OS
After the procedure, when I tried to start the operational system an error appeared "error archive '/android-2016-07-12/kernel' not found. alloc magic is broken at 0xb798ee00: b76cfc20." . How can I find the correct name of the kernel I had installed to make some changes in the grub costumization.
Thanks.
Label RemixOS partition as RemixOS using gparted and use the script in below link either through custom grub entry or grub-customizer.
http://forum.xda-developers.com/remix/remix-os/remix-os-installation-alongside-ubuntu-t3463014
For anyone having problems running RemixOS alongside GRUB
For anyone having problems running RemixOS alongside GRUB, you can try the guide updated for the latest version I just posted.
Use EasyBCD or If ur using for simple puposes install The OS on virtualbox or VmWare
An Easy way to dual boot with ubuntu
You can try this method. It doesn't require any hassle of partition or bootable usb. https://youtu.be/g3XTDpTw6A8

Problems to install remix os on hard disk

Downloading and installing remix on a usb stick posed no problem, but installing it on a ssd in my desktop is a real pain in the neck.
I made a bootable usb stick using unetbootin with the latest iso and started the installation. So far so good, but installing the data took a long time. The os started with this peautiful picture but was very unstable adressing the usb stick all the time. On restart a nice entry appeared in my windows bootloader. When I clicked the computer restarted searching for the remix os, getting stuck at an ext 2 partition
Now I had created a 37 GB primary partition after my ubuntu partitions, because there the remix should install.
Gparted showed that 50 MB was written to this partition but not a sign of remix.
Is this all due to ubuntu that I have next to windows 10?
Or am I doing something terribly wrong?
I have 2 linux+w10+Remix on 3 hdd. Remix beside Linux Mint 18.
I create ext4 partition 40Gb (Gparted; need remember "sda1", or other name partition). Boot from usb, Resident mode + INSTALL=1 option. Choose 40Gb partition, "Do not format", grub - NO, EFI GRUB - Skip, Read\Write - Yes. Reboot on Mint. Install Grub Customizer and add entry for Remix. Its look like this:
(all coments i wrote for you started $$$$ - not for Grub Customizer =))
Code:
set root='(hd2,2)' $$$$ Disk account starts with 0, so if you have sda4 - (hd0,4)
search --no-floppy --fs-uuid --set=root 033e8fc7-4cfe-9454-bc59-df7329ca862d $$$$ this unique number partition has change after format from remix installer. Can take it from fstab.
linux /android-2016-06-30/kernel root=UUID=033e8fc7-4cfe-9454-bc59-df7329ca862d androidboot.hardware=remix_x86_64 androidboot.selinux=permissive quiet DATA=/android-2016-06-30/data $$$$ change number too and check path to kernel
initrd /android-2016-06-30/initrd.img $$$$ check path
Done.
Hi Slawdos,
Thanks for the instruction. Remix is installed now, but the ubuntu bootloader can't find the uuid= (the number I found with Gparted).*
I have found the uuid and path of the remix partition in Gparted and implemented it in the codes of the remix entry in grub optimizer.
But obviously I have made one ore more errors in these codelines.
These are the codes I used:
set root='(hd7,1)'
search --no-floppy --fs-uuid --set=root 6947dc76-11cf-4fa3-a6d2-18637c404be2
linux /android-2016-06-30/kernel
root=UUID=6947dc76-11cf-4fa3-a6d2-18637c404be2
androidboot.hardware=remix_x86_64
androidboot.selinux=permissive quiet DATA=/dev/sdh2/android-2016-06-30/data
initrd /dev/sdh2/android-2016-06-30/initrd.img
Could you please give me some more instructions
eekie64 said:
set root='(hd7,1)'
----
androidboot.selinux=permissive quiet DATA=/dev/sdh2/android-2016-06-30/data
initrd /dev/sdh2/android-2016-06-30/initrd.img ^^^^^^^
^^^^^^
Could you please give me some more instructions
Click to expand...
Click to collapse
Hi. Looks like right, but partitions account start from 1 (grub2 feature). Try use first line
Code:
set root='(hd7,2)'
if you have some errors on loading, will be nice to look at it.
ps: i use x64 remixos. and you?
Hi Slawdos,
Your suggestion didn do the trick. Alas!
When I click remix in the grub2 bootloader, it tells me:
error : disk ' UUID=6947dc76-11cf-4fa3-a6d2-18637c404be2 ' has not been found
push any key to continue
Then while shutting down the whole operation is echoed
Somewhere close to the end it says:
kernel panic not syncing VFS: unable to mount filesystem on unknown block (0,0)
Still puzzled
Check UUID.
Other method for installing Remix OS alongside Ubuntu
Perhaps you should try the method I have described in "How to install Remix OS alongside Ubuntu (dual boot)".
Basic information about tools and updating your dual boot installation you'll find in "Remix OS on Hard Drive or Virtual Machine - Installation and (OTA) Update".

[UPDATE] Remix OS for PC update 3.0.204

The latest Remix OS for PC OTA update (3.0.204) is ready. Thanks for your patience and for the feedback you've been sending us.
First , I'd like to give an update on the sleep issues that are still affect some of you (and us). We've been able to pinpoint the issue (through your feedback) to PCs running Skylake (6th generation) Intel chips. If you'd like to pitch in and look into the issue, please go to the Android-x86 Open Source Project OSDN repository: https://en.osdn.jp/projects/android-x86/
Also, we close to resolving the HDMI sound output issue. It's actually just going through internal testing right now, so look out for that in the next update.
And now, here are the full release notes for today's OTA update:
___________________________
Remix OS for PC version: 3.0.204
Release date: September 13, 2016
Release notes:
- Integrated Android-x86 R1, inlcuding the latest Android Security patch (September 2016)
- Improved Remix OS performance on low-end budget PCs
- Fixed multiple cases where Wi-Fi can't connect after sleep
- Improved App drawer's search
- Remix Central's apps library has been updated
___________________________
Thanks all for your continue feedback. Remix OS for PC would be nowhere without you guys, so please keep the feedback flowing!
https://docs.google.com/forms/d/1cZNesOmnmO2esilFpvMzFZ874rvwsiKgWIX2fo9QsDk/viewform
how do i upgrade from 3.0.203?
Upgraded. Looks great!
How about when I boot up, I have to manually connect to Wi-Fi. It doesn't automatically connect?
how can we boot into Remix OS 3.0 update 204 using Grub2win ? Can anybody help me giving a grub.cfg for booting into UEFI 64bit System. Having Issue during installation on UEFI 64bit stuck on "Remix OS" Boot logo
For this version, 3.0 204
For this version, the start menu does not work on my pc. and wifi did not connect automatically after reboot
nothing regarding video playback?? Or even the non functional Game toolkit after 2.0.203?
Nor anything regarding the volume up/down issue on XPS18.... I have submitted the correct way for this issue. If I press it once up, it goes max volume and won't turn down until I go back to home screen and close all running apps. Same with volume-down. I press it once and it silences the sound until I go back to home screen and kill running apps. This error only happens when I try to adjust volume while in an app and not on home screen. This means I have to set pre-determined volume THEN open an app....
DO u have any update on Keymapping tool?
start menu not showing up... I have to open apps through play store!
btw. i hate those ads in start menu. Windows 10's advertising featured apps through store live tile is more elegant way of advertising than this ..
Post 3.0.203 update, RemixOS fails to boot, getting stuck at the command window with a '-' (hyphen)sign. Tried deleting user data and installed the latest 3.0.204 on a clean NTFS formatted HDD partition, still the same thing,not booting at all. Mine is Fujitsu Laptop with Core i3(2nd gen),4GB RAM, and with switchable nVidia GT620M graphics.
New update, still the same bugs. Not wasting my time anymore.
TrialUserXP said:
how do i upgrade from 3.0.203?
Click to expand...
Click to collapse
Upgraded to 204 on my ext4 HDD partition by installing over (on top of) the 203, applying INSTALL=1 to the boot menu command line of the USB-stick (http://goo.gl/j7fba7).
Successfully I think. Could anybody explain what might be wrong with this installation method, please!
- Improved Remix OS performance on low-end budget PCs
finally i get best thing i'm actually waiting for YAY
no sound
i am use sony duo 11. i installed remix os version 3.0.204 . no sound from speaker but headphone is ok. plz fix it. thank very much.
This version now refuses to boot with hardware 3D acceleration on my laptop with NVIDIA Optimus hybrid graphics (Intel HD 4000 and GeForce 740M). On previous versions (not sure about previous 3.0.2xx, but 3.0.1xx worked, as did the later versions of 2.0) I'd add "nouveau.modeset=0" to the boot parameters, but it doesn't seem to do anything on this version (nouveau kernel module still loaded). Android-x86 6.0-r1 has the same problem as well.
Bugs:
No sound
Wifi doesn't connect to saved networks on reboot
Ongoing power management issues (frozen and needs reboot if it sleeps)
Also, trying to do the OTA borked my system, and I had to hard format the USB and recreate the media and reinstall from scratch.
PC is Chromebook Pixel 2 LS in developer mode, Legacy Bios enabled.
hallergard said:
Upgraded to 204 on my ext4 HDD partition by installing over (on top of) the 203, applying INSTALL=1 to the boot menu command line of the USB-stick.
Successfully I think. Could anybody explain what might be wrong with this installation method, please!
Click to expand...
Click to collapse
Take a look what i did (BEWARE try them on a system in which there is no linux Grub installed) otherwise you will be at lose )
Step 1: Well i made a extra partition of 10gb by shrinking the c drive (Note UEFI 64 bit system) & didnt assigned any of the Drive letter and formatted with fat32 file system. let it be (hd0,gpt6).
Step 2: Installed a Tool called GRUB2win from a Developer Drummerdp (Awesome work he did). Installed a Grub2win EFI Module and in Boot entry i made a Remix Os Boot entry which is made default by this tool (GRUB2Win- here is plus point you can also this grub anytime by uninstalling).
Step 3: Took a Pendrive 16gb. Used RUFUS 2.11 tool to burn the Give REMIX OS 3.0 iso with "GPT partition table for UEFI" on the pen drive.
Step4: On completion, Restarted the laptop or computer in which you made the partition. Booted from the Pen Drive
Step5: To edit the custom command Press "E" and add "INSTALL=1" in the give command.
Step 5: NOTE : YOU SHUD REMEMBER WHICH FAT32 PARTITON YOU MADE other you could format your windows partition too . In my case it was the 6th one which was a only fat32 partition. select and format with EXt4 .
Step6: Skip both the Grubs to install.
Step7: After syncing to the disk you will get REboot and Run ANDROID X86 Select "RUN ANDROID X86" and HOLLA YOU will boot into the REMIX OS 3.0 204
The only problem i got is with the grub2win GRUB.cfg file becoz i dont knw what edit shud i make in grub entry to make it boot even in the after the restart
in the C drive where Grub2win in installed Grub2.cfg have this Commands by default :-
menuentry 'Remix' --class remix --class icon-remix {
[*] set bootfile=/RemixOS/kernel
[*] getbootpartition file $bootfile
[*] if [ $? = 0 ] ; then
[*] linux /RemixOS/kernel root=/dev/ram0 verbose androidboot.hardware=remix_x86_64 androidboot.selinux=permissive DATA= SRC=RemixOS CREATE_DATA_IMG=1
[*] initrd /RemixOS/initrd.img
[*]
but i this doesnt work at boot becoz these locations arent correct according to the latest update any help to this could make it work every time
iamvishalattri said:
Take a look what i did (BEWARE try them on a system in which there is no linux Grub installed) otherwise you will be at lose )
Step 1: Well i made a extra partition of 10gb by shrinking the c drive (Note UEFI 64 bit system) & didnt assigned any of the Drive letter and formatted with fat32 file system. let it be (hd0,gpt6).
Step 2: Installed a Tool called GRUB2win from a Developer Drummerdp (Awesome work he did). Installed a Grub2win EFI Module and in Boot entry i made a Remix Os Boot entry which is made default by this tool (GRUB2Win- here is plus point you can also this grub anytime by uninstalling).
Step 3: Took a Pendrive 16gb. Used RUFUS 2.11 tool to burn the Give REMIX OS 3.0 iso with "GPT partition table for UEFI" on the pen drive.
Step4: On completion, Restarted the laptop or computer in which you made the partition. Booted from the Pen Drive
Step5: To edit the custom command Press "E" and add "INSTALL=1" in the give command.
Step 5: NOTE : YOU SHUD REMEMBER WHICH FAT32 PARTITON YOU MADE other you could format your windows partition too . In my case it was the 6th one which was a only fat32 partition. select and format with EXt4 .
Step6: Skip both the Grubs to install.
Step7: After syncing to the disk you will get REboot and Run ANDROID X86 Select "RUN ANDROID X86" and HOLLA YOU will boot into the REMIX OS 3.0 204
The only problem i got is with the grub2win GRUB.cfg file becoz i dont knw what edit shud i make in grub entry to make it boot even in the after the restart
in the C drive where Grub2win in installed Grub2.cfg have this Commands by default :-
menuentry 'Remix' --class remix --class icon-remix {
[*] set bootfile=/RemixOS/kernel
[*] getbootpartition file $bootfile
[*] if [ $? = 0 ] ; then
[*] linux /RemixOS/kernel root=/dev/ram0 verbose androidboot.hardware=remix_x86_64 androidboot.selinux=permissive DATA= SRC=RemixOS CREATE_DATA_IMG=1
[*] initrd /RemixOS/initrd.img
[*]
but i this doesnt work at boot becoz these locations arent correct according to the latest update any help to this could make it work every time
Click to expand...
Click to collapse
This grub cmd kernel line works for me [64bit UEFI Install], basically replace DATA= ****** with SRC=/RemixOS
Code:
linux /RemixOS/kernel quiet root=/dev/ram0 androidboot.hardware=remix_x86_64 androidboot.selinux=permissive SERIAL=random logo.showlogo=1 SRC=/RemixOS
(opt. add REMOUNT_RW=1 if you want to mount system Read Write)
and for DEBUG=2 boot:
Code:
linux /RemixOS/kernel root=/dev/ram0 androidboot.hardware=remix_x86_64 androidboot.selinux=permissive SERIAL=random logo.showlogo=1 SRC=/RemixOS DEBUG=2
EDIT: make sure you have a "data" folder, like in
yourPartition: /RemixOS/data
I love love love Remix OS. I have had an issue with the past couple that seems to slightly differ than others. I am running a Yoga 3 and a Surface Pro 1. I switched from the Yoga to the SP1 because the WiFi just drops. It sits and spins at Turning WiFi on. This just randomly happens while using. Not during reboots. I am not sure what is going on. I just plug in a USB to Ethernet and roll. Just curious if this is just me?

How to install RemixOS 3.x (and Android x86 > 4.4.4) on eeePC HDD as the only OS

Hi all.
I decide to post this guide after checking and rechecking internet to find a procedure to install Remix OS (and Android x86 versions higher than 4.4.4) on a eeePC in a reproducible manner. In fact I tried many times and, as I had mixed results, I did not understand why sometimes I was successfull and sometimes not.
Today I was able to provide rationale for this behaviour and now I report my findings hoping to be useful to someone.
Requirements
Asus netbook eeePC
I tested successfully this technique on:
eeePC 1000HE with N280 CPU, 2GB of RAM and a 160 GB HDD
eeePC 1005HA with N280 CPU, 2GB of RAM and a 160 GB HDD
RemixOS 32 bit version 3.x (or Android-x86 version 5.x and higher)
https://www.fosshub.com/Remix-OS.html/Remix_OS_for_PC_Android_M_32bit_B2016101201.zip
Gparted Live
http://downloads.sourceforge.net/gparted/gparted-live-0.26.1-5-i686.iso
A program to create bootable USB stick. For example:
unetbootin
Two USB sticks
Procedure
Create a bootable USB stick containing RemixOS 3.x 32bit following one of many tutorials you can find all over the internet. The easiest way is to use RemixOS for PC Installation Tool program which is given together to RemixOS when you download it. A good alternative (which I prefer) is unetbootin.
Create a second bootable USB stick containing gparted-live. The procedure is very similiar to that used to create the RemixOS booting stick USB and here you can also use unetbootin.
Put the booting stick USB containing gparted-live into an USB port of your eeePC and boot from it following one on the tutorials explaining how to boot an eeePC from an USB stick.
Launch Gparted program and, first of all, delete every partition on the eeePC HDD.
Then, from the GParted main menu, select "Device" > "Create Partition Table".
Here you find 2 possibilities: msods and gpt.
Select "msdos", NOT "gpt"!!! This is the first and more important trick to apply!
After this, use gparted-live to format the entire eeePC HDD using ext4 filesystem.
After having applied this filesystem to all the eeePC HDD, exit from gparted-live and shutdown your PC.
Remove gparted-live USB stick from your eeePC and insert the RemixOS USB stick.
Switch on the eeePC again, booting from the USB stick containing RemixOS, this time.
When the program asks how to install RemixOS, choose "Resident mode" and immedtately after press the "Tab" key on the keyboard to modify the default parameters of the installation.
The original ones are:
/kernel initrd=/initrd.img root=/dev/ram0 androidboot.selinux=permissive quiet SERIAL=random logo.showlogo=1 SRC= DATA= CREATE_DATA_IMG=1
You need to substitute them with:
/kernel initrd=/initrd.img root=/dev/ram0 androidboot.selinux=permissive quiet SERIAL=random logo.showlogo=1 SRC= DATA= INSTALL=1
When the program asks a partition to install RemixOS (or Android-x86), select sda1
Please, Do NOT use the item "Create/Modify partitions" of the menu!
This is the second important trick because otherwise the Partition Table changes to GPT from msdos and nothing works anymore!
On the following screen select "Do not format" (the partition) as already formatted by gparted!
Install boot loader GRUB and skip the installation of EFI GRUB2.
Accept to install /system directory as read-write.
As the last step of the installation, select to reboot the eeePC.
While the system is rebooting, remove the USB stick so the device reboots from the internal HDD.
When the first screen appears, it is a black & white one, and reports that the GRUB used is the version 1.1.5.
Below a menu with 4 choices appears. They are:
Remix OS 2016-10-12
Remix OS 2016-10-12 (Debug Mode)
Remix OS 2016-10-12 (Debug nomodeset)
Remix OS 2016-10-12 (Debug Video=LVDS-1:d)
the first being the default one which starts automatically in few seconds.
Wait quite a little bit (about 10-20 minutes) while a white "RemixOS" logo blinks on a black background.
After this long waiting, Remix OS appears and you can configure it.
In particular as reported by maxiclo here:
http://forum.xda-developers.com/remix/remix-os/bug-currupted-usb-drive-waring-severity-t3472170
there is a a severe issue with RemixOS clean installation on native EXT4 partition using INSTALL=1 (ie the installation on a HDD without other OS).
In fact RemixOS identifies a "Corrupted USB drive" and Android propose to fix it formatting the USB.
If you execute the suggested fix, everything will be damaged and you cannot reboot your eeePC in RemixOS anymore!
So, go to Settings -> RemixOS -> Experimental features
Deselect the option "Enable disk partition mount"
The system ask for a reboot: execute it.
This is the third important trick to use.
That'all folks!

Categories

Resources