Does BIOS Need Updating to Support GPT Drive?
This is related to a previous question: Why is "Extend" Partition Option Disabled?
I'm trying to understand how all pieces of BIOS, OS and disk configuration to determine if I need to update my BIOS to support UEFI so that I can access all the space on a 4TB drive.
My current set up is:
- Asus M5A88-M motherboard w/ BIOS version 0601
- Windows 7 Home OS w/ MBR disk type
I understand I would need to update my BIOS to 1702 for it to support UEFI which is needed for me to format my disk as GPT instead (I think I've got that right, but feel free to correct me if I'm wrong).
However, if I updgraded to Windows 10, would I still need to update my BIOS to enable GPT support?
hard-drive bios
add a comment |
This is related to a previous question: Why is "Extend" Partition Option Disabled?
I'm trying to understand how all pieces of BIOS, OS and disk configuration to determine if I need to update my BIOS to support UEFI so that I can access all the space on a 4TB drive.
My current set up is:
- Asus M5A88-M motherboard w/ BIOS version 0601
- Windows 7 Home OS w/ MBR disk type
I understand I would need to update my BIOS to 1702 for it to support UEFI which is needed for me to format my disk as GPT instead (I think I've got that right, but feel free to correct me if I'm wrong).
However, if I updgraded to Windows 10, would I still need to update my BIOS to enable GPT support?
hard-drive bios
add a comment |
This is related to a previous question: Why is "Extend" Partition Option Disabled?
I'm trying to understand how all pieces of BIOS, OS and disk configuration to determine if I need to update my BIOS to support UEFI so that I can access all the space on a 4TB drive.
My current set up is:
- Asus M5A88-M motherboard w/ BIOS version 0601
- Windows 7 Home OS w/ MBR disk type
I understand I would need to update my BIOS to 1702 for it to support UEFI which is needed for me to format my disk as GPT instead (I think I've got that right, but feel free to correct me if I'm wrong).
However, if I updgraded to Windows 10, would I still need to update my BIOS to enable GPT support?
hard-drive bios
This is related to a previous question: Why is "Extend" Partition Option Disabled?
I'm trying to understand how all pieces of BIOS, OS and disk configuration to determine if I need to update my BIOS to support UEFI so that I can access all the space on a 4TB drive.
My current set up is:
- Asus M5A88-M motherboard w/ BIOS version 0601
- Windows 7 Home OS w/ MBR disk type
I understand I would need to update my BIOS to 1702 for it to support UEFI which is needed for me to format my disk as GPT instead (I think I've got that right, but feel free to correct me if I'm wrong).
However, if I updgraded to Windows 10, would I still need to update my BIOS to enable GPT support?
hard-drive bios
hard-drive bios
asked Aug 12 '18 at 3:22
sdocasdoca
3475819
3475819
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
No. The BIOS just loads the bootloader in the first sector and doesn't care about whatever format the drive is1. Therefore technically you just need a bootloader that supports GPT in order to boot from a GPT drive in BIOS. You don't need to update the BIOS (in fact updating the BIOS does nothing to address the GPT problem). However Windows bootloader doesn't have this capability so you must boot from a MBR drive if you're using BIOS/legacy mode
If your mainboard uses UEFI then it already supports booting from a GPT drive. So you don't need to update the UEFI firmware either
Note that in general you can't update the BIOS to get UEFI, since the UEFI firmware is a lot more complex and bigger than BIOS and won't fit in the BIOS chip. You can install a software UEFI though
Since your M5A88-M doesn't have UEFI support, you can only install Windows on a MBR disk. If you want more space you can install additional GPT disks for data and leave the MBR disk as-is. If you must install Windows on a GPT disk without a MBR HDD then you have several options
- Use an external MBR flash drive for storing Windows boot files
- Install a software UEFI implementation like rEFInd or DUET, but this is no easy task for non-techies, and boot up time will be slower
- Install Linux on GPT and run Windows inside a virtual machine if you also need Linux
For more information read
- Is there any way to boot Windows 7/8 using BIOS on GPT?
- A BIOS to UEFI Transformation
- Is it possible to boot Linux from a GPT disk on a BIOS system?
1Although there are buggy BIOSes that eagerly check the MBR signature or the active boot flag and refuse to boot on such drives
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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%2fsuperuser.com%2fquestions%2f1348303%2fdoes-bios-need-updating-to-support-gpt-drive%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
No. The BIOS just loads the bootloader in the first sector and doesn't care about whatever format the drive is1. Therefore technically you just need a bootloader that supports GPT in order to boot from a GPT drive in BIOS. You don't need to update the BIOS (in fact updating the BIOS does nothing to address the GPT problem). However Windows bootloader doesn't have this capability so you must boot from a MBR drive if you're using BIOS/legacy mode
If your mainboard uses UEFI then it already supports booting from a GPT drive. So you don't need to update the UEFI firmware either
Note that in general you can't update the BIOS to get UEFI, since the UEFI firmware is a lot more complex and bigger than BIOS and won't fit in the BIOS chip. You can install a software UEFI though
Since your M5A88-M doesn't have UEFI support, you can only install Windows on a MBR disk. If you want more space you can install additional GPT disks for data and leave the MBR disk as-is. If you must install Windows on a GPT disk without a MBR HDD then you have several options
- Use an external MBR flash drive for storing Windows boot files
- Install a software UEFI implementation like rEFInd or DUET, but this is no easy task for non-techies, and boot up time will be slower
- Install Linux on GPT and run Windows inside a virtual machine if you also need Linux
For more information read
- Is there any way to boot Windows 7/8 using BIOS on GPT?
- A BIOS to UEFI Transformation
- Is it possible to boot Linux from a GPT disk on a BIOS system?
1Although there are buggy BIOSes that eagerly check the MBR signature or the active boot flag and refuse to boot on such drives
add a comment |
No. The BIOS just loads the bootloader in the first sector and doesn't care about whatever format the drive is1. Therefore technically you just need a bootloader that supports GPT in order to boot from a GPT drive in BIOS. You don't need to update the BIOS (in fact updating the BIOS does nothing to address the GPT problem). However Windows bootloader doesn't have this capability so you must boot from a MBR drive if you're using BIOS/legacy mode
If your mainboard uses UEFI then it already supports booting from a GPT drive. So you don't need to update the UEFI firmware either
Note that in general you can't update the BIOS to get UEFI, since the UEFI firmware is a lot more complex and bigger than BIOS and won't fit in the BIOS chip. You can install a software UEFI though
Since your M5A88-M doesn't have UEFI support, you can only install Windows on a MBR disk. If you want more space you can install additional GPT disks for data and leave the MBR disk as-is. If you must install Windows on a GPT disk without a MBR HDD then you have several options
- Use an external MBR flash drive for storing Windows boot files
- Install a software UEFI implementation like rEFInd or DUET, but this is no easy task for non-techies, and boot up time will be slower
- Install Linux on GPT and run Windows inside a virtual machine if you also need Linux
For more information read
- Is there any way to boot Windows 7/8 using BIOS on GPT?
- A BIOS to UEFI Transformation
- Is it possible to boot Linux from a GPT disk on a BIOS system?
1Although there are buggy BIOSes that eagerly check the MBR signature or the active boot flag and refuse to boot on such drives
add a comment |
No. The BIOS just loads the bootloader in the first sector and doesn't care about whatever format the drive is1. Therefore technically you just need a bootloader that supports GPT in order to boot from a GPT drive in BIOS. You don't need to update the BIOS (in fact updating the BIOS does nothing to address the GPT problem). However Windows bootloader doesn't have this capability so you must boot from a MBR drive if you're using BIOS/legacy mode
If your mainboard uses UEFI then it already supports booting from a GPT drive. So you don't need to update the UEFI firmware either
Note that in general you can't update the BIOS to get UEFI, since the UEFI firmware is a lot more complex and bigger than BIOS and won't fit in the BIOS chip. You can install a software UEFI though
Since your M5A88-M doesn't have UEFI support, you can only install Windows on a MBR disk. If you want more space you can install additional GPT disks for data and leave the MBR disk as-is. If you must install Windows on a GPT disk without a MBR HDD then you have several options
- Use an external MBR flash drive for storing Windows boot files
- Install a software UEFI implementation like rEFInd or DUET, but this is no easy task for non-techies, and boot up time will be slower
- Install Linux on GPT and run Windows inside a virtual machine if you also need Linux
For more information read
- Is there any way to boot Windows 7/8 using BIOS on GPT?
- A BIOS to UEFI Transformation
- Is it possible to boot Linux from a GPT disk on a BIOS system?
1Although there are buggy BIOSes that eagerly check the MBR signature or the active boot flag and refuse to boot on such drives
No. The BIOS just loads the bootloader in the first sector and doesn't care about whatever format the drive is1. Therefore technically you just need a bootloader that supports GPT in order to boot from a GPT drive in BIOS. You don't need to update the BIOS (in fact updating the BIOS does nothing to address the GPT problem). However Windows bootloader doesn't have this capability so you must boot from a MBR drive if you're using BIOS/legacy mode
If your mainboard uses UEFI then it already supports booting from a GPT drive. So you don't need to update the UEFI firmware either
Note that in general you can't update the BIOS to get UEFI, since the UEFI firmware is a lot more complex and bigger than BIOS and won't fit in the BIOS chip. You can install a software UEFI though
Since your M5A88-M doesn't have UEFI support, you can only install Windows on a MBR disk. If you want more space you can install additional GPT disks for data and leave the MBR disk as-is. If you must install Windows on a GPT disk without a MBR HDD then you have several options
- Use an external MBR flash drive for storing Windows boot files
- Install a software UEFI implementation like rEFInd or DUET, but this is no easy task for non-techies, and boot up time will be slower
- Install Linux on GPT and run Windows inside a virtual machine if you also need Linux
For more information read
- Is there any way to boot Windows 7/8 using BIOS on GPT?
- A BIOS to UEFI Transformation
- Is it possible to boot Linux from a GPT disk on a BIOS system?
1Although there are buggy BIOSes that eagerly check the MBR signature or the active boot flag and refuse to boot on such drives
edited Feb 20 at 5:44
answered Aug 12 '18 at 5:39
phuclvphuclv
10.3k64295
10.3k64295
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- 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%2fsuperuser.com%2fquestions%2f1348303%2fdoes-bios-need-updating-to-support-gpt-drive%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