usb bootable flag not cleared by gparted but cleared by Windows The 2019 Stack Overflow Developer Survey Results Are InHow do I uninstall GRUB?USB stick shows up as two drives!Why doesn't this custom created usb drive image mount?Need help making a Windows bootable USBHow to delete the bootable flag of a partitionUbuntu LIVE on USB - All Storage not AvailableMy USB is not imaging properly8TB Hard Disk mount failedMy bootable pendrive is 8GB but it only formats to 7.45. Why?Why does fdisk and parted not show same partition table on a fresh bootable usb imageBoot option not included USB after fully installed in USB with UEFI
Inversion Puzzle
Inline version of a function returns different value then non-inline version
Deadlock Graph and Interpretation, solution to avoid
Why is the maximum length of openwrt’s root password 8 characters?
I looked up a future colleague on LinkedIn before I started a job. I told my colleague about it and he seemed surprised. Should I apologize?
aging parents with no investments
If a poisoned arrow's piercing damage is reduced to 0, do you still get poisoned?
Dual Citizen. Exited the US on Italian passport recently
Does duplicating a spell with Wish count as casting that spell?
What does "sndry explns" mean in one of the Hitchhiker's guide books?
How to make payment on the internet without leaving a money trail?
Access elements in std::string where positon of string is greater than its size
Is flight data recorder erased after every flight?
How can I fix this gap between bookcases I made?
What are the motivations for publishing new editions of an existing textbook, beyond new discoveries in a field?
If the Wish spell is used to duplicate the effect of Simulacrum, are existing duplicates destroyed?
Any good smartcontract for "business calendar" oracles?
What is the meaning of Triage in Cybersec world?
Should I write numbers in words or as numerals when there are multiple next to each other?
Extreme, unacceptable situation and I can't attend work tomorrow morning
What does Linus Torvalds means when he says that git "never ever" tracks a file?
Could JWST stay at L2 "forever"?
Can distinct morphisms between curves induce the same morphism on singular cohomology?
What is the steepest angle that a canal can be traversable without locks?
usb bootable flag not cleared by gparted but cleared by Windows
The 2019 Stack Overflow Developer Survey Results Are InHow do I uninstall GRUB?USB stick shows up as two drives!Why doesn't this custom created usb drive image mount?Need help making a Windows bootable USBHow to delete the bootable flag of a partitionUbuntu LIVE on USB - All Storage not AvailableMy USB is not imaging properly8TB Hard Disk mount failedMy bootable pendrive is 8GB but it only formats to 7.45. Why?Why does fdisk and parted not show same partition table on a fresh bootable usb imageBoot option not included USB after fully installed in USB with UEFI
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom: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?
usb fdisk parted
add a comment |
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
Take a look at askubuntu.com/questions/131168/how-do-i-uninstall-grub/… , I think this answers your question.
– mook765
3 hours ago
@mook765 I see how that is applicable here, but O
– Stephen Boston
40 mins 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
25 mins ago
add a comment |
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
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
usb fdisk parted
edited 3 hours 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
3 hours ago
@mook765 I see how that is applicable here, but O
– Stephen Boston
40 mins 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
25 mins ago
add a comment |
Take a look at askubuntu.com/questions/131168/how-do-i-uninstall-grub/… , I think this answers your question.
– mook765
3 hours ago
@mook765 I see how that is applicable here, but O
– Stephen Boston
40 mins 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
25 mins ago
Take a look at askubuntu.com/questions/131168/how-do-i-uninstall-grub/… , I think this answers your question.
– mook765
3 hours ago
Take a look at askubuntu.com/questions/131168/how-do-i-uninstall-grub/… , I think this answers your question.
– mook765
3 hours ago
@mook765 I see how that is applicable here, but O
– Stephen Boston
40 mins ago
@mook765 I see how that is applicable here, but O
– Stephen Boston
40 mins 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
25 mins 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
25 mins ago
add a comment |
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
);
);
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%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
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.
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%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
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
Take a look at askubuntu.com/questions/131168/how-do-i-uninstall-grub/… , I think this answers your question.
– mook765
3 hours ago
@mook765 I see how that is applicable here, but O
– Stephen Boston
40 mins 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
25 mins ago