Difference between EasyUEFI boot item and mounted disk folder
Few days ago I tried to remove PhoenixOS boot entry (=android like system) via efibootmgr command and EasyUEFI. Now it looks like, that sometimes it is not visible in Linux, sometimes it is. However, in EasyUEFI it is always visible.
Though, when I mount the EFI volume (260 MB) there is no file looking like bootx64.efi, nor even folder like that.
Previously, I moved whole Boot folder with bootx64.efi in ubuntu away. I am not aware that there was folder "PhoenixOS". Why is there such difference between EasyUEFI and Windows file system?
windows-10 ubuntu uefi diskpart
add a comment |
Few days ago I tried to remove PhoenixOS boot entry (=android like system) via efibootmgr command and EasyUEFI. Now it looks like, that sometimes it is not visible in Linux, sometimes it is. However, in EasyUEFI it is always visible.
Though, when I mount the EFI volume (260 MB) there is no file looking like bootx64.efi, nor even folder like that.
Previously, I moved whole Boot folder with bootx64.efi in ubuntu away. I am not aware that there was folder "PhoenixOS". Why is there such difference between EasyUEFI and Windows file system?
windows-10 ubuntu uefi diskpart
add a comment |
Few days ago I tried to remove PhoenixOS boot entry (=android like system) via efibootmgr command and EasyUEFI. Now it looks like, that sometimes it is not visible in Linux, sometimes it is. However, in EasyUEFI it is always visible.
Though, when I mount the EFI volume (260 MB) there is no file looking like bootx64.efi, nor even folder like that.
Previously, I moved whole Boot folder with bootx64.efi in ubuntu away. I am not aware that there was folder "PhoenixOS". Why is there such difference between EasyUEFI and Windows file system?
windows-10 ubuntu uefi diskpart
Few days ago I tried to remove PhoenixOS boot entry (=android like system) via efibootmgr command and EasyUEFI. Now it looks like, that sometimes it is not visible in Linux, sometimes it is. However, in EasyUEFI it is always visible.
Though, when I mount the EFI volume (260 MB) there is no file looking like bootx64.efi, nor even folder like that.
Previously, I moved whole Boot folder with bootx64.efi in ubuntu away. I am not aware that there was folder "PhoenixOS". Why is there such difference between EasyUEFI and Windows file system?
windows-10 ubuntu uefi diskpart
windows-10 ubuntu uefi diskpart
asked Jan 25 at 18:19
weathermanweatherman
215
215
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
My answer is a bit complicated, it deals with some pitfalls I did.
A. Copy back the Boot to your ESP
Bootbootx64.efi to ESP (=Efi system partition) EFI
(I did this step in ubuntu, and do not describe it in detail here)
... if you have not deleted it yet. It is (probably) NOT the same file as:
EFIPhoenixOSBootbootx64.efi
found by EasyUEFI.
B. If your plan is to unistall Phoenix OS, find proper instructions
For me https://www.youtube.com/watch?v=AcRS7dHdK20 looks reasonable.
Even better looks its commentary:
Uninstall Phoenix os in programs and features (control panel > program)
Press w+ s then type disk > choose creat or format disk.... Then format the partition ( use format type as your main local disk format.) If fat2 then fat2 or etc. After that delete volume/patrition.
Control panel > system > advanced setting > Advanced> startup & boot > setting > choose phoenix os and untick it if it still there.
Lastly press powers till the computer off then on again. Goodluck.
*If you format first without uninstall, there a chance that the phoenix os still appears in boot menu.
C. When you cannot unnistal Phoenix OS.
(you damaged files, you already deleted its partition, whatever is the reason)
... and everything else is working (dual booting in my case with ubuntu) and at the same time you are not very experienced as I am you should consider let it as it is.
But when you are bit obsessed with uninstallation of Phoenix OS this helped me to do so (it is not difficult):
https://www.youtube.com/watch?v=zyOBF2ePvHY
I just needed these steps, everything else I did unknowingly before:
2.1.2 to view all boot related entry. Type to administrator command promt in Windows 10:
bcdedit /enum all
2.1.3 Copy and paste the UUID of the entry (UUID = first item called identifier).
(I hope it was EFIPhoenixOSBootbootx64.efi). Definitely do not go to next step if you are not sure you chose the correct item.
Select - Right Click.
2.1.4 Type
bcdedit /delete {code of UUID}
And that is it. After this you should not see entry of Phoenix OS in EasyUEFI (and also not in ubuntu if you have one).
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%2f1398508%2fdifference-between-easyuefi-boot-item-and-mounted-disk-folder%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
My answer is a bit complicated, it deals with some pitfalls I did.
A. Copy back the Boot to your ESP
Bootbootx64.efi to ESP (=Efi system partition) EFI
(I did this step in ubuntu, and do not describe it in detail here)
... if you have not deleted it yet. It is (probably) NOT the same file as:
EFIPhoenixOSBootbootx64.efi
found by EasyUEFI.
B. If your plan is to unistall Phoenix OS, find proper instructions
For me https://www.youtube.com/watch?v=AcRS7dHdK20 looks reasonable.
Even better looks its commentary:
Uninstall Phoenix os in programs and features (control panel > program)
Press w+ s then type disk > choose creat or format disk.... Then format the partition ( use format type as your main local disk format.) If fat2 then fat2 or etc. After that delete volume/patrition.
Control panel > system > advanced setting > Advanced> startup & boot > setting > choose phoenix os and untick it if it still there.
Lastly press powers till the computer off then on again. Goodluck.
*If you format first without uninstall, there a chance that the phoenix os still appears in boot menu.
C. When you cannot unnistal Phoenix OS.
(you damaged files, you already deleted its partition, whatever is the reason)
... and everything else is working (dual booting in my case with ubuntu) and at the same time you are not very experienced as I am you should consider let it as it is.
But when you are bit obsessed with uninstallation of Phoenix OS this helped me to do so (it is not difficult):
https://www.youtube.com/watch?v=zyOBF2ePvHY
I just needed these steps, everything else I did unknowingly before:
2.1.2 to view all boot related entry. Type to administrator command promt in Windows 10:
bcdedit /enum all
2.1.3 Copy and paste the UUID of the entry (UUID = first item called identifier).
(I hope it was EFIPhoenixOSBootbootx64.efi). Definitely do not go to next step if you are not sure you chose the correct item.
Select - Right Click.
2.1.4 Type
bcdedit /delete {code of UUID}
And that is it. After this you should not see entry of Phoenix OS in EasyUEFI (and also not in ubuntu if you have one).
add a comment |
My answer is a bit complicated, it deals with some pitfalls I did.
A. Copy back the Boot to your ESP
Bootbootx64.efi to ESP (=Efi system partition) EFI
(I did this step in ubuntu, and do not describe it in detail here)
... if you have not deleted it yet. It is (probably) NOT the same file as:
EFIPhoenixOSBootbootx64.efi
found by EasyUEFI.
B. If your plan is to unistall Phoenix OS, find proper instructions
For me https://www.youtube.com/watch?v=AcRS7dHdK20 looks reasonable.
Even better looks its commentary:
Uninstall Phoenix os in programs and features (control panel > program)
Press w+ s then type disk > choose creat or format disk.... Then format the partition ( use format type as your main local disk format.) If fat2 then fat2 or etc. After that delete volume/patrition.
Control panel > system > advanced setting > Advanced> startup & boot > setting > choose phoenix os and untick it if it still there.
Lastly press powers till the computer off then on again. Goodluck.
*If you format first without uninstall, there a chance that the phoenix os still appears in boot menu.
C. When you cannot unnistal Phoenix OS.
(you damaged files, you already deleted its partition, whatever is the reason)
... and everything else is working (dual booting in my case with ubuntu) and at the same time you are not very experienced as I am you should consider let it as it is.
But when you are bit obsessed with uninstallation of Phoenix OS this helped me to do so (it is not difficult):
https://www.youtube.com/watch?v=zyOBF2ePvHY
I just needed these steps, everything else I did unknowingly before:
2.1.2 to view all boot related entry. Type to administrator command promt in Windows 10:
bcdedit /enum all
2.1.3 Copy and paste the UUID of the entry (UUID = first item called identifier).
(I hope it was EFIPhoenixOSBootbootx64.efi). Definitely do not go to next step if you are not sure you chose the correct item.
Select - Right Click.
2.1.4 Type
bcdedit /delete {code of UUID}
And that is it. After this you should not see entry of Phoenix OS in EasyUEFI (and also not in ubuntu if you have one).
add a comment |
My answer is a bit complicated, it deals with some pitfalls I did.
A. Copy back the Boot to your ESP
Bootbootx64.efi to ESP (=Efi system partition) EFI
(I did this step in ubuntu, and do not describe it in detail here)
... if you have not deleted it yet. It is (probably) NOT the same file as:
EFIPhoenixOSBootbootx64.efi
found by EasyUEFI.
B. If your plan is to unistall Phoenix OS, find proper instructions
For me https://www.youtube.com/watch?v=AcRS7dHdK20 looks reasonable.
Even better looks its commentary:
Uninstall Phoenix os in programs and features (control panel > program)
Press w+ s then type disk > choose creat or format disk.... Then format the partition ( use format type as your main local disk format.) If fat2 then fat2 or etc. After that delete volume/patrition.
Control panel > system > advanced setting > Advanced> startup & boot > setting > choose phoenix os and untick it if it still there.
Lastly press powers till the computer off then on again. Goodluck.
*If you format first without uninstall, there a chance that the phoenix os still appears in boot menu.
C. When you cannot unnistal Phoenix OS.
(you damaged files, you already deleted its partition, whatever is the reason)
... and everything else is working (dual booting in my case with ubuntu) and at the same time you are not very experienced as I am you should consider let it as it is.
But when you are bit obsessed with uninstallation of Phoenix OS this helped me to do so (it is not difficult):
https://www.youtube.com/watch?v=zyOBF2ePvHY
I just needed these steps, everything else I did unknowingly before:
2.1.2 to view all boot related entry. Type to administrator command promt in Windows 10:
bcdedit /enum all
2.1.3 Copy and paste the UUID of the entry (UUID = first item called identifier).
(I hope it was EFIPhoenixOSBootbootx64.efi). Definitely do not go to next step if you are not sure you chose the correct item.
Select - Right Click.
2.1.4 Type
bcdedit /delete {code of UUID}
And that is it. After this you should not see entry of Phoenix OS in EasyUEFI (and also not in ubuntu if you have one).
My answer is a bit complicated, it deals with some pitfalls I did.
A. Copy back the Boot to your ESP
Bootbootx64.efi to ESP (=Efi system partition) EFI
(I did this step in ubuntu, and do not describe it in detail here)
... if you have not deleted it yet. It is (probably) NOT the same file as:
EFIPhoenixOSBootbootx64.efi
found by EasyUEFI.
B. If your plan is to unistall Phoenix OS, find proper instructions
For me https://www.youtube.com/watch?v=AcRS7dHdK20 looks reasonable.
Even better looks its commentary:
Uninstall Phoenix os in programs and features (control panel > program)
Press w+ s then type disk > choose creat or format disk.... Then format the partition ( use format type as your main local disk format.) If fat2 then fat2 or etc. After that delete volume/patrition.
Control panel > system > advanced setting > Advanced> startup & boot > setting > choose phoenix os and untick it if it still there.
Lastly press powers till the computer off then on again. Goodluck.
*If you format first without uninstall, there a chance that the phoenix os still appears in boot menu.
C. When you cannot unnistal Phoenix OS.
(you damaged files, you already deleted its partition, whatever is the reason)
... and everything else is working (dual booting in my case with ubuntu) and at the same time you are not very experienced as I am you should consider let it as it is.
But when you are bit obsessed with uninstallation of Phoenix OS this helped me to do so (it is not difficult):
https://www.youtube.com/watch?v=zyOBF2ePvHY
I just needed these steps, everything else I did unknowingly before:
2.1.2 to view all boot related entry. Type to administrator command promt in Windows 10:
bcdedit /enum all
2.1.3 Copy and paste the UUID of the entry (UUID = first item called identifier).
(I hope it was EFIPhoenixOSBootbootx64.efi). Definitely do not go to next step if you are not sure you chose the correct item.
Select - Right Click.
2.1.4 Type
bcdedit /delete {code of UUID}
And that is it. After this you should not see entry of Phoenix OS in EasyUEFI (and also not in ubuntu if you have one).
answered Jan 26 at 2:02
weathermanweatherman
215
215
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%2f1398508%2fdifference-between-easyuefi-boot-item-and-mounted-disk-folder%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