Install Ubuntu 15.04 dual boot Windows 10 on GPT disk with BIOS
Please, help my with a problem.
I try to install Ubuntu 15.04 (or 14.10, it's not important) dual boot windows 10.
My notebook is Lenovo z570 with BIOS not UEFI and installed windows 10 x64.
When i installed windows 10, she parted disk to GPT, which led to problems with installing Ubuntu.
After Ubuntu install, and reboot, GRUB2 not run, instead this windows boot manager start.
The following description of the disk
Disklabel type: gpt
Disk identifier: D1CB061A-38BF-48CE-BD0D-67E9E1DC0AB2
Device Start End Sectors Size Type
/dev/sda1 2048 923647 921600 450M Windows recovery environment
/dev/sda2 923648 1128447 204800 100M EFI System
/dev/sda3 1128448 1161215 32768 16M Microsoft reserved
/dev/sda4 1161216 209717247 208556032 99,5G Microsoft basic data
/dev/sda5 209717248 945315839 735598592 350,8G Microsoft basic data
/dev/sda6 945315840 945326079 10240 5M BIOS boot
/dev/sda7 945326080 976773134 31447055 15G Linux filesystem
I created BIOS Boot Partition, and tried to reinstall grub (grub-install by chroot to /dev/sda ) but this not work.
Maybe i'm doing something wrong...
Is there a way to intall Ubuntu dual boot Windows 10 at GPT/BIOS ?
dual-boot grub2
add a comment |
Please, help my with a problem.
I try to install Ubuntu 15.04 (or 14.10, it's not important) dual boot windows 10.
My notebook is Lenovo z570 with BIOS not UEFI and installed windows 10 x64.
When i installed windows 10, she parted disk to GPT, which led to problems with installing Ubuntu.
After Ubuntu install, and reboot, GRUB2 not run, instead this windows boot manager start.
The following description of the disk
Disklabel type: gpt
Disk identifier: D1CB061A-38BF-48CE-BD0D-67E9E1DC0AB2
Device Start End Sectors Size Type
/dev/sda1 2048 923647 921600 450M Windows recovery environment
/dev/sda2 923648 1128447 204800 100M EFI System
/dev/sda3 1128448 1161215 32768 16M Microsoft reserved
/dev/sda4 1161216 209717247 208556032 99,5G Microsoft basic data
/dev/sda5 209717248 945315839 735598592 350,8G Microsoft basic data
/dev/sda6 945315840 945326079 10240 5M BIOS boot
/dev/sda7 945326080 976773134 31447055 15G Linux filesystem
I created BIOS Boot Partition, and tried to reinstall grub (grub-install by chroot to /dev/sda ) but this not work.
Maybe i'm doing something wrong...
Is there a way to intall Ubuntu dual boot Windows 10 at GPT/BIOS ?
dual-boot grub2
add a comment |
Please, help my with a problem.
I try to install Ubuntu 15.04 (or 14.10, it's not important) dual boot windows 10.
My notebook is Lenovo z570 with BIOS not UEFI and installed windows 10 x64.
When i installed windows 10, she parted disk to GPT, which led to problems with installing Ubuntu.
After Ubuntu install, and reboot, GRUB2 not run, instead this windows boot manager start.
The following description of the disk
Disklabel type: gpt
Disk identifier: D1CB061A-38BF-48CE-BD0D-67E9E1DC0AB2
Device Start End Sectors Size Type
/dev/sda1 2048 923647 921600 450M Windows recovery environment
/dev/sda2 923648 1128447 204800 100M EFI System
/dev/sda3 1128448 1161215 32768 16M Microsoft reserved
/dev/sda4 1161216 209717247 208556032 99,5G Microsoft basic data
/dev/sda5 209717248 945315839 735598592 350,8G Microsoft basic data
/dev/sda6 945315840 945326079 10240 5M BIOS boot
/dev/sda7 945326080 976773134 31447055 15G Linux filesystem
I created BIOS Boot Partition, and tried to reinstall grub (grub-install by chroot to /dev/sda ) but this not work.
Maybe i'm doing something wrong...
Is there a way to intall Ubuntu dual boot Windows 10 at GPT/BIOS ?
dual-boot grub2
Please, help my with a problem.
I try to install Ubuntu 15.04 (or 14.10, it's not important) dual boot windows 10.
My notebook is Lenovo z570 with BIOS not UEFI and installed windows 10 x64.
When i installed windows 10, she parted disk to GPT, which led to problems with installing Ubuntu.
After Ubuntu install, and reboot, GRUB2 not run, instead this windows boot manager start.
The following description of the disk
Disklabel type: gpt
Disk identifier: D1CB061A-38BF-48CE-BD0D-67E9E1DC0AB2
Device Start End Sectors Size Type
/dev/sda1 2048 923647 921600 450M Windows recovery environment
/dev/sda2 923648 1128447 204800 100M EFI System
/dev/sda3 1128448 1161215 32768 16M Microsoft reserved
/dev/sda4 1161216 209717247 208556032 99,5G Microsoft basic data
/dev/sda5 209717248 945315839 735598592 350,8G Microsoft basic data
/dev/sda6 945315840 945326079 10240 5M BIOS boot
/dev/sda7 945326080 976773134 31447055 15G Linux filesystem
I created BIOS Boot Partition, and tried to reinstall grub (grub-install by chroot to /dev/sda ) but this not work.
Maybe i'm doing something wrong...
Is there a way to intall Ubuntu dual boot Windows 10 at GPT/BIOS ?
dual-boot grub2
dual-boot grub2
asked Oct 31 '15 at 14:59
AngryAgainAngryAgain
1114
1114
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
You say your machine supports only BIOS, not UEFI. But your partition table shows an EFI system partition (/dev/sda2
), which never gets created unless an OS was booted via UEFI and tried/succeeded in installing itself.
Further, Windows needs to be coaxed via special methods to install&boot on a GPT disk in a BIOS system, it could not have happened on its own.
Thus its extremely likely that your system has UEFI firmware. If so, a BIOS Boot partition cannot help - an EFI bootloader needs to be added to /dev/sda2
.
Refer http://www.rojtberg.net/1032/converting-a-ubuntu-and-windows-dual-boot-installation-to-uefi/ from "Enter a Ubuntu chroot" onwards for instructions to do this. Essentially :
- Boot into an Ubuntu disk
- Chroot into your Ubuntu installation on disk
- Install GRUB EFI packages
- Add your .efi bootloader file in your UEFI boot settings
Let me know if you are stuck at any point.
add a comment |
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f692269%2finstall-ubuntu-15-04-dual-boot-windows-10-on-gpt-disk-with-bios%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You say your machine supports only BIOS, not UEFI. But your partition table shows an EFI system partition (/dev/sda2
), which never gets created unless an OS was booted via UEFI and tried/succeeded in installing itself.
Further, Windows needs to be coaxed via special methods to install&boot on a GPT disk in a BIOS system, it could not have happened on its own.
Thus its extremely likely that your system has UEFI firmware. If so, a BIOS Boot partition cannot help - an EFI bootloader needs to be added to /dev/sda2
.
Refer http://www.rojtberg.net/1032/converting-a-ubuntu-and-windows-dual-boot-installation-to-uefi/ from "Enter a Ubuntu chroot" onwards for instructions to do this. Essentially :
- Boot into an Ubuntu disk
- Chroot into your Ubuntu installation on disk
- Install GRUB EFI packages
- Add your .efi bootloader file in your UEFI boot settings
Let me know if you are stuck at any point.
add a comment |
You say your machine supports only BIOS, not UEFI. But your partition table shows an EFI system partition (/dev/sda2
), which never gets created unless an OS was booted via UEFI and tried/succeeded in installing itself.
Further, Windows needs to be coaxed via special methods to install&boot on a GPT disk in a BIOS system, it could not have happened on its own.
Thus its extremely likely that your system has UEFI firmware. If so, a BIOS Boot partition cannot help - an EFI bootloader needs to be added to /dev/sda2
.
Refer http://www.rojtberg.net/1032/converting-a-ubuntu-and-windows-dual-boot-installation-to-uefi/ from "Enter a Ubuntu chroot" onwards for instructions to do this. Essentially :
- Boot into an Ubuntu disk
- Chroot into your Ubuntu installation on disk
- Install GRUB EFI packages
- Add your .efi bootloader file in your UEFI boot settings
Let me know if you are stuck at any point.
add a comment |
You say your machine supports only BIOS, not UEFI. But your partition table shows an EFI system partition (/dev/sda2
), which never gets created unless an OS was booted via UEFI and tried/succeeded in installing itself.
Further, Windows needs to be coaxed via special methods to install&boot on a GPT disk in a BIOS system, it could not have happened on its own.
Thus its extremely likely that your system has UEFI firmware. If so, a BIOS Boot partition cannot help - an EFI bootloader needs to be added to /dev/sda2
.
Refer http://www.rojtberg.net/1032/converting-a-ubuntu-and-windows-dual-boot-installation-to-uefi/ from "Enter a Ubuntu chroot" onwards for instructions to do this. Essentially :
- Boot into an Ubuntu disk
- Chroot into your Ubuntu installation on disk
- Install GRUB EFI packages
- Add your .efi bootloader file in your UEFI boot settings
Let me know if you are stuck at any point.
You say your machine supports only BIOS, not UEFI. But your partition table shows an EFI system partition (/dev/sda2
), which never gets created unless an OS was booted via UEFI and tried/succeeded in installing itself.
Further, Windows needs to be coaxed via special methods to install&boot on a GPT disk in a BIOS system, it could not have happened on its own.
Thus its extremely likely that your system has UEFI firmware. If so, a BIOS Boot partition cannot help - an EFI bootloader needs to be added to /dev/sda2
.
Refer http://www.rojtberg.net/1032/converting-a-ubuntu-and-windows-dual-boot-installation-to-uefi/ from "Enter a Ubuntu chroot" onwards for instructions to do this. Essentially :
- Boot into an Ubuntu disk
- Chroot into your Ubuntu installation on disk
- Install GRUB EFI packages
- Add your .efi bootloader file in your UEFI boot settings
Let me know if you are stuck at any point.
edited Dec 4 '15 at 8:34
answered Dec 4 '15 at 8:25
Milind RMilind R
1013
1013
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f692269%2finstall-ubuntu-15-04-dual-boot-windows-10-on-gpt-disk-with-bios%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown