Impossible to drop partition table and format EFI partition. Immutable partition table?
I am trying to format my computer's entire hard disk, but it does not work due to the EFI partition. I tried the following approaches:
Windows 10 installation - when i am trying to delete a partition, nothing happens. Format works for all disk but EFI
Diskpart - enter to the disc, typed CLEAN, then list partiton (empty) after restart those were still present.
Ubuntu - go to ubuntu, used fdisk (screen attached), after another enter to fdisk the partition was still there. screenshot
Ubuntu -
dd if=/dev/null of=/dev/mydisk ...
<- after this finished, partition still was present.
What's wrong with the approaches I've tried? Is it possible that partition table is immutable? Thanks
windows-10 boot bios
add a comment |
I am trying to format my computer's entire hard disk, but it does not work due to the EFI partition. I tried the following approaches:
Windows 10 installation - when i am trying to delete a partition, nothing happens. Format works for all disk but EFI
Diskpart - enter to the disc, typed CLEAN, then list partiton (empty) after restart those were still present.
Ubuntu - go to ubuntu, used fdisk (screen attached), after another enter to fdisk the partition was still there. screenshot
Ubuntu -
dd if=/dev/null of=/dev/mydisk ...
<- after this finished, partition still was present.
What's wrong with the approaches I've tried? Is it possible that partition table is immutable? Thanks
windows-10 boot bios
Are you using Ubuntu from a live session or in a dual boot?
– GabrielaGarcia
Jan 16 at 15:44
Ismmcblk0
an SD card, or is it internal eMMC memory?
– grawity
Jan 16 at 15:46
Ubuntu as bootable pendrive. it looks like sd card as disk or not sure, is any of these explain behaviour? Linux UI said that this is sd card
– H4ds0n
Jan 16 at 15:54
In a live session you should be able to do anything you want provided the no partition oif the said drive is mounted (it shouldn't be unless you clicked on it in the file manager). But there's really no need to delete the EFI partition as it is needed anyway. And in Ubuntu you can use GParted, a GUI tool and with that create a new partition table which will automatically blank the whole drive.
– GabrielaGarcia
Jan 17 at 2:41
add a comment |
I am trying to format my computer's entire hard disk, but it does not work due to the EFI partition. I tried the following approaches:
Windows 10 installation - when i am trying to delete a partition, nothing happens. Format works for all disk but EFI
Diskpart - enter to the disc, typed CLEAN, then list partiton (empty) after restart those were still present.
Ubuntu - go to ubuntu, used fdisk (screen attached), after another enter to fdisk the partition was still there. screenshot
Ubuntu -
dd if=/dev/null of=/dev/mydisk ...
<- after this finished, partition still was present.
What's wrong with the approaches I've tried? Is it possible that partition table is immutable? Thanks
windows-10 boot bios
I am trying to format my computer's entire hard disk, but it does not work due to the EFI partition. I tried the following approaches:
Windows 10 installation - when i am trying to delete a partition, nothing happens. Format works for all disk but EFI
Diskpart - enter to the disc, typed CLEAN, then list partiton (empty) after restart those were still present.
Ubuntu - go to ubuntu, used fdisk (screen attached), after another enter to fdisk the partition was still there. screenshot
Ubuntu -
dd if=/dev/null of=/dev/mydisk ...
<- after this finished, partition still was present.
What's wrong with the approaches I've tried? Is it possible that partition table is immutable? Thanks
windows-10 boot bios
windows-10 boot bios
edited Jan 16 at 17:03
Debra
3,85011021
3,85011021
asked Jan 16 at 15:36
H4ds0nH4ds0n
11
11
Are you using Ubuntu from a live session or in a dual boot?
– GabrielaGarcia
Jan 16 at 15:44
Ismmcblk0
an SD card, or is it internal eMMC memory?
– grawity
Jan 16 at 15:46
Ubuntu as bootable pendrive. it looks like sd card as disk or not sure, is any of these explain behaviour? Linux UI said that this is sd card
– H4ds0n
Jan 16 at 15:54
In a live session you should be able to do anything you want provided the no partition oif the said drive is mounted (it shouldn't be unless you clicked on it in the file manager). But there's really no need to delete the EFI partition as it is needed anyway. And in Ubuntu you can use GParted, a GUI tool and with that create a new partition table which will automatically blank the whole drive.
– GabrielaGarcia
Jan 17 at 2:41
add a comment |
Are you using Ubuntu from a live session or in a dual boot?
– GabrielaGarcia
Jan 16 at 15:44
Ismmcblk0
an SD card, or is it internal eMMC memory?
– grawity
Jan 16 at 15:46
Ubuntu as bootable pendrive. it looks like sd card as disk or not sure, is any of these explain behaviour? Linux UI said that this is sd card
– H4ds0n
Jan 16 at 15:54
In a live session you should be able to do anything you want provided the no partition oif the said drive is mounted (it shouldn't be unless you clicked on it in the file manager). But there's really no need to delete the EFI partition as it is needed anyway. And in Ubuntu you can use GParted, a GUI tool and with that create a new partition table which will automatically blank the whole drive.
– GabrielaGarcia
Jan 17 at 2:41
Are you using Ubuntu from a live session or in a dual boot?
– GabrielaGarcia
Jan 16 at 15:44
Are you using Ubuntu from a live session or in a dual boot?
– GabrielaGarcia
Jan 16 at 15:44
Is
mmcblk0
an SD card, or is it internal eMMC memory?– grawity
Jan 16 at 15:46
Is
mmcblk0
an SD card, or is it internal eMMC memory?– grawity
Jan 16 at 15:46
Ubuntu as bootable pendrive. it looks like sd card as disk or not sure, is any of these explain behaviour? Linux UI said that this is sd card
– H4ds0n
Jan 16 at 15:54
Ubuntu as bootable pendrive. it looks like sd card as disk or not sure, is any of these explain behaviour? Linux UI said that this is sd card
– H4ds0n
Jan 16 at 15:54
In a live session you should be able to do anything you want provided the no partition oif the said drive is mounted (it shouldn't be unless you clicked on it in the file manager). But there's really no need to delete the EFI partition as it is needed anyway. And in Ubuntu you can use GParted, a GUI tool and with that create a new partition table which will automatically blank the whole drive.
– GabrielaGarcia
Jan 17 at 2:41
In a live session you should be able to do anything you want provided the no partition oif the said drive is mounted (it shouldn't be unless you clicked on it in the file manager). But there's really no need to delete the EFI partition as it is needed anyway. And in Ubuntu you can use GParted, a GUI tool and with that create a new partition table which will automatically blank the whole drive.
– GabrielaGarcia
Jan 17 at 2:41
add a comment |
0
active
oldest
votes
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%2f1394991%2fimpossible-to-drop-partition-table-and-format-efi-partition-immutable-partition%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f1394991%2fimpossible-to-drop-partition-table-and-format-efi-partition-immutable-partition%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
Are you using Ubuntu from a live session or in a dual boot?
– GabrielaGarcia
Jan 16 at 15:44
Is
mmcblk0
an SD card, or is it internal eMMC memory?– grawity
Jan 16 at 15:46
Ubuntu as bootable pendrive. it looks like sd card as disk or not sure, is any of these explain behaviour? Linux UI said that this is sd card
– H4ds0n
Jan 16 at 15:54
In a live session you should be able to do anything you want provided the no partition oif the said drive is mounted (it shouldn't be unless you clicked on it in the file manager). But there's really no need to delete the EFI partition as it is needed anyway. And in Ubuntu you can use GParted, a GUI tool and with that create a new partition table which will automatically blank the whole drive.
– GabrielaGarcia
Jan 17 at 2:41