Boot remixOS from phone. - Remix OS for PC

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.

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.

RemixOS standalone on tablet UEFI 32bit

Hello!
I have a tablet with UEFI 32bits (it's a Emdoor EM-i8080 with Intel® Atom™ Processor Z3735E) and I'm trying to install just RemixOS at the HDD, without Windows side by side.
The thing is, I tried many tutorials that I found here at XDA and nothing seems to work with my tablet. I understand that the process is the same as install the RemixOS in a VM, right?
I managed to format the HDD with GParted, install RemixOS with "INSTALL=1" but, after the install, it just doesn't boot. Then I tried another tutorial using a Linux USB Live, but the linux usb doesn't boot (tried with Ubuntu and Debian).
Any ideas of what I'm doing wrong?
Thanks! =D
Hi, I know this an old thread but if you have not fixed it yet then this might help. I got a similair tablet and got Linuxium 16.04 and 16.10 to boot on it, by using kernel parameter
nomodeset
then at least you can get to the desktop. I have only tried the 64bit and Gnome, Unity, Xubuntu, Kubuntu(don't use this one as it uses too much RAM).
https://linuxiumcomau.blogspot.com/2016/10/running-ubuntu-on-intel-bay-trail-and.html?showcomment=1477057433854#c5416952429820429838
I can't help you with the android as I have not yet got that to boot to desktop.
Hope this helps
JBJ

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

Fresh/Clean Install in Single Boot Configuration, Possible?

I have a few PCs and Laptops with no OS currently installed plus the HD has limited space so I don't want to waste time and HD space by first installing Windows or Linux and then installing Remix in dual-boot configuration.
There should be a way to install Remix OS on PC with Fresh/Clean Install in Single Boot Configuration
Install as Android-x86
surfturtle said:
I have a few PCs and Laptops with no OS currently installed plus the HD has limited space so I don't want to waste time and HD space by first installing Windows or Linux and then installing Remix in dual-boot configuration.
There should be a way to install Remix OS on PC with Fresh/Clean Install in Single Boot Configuration
Click to expand...
Click to collapse
Burn ISO with any tool, the boot to resident mode, before selecting Resident Mode press TAB and delete (SRC= DATA=) to end, then type INSTALL=1
YSH ALSAGER said:
Burn ISO with any tool, the boot to resident mode, before selecting Resident Mode press TAB and delete (SRC= DATA=) to end, then type INSTALL=1
Click to expand...
Click to collapse
I have a ASUS T100 tablet PC and it has a x86 uefi bootloader. im trying to install remixOS as a standalone OS. after I do your instructions do you need to edit the grub file so it boots (not sure how to do this) and which OS should I use 32 bit or 64 bit? last time I used http://forum.xda-developers.com/win...nt/winapp-android-x86-installer-uefi-t3225748 to install the 64 bit version on my tablet but the new 3.0 OS doesn't work with this tool.
YSH ALSAGER said:
Burn ISO with any tool, the boot to resident mode, before selecting Resident Mode press TAB and delete (SRC= DATA=) to end, then type INSTALL=1
Click to expand...
Click to collapse
Thanks for the info, I tried this and it installed and booted from the installer menu however when I reboot the PC I find that the Android-x86 installer fails to create a boot partition.
I tried all possible combinations, Grub without EFI, Grub with EFI, both varitions on MBR and GPT, etc. nothing works. Even tried x86 and x64 installations
surfturtle said:
Thanks for the info, I tried this and it installed and booted from the installer menu however when I reboot the PC I find that the Android-x86 installer fails to create a boot partition.
I tried all possible combinations, Grub without EFI, Grub with EFI, both varitions on MBR and GPT, etc. nothing works. Even tried x86 and x64 installations
Click to expand...
Click to collapse
You Must continue setup as android x86 - i mean creating partition + make it bootable
look at this guide
YSH ALSAGER said:
You Must continue setup as android x86 - i mean creating partition + make it bootable
look at this guide
Click to expand...
Click to collapse
thanks it works now
i think i was not creating the linux swap partition
surfturtle said:
I have a few PCs and Laptops with no OS currently installed plus the HD has limited space so I don't want to waste time and HD space by first installing Windows or Linux and then installing Remix in dual-boot configuration.
There should be a way to install Remix OS on PC with Fresh/Clean Install in Single Boot Configuration
Click to expand...
Click to collapse
Try hitting tab
then the spacebar, then put INSTALL=1 press enter it will bring up Android X86 installer for you to format the hard drive and install on to it. This will allow it to boot without the USB drive
When I hit TAB, nothing happens. ;-/

Yoga book dual boot for windows and android versions

AS WE ALL KNOW THAT YOGA BOOK CAME WITH WINDOWS OR ANDROID BUT NONE OF THEM CAME WITH DUALBOOTING OPTION SO HOW COULD WE BOOT BOTH OF THEM (ANDROID AND WINDWS) ON OUR DEVICE; WELL THERE IS A LOT OF DEVICES SUPPORT DUAL BOOTING LIKE CHUWI.
SO HERE IS THE TUTORIAL
http://forum.chuwi.com/thread-2254-1-1.html
SO I THINK THIS TUTORIAL FR CHUWI 10 PLUS WILL HELP US AS YOGA BOOK USERS (WIN AND ANDROID) FOR DUAL BOOTING
I DIDNT TRY IT YET, BUT IAM SURE ITS WORKING
WE NEED TO WORK TOGETHER GUYS TO MAKE THIS DREAM CAME TRUE
Good Luck. Hope you enjoy your exclusive cutting board afterwards. :fingers-crossed:
Honestly, it doesn't really help because they use a custom bios, which we don' t have and won't jave without any experienced developer around here. And if I'm not mistaken, it has been designed for dual boot even before.
Chuwi uses an AMI Bios...
Lenovo two DIFFERENT Insyde bios'es. Furthermore, it looks like the Android Version Bios is not even from Insyde...
danjac said:
Good Luck. Hope you enjoy your exclusive cutting board afterwards. :fingers-crossed:
Honestly, it doesn't really help because they use a custom bios, which we don' t have and won't jave without any experienced developer around here. And if I'm not mistaken, it has been designed for dual boot even before.
Click to expand...
Click to collapse
That's mean we need a custom bios, but how could we do that
jamespmi said:
Chuwi uses an AMI Bios...
Lenovo two DIFFERENT Insyde bios'es. Furthermore, it looks like the Android Version Bios is not even from Insyde...
Click to expand...
Click to collapse
Thank you for this Infos I didn't realize that Lenovo used an bios that locked dual booting, iam gonna try to reach Lenovo devs and tell them to make an bios that allow us to dual booting
THE MAXIMUM POWER said:
AS WE ALL KNOW THAT YOGA BOOK CAME WITH WINDOWS OR ANDROID BUT NONE OF THEM CAME WITH DUALBOOTING OPTION SO HOW COULD WE BOOT BOTH OF THEM (ANDROID AND WINDWS) ON OUR DEVICE; WELL THERE IS A LOT OF DEVICES SUPPORT DUAL BOOTING LIKE CHUWI.
SO HERE IS THE TUTORIAL
http://forum.chuwi.com/thread-2254-1-1.html
SO I THINK THIS TUTORIAL FR CHUWI 10 PLUS WILL HELP US AS YOGA BOOK USERS (WIN AND ANDROID) FOR DUAL BOOTING
I DIDNT TRY IT YET, BUT IAM SURE ITS WORKING
WE NEED TO WORK TOGETHER GUYS TO MAKE THIS DREAM CAME TRUE
Click to expand...
Click to collapse
News: I tried to booting Remix OS but it booted just one time with alot of bugs I've made a screenshot s because I've knew that will boot just ONE time, the last photo show how Remix faules at the second booting:
THE MAXIMUM POWER said:
AS WE ALL KNOW THAT YOGA BOOK CAME WITH WINDOWS OR ANDROID BUT NONE OF THEM CAME WITH DUALBOOTING OPTION SO HOW COULD WE BOOT BOTH OF THEM (ANDROID AND WINDWS) ON OUR DEVICE; WELL THERE IS A LOT OF DEVICES SUPPORT DUAL BOOTING LIKE CHUWI.
SO HERE IS THE TUTORIAL
http://forum.chuwi.com/thread-2254-1-1.html
SO I THINK THIS TUTORIAL FR CHUWI 10 PLUS WILL HELP US AS YOGA BOOK USERS (WIN AND ANDROID) FOR DUAL BOOTING
I DIDNT TRY IT YET, BUT IAM SURE ITS WORKING
WE NEED TO WORK TOGETHER GUYS TO MAKE THIS DREAM CAME TRUE
Click to expand...
Click to collapse
https://www.insyde.com/tags/dual-os-switching take a look about that
THE MAXIMUM POWER said:
https://www.insyde.com/tags/dual-os-switching take a look about that
Click to expand...
Click to collapse
Cool, but nor the Windows nor Android Bios'es are made for InsydeQ2S. Lenovo uses a custom made BIOS...
Folks, Lenovo used on purpose different bios'es. The Android Version will never understand ACPI, UEFI, Bitlock etc... it's cropped EEPROM is just not meant for it. I know it's a frustration, but it won't happen. The Windows Version will "maybe" be able to load some kind of x86 Android, but what about display, halo, wifi, anypen, wacom, dolby etc drivers?
jamespmi said:
Cool, but nor the Windows nor Android Bios'es are made for InsydeQ2S. Lenovo uses a custom made BIOS...
Folks, Lenovo used on purpose different bios'es. The Android Version will never understand ACPI, UEFI, Bitlock etc... it's cropped EEPROM is just not meant for it. I know it's a frustration, but it won't happen. The Windows Version will "maybe" be able to load some kind of x86 Android, but what about display, halo, wifi, anypen, wacom, dolby etc drivers?
Click to expand...
Click to collapse
Actually I've booted successfully Remix OS on my Xbox win version it booted successfully just one time then I wasn't be able to boot again, this problem in one hand, in the other hand as you said Halo keyboard, Wacom, Dolby, seems seems no place for them in Remix OS
jamespmi said:
Cool, but nor the Windows nor Android Bios'es are made for InsydeQ2S. Lenovo uses a custom made BIOS...
Folks, Lenovo used on purpose different bios'es. The Android Version will never understand ACPI, UEFI, Bitlock etc... it's cropped EEPROM is just not meant for it. I know it's a frustration, but it won't happen. The Windows Version will "maybe" be able to load some kind of x86 Android, but what about display, halo, wifi, anypen, wacom, dolby etc drivers?
Click to expand...
Click to collapse
i don't have device in my hands now
but i have a little hope
at least we can boot windows or android from USB/microSD
hmm
for windows version it must be easy
we can keep windows on primary disk
and install android on external drive
* :|||| then how this s**t can boot it?
hmm, we need to disable secure boot
then add grub to bcd with easybcd
* :\ android need system/boot/data/cache... !!
yep, we need to partition usb drive like official android disk
same sizes for system, cache, ...
not userdata
then we need to edit ramdisk
we need to edit fstab(and init.r2_cht_ffd.rc) to mount system and other partitions from /dev/sdb(c) [instead of /dev/block/by-name/]
* what about other partitions like keymaster?
i'm not sure it's needed but we can symlink it on init scripts
but for android version i'm not sure what i have to do
first i downloaded android firmware zip and there was file called "bootloader"
Code:
/Volumes/ExFAT 1/YB1-X90L_USR_S000155_1609272258_WW06_BP_ROW-flashfiles/bootloader: DOS/MBR boot sector, code offset 0x3c+2, OEM-ID "mkfs.fat", sectors/cluster 4, root entries 512, Media descriptor 0xf8, sectors/FAT 200, sectors/track 32, heads 64, sectors 204800 (volumes > 32 MB) , serial number 0x786ce839, label: "ANDROIDIA ", FAT (16 bit)
so it's fat image
and i was able to mount it
BINGO
volume label is ANDROIDIA just like what i saw in chawe boot option photos in OP guide
well on bootloader i can see \EFI\BOOT\bootx64.efi
:good: :good: :good:
now i'm sure android version yoga can also boot (any)efi file
* but who dare to touch it?
noone, we have tool called efidroid : https://forum.xda-developers.com/android/software-hacking/efidroid-t3447466
this guy can boot efi files for us
someone have to port efidroid for yoga (thats why i asked for device tree on TWRP thread)
now we need windows boot manager efi files (uefi boot partition) and windows system files to boot windows
ok, i'm not sure how to install windows on usb at this stage
but for example we can boot windows setup usb
(we need to find a way)
like install windows by virtualbox with PC on USB, then try to boot it on yoga (not sure)
or took backup of windows version and restore on USB :\
my friend wants to buy windows version (right now we have shipping problem from amazon) and i will try to install android on it
then if anyone wants to work, i hope can help
erfanoabdi said:
i don't have device in my hands now
but i have a little hope
at least we can boot windows or android from USB/microSD
Click to expand...
Click to collapse
That sounds everything so amazing and specially: Easy Peasy
And once you boot Android: Tataaa! No drivers for Screen-Rotation, Wifi, Touch, Holo etc etc...
But hey, hope dies last. Good luck
jamespmi said:
That sounds everything so amazing and specially: Easy Peasy
And once you boot Android: Tataaa! No drivers for Screen-Rotation, Wifi, Touch, Holo etc etc...
But hey, hope dies last. Good luck
Click to expand...
Click to collapse
But absulutly we have drivers
1) i want to boot stock Android
2) drivers are on kernel and kernel source is available on Lenovo site (only for custom rom purposes)
erfanoabdi said:
But absulutly we have drivers
1) i want to boot stock Android
2) drivers are on kernel and kernel source is available on Lenovo site (only for custom rom purposes)
Click to expand...
Click to collapse
Where exactly are they?
jamespmi said:
Where exactly are they?
Click to expand...
Click to collapse
https://pcsupport.lenovo.com/tr/en/products/tablets/yoga-series/yoga-book/downloads
https://pcsupport.lenovo.com/tr/en/products/TABLETS/YOGA-SERIES/YOGA-BOOK/downloads/DS118515
contains some libs and files from android source + kernel + gpt partition creation/info python script
Hi guys!
So I just got an Android YogaBook and the "bios" (actually UEFI) is a standard Intel made UEFI loaded with tons of options.
Android is loaded as any standard UEFI OS using a bootloader called KernelFlinger.
This means that we can boot Android, Linux, Windows and in theory also macOS (LOL).
I'll try to install Windows in the next few days, should not be hard (except for finding and usb adapter LOL) and will report back
P.s. I believe the Windows version uses the same UEFI but is locked in a user friendly "basic mode". This makes sense as they are supposed to be able to get into the UEFI while we're not
windserfer said:
Hi guys!
So I just got an Android YogaBook and the "bios" (actually UEFI) is a standard Intel made UEFI loaded with tons of options.
Android is loaded as any standard UEFI OS using a bootloader called KernelFlinger.
This means that we can boot Android, Linux, Windows and in theory also macOS (LOL).
I'll try to install Windows in the next few days, should not be hard (except for finding and usb adapter LOL) and will report back
P.s. I believe the Windows version uses the same UEFI but is locked in a user friendly "basic mode". This makes sense as they are supposed to be able to get into the UEFI while we're not
Click to expand...
Click to collapse
Nice! Hopefully it works out
windserfer said:
Hi guys!
So I just got an Android YogaBook and the "bios" (actually UEFI) is a standard Intel made UEFI loaded with tons of options.
Android is loaded as any standard UEFI OS using a bootloader called KernelFlinger.
This means that we can boot Android, Linux, Windows and in theory also macOS (LOL).
I'll try to install Windows in the next few days, should not be hard (except for finding and usb adapter LOL) and will report back
P.s. I believe the Windows version uses the same UEFI but is locked in a user friendly "basic mode". This makes sense as they are supposed to be able to get into the UEFI while we're not
Click to expand...
Click to collapse
Hi, any news from your project?
ox_eye said:
Hi, any news from your project?
Click to expand...
Click to collapse
Had to send back my Yoga for a screen problem and got the replacement only this evening
I hope to have time to try this weekend
windserfer said:
Had to send back my Yoga for a screen problem and got the replacement only this evening
I hope to have time to try this weekend
Click to expand...
Click to collapse
Any news? I have a working Windows To Go usb. I would love to boot my yogabook from that.
erfanoabdi said:
i don't have device in my hands now
but i have a little hope
at least we can boot windows or android from USB/microSD
hmm
for windows version it must be easy
we can keep windows on primary disk
and install android on external drive
* :|||| then how this s**t can boot it?
hmm, we need to disable secure boot
then add grub to bcd with easybcd
* :\ android need system/boot/data/cache... !!
yep, we need to partition usb drive like official android disk
same sizes for system, cache, ...
not userdata
then we need to edit ramdisk
we need to edit fstab(and init.r2_cht_ffd.rc) to mount system and other partitions from /dev/sdb(c) [instead of /dev/block/by-name/]
* what about other partitions like keymaster?
i'm not sure it's needed but we can symlink it on init scripts
but for android version i'm not sure what i have to do
first i downloaded android firmware zip and there was file called "bootloader"
Code:
/Volumes/ExFAT 1/YB1-X90L_USR_S000155_1609272258_WW06_BP_ROW-flashfiles/bootloader: DOS/MBR boot sector, code offset 0x3c+2, OEM-ID "mkfs.fat", sectors/cluster 4, root entries 512, Media descriptor 0xf8, sectors/FAT 200, sectors/track 32, heads 64, sectors 204800 (volumes > 32 MB) , serial number 0x786ce839, label: "ANDROIDIA ", FAT (16 bit)
so it's fat image
and i was able to mount it
BINGO
volume label is ANDROIDIA just like what i saw in chawe boot option photos in OP guide
well on bootloader i can see \EFI\BOOT\bootx64.efi
:good: :good: :good:
now i'm sure android version yoga can also boot (any)efi file
* but who dare to touch it?
noone, we have tool called efidroid : https://forum.xda-developers.com/android/software-hacking/efidroid-t3447466
this guy can boot efi files for us
someone have to port efidroid for yoga (thats why i asked for device tree on TWRP thread)
now we need windows boot manager efi files (uefi boot partition) and windows system files to boot windows
ok, i'm not sure how to install windows on usb at this stage
but for example we can boot windows setup usb
(we need to find a way)
like install windows by virtualbox with PC on USB, then try to boot it on yoga (not sure)
or took backup of windows version and restore on USB :\
my friend wants to buy windows version (right now we have shipping problem from amazon) and i will try to install android on it
then if anyone wants to work, i hope can help
Click to expand...
Click to collapse
hii, did i get it? I have the android version and I am stuck because I cannot find how to update the android or how to pass it in a stable way that the keyboard works to windows.

Categories

Resources