Formatted EFI partition of Windows 10 using Live Ubuntu, how to fix it now?Windows 7 EFI Partition...
Can we compute the area of a quadrilateral with one right angle when we only know the lengths of any three sides?
Unlock My Phone! February 2018
Zip/Tar file compressed to larger size?
Avoiding the "not like other girls" trope?
A friend helped me with a presentation – plagiarism or not?
Expand and Contract
Why is this clock signal connected to a capacitor to gnd?
Why are the 737's rear doors unusable in a water landing?
How could indestructible materials be used in power generation?
How to tell a function to use the default argument values?
Is it inappropriate for a student to attend their mentor's dissertation defense?
One verb to replace 'be a member of' a club
How do I deal with an unproductive colleague in a small company?
Why is consensus so controversial in Britain?
Short story with a alien planet, government officials must wear exploding medallions
What does “the session was packed” mean in this context?
Would Slavery Reparations be considered Bills of Attainder and hence Illegal?
Do UK voters know if their MP will be the Speaker of the House?
What's the in-universe reasoning behind sorcerers needing material components?
Alternative to sending password over mail?
How did the Super Star Destroyer Executor get destroyed exactly?
Can my sorcerer use a spellbook only to collect spells and scribe scrolls, not cast?
Are there any examples of a variable being normally distributed that is *not* due to the Central Limit Theorem?
Why is it a bad idea to hire a hitman to eliminate most corrupt politicians?
Formatted EFI partition of Windows 10 using Live Ubuntu, how to fix it now?
Windows 7 EFI Partition DeletedRestore Windows 8 EFI after installing Ubuntu EFIHow to reinstall Windows Boot Manager on EFI partitionHow to fix Boot Configuration Data (BCD) for Windows 8 EFI systemHow to install Windows in a fresh formatted hard drive?Working with Debian 8 and Windows 10 and the EFI partitionRepair Windows EFI system partition from linux live OSWindows 10 Installer creates NTFS EFI PartitionRepairing Windows EFI after moving a partitionDeleted Ubuntu partition. Now Windows nor Linux can start due to GRUB's normal.mod not found
Call me stupid, but I just formatted the EFI system partiton on Windows 10, while using GPARTED on Ubuntu. Now Windows 10 will not boot. How can I repair the EFI system partition so that Windows 10 will boot properly?
I want to avoid Ubuntu or any linux live cd from now on.
windows-10 ubuntu uefi
bumped to the homepage by Community♦ 1 min ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
Call me stupid, but I just formatted the EFI system partiton on Windows 10, while using GPARTED on Ubuntu. Now Windows 10 will not boot. How can I repair the EFI system partition so that Windows 10 will boot properly?
I want to avoid Ubuntu or any linux live cd from now on.
windows-10 ubuntu uefi
bumped to the homepage by Community♦ 1 min ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
Call me stupid, but I just formatted the EFI system partiton on Windows 10, while using GPARTED on Ubuntu. Now Windows 10 will not boot. How can I repair the EFI system partition so that Windows 10 will boot properly?
I want to avoid Ubuntu or any linux live cd from now on.
windows-10 ubuntu uefi
Call me stupid, but I just formatted the EFI system partiton on Windows 10, while using GPARTED on Ubuntu. Now Windows 10 will not boot. How can I repair the EFI system partition so that Windows 10 will boot properly?
I want to avoid Ubuntu or any linux live cd from now on.
windows-10 ubuntu uefi
windows-10 ubuntu uefi
asked Jan 10 '18 at 17:00
Computer-IlliterateComputer-Illiterate
11
11
bumped to the homepage by Community♦ 1 min ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 1 min ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Create lost/deleted EFI partition by boot into CMD :
- Boot with Windows 10/8/7 installation media > press SHFIT + F10 on the first screen to bring up Command Prompt
Run the following commands :
diskpart
list disk
select disk number (enter the number of the disk where resided the EFI partition - normally 0)
list partition
create partition efi
format quick fs=fat32
list partition
list volume (note the volume letter where Windows is installed)
exit (leave diskpart)
bcdboot X:windows (X is the volume letter of the Windows partition)
BCDBoot copies the boot files from the Windows partition to the EFI System partition and creates the BCD store in the same partition.
Now you can remove the Windows installation media and restart the computer.
For more information with screenshots see this article.
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%2f1284253%2fformatted-efi-partition-of-windows-10-using-live-ubuntu-how-to-fix-it-now%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
Create lost/deleted EFI partition by boot into CMD :
- Boot with Windows 10/8/7 installation media > press SHFIT + F10 on the first screen to bring up Command Prompt
Run the following commands :
diskpart
list disk
select disk number (enter the number of the disk where resided the EFI partition - normally 0)
list partition
create partition efi
format quick fs=fat32
list partition
list volume (note the volume letter where Windows is installed)
exit (leave diskpart)
bcdboot X:windows (X is the volume letter of the Windows partition)
BCDBoot copies the boot files from the Windows partition to the EFI System partition and creates the BCD store in the same partition.
Now you can remove the Windows installation media and restart the computer.
For more information with screenshots see this article.
add a comment |
Create lost/deleted EFI partition by boot into CMD :
- Boot with Windows 10/8/7 installation media > press SHFIT + F10 on the first screen to bring up Command Prompt
Run the following commands :
diskpart
list disk
select disk number (enter the number of the disk where resided the EFI partition - normally 0)
list partition
create partition efi
format quick fs=fat32
list partition
list volume (note the volume letter where Windows is installed)
exit (leave diskpart)
bcdboot X:windows (X is the volume letter of the Windows partition)
BCDBoot copies the boot files from the Windows partition to the EFI System partition and creates the BCD store in the same partition.
Now you can remove the Windows installation media and restart the computer.
For more information with screenshots see this article.
add a comment |
Create lost/deleted EFI partition by boot into CMD :
- Boot with Windows 10/8/7 installation media > press SHFIT + F10 on the first screen to bring up Command Prompt
Run the following commands :
diskpart
list disk
select disk number (enter the number of the disk where resided the EFI partition - normally 0)
list partition
create partition efi
format quick fs=fat32
list partition
list volume (note the volume letter where Windows is installed)
exit (leave diskpart)
bcdboot X:windows (X is the volume letter of the Windows partition)
BCDBoot copies the boot files from the Windows partition to the EFI System partition and creates the BCD store in the same partition.
Now you can remove the Windows installation media and restart the computer.
For more information with screenshots see this article.
Create lost/deleted EFI partition by boot into CMD :
- Boot with Windows 10/8/7 installation media > press SHFIT + F10 on the first screen to bring up Command Prompt
Run the following commands :
diskpart
list disk
select disk number (enter the number of the disk where resided the EFI partition - normally 0)
list partition
create partition efi
format quick fs=fat32
list partition
list volume (note the volume letter where Windows is installed)
exit (leave diskpart)
bcdboot X:windows (X is the volume letter of the Windows partition)
BCDBoot copies the boot files from the Windows partition to the EFI System partition and creates the BCD store in the same partition.
Now you can remove the Windows installation media and restart the computer.
For more information with screenshots see this article.
answered Jan 10 '18 at 20:16
harrymcharrymc
264k14273582
264k14273582
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%2f1284253%2fformatted-efi-partition-of-windows-10-using-live-ubuntu-how-to-fix-it-now%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