Two EFI Boot images showing up
I made a Bootable usb stick with linux mint using terminal with the dd
command.
When I boot my mac and hold the alt key I see my Macintosh HD and I see two times an EFI Boot.
Can it be I did something wrong? Or can I just pick one?
macos bootable-media efi
add a comment |
I made a Bootable usb stick with linux mint using terminal with the dd
command.
When I boot my mac and hold the alt key I see my Macintosh HD and I see two times an EFI Boot.
Can it be I did something wrong? Or can I just pick one?
macos bootable-media efi
add a comment |
I made a Bootable usb stick with linux mint using terminal with the dd
command.
When I boot my mac and hold the alt key I see my Macintosh HD and I see two times an EFI Boot.
Can it be I did something wrong? Or can I just pick one?
macos bootable-media efi
I made a Bootable usb stick with linux mint using terminal with the dd
command.
When I boot my mac and hold the alt key I see my Macintosh HD and I see two times an EFI Boot.
Can it be I did something wrong? Or can I just pick one?
macos bootable-media efi
macos bootable-media efi
asked May 15 '16 at 19:25
clankill3rclankill3r
12539
12539
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Several possibilities occur to me:
- A Mint disk made in the way you describe should be bootable in both BIOS/CSM/legacy mode and in EFI mode. Despite the fact that both those options are labeled "EFI Boot," it could be one is for each mode, and one is simply mis-labeled.
- The Mint
.iso
image file format is a Frankenstein's Monster sort of thing, and may be confusing the Mac's firmware, thus causing it to show two duplicate entries. - It could be that one of those entries refers to something other than the USB drive -- for instance, there might be a boot loader on your hard disk's EFI System Partition (ESP) that's being detected.
- There could be a bug in the Mac's firmware that's causing it to display two entries.
I recommend you simply try one entry, but instead of selecting the option to install Mint immediately, pick the one to try Mint without installing. (This assumes that Mint's options mirror those of Ubuntu; they may be different.) When you boot up, open a Terminal window and use ls
to look for a directory called /sys/firmware/efi
. If it's present, you've booted in EFI mode; if it's absent, you've booted in BIOS/CSM/legacy mode. If you've booted in EFI mode, proceed with the install; but if you've booted in BIOS mode, reboot and try the other option.
Of course, some of the possible causes could result in a failed boot, so if that happens, you should reboot and try again with the other option. A failed boot is very unlikely to cause any serious and permanent damage to your existing OS X installation. Such damage can occur because of bugs or mistakes unrelated to this issue, though, so you should back up your entire hard disk, or at least your important personal data, before proceeding.
add a comment |
Had the same issue with Ubuntu 18.10 on an iMac.
I tried the left one. It froze. Power cycled. Tried the right one. It worked.
FYI.
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%2f1077199%2ftwo-efi-boot-images-showing-up%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Several possibilities occur to me:
- A Mint disk made in the way you describe should be bootable in both BIOS/CSM/legacy mode and in EFI mode. Despite the fact that both those options are labeled "EFI Boot," it could be one is for each mode, and one is simply mis-labeled.
- The Mint
.iso
image file format is a Frankenstein's Monster sort of thing, and may be confusing the Mac's firmware, thus causing it to show two duplicate entries. - It could be that one of those entries refers to something other than the USB drive -- for instance, there might be a boot loader on your hard disk's EFI System Partition (ESP) that's being detected.
- There could be a bug in the Mac's firmware that's causing it to display two entries.
I recommend you simply try one entry, but instead of selecting the option to install Mint immediately, pick the one to try Mint without installing. (This assumes that Mint's options mirror those of Ubuntu; they may be different.) When you boot up, open a Terminal window and use ls
to look for a directory called /sys/firmware/efi
. If it's present, you've booted in EFI mode; if it's absent, you've booted in BIOS/CSM/legacy mode. If you've booted in EFI mode, proceed with the install; but if you've booted in BIOS mode, reboot and try the other option.
Of course, some of the possible causes could result in a failed boot, so if that happens, you should reboot and try again with the other option. A failed boot is very unlikely to cause any serious and permanent damage to your existing OS X installation. Such damage can occur because of bugs or mistakes unrelated to this issue, though, so you should back up your entire hard disk, or at least your important personal data, before proceeding.
add a comment |
Several possibilities occur to me:
- A Mint disk made in the way you describe should be bootable in both BIOS/CSM/legacy mode and in EFI mode. Despite the fact that both those options are labeled "EFI Boot," it could be one is for each mode, and one is simply mis-labeled.
- The Mint
.iso
image file format is a Frankenstein's Monster sort of thing, and may be confusing the Mac's firmware, thus causing it to show two duplicate entries. - It could be that one of those entries refers to something other than the USB drive -- for instance, there might be a boot loader on your hard disk's EFI System Partition (ESP) that's being detected.
- There could be a bug in the Mac's firmware that's causing it to display two entries.
I recommend you simply try one entry, but instead of selecting the option to install Mint immediately, pick the one to try Mint without installing. (This assumes that Mint's options mirror those of Ubuntu; they may be different.) When you boot up, open a Terminal window and use ls
to look for a directory called /sys/firmware/efi
. If it's present, you've booted in EFI mode; if it's absent, you've booted in BIOS/CSM/legacy mode. If you've booted in EFI mode, proceed with the install; but if you've booted in BIOS mode, reboot and try the other option.
Of course, some of the possible causes could result in a failed boot, so if that happens, you should reboot and try again with the other option. A failed boot is very unlikely to cause any serious and permanent damage to your existing OS X installation. Such damage can occur because of bugs or mistakes unrelated to this issue, though, so you should back up your entire hard disk, or at least your important personal data, before proceeding.
add a comment |
Several possibilities occur to me:
- A Mint disk made in the way you describe should be bootable in both BIOS/CSM/legacy mode and in EFI mode. Despite the fact that both those options are labeled "EFI Boot," it could be one is for each mode, and one is simply mis-labeled.
- The Mint
.iso
image file format is a Frankenstein's Monster sort of thing, and may be confusing the Mac's firmware, thus causing it to show two duplicate entries. - It could be that one of those entries refers to something other than the USB drive -- for instance, there might be a boot loader on your hard disk's EFI System Partition (ESP) that's being detected.
- There could be a bug in the Mac's firmware that's causing it to display two entries.
I recommend you simply try one entry, but instead of selecting the option to install Mint immediately, pick the one to try Mint without installing. (This assumes that Mint's options mirror those of Ubuntu; they may be different.) When you boot up, open a Terminal window and use ls
to look for a directory called /sys/firmware/efi
. If it's present, you've booted in EFI mode; if it's absent, you've booted in BIOS/CSM/legacy mode. If you've booted in EFI mode, proceed with the install; but if you've booted in BIOS mode, reboot and try the other option.
Of course, some of the possible causes could result in a failed boot, so if that happens, you should reboot and try again with the other option. A failed boot is very unlikely to cause any serious and permanent damage to your existing OS X installation. Such damage can occur because of bugs or mistakes unrelated to this issue, though, so you should back up your entire hard disk, or at least your important personal data, before proceeding.
Several possibilities occur to me:
- A Mint disk made in the way you describe should be bootable in both BIOS/CSM/legacy mode and in EFI mode. Despite the fact that both those options are labeled "EFI Boot," it could be one is for each mode, and one is simply mis-labeled.
- The Mint
.iso
image file format is a Frankenstein's Monster sort of thing, and may be confusing the Mac's firmware, thus causing it to show two duplicate entries. - It could be that one of those entries refers to something other than the USB drive -- for instance, there might be a boot loader on your hard disk's EFI System Partition (ESP) that's being detected.
- There could be a bug in the Mac's firmware that's causing it to display two entries.
I recommend you simply try one entry, but instead of selecting the option to install Mint immediately, pick the one to try Mint without installing. (This assumes that Mint's options mirror those of Ubuntu; they may be different.) When you boot up, open a Terminal window and use ls
to look for a directory called /sys/firmware/efi
. If it's present, you've booted in EFI mode; if it's absent, you've booted in BIOS/CSM/legacy mode. If you've booted in EFI mode, proceed with the install; but if you've booted in BIOS mode, reboot and try the other option.
Of course, some of the possible causes could result in a failed boot, so if that happens, you should reboot and try again with the other option. A failed boot is very unlikely to cause any serious and permanent damage to your existing OS X installation. Such damage can occur because of bugs or mistakes unrelated to this issue, though, so you should back up your entire hard disk, or at least your important personal data, before proceeding.
answered May 16 '16 at 13:25
Rod SmithRod Smith
17.1k22042
17.1k22042
add a comment |
add a comment |
Had the same issue with Ubuntu 18.10 on an iMac.
I tried the left one. It froze. Power cycled. Tried the right one. It worked.
FYI.
add a comment |
Had the same issue with Ubuntu 18.10 on an iMac.
I tried the left one. It froze. Power cycled. Tried the right one. It worked.
FYI.
add a comment |
Had the same issue with Ubuntu 18.10 on an iMac.
I tried the left one. It froze. Power cycled. Tried the right one. It worked.
FYI.
Had the same issue with Ubuntu 18.10 on an iMac.
I tried the left one. It froze. Power cycled. Tried the right one. It worked.
FYI.
answered Jan 2 at 20:27
TravisTravis
19718
19718
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%2f1077199%2ftwo-efi-boot-images-showing-up%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