For booting from UEFI, check out "rEFInd" graphical multi-boot menu.. - Remix OS for PC

While experimenting with RemixOS and UEFI boot configuration, and doing some internet research, I came across a very interesting graphical UEFI multi-boot menu called "rEFInd". It's a free/open source project, and you can find it on SourceForge.
It automatically detects all the OSs installed on your system (Windows, Linux, Android, Mac), and offers bot selection options for them. It also has some limited touch screen support.
For anyone using RemixOS on a UEFI based system, I highly recommend it! I even wish the RemexOS developers would switch to using it for UEFI boot.

Sounds good @mediawiz I will check it out.

well rEFInd is nice and I use clover but systemd-boot(formerly gummiboot) is my preference.
the only tricky thing is after OTA update you have to copy the new kernel and initrd.img to the esp before you can use Remix again
http://forum.xda-developers.com/remix/remix-os/bootloader-configs-t3455660

Related

[Q] Pure UEFI Boot & Alternative Bootloaders?

So, from what i've read so far, direct UEFI booting is actually not yet possible right?
I've seen a guide with Grub, one with EasyBCD and one with the native windows boot manager, except the latter one which i obviously use, i dont prefer using the other bootloaders.
Are alternative bootloaders "somehow" supported, i use CloverEFI to load OS X, wondering if that could be a possible tool?
PS, why create a USB Android that wont give you the option to install the damn system???
Okay... I don't that it's the right place to ask this..... But i wnt to know if i dual boot remix os with Windows 8.1....and after this want to remove remix os from my pc...then what will be the procedure?
definitely not the right place...
ps, I am trying CloverEFI shortly, it seems Custom entries are possible and a few people have managed to get Androidx86 to run...we'll see if there could be a guide out of it, many people dont feel comfortable messing with the EFI partition...
any changes in this region?
anyone mind sharing the boot flags used in grub to load RemixOS?
My uefi setup
Using clover in uefi dual boot OS X and uefi grub2 Linux
Then install remix to root of Linux there are guides for this
Update grub2 entries
any attempts booting it with clover (ofc without grub)?
PlutoDelic said:
any attempts booting it with clover (ofc without grub)?
Click to expand...
Click to collapse
Kernel (renamed as kernel.efi) will run as an efi stub; it's just the cmdline that you need to check how to set via clover.
HypoTurtle said:
Kernel (renamed as kernel.efi) will run as an efi stub; it's just the cmdline that you need to check how to set via clover.
Click to expand...
Click to collapse
mate, thanks a lot, totally forgot to come back here and respond.
I see it is a matter of translating boot arguments between different bootloaders, but since the boot arguments are linux, i guess i'll just have to copy the ones from grub to clover.
is this the correct feature you are mentioning?
PlutoDelic said:
mate, thanks a lot, totally forgot to come back here and respond.
I see it is a matter of translating boot arguments between different bootloaders, but since the boot arguments are linux, i guess i'll just have to copy the ones from grub to clover.
is this the correct feature you are mentioning?
Click to expand...
Click to collapse
Yea, pretty much. The efibootmgr bit seems most relevent. I haven't tried this (not running linux) but it seems via efibootmgr, you need to set location to initrd.img; root= to partition of RemixOS; SRC= to RemixOS location and androidboot.hardware=remix_x86(_64)
Lovely, triple boot on GPT EFI disks is so enjoyable . El Capitan, Windows 10, and now a more relaxed form of Linux, all independent to each other
Thanks a lot, i will digg well on this and will report back .
i made it quite far, but had to use the INSTALL=1 feature rather then use windows tools to install it on the disk. Very odd installation, the system installed on a folder in the root, not on the root itself...i reckon those i easily changed and fixed.
anyway, i have a very weird uefi implementation in my Latitude e6410, and many times it seems to ignore EFI partitions, but using the inbuilt disk partitioning tool (cgdisk i think) i managed to manually create a better sized EFI partition, and the main difference was the fact that it reserved a lower payload between the beginning of the disk and the EFI partition (OS X Disk Utility uses a higher one, something like 7kb). It was a pain to troubleshoot this but now i finally know why randomly UEFI detects bootloaders compared to the windows one.
However, RemixOS hangs on boot, and i think the reason is "DATA= USB_DATA_PARTITION=1"...
In general, can anyone let me know how to:
Have all the files in root (/*) and not in /Android-2016-03-01/*
Have proper locations rather then IMG's (direct to disk), as in i dont want DATA.IMG but a proper location, if i have to, i'll add another partition.
EFI Partition usage, what exactly should i put there and how do i represent EFI partition in boot arguments.
@HypoTurtle , i will be a PITA until i get this running up ...
If this goes well, i'll be happy to make a thorough guide, both directly booting to UEFI or using CloverEFI .
PlutoDelic said:
i made it quite far, but had to use the INSTALL=1 feature rather then use windows tools to install it on the disk. Very odd installation, the system installed on a folder in the root, not on the root itself...i reckon those i easily changed and fixed.
anyway, i have a very weird uefi implementation in my Latitude e6410, and many times it seems to ignore EFI partitions, but using the inbuilt disk partitioning tool (cgdisk i think) i managed to manually create a better sized EFI partition, and the main difference was the fact that it reserved a lower payload between the beginning of the disk and the EFI partition (OS X Disk Utility uses a higher one, something like 7kb). It was a pain to troubleshoot this but now i finally know why randomly UEFI detects bootloaders compared to the windows one.
However, RemixOS hangs on boot, and i think the reason is "DATA= USB_DATA_PARTITION=1"...
In general, can anyone let me know how to:
Have all the files in root (/*) and not in /Android-2016-03-01/*
Have proper locations rather then IMG's (direct to disk), as in i dont want DATA.IMG but a proper location, if i have to, i'll add another partition.
EFI Partition usage, what exactly should i put there and how do i represent EFI partition in boot arguments.
@HypoTurtle , i will be a PITA until i get this running up ...
If this goes well, i'll be happy to make a thorough guide, both directly booting to UEFI or using CloverEFI .
Click to expand...
Click to collapse
1. Should be easily set via grub.cfg / cmdline
2. Should be just point to partition (SYSTEM= / DATA= ); might need to label the partitions - will need to check initrd.img again
3. I think for efistub just kernel and initrd.img need to go there
you can already install Remix 0S or Android-x86 UEFI with grub2 bootloader.
HINT somebody has done it already. hmmm...definitely not the first.
http://forum.xda-developers.com/rem...l-remix-os-t3332653/post66663542#post66663542
My setup is UEFI i don't use UEFI sdcard anymore but can be adapted for ssd
Clover EFI in UEFI mode boots macOS, chainloads Grub2 in UEFi boots Fedora 23 or Remix OS.
Maromi said:
you can already install Remix 0S or Android-x86 UEFI with grub2 bootloader.
HINT somebody has done it already. hmmm...definitely not the first.
http://forum.xda-developers.com/rem...l-remix-os-t3332653/post66663542#post66663542
My setup is UEFI i don't use UEFI sdcard anymore but can be adapted for ssd
Clover EFI in UEFI mode boots macOS, chainloads Grub2 in UEFi boots Fedora 23 or Remix OS.
Click to expand...
Click to collapse
actually i am trying to get rid of grub. The only good it did so far was format the EFI and install grub there, very useful for manual uefi entries.
EFISTUB seems very promising, but if it fails then the plan is to have Clover boot RemixOS straight away, not through grub.
ps, thanks for the guide, must've skipped my eyes somehow
PlutoDelic said:
actually i am trying to get rid of grub. The only good it did so far was format the EFI and install grub there, very useful for manual uefi entries.
EFISTUB seems very promising, but if it fails then the plan is to have Clover boot RemixOS straight away, not through grub.
ps, thanks for the guide, must've skipped my eyes somehow
Click to expand...
Click to collapse
I'm booting RemixOs with EFISTUB.
read my thread at https://groups.google.com/forum/#!topic/android-x86/phdb4n0yt4w
I used something like below with Efibootmgr,
efibootmgr -c -g -L "Remix (EFIStub)" -l '\EFI\remix\kernel' -u "root=UUID=0FF2F86F64F5912F ro quiet root=/dev/ram0 androidboot.hardware=remix_x86_64 androidboot.selinux=permissive SRC=RemixOs CREATE_DATA_IMG=1 rootfstype=ext4 add_efi_memmap initrd=\\EFI\\remix\\initrd.img"
You have to copy kernel and initrd into EFI partition,i made a folder named remix there. And set UUID and SRC as relevant.
Thisu said:
I'm booting RemixOs with EFISTUB.
read my thread at https://groups.google.com/forum/#!topic/android-x86/phdb4n0yt4w
I used something like below with Efibootmgr,
efibootmgr -c -g -L "Remix (EFIStub)" -l '\EFI\remix\kernel' -u "root=UUID=0FF2F86F64F5912F ro quiet root=/dev/ram0 androidboot.hardware=remix_x86_64 androidboot.selinux=permissive SRC=RemixOs CREATE_DATA_IMG=1 rootfstype=ext4 add_efi_memmap initrd=\\EFI\\remix\\initrd.img"
You have to copy kernel and initrd into EFI partition,i made a folder named remix there. And set UUID and SRC as relevant.
Click to expand...
Click to collapse
nice, your link was actually the only resource i could find online.
right now, my UEFI is having problems detecting the EFI partition, but the fault is at DELL and their windows efi standards adaptation. i am going with gparted this time, cgdisk doesn seem to do it anymore.
Ok let me get this straight, im trying to make sense of this thread....
You are trying to install remix os directly as if it were the main OS of the PC?
and what are you using Windows or OSX what machines i mean windows or mac?
reason I ask is I have a Nextbook Flexx 11 windows it has a brother PC the ares 11 its the same in every way hardware wise the only difference is it has Android for the OS. long story short, remix has a rom image for the ares to flash and not the Flexx. I have not been able to get sound for the past year that I have been installing remix and A x86 on it.
My best guess though would be to try to find a bios that suits your hardware and android and flash it then you should get an android stock system running first then add remix to it after
Got to love GParted, it should be the main disk manager in any OS out there. Writing from RemixOS right now...cant wait to EFI STUB the sh!t out of this.
adambomb_13 said:
Ok let me get this straight, im trying to make sense of this thread....
You are trying to install remix os directly as if it were the main OS of the PC?
and what are you using Windows or OSX what machines i mean windows or mac?
reason I ask is I have a Nextbook Flexx 11 windows it has a brother PC the ares 11 its the same in every way hardware wise the only difference is it has Android for the OS. long story short, remix has a rom image for the ares to flash and not the Flexx. I have not been able to get sound for the past year that I have been installing remix and A x86 on it.
My best guess though would be to try to find a bios that suits your hardware and android and flash it then you should get an android stock system running first then add remix to it after
Click to expand...
Click to collapse
What i am actually trying to achieve is 100% independance from other OS's. All the threads out there either touch the Windows boot files or like the main Jide instructions to install it on a Disk. The latter one is good when you have two disks. I do, but i have 3 operating systems. I have Windows 10 installed on its own disk, and a disk shared between OS X and RemixOS.
To clarify things for you, old bioses (legacy booting) depend on MBR (master boot record), a very limited technology, usually windows is installed 99% of the time this way. However, times have changed and luckily the ancient BIOS is being silently changed with UEFI. UEFI needs a GPT (GUID Partition Table) to be able to read it, and GPT disks (all disks can be formatted to GPT) give you the freedom to have infinite partitions, and there is a special 200MB partition in the beginning, where the boot files are stored. All OS's have their own folder inside, hence why none touch each other, and UEFI can be configured to load a file, each of different operating systems.
I am trying to free RemixOS from grub and boot directly with the EFI file. As for why, not really important .
PlutoDelic said:
nice, your link was actually the only resource i could find online.
right now, my UEFI is having problems detecting the EFI partition, but the fault is at DELL and their windows efi standards adaptation. i am going with gparted this time, cgdisk doesn seem to do it anymore.
Click to expand...
Click to collapse
For me,gparted is the best in this case. gdisk will help too,if you are familiar with it.
Make the ESP,format it to fat32 and don't forget to set 'esp' and 'boot' flags to the partition. Also i had to label it as 'EF00'.
Then you are good to go.
PlutoDelic said:
Got to love GParted, it should be the main disk manager in any OS out there. Writing from RemixOS right now...cant wait to EFI STUB the sh!t out of this.
What i am actually trying to achieve is 100% independance from other OS's. All the threads out there either touch the Windows boot files or like the main Jide instructions to install it on a Disk. The latter one is good when you have two disks. I do, but i have 3 operating systems. I have Windows 10 installed on its own disk, and a disk shared between OS X and RemixOS.
To clarify things for you, old bioses (legacy booting) depend on MBR (master boot record), a very limited technology, usually windows is installed 99% of the time this way. However, times have changed and luckily the ancient BIOS is being silently changed with UEFI. UEFI needs a GPT (GUID Partition Table) to be able to read it, and GPT disks (all disks can be formatted to GPT) give you the freedom to have infinite partitions, and there is a special 200MB partition in the beginning, where the boot files are stored. All OS's have their own folder inside, hence why none touch each other, and UEFI can be configured to load a file, each of different operating systems.
I am trying to free RemixOS from grub and boot directly with the EFI file. As for why, not really important .
Click to expand...
Click to collapse
Just to clarify a bit -- UEFI doesn't need the 200MB fat32 ESP partition. It reads from a efi folder present on any partition the UEFI can read (i.e. CD/DVD/USB/HDD's). Clover afaik goes a little further and scans for any *.efi file and auto-creates a boot entry for it 'guessing' what the .efi loads.
@Maromi as such using grub is much simpler; i.e. this guide (efi.zip on #20) can be followed to easily; manually set grub2 up.

Boot remixOS from phone.

I am curios if it is possible to boot RemixOS from phone. I found app called DriveDroid which allow you to boot live-images of linux distros from your phone. I think it would be really practical if we ware able to boot RemixOS with shared data(apps) partition directly from phone.
You should try it, it may boot remixos but I don't think app data partition will be shared.
Don't forget that Remix OS needs an x86 or an x86-64 processor.
T-zere said:
I am curios if it is possible to boot RemixOS from phone. I found app called DriveDroid which allow you to boot live-images of linux distros from your phone. I think it would be really practical if we ware able to boot RemixOS with shared data(apps) partition directly from phone.
Click to expand...
Click to collapse
You completely misunderstood what DriveDroid is! DriveDroid lets you use your phone as a Live USB/CD instead of an actual USB/CD. So no you can't run this ON your phone because DriveDroid is merely replacing the USB/CD drive you boot your computer from to install on your computer.

Issues installing RemixOS 3...

I have been trying to install RemixOS 3 on my Intel Cherry Trail tablet, but it is not going well. (Note: Tablet is a Teclast X16 Power, which has an X8700 CPU, and uses the standard Cherry Trail chipset for almost all features.)
First issue is that the RemixOS installer seems to only want to create a boot menu entry in the BCD for Remix OS if there is only 1 other entry in it. (I have tried installing it on a few Windows systems, and if there is already more than 1 BCD entry, the installer doesn't seem to create one.) In the case of Windows 10 (which is currently on my Cherry Trail tablet), Windows creates multiple boot menu entries (regular boot, debug/safe mode, recovery, ...) during it's install process, so there will always be more than 1.
I finally tried using a BCD editor to remove all entries except the standard boot, and I did get the Remix OS installer to create an entry. Even then, it seemed to corrupt the BCD so that the Metro style touchscreen menu did not work (only text mode), and I had to do a Windows recovery operation to get it to boot again.
When I did get the Tablet to boot, the Wifi didn't wok. (This seemed strange because the tablet uses a RealTec RTL8723BS chip for wireless LAN, and the RealTec LAN chips are pretty standard in PCs these days. ) Because I couldn't get the tablet to connect to my network, I wasnt able to try many of the other features.
NOTE: I was able to get RemixOS 3 to install on my Dell XPS12 Ultrabook PC/Tablet. That system is running Windows 8.1 (instead of Windows 10), and most of the RemixOS features seemed to work OK (including Wifi). I did miss the fact that RemixOS doesn't seem to support screen rotation (like other Android ROMs), and the RemixOS also doesn't support home screen widgets. (That seems like a big over-sight to me.)
I am a big fan of Android, and I do like the general direction that the RemixOS development is going in. I would suggest that the development team work on adding support for screen rotation, and widgets. I also think it would be great if they worked on a start menu that is somewhat more like the Windows 10 style start menu that PheonixOS came up with. All-in-all... good stuff. I just think they have a little bit further to go on the development.
Screen rotation was there previously (in 2.x); I haven't figured how to enable on 3.x yet.
Widgets are there - turn of the file manager launcher in settings - or disable both built-in launchers and install a custom one

Dual boot RemixOS & Windows 10 on touch tablets

Hello everyone and thanks for these great releases!!
I have a Lenovo miix 700 Windows based tablet, and I'm interested in a dual boot with RemixOS and Window 10 using the touch screen only, without the keyboard.
I have RemixOS efi folder extracted and running on the same partition of WIndows (C: ), and I can boot through UEFI normally.
THe problem is - this requires to enter the BIOS in order to chose UEFI OS, which means requires having the keyboard attached to enter the BIOS settings. and being a tablet, I don't have the keyboard with me all the time.
I'm looking for a way to boot into RemixOS from Windows 10, without the need for the keyboard, by using a batch file script or any other application available that will restart the device and boot directly into RemixOS.
I also want to keep both Windows 10 and RemixOS on the same partition , without the need for a separate partition for RemixOS
I know that devices based on Legacy can use easyBCD and iReboot to achieve this, but I couldn't find an equivalent for UEFI bios.
Maybe using METRO boot manager and add an entry for RemixOS? IS it touch enabled?
I'd be grateful for any help to achieve this! Thanks in advance!
KamaL said:
Hello everyone and thanks for these great releases!!
I have a Lenovo miix 700 Windows based tablet, and I'm interested in a dual boot with RemixOS and Window 10 using the touch screen only, without the keyboard.
I have RemixOS efi folder extracted and running on the same partition of WIndows (C: ), and I can boot through UEFI normally.
THe problem is - this requires to enter the BIOS in order to chose UEFI OS, which means requires having the keyboard attached to enter the BIOS settings. and being a tablet, I don't have the keyboard with me all the time.
I'm looking for a way to boot into RemixOS from Windows 10, without the need for the keyboard, by using a batch file script or any other application available that will restart the device and boot directly into RemixOS.
I also want to keep both Windows 10 and RemixOS on the same partition , without the need for a separate partition for RemixOS
I know that devices based on Legacy can use easyBCD and iReboot to achieve this, but I couldn't find an equivalent for UEFI bios.
Maybe using METRO boot manager and add an entry for RemixOS? IS it touch enabled?
I'd be grateful for any help to achieve this! Thanks in advance!
Click to expand...
Click to collapse
Hi, you can check this link:
http://www.easyuefi.com/index-us.html
easyuefi not running well in Win 10 Anniversary Update. I prefer grub2win
any news or tuto to easyboot on win10 tablet without keyboard ?
thanks is advance for your help
That's something I've been trying to get to work in the past days!
I've shrunk my C Partition and created a new one with 16GB formatted in FAT32 for Remix OS.
Extracted the ISO and copied the files onto the new partition.
Added a new entry with easyuefi (Type Linux/other OS pointing to the efi\boot\bootx64.efi file on the new partition)
Created a shortcut for the advanced start %windir%\system32\shutdown.exe /r /o /f /t 00
BUT Remix OS doesn't boot in resident mode (it get's stuck on the Remix OS boot logo) ... in guest mode Remix OS boots just fine!
I don't have an idea why this is happening and how to solve this one ... maybe someone like @RemixOS_Jason does
http://support.jide.com/hc/en-us -> Submit an idea (feature request) and ask them for a touch supported bootloader

Does remix place nice with windows 7

I couldn't tell from the cryptic instructions whether I would end up with a conventional dual boot arrangement if I install remix on my windows 7 hp pro x2 612 touchscreen laptop. I don't want to lose the windows 7. I downloaded what I think is the most recent version Remix_OS_for_PC_Android_M_64bit_B2016101201. Also can I burn the iso to a disc (not usb drive) and use the included windows installer. Will remix boot from the disc so I can check it out on my pc before installing it?
Does remix allow installing conventional linux applications such as full libreoffice or is it limited to google play offerings. Is there a guide anywhere to side loading whatever is needed to get the google play store working. Appreciate any help with all these questions. Thanks so much
@spb37
Installing using the official installer will not do any harm to the Windows 7 installation. If you chose to install on the same partition as Windows, it will be placed in a separate folder and a boot menuentry will be added.
So, yes, you end up with a conventional dual boot arrangement
Remix OS .iso was not designed to work on disc mediums so I do not recommend to try and boot from a disc.
Instead, better use a USB storage Device to test Remix out.
Remix OS is a fork of Android-x86 project (coming from AOSP) so it doesn't have a Linux GUI packages installer. You won't be able to install LibreOffice on it.
Play Store comes pre-installed as long as you select the respective option during first boot.
It depend
i've create one partition and install with INSTALL=1
taking grub not grub 2 saying add one instruction for choose os remix or Windows 7 at the starting up (it had work perfectly with the pc of my friend but not with mine .

Categories

Resources