usb bootable flag not cleared by gparted but cleared by Windows





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







0















Model: Lexar USB Flash Drive (scsi)
Disk /dev/sdb: 64.0GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:

Number Start End Size Type File system Flags
1 1049kB 64.0GB 64.0GB primary ext4


With this disk inserted the system cannot boot because it is not a system disk but is being picked up by the boot.



I tried to reset the boot flag clearing the flag column in gparted 0.32.0 but after applying the change, the system still picked it up as a bootable drive.



I deleted the partition and re-wrote it. No difference.



I eventually managed to clear the boot flag by formatting in Windows 10.



There must be a way of doing this in Ubuntu. Is there a menu item in gparted that forces this? Or is there another utility I could have used?










share|improve this question

























  • Take a look at askubuntu.com/questions/131168/how-do-i-uninstall-grub/… , I think this answers your question.

    – mook765
    2 days ago











  • @mook765 I see how that is applicable here, but I'm looking for a Unix utility that will perform a low level format as the Windows format does. Grub, as far as I know, is a logical partition (or some such segment) of the physical storage medium. A low-level format will overwrite any such logical partitioning. I should not have to go to Windows for this, and I'm sure I don't. So what utility in Unix will perform this essential operation. ElStellino says he will wipe the drive totally... That's what I had to go to windows for. There has to be another way.

    – Stephen Boston
    2 days ago













  • This has nothing to do with formatting partitions and it has nothing to do with the boot flag of a partition. You may delete all partitions, if there is still a boot-loader in the MBR, the BIOS will see it.

    – mook765
    yesterday











  • @mook765 My understanding, perhaps incorrect, is that the MBR is a section of data on the first sector of the drive and so that should be erased during a full format. How do I format the drive so that this MBR is erased?

    – Stephen Boston
    yesterday











  • The MBR is not erased when you format a partition, you would lose all partitions if you erase the whole MBR. How to erase only the boot-loader from the MBR is explained in the answers to the linked question.

    – mook765
    yesterday


















0















Model: Lexar USB Flash Drive (scsi)
Disk /dev/sdb: 64.0GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:

Number Start End Size Type File system Flags
1 1049kB 64.0GB 64.0GB primary ext4


With this disk inserted the system cannot boot because it is not a system disk but is being picked up by the boot.



I tried to reset the boot flag clearing the flag column in gparted 0.32.0 but after applying the change, the system still picked it up as a bootable drive.



I deleted the partition and re-wrote it. No difference.



I eventually managed to clear the boot flag by formatting in Windows 10.



There must be a way of doing this in Ubuntu. Is there a menu item in gparted that forces this? Or is there another utility I could have used?










share|improve this question

























  • Take a look at askubuntu.com/questions/131168/how-do-i-uninstall-grub/… , I think this answers your question.

    – mook765
    2 days ago











  • @mook765 I see how that is applicable here, but I'm looking for a Unix utility that will perform a low level format as the Windows format does. Grub, as far as I know, is a logical partition (or some such segment) of the physical storage medium. A low-level format will overwrite any such logical partitioning. I should not have to go to Windows for this, and I'm sure I don't. So what utility in Unix will perform this essential operation. ElStellino says he will wipe the drive totally... That's what I had to go to windows for. There has to be another way.

    – Stephen Boston
    2 days ago













  • This has nothing to do with formatting partitions and it has nothing to do with the boot flag of a partition. You may delete all partitions, if there is still a boot-loader in the MBR, the BIOS will see it.

    – mook765
    yesterday











  • @mook765 My understanding, perhaps incorrect, is that the MBR is a section of data on the first sector of the drive and so that should be erased during a full format. How do I format the drive so that this MBR is erased?

    – Stephen Boston
    yesterday











  • The MBR is not erased when you format a partition, you would lose all partitions if you erase the whole MBR. How to erase only the boot-loader from the MBR is explained in the answers to the linked question.

    – mook765
    yesterday














0












0








0








Model: Lexar USB Flash Drive (scsi)
Disk /dev/sdb: 64.0GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:

Number Start End Size Type File system Flags
1 1049kB 64.0GB 64.0GB primary ext4


With this disk inserted the system cannot boot because it is not a system disk but is being picked up by the boot.



I tried to reset the boot flag clearing the flag column in gparted 0.32.0 but after applying the change, the system still picked it up as a bootable drive.



I deleted the partition and re-wrote it. No difference.



I eventually managed to clear the boot flag by formatting in Windows 10.



There must be a way of doing this in Ubuntu. Is there a menu item in gparted that forces this? Or is there another utility I could have used?










share|improve this question
















Model: Lexar USB Flash Drive (scsi)
Disk /dev/sdb: 64.0GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:

Number Start End Size Type File system Flags
1 1049kB 64.0GB 64.0GB primary ext4


With this disk inserted the system cannot boot because it is not a system disk but is being picked up by the boot.



I tried to reset the boot flag clearing the flag column in gparted 0.32.0 but after applying the change, the system still picked it up as a bootable drive.



I deleted the partition and re-wrote it. No difference.



I eventually managed to clear the boot flag by formatting in Windows 10.



There must be a way of doing this in Ubuntu. Is there a menu item in gparted that forces this? Or is there another utility I could have used?







usb fdisk parted






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 2 days ago







Stephen Boston

















asked Mar 20 at 22:19









Stephen BostonStephen Boston

