How to setup multiple OS boot coexisting with win 8.1
Posted: Wed Dec 30, 2015 11:32 pm
How to setup multiple OS boot coexisting with win 8, 8.1, 10... x64 with EFI-GUID scenary
(0) Backup your installed windows partitions: http://www.purebasic.fr/english/viewtop ... 80#p478832
(1) Boot windows. Go to "Control Panel -> Energy Options -> Setup the behaviour of the on/off button".
Disable "Activate quick boot (recommended)" checkbox and save. Do it in supervisor (admin) mode.
(This must be done because in quick boot mode the windows saves the status of all the hd partitions when is shutted down, and this brings problems if other OS is living together windows).
(2) Install a EFI x64 OS (normally plain ubuntu, linux mint, arch linux, etc.), but don't touch the MS-EFI partition neither the windows partition.
(3) Reboot it. In case the boot menu does not appear and there's booted windows, then, in supervisor (administrator) mode in windows run this: "BCDedit /set {bootmgr} path \EFI\ubuntu\grubx64.efi" (or the path name where the new OS has the grubx64.efi file). Then reboot.
("BCDedit" is an interesting windows command to edit the store boot file for EFI, just like the 'boot.ini' file in older windows. To list the contents of this storing just run "bcdedit" or "bcdedit /v").
END.
PD: There is also an interesting utility for boot problems: 'boot-repair-disk-64bit.iso' (for EFI) and 'boot-repair-disk-32bit.iso' (for standard legacy BIOS).
Regards!
(0) Backup your installed windows partitions: http://www.purebasic.fr/english/viewtop ... 80#p478832
(1) Boot windows. Go to "Control Panel -> Energy Options -> Setup the behaviour of the on/off button".
Disable "Activate quick boot (recommended)" checkbox and save. Do it in supervisor (admin) mode.
(This must be done because in quick boot mode the windows saves the status of all the hd partitions when is shutted down, and this brings problems if other OS is living together windows).
(2) Install a EFI x64 OS (normally plain ubuntu, linux mint, arch linux, etc.), but don't touch the MS-EFI partition neither the windows partition.
(3) Reboot it. In case the boot menu does not appear and there's booted windows, then, in supervisor (administrator) mode in windows run this: "BCDedit /set {bootmgr} path \EFI\ubuntu\grubx64.efi" (or the path name where the new OS has the grubx64.efi file). Then reboot.
("BCDedit" is an interesting windows command to edit the store boot file for EFI, just like the 'boot.ini' file in older windows. To list the contents of this storing just run "bcdedit" or "bcdedit /v").
END.
PD: There is also an interesting utility for boot problems: 'boot-repair-disk-64bit.iso' (for EFI) and 'boot-repair-disk-32bit.iso' (for standard legacy BIOS).
Regards!