How can I make my bootcamp partition bootable again after upgrading to El Capitan?
I recently upgraded to El Capitan OSX 10.11 and now can't boot into Windows.
If I restart the computer and hold Option down, the only option is OSX. If I use System Preferences to select the bootcamp partition as the startup disk, and then restart without the option key, I get
No bootable device -- insert boot disk and press any key.
I tried booting with VMware Fusion 8.0.1 and got a slightly different response (see image)
From what I've read, I may need to repair the MBR. Here is some investigation I ran sudo gpt -v -r show /dev/disk0
gpt show: /dev/disk0: mediasize=750156374016; sectorsize=512; blocks=1465149168
start size index contents
0 1 PMBR
1 1 Pri GPT header
2 32 Pri GPT table
34 6
40 409600 1 GPT part - C12A7328-F81F-11D2-BA4B-00A0C93EC93B
409640 1268157456 2 GPT part - 53746F72-6167-11AA-AA11-00306543ECAC
1268567096 1269536 3 GPT part - 426F6F74-0000-11AA-AA11-00306543ECAC
1269836632 1192
1269837824 195309568 4 GPT part - EBD0A0A2-B9E5-4433-87C0-68B6B72699C7
1465147392 1743
1465149135 32 Sec GPT table
1465149167 1 Sec GPT header
And I ran sudo fdisk /dev/disk0
Disk: /dev/disk0 geometry: 91201/255/63 [1465149168 sectors]
Signature: 0xAA55
Starting Ending
#: id cyl hd sec - cyl hd sec [ start - size]
------------------------------------------------------------------------
1: EE 1023 254 63 - 1023 254 63 [ 1 - 1465149167] <Unknown ID>
2: 00 0 0 0 - 0 0 0 [ 0 - 0] unused
3: 00 0 0 0 - 0 0 0 [ 0 - 0] unused
4: 00 0 0 0 - 0 0 0 [ 0 - 0] unused
Some things I have tried without success include
- Using rEFIt. There seems to be a problem running this on El Capitan.
- Using
sudo fdisk -e /dev/disk0
. The write command fails withfdisk: /dev/disk0: Operation not permitted
. Same result forsudo disk -i /dev/disk0
.
My question. How can I make my bootcamp partition bootable again?
macos boot boot-camp
add a comment |
I recently upgraded to El Capitan OSX 10.11 and now can't boot into Windows.
If I restart the computer and hold Option down, the only option is OSX. If I use System Preferences to select the bootcamp partition as the startup disk, and then restart without the option key, I get
No bootable device -- insert boot disk and press any key.
I tried booting with VMware Fusion 8.0.1 and got a slightly different response (see image)
From what I've read, I may need to repair the MBR. Here is some investigation I ran sudo gpt -v -r show /dev/disk0
gpt show: /dev/disk0: mediasize=750156374016; sectorsize=512; blocks=1465149168
start size index contents
0 1 PMBR
1 1 Pri GPT header
2 32 Pri GPT table
34 6
40 409600 1 GPT part - C12A7328-F81F-11D2-BA4B-00A0C93EC93B
409640 1268157456 2 GPT part - 53746F72-6167-11AA-AA11-00306543ECAC
1268567096 1269536 3 GPT part - 426F6F74-0000-11AA-AA11-00306543ECAC
1269836632 1192
1269837824 195309568 4 GPT part - EBD0A0A2-B9E5-4433-87C0-68B6B72699C7
1465147392 1743
1465149135 32 Sec GPT table
1465149167 1 Sec GPT header
And I ran sudo fdisk /dev/disk0
Disk: /dev/disk0 geometry: 91201/255/63 [1465149168 sectors]
Signature: 0xAA55
Starting Ending
#: id cyl hd sec - cyl hd sec [ start - size]
------------------------------------------------------------------------
1: EE 1023 254 63 - 1023 254 63 [ 1 - 1465149167] <Unknown ID>
2: 00 0 0 0 - 0 0 0 [ 0 - 0] unused
3: 00 0 0 0 - 0 0 0 [ 0 - 0] unused
4: 00 0 0 0 - 0 0 0 [ 0 - 0] unused
Some things I have tried without success include
- Using rEFIt. There seems to be a problem running this on El Capitan.
- Using
sudo fdisk -e /dev/disk0
. The write command fails withfdisk: /dev/disk0: Operation not permitted
. Same result forsudo disk -i /dev/disk0
.
My question. How can I make my bootcamp partition bootable again?
macos boot boot-camp
Perhaps I should mention that I am using full disk encryption in the Mac Partition. I have no idea if this is relevant.
– Theodore Norvell
Oct 13 '15 at 21:54
add a comment |
I recently upgraded to El Capitan OSX 10.11 and now can't boot into Windows.
If I restart the computer and hold Option down, the only option is OSX. If I use System Preferences to select the bootcamp partition as the startup disk, and then restart without the option key, I get
No bootable device -- insert boot disk and press any key.
I tried booting with VMware Fusion 8.0.1 and got a slightly different response (see image)
From what I've read, I may need to repair the MBR. Here is some investigation I ran sudo gpt -v -r show /dev/disk0
gpt show: /dev/disk0: mediasize=750156374016; sectorsize=512; blocks=1465149168
start size index contents
0 1 PMBR
1 1 Pri GPT header
2 32 Pri GPT table
34 6
40 409600 1 GPT part - C12A7328-F81F-11D2-BA4B-00A0C93EC93B
409640 1268157456 2 GPT part - 53746F72-6167-11AA-AA11-00306543ECAC
1268567096 1269536 3 GPT part - 426F6F74-0000-11AA-AA11-00306543ECAC
1269836632 1192
1269837824 195309568 4 GPT part - EBD0A0A2-B9E5-4433-87C0-68B6B72699C7
1465147392 1743
1465149135 32 Sec GPT table
1465149167 1 Sec GPT header
And I ran sudo fdisk /dev/disk0
Disk: /dev/disk0 geometry: 91201/255/63 [1465149168 sectors]
Signature: 0xAA55
Starting Ending
#: id cyl hd sec - cyl hd sec [ start - size]
------------------------------------------------------------------------
1: EE 1023 254 63 - 1023 254 63 [ 1 - 1465149167] <Unknown ID>
2: 00 0 0 0 - 0 0 0 [ 0 - 0] unused
3: 00 0 0 0 - 0 0 0 [ 0 - 0] unused
4: 00 0 0 0 - 0 0 0 [ 0 - 0] unused
Some things I have tried without success include
- Using rEFIt. There seems to be a problem running this on El Capitan.
- Using
sudo fdisk -e /dev/disk0
. The write command fails withfdisk: /dev/disk0: Operation not permitted
. Same result forsudo disk -i /dev/disk0
.
My question. How can I make my bootcamp partition bootable again?
macos boot boot-camp
I recently upgraded to El Capitan OSX 10.11 and now can't boot into Windows.
If I restart the computer and hold Option down, the only option is OSX. If I use System Preferences to select the bootcamp partition as the startup disk, and then restart without the option key, I get
No bootable device -- insert boot disk and press any key.
I tried booting with VMware Fusion 8.0.1 and got a slightly different response (see image)
From what I've read, I may need to repair the MBR. Here is some investigation I ran sudo gpt -v -r show /dev/disk0
gpt show: /dev/disk0: mediasize=750156374016; sectorsize=512; blocks=1465149168
start size index contents
0 1 PMBR
1 1 Pri GPT header
2 32 Pri GPT table
34 6
40 409600 1 GPT part - C12A7328-F81F-11D2-BA4B-00A0C93EC93B
409640 1268157456 2 GPT part - 53746F72-6167-11AA-AA11-00306543ECAC
1268567096 1269536 3 GPT part - 426F6F74-0000-11AA-AA11-00306543ECAC
1269836632 1192
1269837824 195309568 4 GPT part - EBD0A0A2-B9E5-4433-87C0-68B6B72699C7
1465147392 1743
1465149135 32 Sec GPT table
1465149167 1 Sec GPT header
And I ran sudo fdisk /dev/disk0
Disk: /dev/disk0 geometry: 91201/255/63 [1465149168 sectors]
Signature: 0xAA55
Starting Ending
#: id cyl hd sec - cyl hd sec [ start - size]
------------------------------------------------------------------------
1: EE 1023 254 63 - 1023 254 63 [ 1 - 1465149167] <Unknown ID>
2: 00 0 0 0 - 0 0 0 [ 0 - 0] unused
3: 00 0 0 0 - 0 0 0 [ 0 - 0] unused
4: 00 0 0 0 - 0 0 0 [ 0 - 0] unused
Some things I have tried without success include
- Using rEFIt. There seems to be a problem running this on El Capitan.
- Using
sudo fdisk -e /dev/disk0
. The write command fails withfdisk: /dev/disk0: Operation not permitted
. Same result forsudo disk -i /dev/disk0
.
My question. How can I make my bootcamp partition bootable again?
macos boot boot-camp
macos boot boot-camp
asked Oct 13 '15 at 18:14
Theodore NorvellTheodore Norvell
11127
11127
Perhaps I should mention that I am using full disk encryption in the Mac Partition. I have no idea if this is relevant.
– Theodore Norvell
Oct 13 '15 at 21:54
add a comment |
Perhaps I should mention that I am using full disk encryption in the Mac Partition. I have no idea if this is relevant.
– Theodore Norvell
Oct 13 '15 at 21:54
Perhaps I should mention that I am using full disk encryption in the Mac Partition. I have no idea if this is relevant.
– Theodore Norvell
Oct 13 '15 at 21:54
Perhaps I should mention that I am using full disk encryption in the Mac Partition. I have no idea if this is relevant.
– Theodore Norvell
Oct 13 '15 at 21:54
add a comment |
1 Answer
1
active
oldest
votes
Try using rEFInd instead of rEFIt. It's resolved multi-boot issues for me.
You can install Ubuntu for triple booting Windows, Mac and Ubuntu.
This article has some pointers.
Interesting idea. I'd prefer not to install yet another OS if I can help it. For getting rEFInd to work under El Capitan the following might be useful apple.stackexchange.com/questions/209272/… .
– Theodore Norvell
Oct 13 '15 at 21:53
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%2f986198%2fhow-can-i-make-my-bootcamp-partition-bootable-again-after-upgrading-to-el-capita%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
Try using rEFInd instead of rEFIt. It's resolved multi-boot issues for me.
You can install Ubuntu for triple booting Windows, Mac and Ubuntu.
This article has some pointers.
Interesting idea. I'd prefer not to install yet another OS if I can help it. For getting rEFInd to work under El Capitan the following might be useful apple.stackexchange.com/questions/209272/… .
– Theodore Norvell
Oct 13 '15 at 21:53
add a comment |
Try using rEFInd instead of rEFIt. It's resolved multi-boot issues for me.
You can install Ubuntu for triple booting Windows, Mac and Ubuntu.
This article has some pointers.
Interesting idea. I'd prefer not to install yet another OS if I can help it. For getting rEFInd to work under El Capitan the following might be useful apple.stackexchange.com/questions/209272/… .
– Theodore Norvell
Oct 13 '15 at 21:53
add a comment |
Try using rEFInd instead of rEFIt. It's resolved multi-boot issues for me.
You can install Ubuntu for triple booting Windows, Mac and Ubuntu.
This article has some pointers.
Try using rEFInd instead of rEFIt. It's resolved multi-boot issues for me.
You can install Ubuntu for triple booting Windows, Mac and Ubuntu.
This article has some pointers.
answered Oct 13 '15 at 21:13
HighTechGeekHighTechGeek
1,4071113
1,4071113
Interesting idea. I'd prefer not to install yet another OS if I can help it. For getting rEFInd to work under El Capitan the following might be useful apple.stackexchange.com/questions/209272/… .
– Theodore Norvell
Oct 13 '15 at 21:53
add a comment |
Interesting idea. I'd prefer not to install yet another OS if I can help it. For getting rEFInd to work under El Capitan the following might be useful apple.stackexchange.com/questions/209272/… .
– Theodore Norvell
Oct 13 '15 at 21:53
Interesting idea. I'd prefer not to install yet another OS if I can help it. For getting rEFInd to work under El Capitan the following might be useful apple.stackexchange.com/questions/209272/… .
– Theodore Norvell
Oct 13 '15 at 21:53
Interesting idea. I'd prefer not to install yet another OS if I can help it. For getting rEFInd to work under El Capitan the following might be useful apple.stackexchange.com/questions/209272/… .
– Theodore Norvell
Oct 13 '15 at 21:53
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%2f986198%2fhow-can-i-make-my-bootcamp-partition-bootable-again-after-upgrading-to-el-capita%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
Perhaps I should mention that I am using full disk encryption in the Mac Partition. I have no idea if this is relevant.
– Theodore Norvell
Oct 13 '15 at 21:54