[Q] Pure UEFI Boot & Alternative Bootloaders? - Remix OS for PC
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.
Related
any way to install Remix OS as only os and use all the hard drive space
hi everybody been looking for an answer to this and haven't found one yet but what i am wanting to do is install Remix OS on my netbook that runs horriblly with windows 10 and have Remix OS be the only operating system with full access to the 320 gb hdd. i have installed Remix OS alongside windows so i can dual boot. Remix OS runs way better than windows 10 does. is this even doable at this point or will that be something i will have to wait on for now?
use the same method to install RemixOs on virtual machine see here
Another post which describes installing Remix OS on a hdd (using all space of the hdd) is this one: http://forum.xda-developers.com/remix/remix-os/how-to-install-remix-os-virtualbox-to-t3301160 . On the Remix OS USB drive you'll find a directory isolinux containing a file isolinux.cfg. Copy the section "label guestmode" and change it to label installmode menu label ^Install Remix OS beta to hard drive kernel /kernel append initrd=/initrd.img root=/dev/ram0 androidboot.hardware=remix_x86_64 androidboot.selinux=permissive quiet INSTALL=1 DEBUG= If you cannot perform this operation with Windows create a second USB device which you can use for booting with Linux (e.g. Ubuntu or Mint). After having modified the isolinux.cfg you'll have to format your hdd with an ext4 and a swap partition. You can use gparted or start an Ubuntu installation which you stop after Ubuntu has formatted your disk drive (see step 2 "VirtualBox" of my documentation). After having formatted your hdd you can follow the steps 3, 4, 5 (Remix OS beta), and 7.
Hi sir I have compiled a thread here. Remove the bootloader entry for Windows to set it as the only OS. Hope it solves your problem. Cheers!
Installing to an ext2 partition is the ONLY way I have found to access the entire hard drive with Remix OS as the only OS. It isn't without a glitch though: play store will run but ALL download attempts return ERROR 963. Haven't found a fix anywhere for that. Still looking though as this is definately the best OS for netbooks. Phoenix looks better but lacks a lot of the functionality of Remix.
I installed to an ext4 partition and it runs fine. Rooted and all. Do check out my thread. It's definitely one of the best OS, even for desktops. Haven't tried Phoenix OS though.
Remix OS 32bit on Asus T100 (no Windows)
I have a Asus t100 I'm trying to install remix os on without a windows os. I used pmagic since I'm not that good at coding, I tried coping all the files from release_Remix_OS_for_PC_32-bit_Beta_Version_Package to a new partition then when I try to boot from it my computer just goes straight to bios because theres nothing to boot. I also tried this http://forum.xda-developers.com/remix/remix-os/how-to-install-remix-os-virtualbox-to-t3301160 with no luck can someone help me I just want remix os installed on this computer with no other OS
Asus T100 uses Intel Atom Z3740, a 64bit processor. So use the 64-bit version of Remix OS. The 64-bit version of Remix OS also has UEFI, which makes making the drive easier, and booting faster. Make the bootable USB as per instructions, and disable secure boot in your BIOS. You should then be able to boot from the USB.
it won't work. T100 has 64bit processor but a 32bit system ---------- Post added at 04:30 PM ---------- Previous post was at 04:28 PM ---------- go here for T100
scottyost said: I have a Asus t100 I'm trying to install remix os on without a windows os. I used pmagic since I'm not that good at coding, I tried coping all the files from release_Remix_OS_for_PC_32-bit_Beta_Version_Package to a new partition then when I try to boot from it my computer just goes straight to bios because theres nothing to boot. I also tried this http://forum.xda-developers.com/remix/remix-os/how-to-install-remix-os-virtualbox-to-t3301160 with no luck can someone help me I just want remix os installed on this computer with no other OS Click to expand... Click to collapse Ok I just did it so, here is how I did it. Use gparted, from gparted.org, booted up, partitioned, small 500MB FAT32 formated partition, second partition EXT4 the rest, 58GB+. Then took 32bit beta using JIDE's tool to put on a USB stick. Booted the stick and when it came up, entered e, to enter grub boot config. On the second line removed the part after and put INSTALL=1. Installed android to the larger partition, then installed grub, grub efi, formated, then rebooted. Side loaded google services from this forum and it works. Bugs, biggest issue is no audio. Let me know if you have any luck. V/R, Gary
libergm said: Ok I just did it so, here is how I did it. Use gparted, from gparted.org, booted up, partitioned, small 500MB FAT32 formated partition, second partition EXT4 the rest, 58GB+. Then took 32bit beta using JIDE's tool to put on a USB stick. Booted the stick and when it came up, entered e, to enter grub boot config. On the second line removed the part after and put INSTALL=1. Installed android to the larger partition, then installed grub, grub efi, formated, then rebooted. Side loaded google services from this forum and it works. Bugs, biggest issue is no audio. Let me know if you have any luck. V/R, Gary Click to expand... Click to collapse Ok so I'm new at this. I booted gparted and started with a unalloted partition and made 1 primary 500mb FAT32 and the second one EXT4 for 57gb then I shut it down put the 32 bit thumb drive in and hit e I saw the all the coding and this is where you lost me u said on the second line removed the part after and put INSTALL=1 did u mean removed PARTITION=1 and in INSTALL in its place? well I tried that and it booted up not sure if it installed to the thumb drive or hard drive the my remix folder says it has 592mb and my 2 Partition says it has 816mb and I have no clue how to install "grub, grub efi, formatted" I just want one Partition with Remix os running full hard drive space please help
scottyost said: Ok so I'm new at this. I booted gparted and started with a unalloted partition and made 1 primary 500mb FAT32 and the second one EXT4 for 57gb then I shut it down put the 32 bit thumb drive in and hit e I saw the all the coding and this is where you lost me u said on the second line removed the part after and put INSTALL=1 did u mean removed PARTITION=1 and in INSTALL in its place? well I tried that and it booted up not sure if it installed to the thumb drive or hard drive the my remix folder says it has 592mb and my 2 Partition says it has 816mb and I have no clue how to install "grub, grub efi, formatted" I just want one Partition with Remix os running full hard drive space please help Click to expand... Click to collapse Sorry. To be specific will boot with a stick and write up correctly with more detail later today
libergm said: Sorry. To be specific will boot with a stick and write up correctly with more detail later today Click to expand... Click to collapse Are you going to have time to make a full tutorial today I wanted to mess with this tonight and hopefully get it running?
AmoraRei said: it won't work. T100 has 64bit processor but a 32bit system ---------- Post added at 04:30 PM ---------- Previous post was at 04:28 PM ---------- go here for T100 Click to expand... Click to collapse Use RMX Installer. Fast and easy.
matiaspar said: Use RMX Installer. Fast and easy. Click to expand... Click to collapse If I use that to put it on the USB when I put the USB in and boot it will it install to the HDD or is it going to run from USB?
scottyost said: If I use that to put it on the USB when I put the USB in and boot it will it install to the HDD or is it going to run from USB? Click to expand... Click to collapse From windows: 1) Dowmload and unpack RMX installer everywere you want (you will have a folder called RMX installer). 2) enter on RMX installer folder and execute the .EXE file. 3) Browse for the Remix OS .ISO file (use the 64 bits one, works like a charm for me )and choose the Data size (will create the data.img file). 4) disable secure boot and fast boot in your BIOS. 5) Boot and you will see the grub menu with Remix OS and Windows options.
matiaspar said: From windows: 1) Dowmload and unpack RMX installer everywere you want (you will have a folder called RMX installer). 2) enter on RMX installer folder and execute the .EXE file. 3) Browse for the Remix OS .ISO file (use the 64 bits one, works like a charm for me )and choose the Data size (will create the data.img file). 4) disable secure boot and fast boot in your BIOS. 5) Boot and you will see the grub menu with Remix OS and Windows options. Click to expand... Click to collapse OK but Asus t100 only uses 32bit which isn't a problem. And I don't have windows on it I have anot her computer that has windows on it but the Asus t100 has no OS at the moment I'm trying to install remix on it without installing windows so if the RMX Installer only works with a Windows installed then I have no use for it
Yes I'm having the same problem, with the new T100 that has both OS and CPU 64 bit. The thing is, whatever you do grub won't detect either an external SD card or the keyboard dock's HDD as a boot option. They don't even show up in BIOS ! The only possibility seems to be booting from internal storage, which is too limited to dual boot Windows + Remix OS. Anyone has tips for this ? Thanks
MrEnderkiller said: Yes I'm having the same problem, with the new T100 that has both OS and CPU 64 bit. The thing is, whatever you do grub won't detect either an external SD card or the keyboard dock's HDD as a boot option. They don't even show up in BIOS ! The only possibility seems to be booting from internal storage, which is too limited to dual boot Windows + Remix OS. Anyone has tips for this ? Thanks Click to expand... Click to collapse When installing Ubuntu on a Surface Pro I had to use a USB-keyboard as the BIOS didn't recognise the original one. If you have one laying around you should try.
scottyost said: Are you going to have time to make a full tutorial today I wanted to mess with this tonight and hopefully get it running? Click to expand... Click to collapse Sorry went on travel will have to wait till this weekend.
GRUB libergm said: Ok I just did it so, here is how I did it. Use gparted, from gparted.org, booted up, partitioned, small 500MB FAT32 formated partition, second partition EXT4 the rest, 58GB+. Then took 32bit beta using JIDE's tool to put on a USB stick. Booted the stick and when it came up, entered e, to enter grub boot config. On the second line removed the part after and put INSTALL=1. Installed android to the larger partition, then installed grub, grub efi, formated, then rebooted. Side loaded google services from this forum and it works. Bugs, biggest issue is no audio. Let me know if you have any luck. V/R, Gary Click to expand... Click to collapse how can i install grub? i tried every method found in the internet but non of them worked. please help
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.
Fresh install, no dualboot! Acer C720P (Chromebook)!
Been scratching my head all day how to get Remix OS running on the internal SSD. Write protect screw is gone, been running both arch linux and ubuntu on this machine before trying this. LiveUSB boots fine and works really good, so i want it installed on SSD. So basicly i boot, tab, "INSTALL=1" so i get to the installer. Ive tried both GPT and non-GPT what ive tried is like what should be normal linux execution, sda1 as boot / 8300, and sda2 as filesystem / 8300 also tried sda1 /ef02 and sda2 / ef00 Tried both grub1 and grub2 options in installer.. both options seems to only install grub1 ? Tried both 32 bit and 64 bit installer, same error. But it writes files to both boot and system. But at grub screen its just keeps loading when booting.. so something with grub gets f'' ed up Can some1 point me in the right direction for doing this, all threads is about dualbooting with windows it seems, and i cant run windows on this machine i think, and i wont do it even if i could :'D Any tips for executing this? /Regards Bultiz
Okok some more headscratching.. Flashed new bios on chromebook, so now I have uefi support, and it works with Ubuntu.. But I can't get remix OS to be installed, I even tried installing grub from live usb, but I can't chroot since there is no /bin/bash? So I can't update-grub? What am I missing?
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