[Q] Windows8 Multiboot GUI Bootloader - Windows 8 General

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

Related

[GUIDE] (sort of) Dualbooting Windows 8 & Ubuntu with Super Grub2 Disk

Hi there,
I have being trying to boot into my Ubuntu 10.10 with WIndows 8 Developer Preview installed, and I have found a quick workaround (I think most of you will probably know it already, but I'll post it here anyway for those who don't )
Firstly, install the Linux distribution of your choice (I tested with Ubuntu 10.10, so I'm not sure about any other OS's!)
Next, grab a copy of Super Grub2 Disk off supergrubdisk.org (can't post links yet... too new! ;-) ) and burn it to CD/DVD/USB.
Then, reboot your PC with Super Grub2 Disk in and select your boot device from the boot menu (I pressed F12 on my Acer) and Super Grub2 Disk should load. Select "Detect Any OS" (the first option) and wait while it scans your partitions for operating systems.
It should then display something like "linux 3.0.0-12-generic", "linux 3.0.0-12-generic (single-user mode)" and "Windows Vista (bootmngr)" (I thought the Vista bootmngr was a bit strange - must be the same boot manager as in earlier versions, but with linux-crippling secureboot :-( ). Select linux 3.0.0-12-generic and you are done!
You can now safely remove the disk. For (nearly) seamless usage, burn Super Grub2 Disk to a USB drive and tweak the BIOS settings to boot off said USB drive!
Enjoy
Simpler: after doing this and booting into Ubuntu, reinstall grub via the terminal or software center, problem solved, no more CD needed. (I used this method to triple boot between Ubuntu 11.04, Win7, & Win8)
Sent from my Sensation using Tapatalk
NikolaiT said:
Simpler: after doing this and booting into Ubuntu, reinstall grub via the terminal or software center, problem solved, no more CD needed. (I used this method to triple boot between Ubuntu 11.04, Win7, & Win8)
Sent from my Sensation using Tapatalk
Click to expand...
Click to collapse
I hadn't thought of that - thanks!

[Q] How to re-enable new metro Bootloader of Windows 8?

I originally had Windows 8 on my laptop. Now I triple booted windows 7 and XP on it but the bootloader was replaced by windows 7 one. Now My question is how do I get back the metro style bootloader of Windows 8?
karan128 said:
I originally had Windows 8 on my laptop. Now I triple booted windows 7 and XP on it but the bootloader was replaced by windows 7 one. Now My question is how do I get back the metro style bootloader of Windows 8?
Click to expand...
Click to collapse
as a general rule of thumb always start from the oldest OS, XP>7>8 that way the bootloaders don't get all messed up
Pop a Win 8 Disk in and boot to it
Hit SHIFT+F10 to enter the command prompt
Type - bootrec /fixmbr to update the main boot record just in case its messed up (shouldn't be!)
Then type - bootrec /fixboot to update the boot sector on the system partition.
Finally type - bootrec /scanos to add your OSs
that should sort it out, cant remember if that scans for XP, if it doesn't that's fixable too but you should really consider hyper-v and run XP in a VM, if you absolutely have to that is.
dazza9075 said:
as a general rule of thumb always start from the oldest OS, XP>7>8 that way the bootloaders don't get all messed up
Pop a Win 8 Disk in and boot to it
Hit SHIFT+F10 to enter the command prompt
Type - bootrec /fixmbr to update the main boot record just in case its messed up (shouldn't be!)
Then type - bootrec /fixboot to update the boot sector on the system partition.
Finally type - bootrec /scanos to add your OSs
that should sort it out, cant remember if that scans for XP, if it doesn't that's fixable too but you should really consider hyper-v and run XP in a VM, if you absolutely have to that is.
Click to expand...
Click to collapse
Thanks, but it didn't work...
dazza9075 said:
as a general rule of thumb always start from the oldest OS, XP>7>8 that way the bootloaders don't get all messed up
Pop a Win 8 Disk in and boot to it
Hit SHIFT+F10 to enter the command prompt
Type - bootrec /fixmbr to update the main boot record just in case its messed up (shouldn't be!)
Then type - bootrec /fixboot to update the boot sector on the system partition.
Finally type - bootrec /scanos to add your OSs
that should sort it out, cant remember if that scans for XP, if it doesn't that's fixable too but you should really consider hyper-v and run XP in a VM, if you absolutely have to that is.
Click to expand...
Click to collapse
Worked for me.
Sent from my One V using xda app-developers app
try these steps, remember you need to have windows 8 or some other OS that's compatible with the Windows 8 bootloader (like server 2012) set as the first boot OS because at the point that the windows 8 loader shows the menu options the system kernel and drivers are already loaded.
http://www.intowindows.com/restore-boot-options-menu-in-windows-8/
the command:
"bcdedit /set {current} bootmenupolicy standard"
and variations of it did the job for me when I was working with a multiboot of server 2012 and win7 + other OS's.
nbates66 said:
try these steps, remember you need to have windows 8 or some other OS that's compatible with the Windows 8 bootloader (like server 2012) set as the first boot OS because at the point that the windows 8 loader shows the menu options the system kernel and drivers are already loaded.
http://www.intowindows.com/restore-boot-options-menu-in-windows-8/
the command:
"bcdedit /set {current} bootmenupolicy standard"
and variations of it did the job for me when I was working with a multiboot of server 2012 and win7 + other OS's.
Click to expand...
Click to collapse
Thank You. The second method for power users on that link you provided worked for me.

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.

Phoenix OS Single boot

Hello
I'm using Phoenix OS on dual boot with windows but I would like to single boot with Phoenix OS.
Anybody has an idea please
Thanks for attention and sorry, I'm better in french [emoji6]
Fraway
Hello. We are here now.
Phoenix OS [USB]
I have Linux,I've downloaded The iso of PhoenixOS (both version 1.1.3 & 1.2.1),Created a LiveUsb(USB*) installation
But when the installation is done,The USB** won't boot ,The PC skips it and boots from the Hard drive
Idk whether it's a grub error or not
Note:I've tried the grub 2 (Created a partition for it in the USB**),and I've skipped it the second time but the result was the same)
I accepted the Grub Boot loader option Both times
USB* = The Live USB
USB** = The USB where I want Phoenix OS To be installed
I had similar problems with the installation program, however, I solved it by downloading the iso file and "burning" that onto a USB stick with the help of another piece of software cold Rufus.
After that things went well, now writing this on my old HP Probook single booting PhoenixOS.
Hymn said:
I have Linux,I've downloaded The iso of PhoenixOS (both version 1.1.3 & 1.2.1),Created a LiveUsb(USB*) installation
But when the installation is done,The USB** won't boot ,The PC skips it and boots from the Hard drive
Idk whether it's a grub error or not
Note:I've tried the grub 2 (Created a partition for it in the USB**),and I've skipped it the second time but the result was the same)
I accepted the Grub Boot loader option Both times
USB* = The Live USB
USB** = The USB where I want Phoenix OS To be installed
Click to expand...
Click to collapse
treris said:
I had similar problems with the installation program, however, I solved it by downloading the iso file and "burning" that onto a USB stick with the help of another piece of software cold Rufus.
After that things went well, now writing this on my old HP Probook single booting PhoenixOS.
Click to expand...
Click to collapse
Ik Ik
I did the same thing,but when all is done,I get the "No Operating system found" error
Hymn said:
Ik Ik
I did the same thing,but when all is done,I get the "No Operating system found" error
Click to expand...
Click to collapse
By all is done, do you mean after single boot installation onto the hard drive or after installation of the iso onto the usb?
If it's after installation onto the usb, then perhaps you should check whether rufus is formatting the usb to vfat format.
If it's after single boot installation onto the hard drive, had that problem as well, found out that in order for grub2 to work on single boot machines you actually have to make a boot/grub partition next to the normal partition. I was not used to that from other linux installations so I didn't do that as first and got nowhere. After reading somewhere that grub2 needs a separate partition in this case, I reformatted the hard drive in my laptop into two partitions:
sda1: size 350 MB, bootable and vfat -> basically just for grub, the size may be overkill, but on today's hard drives, who cares right?
sda2: size (the rest of the hard drive), ext4 ->all other files and personal data
Then during install use both the grub2 and grub installation option (to sda1) and things should work I think.
Hope this helps!
treris said:
By all is done, do you mean after single boot installation onto the hard drive or after installation of the iso onto the usb?
If it's after installation onto the usb, then perhaps you should check whether rufus is formatting the usb to vfat format.
If it's after single boot installation onto the hard drive, had that problem as well, found out that in order for grub2 to work on single boot machines you actually have to make a boot/grub partition next to the normal partition. I was not used to that from other linux installations so I didn't do that as first and got nowhere. After reading somewhere that grub2 needs a separate partition in this case, I reformatted the hard drive in my laptop into two partitions:
sda1: size 350 MB, bootable and vfat -> basically just for grub, the size may be overkill, but on today's hard drives, who cares right?
sda2: size (the rest of the hard drive), ext4 ->all other files and personal data
Then during install use both the grub2 and grub installation option (to sda1) and things should work I think.
Hope this helps!
Click to expand...
Click to collapse
thanks man it really works!!
Still Missing OS
Hey treris,
First of all, thanks for the excellent info that you've been providing for the single boot Phoenix OS install.
I'm just comfortable enough with computers to get into trouble, but I'm still having an issue with getting Phoenix to boot despite following the steps you indicated. No apparent probs with using rufus. I used Gparted to create 2 partitions on the comp, a 350MB for grub (used manage flags to set it as boot) and the other partition in ext 4. Ran through the install process and while the USB was inserted, no problem, but rebooting without it resulted in the MISSING OS error.
Now, in Gparted I noticed that the 350MB partition (sda20) name is showing as ROOT-B and the ext4 partition (sda23) is named GRUB. As a demonstration of my lack of knowledge in this, it seems that the drive with grub on it should be named grub by the system and not root-b.
Any idea as to where I screwed this up?
Thanks for any help!
treris said:
By all is done, do you mean after single boot installation onto the hard drive or after installation of the iso onto the usb?
If it's after installation onto the usb, then perhaps you should check whether rufus is formatting the usb to vfat format.
If it's after single boot installation onto the hard drive, had that problem as well, found out that in order for grub2 to work on single boot machines you actually have to make a boot/grub partition next to the normal partition. I was not used to that from other linux installations so I didn't do that as first and got nowhere. After reading somewhere that grub2 needs a separate partition in this case, I reformatted the hard drive in my laptop into two partitions:
sda1: size 350 MB, bootable and vfat -> basically just for grub, the size may be overkill, but on today's hard drives, who cares right?
sda2: size (the rest of the hard drive), ext4 ->all other files and personal data
Then during install use both the grub2 and grub installation option (to sda1) and things should work I think.
Hope this helps!
Click to expand...
Click to collapse
Hi SWAMPISH,
It seems like Grub is installed in both partitions, not just in the one dedicated to it. How many partitions do you have in total on that hard drive that you end up with partitions called sda20 and sda23?
My guess would be that somewhere during installation things got mixed up and Grub was installed to the wrong partition meaning it cannot find the boot image. The fact that the partition meant for Grub is now called ROOT and the partition meant for the OS is now GRUB kinda indicates that as well.
I would advise to reinstall PhoenixOS using the installer, you'll wont need gparted for this, and then make sure you reformat both sda20 and sda23 and double check whether Grub goes to sda20 and Phoenix is installed on sda23.
Let me know if this helps.
PS are you installing the current stable version of PhoenixOS (with Android 5.1) or the beta version of PhoenixOS (with Android 7.1)?
SWAMPISH said:
Hey treris,
First of all, thanks for the excellent info that you've been providing for the single boot Phoenix OS install.
I'm just comfortable enough with computers to get into trouble, but I'm still having an issue with getting Phoenix to boot despite following the steps you indicated. No apparent probs with using rufus. I used Gparted to create 2 partitions on the comp, a 350MB for grub (used manage flags to set it as boot) and the other partition in ext 4. Ran through the install process and while the USB was inserted, no problem, but rebooting without it resulted in the MISSING OS error.
Now, in Gparted I noticed that the 350MB partition (sda20) name is showing as ROOT-B and the ext4 partition (sda23) is named GRUB. As a demonstration of my lack of knowledge in this, it seems that the drive with grub on it should be named grub by the system and not root-b.
Any idea as to where I screwed this up?
Thanks for any help!
Click to expand...
Click to collapse
Eureka!
Well, I used the below suggestions and ran into similar issues. So I focused on the partition set up. I removed all partitions, used Gparted to create a partition directory as I BELIEVE that there was an MBR issue. Created 2 partitions (sda1 and sda2 set up exactly as you had indicated in earlier posts), installed both grubs on sda1 and all else on sda2 and BOOM! After installation, removal of USB and restart, got the prompt to run Phoenix OS at startup and it works! I'm so happy!
While frustrating at times, I learned a whole lot more than I bargained for about partitions, booting processes and more!
And Phoenix is so clean and fast on my crappy Aspire One netbook with just 1 GB of RAM!!!
Mega thanks for your help!
treris said:
Hi SWAMPISH,
It seems like Grub is installed in both partitions, not just in the one dedicated to it. How many partitions do you have in total on that hard drive that you end up with partitions called sda20 and sda23?
My guess would be that somewhere during installation things got mixed up and Grub was installed to the wrong partition meaning it cannot find the boot image. The fact that the partition meant for Grub is now called ROOT and the partition meant for the OS is now GRUB kinda indicates that as well.
I would advise to reinstall PhoenixOS using the installer, you'll wont need gparted for this, and then make sure you reformat both sda20 and sda23 and double check whether Grub goes to sda20 and Phoenix is installed on sda23.
Let me know if this helps.
PS are you installing the current stable version of PhoenixOS (with Android 5.1) or the beta version of PhoenixOS (with Android 7.1)?
Click to expand...
Click to collapse
Glad you have it working now! Yes, it's quite amazing how fast old(er) laptops can be when they're using Phoenix OS. They really become useful again.
SWAMPISH said:
Well, I used the below suggestions and ran into similar issues. So I focused on the partition set up. I removed all partitions, used Gparted to create a partition directory as I BELIEVE that there was an MBR issue. Created 2 partitions (sda1 and sda2 set up exactly as you had indicated in earlier posts), installed both grubs on sda1 and all else on sda2 and BOOM! After installation, removal of USB and restart, got the prompt to run Phoenix OS at startup and it works! I'm so happy!
While frustrating at times, I learned a whole lot more than I bargained for about partitions, booting processes and more!
And Phoenix is so clean and fast on my crappy Aspire One netbook with just 1 GB of RAM!!!
Mega thanks for your help!
Click to expand...
Click to collapse
I have been reading through these posts about single boot install. I have tried various ways to install phoenix os. I have a lenovo yoga 900 wiht 16gbs of ram. I tried messing with different partion setups, trying where to install grub and grub 2. everytime I install it after reboot, a blank screen comes up with tGrub on it. Everything runs fine when I run it off a usb flash drive. I am not sure what I am doing wrong. Could someone enlighten me on this?
?
I made the phoneix os installation and the system turned on. However, when the PC is turned off and then back on, the bios screen is turned on and not loaded. I could not understand the problem. (Single boot)
SyriuS1 said:
I made the phoneix os installation and the system turned on. However, when the PC is turned off and then back on, the bios screen is turned on and not loaded. I could not understand the problem. (Single boot)
Click to expand...
Click to collapse
Are you sure you installed Grub correctly? It sounds like Grub may be missing.
Did you set up a separate partition for Grub?
Hello. I'm sorry for possibly taking over an existing thread but this is an install to the hard drive. I should preface and say I'm a noob. I've rooted a few phones and used a few mods on Skyrim (from PC to my PS3). Reading through the thread though I realize how much I am clueless of. So I downloaded from the website, it created a 32gb image and then rebooted. Here my problems are the same as I had with trying (and failing at RemixOS). First if left to it's own devices my laptop will simply not load any OS. It goes to what looks like DOS maybe? However while the _ thingie is blinking it accepts no input. Hard rebooting and going into boot manager, if I touch anything it freezes. Meaning I can't select Phoenix OS from the options. I'm at a loss.
this should be my computer info https://ibb.co/hKsXSv
And this should be the screen i can't get past https://ibb.co/hOM3Za except instead of RemixOS it's Phoenix OS
TgirlValentine said:
Hello. I'm sorry for possibly taking over an existing thread but this is an install to the hard drive. I should preface and say I'm a noob. I've rooted a few phones and used a few mods on Skyrim (from PC to my PS3). Reading through the thread though I realize how much I am clueless of. So I downloaded from the website, it created a 32gb image and then rebooted. Here my problems are the same as I had with trying (and failing at RemixOS). First if left to it's own devices my laptop will simply not load any OS. It goes to what looks like DOS maybe? However while the _ thingie is blinking it accepts no input. Hard rebooting and going into boot manager, if I touch anything it freezes. Meaning I can't select Phoenix OS from the options. I'm at a loss.
this should be my computer info https://ibb.co/hKsXSv
And this should be the screen i can't get past https://ibb.co/hOM3Za except instead of RemixOS it's Phoenix OS
Click to expand...
Click to collapse
Try a USB keyboard, if you have one.
bg260 said:
Try a USB keyboard, if you have one.
Click to expand...
Click to collapse
Check. For a second I thought I had something but alas the boot menu screen freezes with any keystroke... Well tab or the arrow keys...or f6/f5
TgirlValentine said:
Hello. I'm sorry for possibly taking over an existing thread but this is an install to the hard drive. I should preface and say I'm a noob. I've rooted a few phones and used a few mods on Skyrim (from PC to my PS3). Reading through the thread though I realize how much I am clueless of. So I downloaded from the website, it created a 32gb image and then rebooted. Here my problems are the same as I had with trying (and failing at RemixOS). First if left to it's own devices my laptop will simply not load any OS. It goes to what looks like DOS maybe? However while the _ thingie is blinking it accepts no input. Hard rebooting and going into boot manager, if I touch anything it freezes. Meaning I can't select Phoenix OS from the options. I'm at a loss.
Click to expand...
Click to collapse
I found that some machines (especially older ones) won't boot the 64bit version, even though they are 64bit machines, but they will boot the 32bit version.
TNTPro said:
I found that some machines (especially older ones) won't boot the 64bit version, even though they are 64bit machines, but they will boot the 32bit version.
Click to expand...
Click to collapse
I'm pretty sure I've got the 32bit though I suppose it won't hurt to remove what I have and ensure I did indeed click on 32. I'm pretty grated with the whole thing. I'm trying to decide if I blame windows or Compaq lol. I noticed when going through the stuff about my machine that it shipped with Vista. Now I currently have windows 7 but could that be an issue?
TNTPro said:
I found that some machines (especially older ones) won't boot the 64bit version, even though they are 64bit machines, but they will boot the 32bit version.
Click to expand...
Click to collapse
I redownloaded the 32bit version using the downloader tool, saved to hard drive. When I pull up the boot manager after rebooting it still freezes when I press a key. It will still lost windows 7 if I don't touch anything.

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