Win10 Mobile / RT on the Pi 2? - Raspberry Pi General

So, I have got a new Pi 2 sitting next to me.
Seeing as we now have a Windows bootloader (10 IoT) can we bcdboot another drive / flash over the Windows 10 IoT image with Windows 10 Mobile or 8/8.1RT recovery images from other devices?
I know there would be very little drivers but it would still be "fun" to try....
After hearing elsewhere 8/8.1RT require HAL extensions then I think 10 Mobile would be easier - I will try flashing the Pi IoT image and working from there...
Thanks,
- androidonlinx

So, I've tried copying over the Windows 10 Mobile MainOS partition to where the Windows 10 IoT MainOS partition was. No luck and it just bootloops, outputting a black screen for about a second before not outputting anything for a second, looping forever. Small amount of SD activity shown by the activity light.
Is it possible I need to copy more partitions? I have also tried copying over "data" but would you also need the 30-ish other partitions too? However, to copy them you would have to convert the SD to GPT, which the Pi does not currently boot from so you would need to figure out how to boot from a external drive.
The 10 Mobile image I'm using is the Xiaomi one - would it be that I just need HAL extensions? How would I add these?
Thanks

Microsoft has a great resource on their github, entitled "Set up a Raspberry Pi 2" so check that one out.

Related

[Q] Windows8 Multiboot GUI Bootloader