8522720




8522720













  • Take a look at askubuntu.com/questions/131168/how-do-i-uninstall-grub/… , I think this answers your question.

    – mook765
    2 days ago











  • @mook765 I see how that is applicable here, but I'm looking for a Unix utility that will perform a low level format as the Windows format does. Grub, as far as I know, is a logical partition (or some such segment) of the physical storage medium. A low-level format will overwrite any such logical partitioning. I should not have to go to Windows for this, and I'm sure I don't. So what utility in Unix will perform this essential operation. ElStellino says he will wipe the drive totally... That's what I had to go to windows for. There has to be another way.

    – Stephen Boston
    2 days ago













  • This has nothing to do with formatting partitions and it has nothing to do with the boot flag of a partition. You may delete all partitions, if there is still a boot-loader in the MBR, the BIOS will see it.

    – mook765
    yesterday











  • @mook765 My understanding, perhaps incorrect, is that the MBR is a section of data on the first sector of the drive and so that should be erased during a full format. How do I format the drive so that this MBR is erased?

    – Stephen Boston
    yesterday











  • The MBR is not erased when you format a partition, you would lose all partitions if you erase the whole MBR. How to erase only the boot-loader from the MBR is explained in the answers to the linked question.

    – mook765
    yesterday



















  • Take a look at askubuntu.com/questions/131168/how-do-i-uninstall-grub/… , I think this answers your question.

    – mook765
    2 days ago











  • @mook765 I see how that is applicable here, but I'm looking for a Unix utility that will perform a low level format as the Windows format does. Grub, as far as I know, is a logical partition (or some such segment) of the physical storage medium. A low-level format will overwrite any such logical partitioning. I should not have to go to Windows for this, and I'm sure I don't. So what utility in Unix will perform this essential operation. ElStellino says he will wipe the drive totally... That's what I had to go to windows for. There has to be another way.

    – Stephen Boston
    2 days ago













  • This has nothing to do with formatting partitions and it has nothing to do with the boot flag of a partition. You may delete all partitions, if there is still a boot-loader in the MBR, the BIOS will see it.

    – mook765
    yesterday











  • @mook765 My understanding, perhaps incorrect, is that the MBR is a section of data on the first sector of the drive and so that should be erased during a full format. How do I format the drive so that this MBR is erased?

    – Stephen Boston
    yesterday











  • The MBR is not erased when you format a partition, you would lose all partitions if you erase the whole MBR. How to erase only the boot-loader from the MBR is explained in the answers to the linked question.

    – mook765
    yesterday

















Take a look at askubuntu.com/questions/131168/how-do-i-uninstall-grub/… , I think this answers your question.

– mook765
2 days ago





Take a look at askubuntu.com/questions/131168/how-do-i-uninstall-grub/… , I think this answers your question.

– mook765
2 days ago













@mook765 I see how that is applicable here, but I'm looking for a Unix utility that will perform a low level format as the Windows format does. Grub, as far as I know, is a logical partition (or some such segment) of the physical storage medium. A low-level format will overwrite any such logical partitioning. I should not have to go to Windows for this, and I'm sure I don't. So what utility in Unix will perform this essential operation. ElStellino says he will wipe the drive totally... That's what I had to go to windows for. There has to be another way.

– Stephen Boston
2 days ago







@mook765 I see how that is applicable here, but I'm looking for a Unix utility that will perform a low level format as the Windows format does. Grub, as far as I know, is a logical partition (or some such segment) of the physical storage medium. A low-level format will overwrite any such logical partitioning. I should not have to go to Windows for this, and I'm sure I don't. So what utility in Unix will perform this essential operation. ElStellino says he will wipe the drive totally... That's what I had to go to windows for. There has to be another way.

– Stephen Boston
2 days ago















This has nothing to do with formatting partitions and it has nothing to do with the boot flag of a partition. You may delete all partitions, if there is still a boot-loader in the MBR, the BIOS will see it.

– mook765
yesterday





This has nothing to do with formatting partitions and it has nothing to do with the boot flag of a partition. You may delete all partitions, if there is still a boot-loader in the MBR, the BIOS will see it.

– mook765
yesterday













@mook765 My understanding, perhaps incorrect, is that the MBR is a section of data on the first sector of the drive and so that should be erased during a full format. How do I format the drive so that this MBR is erased?

– Stephen Boston
yesterday





@mook765 My understanding, perhaps incorrect, is that the MBR is a section of data on the first sector of the drive and so that should be erased during a full format. How do I format the drive so that this MBR is erased?

– Stephen Boston
yesterday













The MBR is not erased when you format a partition, you would lose all partitions if you erase the whole MBR. How to erase only the boot-loader from the MBR is explained in the answers to the linked question.

– mook765
yesterday





The MBR is not erased when you format a partition, you would lose all partitions if you erase the whole MBR. How to erase only the boot-loader from the MBR is explained in the answers to the linked question.

– mook765
yesterday










0






active

oldest

votes












Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
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
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1127370%2fusb-bootable-flag-not-cleared-by-gparted-but-cleared-by-windows%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
















draft saved

draft discarded




















































Thanks for contributing an answer to Ask Ubuntu!


  • 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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1127370%2fusb-bootable-flag-not-cleared-by-gparted-but-cleared-by-windows%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

GameSpot

connect to host localhost port 22: Connection refused

Getting a Wifi WPA2 wifi connection