Hi
Since a few days, I owned a new WeTab to play around with different tablet operating systems.
I'd like to install Windows 8, Android and Ubuntu in parallel and use the new GUI bootloader from Win8 to choose what to boot.
I started with installing Win8 and installed EasyBCD to modify the bootloader
A little test configuration shows the correct function of it.
When I start to intstall Android the fist time, everything was fine, but after installing ubunto the Windows 8 Bootloader turnd from GUI to text mode.
also
bootrec /fixmbr
bootrec /fixboot
common Win8DVD repairoptions
can switch back to GUI mode
is there a trick to get the GUI back, because without Keyboard on the tablet it's quite hard to select an option
Ad. Info:
WeTab with 80GB SSD, 2GB RAM
Partition:
sda1 ntfs 350MB Windows Bootloader
sda2 ntfs 20GB Windows Partition
sda3 ext2 200MB /boot for Ubuntu
sda4 extended partition
sda5 swap 4GB /swap for Ubuntu
sda6 ext4 20GB / for Ubuntu
sda7 ext3 4GB / for Android
I don't have multiboot set up on my device, but apparently, setting Windows 8 as the default system in the bootloader will bring back the GUI bootloader, as that actually doesn't reside in the MBR, but is loaded after some very early parts of Windows 8 (presumably touchscreen support).
I don't think the MS bootloader will support doing that, but I'm not posative.
I have a triple boot working fine right now though.(Win8, vista, Ubuntu)
I had vista and Ubuntu installed, I resized my vista partition and used the free space to create an ntfs part, then installed win to the new part(sda2) Sda1 still has the MBR though. After installing windows 8 I lost grub(bootloader), so I used a live disk to boot up and run boot-repair which is a nice GUI to simplify reinstalling the bootloader, and also to configure it.
I left grub to default to Linux though you can tell it to default to win if you like in the options.
Now at boot I get menu from grub which allows me to choose to boot to either sda1, sda2, etc. If I want Ubuntu I choose it from grub, if I want win I choose the partition vista is on(cause that is the place win8 put it's loader. Once I select vita partition my system loads the win loader GUI that lets me choose between vista and windows 8. I would think you can do the same with grub.
Sent from my A100 using XDA
NoSudo said:
I left grub to default to Linux though you can tell it to default to win if you like in the options.
Click to expand...
Click to collapse
you're missing the problem, without a GUI he cannot select a boot option because his tablet doesn't have an inbuilt keyboard!!
try installing windows and whatever else in a fashion that allows the GUI bootloader to stay, then install ubuntu to a partition but tell it to NOT install a bootloader, then try to setup "neogrub" from EasyBCD to boot it using the Windows 8 bootloader.
EDIT: in other words, don't add that "/boot" partition ubuntu loves so much, don't make an ubuntu boot partition, don't install grub, see if EasyBCD's Neogrub can work.
Thanks for the Reply's
I figured out that the light sensor on my tablet can be used as "Arrow Down"-Key so I'm able to use Texed based bootloaders.
However the Win8 GUI loader is nicer than the old school text based one. :-D
well, i had a quick look last night and you can indeed add the neogrub bootloader without losing the GUI loader, after installing neogrub using easyBCD you then just have to write a grub-ish bootscript that tells neogrub how to boot ubuntu, and then you can just touch Neogrub from the Gui bootloader and Neogrub will go straight to booting Ubuntu.
moved to general
I had the same problem and it got soleved by typing:
bcdboot C:\Windows
in an elevated command prompt, which will restore the default BCD settings for windows 8 and it will show the graphical GUI, you can then use bcdedit to do your required modifications because EasyBCD changes made me lose the GUI Boot...
Check this article for more info on restoring GUI Boot:
http://superuser.com/questions/4996...-8-gui-boot-loader-after-installing-windows-7

[Q] How To Upgrade Win 8 Recovery Partition To Win 8.1

Since December 2013 I have Lenovo G505s laptop that came with Windows 8 pre-installed. Contacted Lenovo to get a Windows 8.1 upgrade disk. No avail.
So I decided to upgrade the laptop via Windows Store to Windows 8.1. The upgrade took hours. Best: Had no problems with Windows afterwards. All drivers are working. Thank God.
The laptop comes with a recovery drive, but this - by nature - only holds a copy of Windows 8 pre-installed. Not useful when it comes to refresh/restore the laptop - currently Windows 8.1.
Because the recovery drive will include Windows 8 pre-installed, I have need to upgrade to Windows 8.1 again after I refresh or reset my laptop. At least thus is stated by Microsoft here (Step 8)
Anybody can tell me how to refresh the recovery partition? I won't work with USB stick.
MS has no consumer-based solution for what you're asking. For IT and OEMs, there are commandline tools to capture and deploy WIMs (Windows images). To go this route, first use DISM to capture (back-up) your current setup into a WIM file. Next, update the System (ESP) partition, then the WinRE partition with files from Win 8.1 boot disk. Finally, apply the captured WIM into the recovery partition, overwriting the old WIM. Commandline tools to do these are dism, reagentc, et al. All of the needed info are available on Technet. Start at the below link, and branch out as needed:
http://technet.microsoft.com/en-us/library/hh825072.aspx
The vastly easier (and faster, and more efficient) solution is to forgo the MS solution, and simply use a good image backup solution. I use TrueImage backup, and there are many others. You can back up directly to a USB storage device at any time, obviating the need for a recovery partition. Recovery is just a USB boot key away.
If opting for the latter, aside from reclaiming space from recovery partition (30GB), you can also reclaim space from the now-obsolete "driver" partition (20GB).
Will try the next days what you suggested and report whether could solve my issue succesfullyl. For now, thanks a lot.

Can't install Windows 10 Technical Preview

I can't install Windows 10 Technical Preview on my Samsung RV509 laptop (Core i5 and 6Gigs of RAM). I tried doing a clean install, and once I boot from the flash stick It gets stuck on the Windows logo and the loading dots doesn't appear, so I tried to do an upgrade from Windows 7 and once it restarts it gets stuck on the windows logo and doesn't load after that (I tried both 32 and 64bit versions) then i get the error 0xC1900101-0x20017. So I tried to install it inside a virtual machine and i tried another machine,and it did install just fine. I tried everything I can from trying to launch the setup from the command prompt but still once it restarts it gets stuck on the windows logo. I'm not sure what do I need to do to get it to install and boot. I've tried with every single build since the insider program started till 9926.
I would really appreciate any help in this matter. Thank you.
I think you didn't really tried a clean install, since you wrote that you've tried to upgrade later. Clean install means you erase all traces of previous system installation. Also, it's good to delete all partitions. Maybe you're hard disk is MBR formatted and Windows 10 requires GPT (just a suggestion, I'm not sure about that).
Secondly, are you trying an UEFI install? I've had Win10 for a couple of months now but I remember having problems with starting UEFI installation from USB stick. To do this, you have to change partition layout on usb stick to GPT, then make new primary partition, format it to FAT32 and copy all files from install iso to usb stick. Then you can start your install in UEFI mode and I think this will help you. Just remember to delete all partitions and let Windows create new partition layout for you, this way it will create EFI partition.
If the installer says it can't create partitions in UEFI mode, you will have to change partition layout to GPT by yourselft. You can put your hdd in a PC and use a Windows based tool (search google) or maybe some Linux LiveCD will let you do that without removing your hdd.
All I did was just use demon tools and install over my w7. It installed as Uefi. Don't like it and w10 gave me an option on restart to roll back my system. I did and went back to w7.
You shouldn't use Daemon Tools to install Windows from an ISO. If Windows needs to reference a file inside the Install.wim folder on the disc for any reason, that copy will fail as the disc it's using is not a physical disc, but a virtual one that the new installation has no knowledge of. The best way to install Windows from an ISO is to copy the ISO to a flash drive or to the local hard disk and run setup that way, or use Rufus to create a bootable USB media for installing. That could be related to your error codes.
Thank you sanshinron for your reply. I always do a clean install for windows, the only reason that i tried to upgrade is that the setup didn't even load when booting from a USB stick (stuck on the windows logo). The USB stick was created using Microsoft's "Windows 7 USB DVD Download Tool". The same stick loads fine on other PCs. I will try to do what you suggested with the USB stick and give it another try.
sanshinron said:
I think you didn't really tried a clean install, since you wrote that you've tried to upgrade later. Clean install means you erase all traces of previous system installation. Also, it's good to delete all partitions. Maybe you're hard disk is MBR formatted and Windows 10 requires GPT (just a suggestion, I'm not sure about that).
Secondly, are you trying an UEFI install? I've had Win10 for a couple of months now but I remember having problems with starting UEFI installation from USB stick. To do this, you have to change partition layout on usb stick to GPT, then make new primary partition, format it to FAT32 and copy all files from install iso to usb stick. Then you can start your install in UEFI mode and I think this will help you. Just remember to delete all partitions and let Windows create new partition layout for you, this way it will create EFI partition.
If the installer says it can't create partitions in UEFI mode, you will have to change partition layout to GPT by yourselft. You can put your hdd in a PC and use a Windows based tool (search google) or maybe some Linux LiveCD will let you do that without removing your hdd.
Click to expand...
Click to collapse
try https://rufus.akeo.ie/ for the usb install
onebyside said:
try https://rufus.akeo.ie/ for the usb install
Click to expand...
Click to collapse
I tried both Rufus and ISO2Disk to make the USB stick GPT, but still i'm having the same issue with the setup not loading.
toulan said:
I tried both Rufus and ISO2Disk to make the USB stick GPT, but still i'm having the same issue with the setup not loading.
Click to expand...
Click to collapse
I installed UEFI without a problem, is there a reason your set on GPT?
I tried everything with the USB drive and it just installs fine on other pcs. I guess this could be because of hardware not supported yet by Microsoft in the current windows 10 builds. I found many people having the same issue. I just hoped there could be a fix to get the installer to start
I encountered same boot-hang problem when clean installing Win 8.1, and Win 10 shouldn't be different. My solutions:
Post-install boot-hang: The hang at logo boot happens when I don't format the install-to partitition with Win 8.1 installer (I normally partition/format using another tool, to skip the redundant WinRE partition that Win creates). Formatting with the installer allows the boot to complete (you can still keep the original partitioning).
Pre-install boot-hang: Some PCs are idiosyncratic with USB boot; likewise, some USB sticks are "different" from others. I found that using DiskPart to partition & format the USB stick (like a HDD) works when Rufus & straight formatting wouldn't. This, admittedly from a small sample set of one particular problematic combo. Simpler is just try to use different USB sticks.
toulan said:
then i get the error 0xC1900101-0x20017
Click to expand...
Click to collapse
This error indicates an update issue.
Try this:
- Ingersoll mini tool partition wizard
- check your disk type
If it's GPT,
- download minitool portable ISO and burn on USB with UUI.
- boot to the application and convert GPT to MBR
- Format the C: partition or wherever the previous windows was installed
- then overwrite it with win10
If it's UEFI change it from the bios. Turn off secure boot and everything.
Try and let me know.
Is there Windows 10 for Nokia Lumia 625?
Tiash420 said:
This error indicates an update issue.
Try this:
- Ingersoll mini tool partition wizard
- check your disk type
If it's GPT,
- download minitool portable ISO and burn on USB with UUI.
- boot to the application and convert GPT to MBR
- Format the C: partition or wherever the previous windows was installed
- then overwrite it with win10
If it's UEFI change it from the bios. Turn off secure boot and everything.
Try and let me know.
Click to expand...
Click to collapse
After using the minitool partition wizard i found out that it was already MBR.
feherneoh said:
Does that pc have Win8.1 installed with UEFI?
If so, connect installer drive, go to shutdown menu, hold shift, press restart
Then select Use device => UEFI USB
Click to expand...
Click to collapse
Tried it, but still the same issue.
Then turn off safe boot and try format the whole disk and start Windows installation from scratch?
Only if you want Windows 10 badly and are ready to sacrifice your data.
Caution: This 'might' work. No guarantees.
Tiash420 said:
Then turn off safe boot and try format the whole disk and start Windows installation from scratch?
Only if you want Windows 10 badly and are ready to sacrifice your data.
Caution: This 'might' work. No guarantees.
Click to expand...
Click to collapse
Tried it, but it didn't work. I think this could be an issue with a hardware that is not supported yet by the preview. I guess i'll have to wait for that to change in next builds.
toulan said:
Tried it, but it didn't work. I think this could be an issue with a hardware that is not supported yet by the preview. I guess i'll have to wait for that to change in next builds.
Click to expand...
Click to collapse
That might be it cause it's a preview and they sure are known for this kinda issue
Tried build 10041 and still same issue.
toulan said:
Tried build 10041 and still same issue.
Click to expand...
Click to collapse
My Laptop is SAMSUNG RV509 but with intel core i3 1st Generation and 2 GB of RAM inside
And I have the same problem with you when trying to install Windows 10 Technical Preview even with it's latest version just like you, get stuck at begin of instalation process, Windows logo appear without any waiting animation (circle of dots), and nothing happen after that.
Just like you, I'm trying install it so many time and so many way such as update latest version of BIOS, but nothing change.
So, if you have a solution for our laptop, please take your time to guide me.
"Sorry if any inconvenience come to your attention with my English writing skill"
shinstar123 said:
My Laptop is SAMSUNG RV509 but with intel core i3 1st Generation and 2 GB of RAM inside
And I have the same problem with you when trying to install Windows 10 Technical Preview even with it's latest version just like you, get stuck at begin of instalation process, Windows logo appear without any waiting animation (circle of dots), and nothing happen after that.
Just like you, I'm trying install it so many time and so many way such as update latest version of BIOS, but nothing change.
So, if you have a solution for our laptop, please take your time to guide me.
"Sorry if any inconvenience come to your attention with my English writing skill"
Click to expand...
Click to collapse
Of course, once i find a solution i will post it here, so far no luck.

Install Android 7.0 Nougat in PC Hard-Drive | Dual-Boot with Windows OS

1. Download Android Nougat 7.0 ISO file[Developed by Android x86].
2. Download Rufus win App to Create Bootable/Live USB.
3. Insert USB with Minimum 4GB and select Downloaded ISO file and finally start.
4. After Finishing, Create New/ Separate Partition in PC for Android to be Installed with Minimum of 16GB Disk Size and Format it as FAT32.
5. After formatting, Reboot PC.
6. Boot PC from USB.
7. Select Install android x86 to HDD.
8. Now In bluescreen Select the Separate Fat32 formatted Partition to Install.
9. Do not Format.( I didn't formatted and it works fine).
10. Install Boot Loader GRUB.( It will replaces default Windows Bootloader).
12. Next it shows up that your are having Windows Partition and asked to create boot item for windows. Select Yes for that else you won't be able to boot into Windows next time.
13. Next Select Skip for EFI GRUB2.(I Skipped and worked for me, I think because I'm having Legacy PC).
14. Then Select Yes to Create Read/Write enabled system directory.
15. Now To create data.img, select yes and then Enter the Size you need for System Memory in MBs (1GB-1024MB).
16. Now Accept Reboot and then Boot Android from GRUB Menu.
17. Thats all . You have Successfully installed Android 7.0 nougat in your PC HDD.
Also I Made Video Tutorial in YouTube for Better Understanding. You can Checkout if you don't understand or if any error pops.
https://www.youtube.com/watch?v=o90aPj4zT-M(TechGeekShan).
Follow Me
http://facebook.com/techgeekshan
http://twitter.com/techgeekshan
https://www.reddit.com/r/TechGeekShan/
http://instagram.com/techgeekshan/
http://www.techgeekshan.in/
Wow thanx mate, will give it a try and will give a feed back.
Sent from my SM-G935F using XDA-Developers mobile app
silverrum said:
Wow thanx mate, will give it a try and will give a feed back.
Sent from my SM-G935F using XDA-Developers mobile app
Click to expand...
Click to collapse
Yeah.. You are welcome and we must Appreciate the Developer who developed Android Nougat x86..
Don't work for me((( Laptop wan't boot after installation...
gmikes said:
Don't work for me((( Laptop wan't boot after installation...
Click to expand...
Click to collapse
Its because of EFI/UEFI Computers
Why not work
Shanmukarajan said:
Its because of EFI/UEFI Computers
Click to expand...
Click to collapse
Why not Work ?
If I install it on my PC, do I access google play store like normal?
successfully installed on Z3735F Bay Trail-T windows 10 tablet. I don't need windows 10 OS anymore, so made one partition and install Android 7. It books OK, WIFI works fine. BUT!!!!! All the physical buttons don't work. Power button doesn't work, so there is no way to turn off the system. Volume Up and Down button also doesn''t work. But touch screen works fine. How to solve this problem? any idea? My tablet is Unbranded Tablet 10.1 from Best Buy
hey,
i got it up & running on my uefi windows 10 lenovo yoga (after some struggle i also have dual-boot). my question - how do i get gapps and supersu? it's not like you could simply flash some zips, as there is no recovery
No Playstore!! Browser does not download files!!!
So after wasting 400mb of data and roughly 30 minutes of my time, I discover that there is no preinstalled PlayStore, the preinstalled browser will not download APKs and trying to install apps from the online MarketPlace only discovers devises that the email used to Sign In with is associated to, not the device this is installed on.
These things SHOULD by all ethical means be stated in the description to prevent others from wasting both their time as well as their data.
I want to see a solution to these problems Shanmukarajan. Should you decide to neglect this issue, I won't hesitate to have this post reported to the moderators.
Thank you in advance for your prompt support on the matter.
Stevo | True.Tech.Tabs
+1 360 **** ***
there is just one issue.
you can not create a data.img file that is larger than 4GB on a fat32 partition...
how do we fix that?
It’s installs fine but when restarts windows is just starting every time and it’s not coming up with step 12 asking me about windows partition and creating boot item
I performed the installation process about 10 times with different settings but none of them seem to install Android on my HDD. The live version works and there are no errors whatsoever, but even after installation there is never an option to boot the installed Android. Only live, debug or again option to install the OS. Does anyone know the solution?
Sent from my Xperia X Compact using XDA Labs
Godecki said:
I performed the installation process about 10 times with different settings but none of them seem to install Android on my HDD. The live version works and there are no errors whatsoever, but even after installation there is never an option to boot the installed Android. Only live, debug or again option to install the OS. Does anyone know the solution?
Sent from my Xperia X Compact using XDA Labs
Click to expand...
Click to collapse
Have you tried selecting yes to GRUB 2 during installation? It's been a little while since I went through the process, but I believe that was what I had to do to get it up and running.
Godecki said:
I performed the installation process about 10 times with different settings but none of them seem to install Android on my HDD. The live version works and there are no errors whatsoever, but even after installation there is never an option to boot the installed Android. Only live, debug or again option to install the OS. Does anyone know the solution?
Click to expand...
Click to collapse
Yeah I have the same issue with my Sony VAIO Duo 11. To start from power off I have to hit the special Duo Assist button, then F11 to boot from usb, then go thru the (re) install every time, so boot takes a couple of minutes, but it always bring me back to the same great working Android with all apps and setting unchanged. I don't understand, but I just happened onto it. Be sure to not format or install any grub (not really sure about grub or grub2), but yes to make it writeable. Then you get an awesomely fast Android.
I don't even want Windows on that machine, but I'm afraid to kill all the partitions and start from scratch as the Duo has some weird builtin Windows boot stuff hard wired. I'm not sure if Android could boot without the Windows partitions.
When I am creating a new partition with 16 GB of space does it mean that Android is going to use just this partition and 16 GB or is it just for the installation files and Android will see my whole HDD as the internal storage?
Could you please let me know how you got it up and running? I am on a UEFI yoga as well, but after the installation,
grub doesn't show up and my computer boots automatically into Windows
Thanks in advance
bombaglad said:
hey,
i got it up & running on my uefi windows 10 lenovo yoga (after some struggle i also have dual-boot). my question - how do i get gapps and supersu? it's not like you could simply flash some zips, as there is no recovery
Click to expand...
Click to collapse
ZOOMA7997 said:
Could you please let me know how you got it up and running? I am on a UEFI yoga as well, but after the installation,
grub doesn't show up and my computer boots automatically into Windows
Thanks in advance
Click to expand...
Click to collapse
Did you change the boot sequence in bios? Select android to boot 1st, then Grub should ask you which os you want to launch. I installed grub 2. I also went with the triple boot. My laptop is an Asus x401a with windows 7. Along with ubuntu and android. x86 Nougat.
A little help here mates,
I installed it alongside a windows 7 ultimate.
Gave it an 80gb Partition (fat32)
So I'm planning a dual boot here.
Here's my Steps:
used rufus to create bootable from android-x86-8.1-r1.iso
booted to Flash drive
installed android to 80gb partition (with grub/windows boot entry/ and data image of 2048MB)
after installation, Reboot to test boot options
grub didn't show up, booted directly to win7
Did some researches, and from those researches I should disable SECURE BOOT, but bios don't have that option.
Also tried EasyUEFI Tool which didn't even work in windows 7
Also, no settings for UEFI or Legacy.
Boot Order doesn't show Windows bootmanager or grub too, only HDD....
I installed android in ASUS Eee Notebook Laptop 1201b
I think the only problem here is grub cant load, but I run out of solutions, so here I am asking for help.
every android on work fine in my tablet(z3735f) but there is a bug in every os no sound in headphone any one tell me how to fix it

How to make a PC Triple Boot Android, Windows 7 and Windows 10

Hi,
How to make a PC Triple Boot Android, Windows 7 and Windows 10?
Thanks
M. Al said:
Hi,
How to make a PC Triple Boot Android, Windows 7 and Windows 10?
Thanks
Click to expand...
Click to collapse
You can use programs like Partition Magic
Maay gaad, I thought this is a tutorial thread
sure u have 3 hard disk with different Operating System (maybe)
Wondering
How it could be done.
zanodor said:
How it could be done.
Click to expand...
Click to collapse
By partitioning your hard drive and then installing each operating system in each partition then use the Grub bootloader software to allow you to choose which of the 3 systems you want to boot when you power on.
https://www.quora.com/Is-it-possible-to-install-Linux-with-Android-and-windows-10-dual-boot-easy-way
Sent from my SM-S767VL using Tapatalk
Hi,
You can also use Virtualbox or other virtualization software to create multiple virtual machine and RUN them on a single machine.
If your computer has good amount of RAM, then you utilize this Virtualbox software. It really works fine. Instead of creating different partition, i think it will be much better option.
Thanks,
Hope it helsp
ziafimawad said:
sure u have 3 hard disk with different Operating System (maybe)
Click to expand...
Click to collapse
I am curious how to do it?
Saenyu67 said:
I am curious how to do it?
Click to expand...
Click to collapse
You can use 1 hard drive or 2 hard drives or 3 hard drives, it works the same regardless of how many you use. It's easily done with just 1 hard drive. If you look at my previous post a few posts back in this thread, you will see a link with instructions to partition your hard drive to create a partition for each of the OS's that you want to install, then you install each operating system in each separate partition that you choose to install them in.
Sent from my SM-S767VL using Tapatalk
How to make a PC Triple Boot Android, Windows 7 and Windows 10
Windows booting is a simple process. You can easily boot your windows 7 OR Windows 10
you can useing some free tools for booting window 10 and windows 7.
I can explained here how to boot a drive easily. I think it will benefit you. For than messege me personally.
Thank you very much.
mdakashhossain said:
Windows booting is a simple process. You can easily boot your windows 7 OR Windows 10
you can useing some free tools for booting window 10 and windows 7.
I can explained here how to boot a drive easily. I think it will benefit you. For than messege me personally.
Thank you very much.
Click to expand...
Click to collapse
You don't understand what they are trying to do.
Sent from my SM-S767VL using Tapatalk
for android, you can use "bluestacks" on windows
So you want to use Windows 10, Windows 7 and Android on PC. For that first create 3 or 4 partitions one for windows 10, one for windows 7 and one for android. Install Windows 10 and Windows 7 on separate partitions and you will see that you have a option to boot into windows 7 or 10. now to install Android use a android based OS such as Prime OS and install it on a separate partition. You can use the pre installed grub or you can use grub2win to get all operating systems that you need
mdakashhossain said:
How to make a PC Triple Boot Android, Windows 7 and Windows 10
Windows booting is a simple process. You can easily boot your windows 7 OR Windows 10
you can useing some free tools for booting window 10 and windows 7.
I can explained here how to boot a drive easily. I think it will benefit you. For than messege me personally.
Thank you very much.
Click to expand...
Click to collapse
Hey there I'm also interested in this I currently have garuda Linux and can't get Windows 10 on
I've done this for a while, my easiest solution is:
1. Make 3 or 4 partitions. Windows 10, windows 7, data partition, and a Linux partition. (There may more created e.g. a system partition). Dont touch the data partition throughout all of this except for storing your OS ISO, liveboot ISO, other program files etc.
2. Install windows 7 on windows 7 partition.
3. Install windows 10 on windows 10 partition. Can be installed from windows 7. Let windows handle making a windows bootloader which can now boot into windows 7 or 10.
4. Create a live USB in ine of your windows. I've been using Ubuntu but used Fedora for years prior. If you aren't sure if you need x64 then go woth the 32 bit x86 architecture (useful to be able to boot on 32 and 64 bit machines). Now boot up your live USB into Linux and install automatically onto Linux partition. You'll now have a GRUB bootloader which can boot into Linux or into your windows bootloader.
5. Install android emulator. I used Linux as I felt I would get better performance emulating android in Linux, this may or may not be true.
There will things that you might find as a nuisance, for example when I boot into windows 7 from windows 10, I need to boot into the GRUB to windows bootloader, select windows 7 and it reboots again back into GRUB and then into windows 7. Not a big deal unless you want to switch OS a lot. If this is the case, you may want to just emulate to begin with. I have a laptop with *ok* processor and RAM, not the best for emulating another OS.
There is many options - you could even install Linux within windows if you so choose. Ultimately the best path will be based on your knowledge, specs of your PC ( power, ram, disk space, disk type [fora mount of partitions], BIOS/UEFI, etc. The method I laid out is the most automated and easiest method I have come up with. Don't try installing windows on top of Linux, you'll cause a headache fixing everything for your Linux system. But then again, everything I've done in Linux the hard way has helped me to understand Linux better. I've just found that even laying out all of the partitions manually for Linux can be challenging, especially if you only have 1 computer and your data is not backed up elsewhere. Start with a blank machine if you can, and have another computer on hand, then you'll have an easy time starting over if necessary. Theres still so many more options of how to do what you are asking... good luck and happy tripple booting
Flash-ARMy said:
I've done this for a while, my easiest solution is:
1. Make 3 or 4 partitions. Windows 10, windows 7, data partition, and a Linux partition. (There may more created e.g. a system partition). Dont touch the data partition throughout all of this except for storing your OS ISO, liveboot ISO, other program files etc.
2. Install windows 7 on windows 7 partition.
3. Install windows 10 on windows 10 partition. Can be installed from windows 7. Let windows handle making a windows bootloader which can now boot into windows 7 or 10.
4. Create a live USB in ine of your windows. I've been using Ubuntu but used Fedora for years prior. If you aren't sure if you need x64 then go woth the 32 bit x86 architecture (useful to be able to boot on 32 and 64 bit machines). Now boot up your live USB into Linux and install automatically onto Linux partition. You'll now have a GRUB bootloader which can boot into Linux or into your windows bootloader.
5. Install android emulator. I used Linux as I felt I would get better performance emulating android in Linux, this may or may not be true.
There will things that you might find as a nuisance, for example when I boot into windows 7 from windows 10, I need to boot into the GRUB to windows bootloader, select windows 7 and it reboots again back into GRUB and then into windows 7. Not a big deal unless you want to switch OS a lot. If this is the case, you may want to just emulate to begin with. I have a laptop with *ok* processor and RAM, not the best for emulating another OS.
There is many options - you could even install Linux within windows if you so choose. Ultimately the best path will be based on your knowledge, specs of your PC ( power, ram, disk space, disk type [fora mount of partitions], BIOS/UEFI, etc. The method I laid out is the most automated and easiest method I have come up with. Don't try installing windows on top of Linux, you'll cause a headache fixing everything for your Linux system. But then again, everything I've done in Linux the hard way has helped me to understand Linux better. I've just found that even laying out all of the partitions manually for Linux can be challenging, especially if you only have 1 computer and your data is not backed up elsewhere. Start with a blank machine if you can, and have another computer on hand, then you'll have an easy time starting over if necessary. Theres still so many more options of how to do what you are asking... good luck and happy tripple booting
Click to expand...
Click to collapse
Yes, exactly what I was indirectly suggesting. I've done it the way you describe before, but, alternatively, you can just create 2 partitions on your hard drive then install Win10 and Win7 in those partitions then create a Linux live USB or even install a full Linux distro on a fairly large USB flashdrive/external hard drive(preferably something that has solid state storage, this enables faster booting and performance and allows installing drivers and packages) and then go into BIOS and set your boot priority to boot from USB first, save changes and exit. Then, when you want to boot Linux you just connect your external drive/USB then reboot the device and it will automatically boot Linux without having to use grub and when the Linux drive isn't connected you will be able to boot 10 and 7 via windows bootloader. A little more round about but makes booting back and forth between operating systems.
Droidriven said:
Yes, exactly what I was indirectly suggesting. I've done it the way you describe before, but, alternatively, you can just create 2 partitions on your hard drive then install Win10 and Win7 in those partitions then create a Linux live USB or even install a full Linux distro on a fairly large USB flashdrive/external hard drive(preferably something that has solid state storage, this enables faster booting and performance and allows installing drivers and packages) and then go into BIOS and set your boot priority to boot from USB first, save changes and exit. Then, when you want to boot Linux you just connect your external drive/USB then reboot the device and it will automatically boot Linux without having to use grub and when the Linux drive isn't connected you will be able to boot 10 and 7 via windows bootloader. A little more round about but makes booting back and forth between operating systems.
Click to expand...
Click to collapse
I had a project to run Windoes 10 on an SD card, which proved to be more difficult than I tbought it would be. I didn't think it should have been difficult, but it seems software amd hard tales measures to prevent this from being possible / "easy". Linux is quite easy to use a live USB, so I've done that quite a bit (I'd keep a 32 bit live USB on my Keychain). I don't think I was ever able to update drivers or install updates to the live USB, however I didn't make much of an effort too. I basically used it as a save my ass tool, which it certainly did come in useful quite often in the course of my personal/school/work computer needs.
Flash-ARMy said:
I had a project to run Windoes 10 on an SD card, which proved to be more difficult than I tbought it would be. I didn't think it should have been difficult, but it seems software amd hard tales measures to prevent this from being possible / "easy". Linux is quite easy to use a live USB, so I've done that quite a bit (I'd keep a 32 bit live USB on my Keychain). I don't think I was ever able to update drivers or install updates to the live USB, however I didn't make much of an effort too. I basically used it as a save my ass tool, which it certainly did come in useful quite often in the course of my personal/school/work computer needs.
Click to expand...
Click to collapse
Instead of installing Linux live on USB, you can do a full installation of Linux on the USB the same as you would when installing Linux on hard drive. A Live USB can be setup with a persist partition to provide a bit of storage on the USB but it isn't enough to do anything with that is useful, that is why it is better to just install the distro on USB instead of using USB to run Linux live.

Categories

Resources