May have made a mistake… before I reboot help me out

Multi tool use
I have ubuntu 18.04 installed and I recently bought a second 64 GB SSD I wanted to install windows on.
1) I powered off the machine, connected the drive, and see it in fdisk -l and saw my drive was /dev/sdd
2) I ran fdisk /dev/sdd
and hit d
for delete partition to remove anything
3) I then hit g
to create a new GPT table
4) I hit w
to my changes and i get this message :
Command (m for help): w
The partition table has been altered.
Failed to remove partition 1 from system: Device or resource busy
The kernel still uses the old partitions. The new table will be used at the next reboot.
Synching disks.
am i going to have issues on next reboot? my base os is EXT4 on an SSD and I have 3 hdd in ZFS ?
the only thing I wanted to do is install my windows iso on this disk... I'm assuming i'm going in the right direction however i'm afraid to reboot my box now.
would sudo dd if=<ISO_FILE> of=/dev/sd<DRIVE_ID>
have worked? would it have been bootable?
boot partitioning
add a comment |
I have ubuntu 18.04 installed and I recently bought a second 64 GB SSD I wanted to install windows on.
1) I powered off the machine, connected the drive, and see it in fdisk -l and saw my drive was /dev/sdd
2) I ran fdisk /dev/sdd
and hit d
for delete partition to remove anything
3) I then hit g
to create a new GPT table
4) I hit w
to my changes and i get this message :
Command (m for help): w
The partition table has been altered.
Failed to remove partition 1 from system: Device or resource busy
The kernel still uses the old partitions. The new table will be used at the next reboot.
Synching disks.
am i going to have issues on next reboot? my base os is EXT4 on an SSD and I have 3 hdd in ZFS ?
the only thing I wanted to do is install my windows iso on this disk... I'm assuming i'm going in the right direction however i'm afraid to reboot my box now.
would sudo dd if=<ISO_FILE> of=/dev/sd<DRIVE_ID>
have worked? would it have been bootable?
boot partitioning
Please edit your question and be more specific. "My drive" = new or existing? Where is your base OS installed?/dev/sda1
? where are the other HDDs located? Now your question is unanswereable without more details. Also, please limit your question to... well... one question. ;-) 0:-)
– Fabby
Feb 2 at 18:50
Base os I installed in /dev/sda goal is to have a Windows drive ready to boot..
– genx1mx6
Feb 2 at 20:43
Please edit your question to clarify, then leave another comment, please.
– Fabby
Feb 3 at 8:58
add a comment |
I have ubuntu 18.04 installed and I recently bought a second 64 GB SSD I wanted to install windows on.
1) I powered off the machine, connected the drive, and see it in fdisk -l and saw my drive was /dev/sdd
2) I ran fdisk /dev/sdd
and hit d
for delete partition to remove anything
3) I then hit g
to create a new GPT table
4) I hit w
to my changes and i get this message :
Command (m for help): w
The partition table has been altered.
Failed to remove partition 1 from system: Device or resource busy
The kernel still uses the old partitions. The new table will be used at the next reboot.
Synching disks.
am i going to have issues on next reboot? my base os is EXT4 on an SSD and I have 3 hdd in ZFS ?
the only thing I wanted to do is install my windows iso on this disk... I'm assuming i'm going in the right direction however i'm afraid to reboot my box now.
would sudo dd if=<ISO_FILE> of=/dev/sd<DRIVE_ID>
have worked? would it have been bootable?
boot partitioning
I have ubuntu 18.04 installed and I recently bought a second 64 GB SSD I wanted to install windows on.
1) I powered off the machine, connected the drive, and see it in fdisk -l and saw my drive was /dev/sdd
2) I ran fdisk /dev/sdd
and hit d
for delete partition to remove anything
3) I then hit g
to create a new GPT table
4) I hit w
to my changes and i get this message :
Command (m for help): w
The partition table has been altered.
Failed to remove partition 1 from system: Device or resource busy
The kernel still uses the old partitions. The new table will be used at the next reboot.
Synching disks.
am i going to have issues on next reboot? my base os is EXT4 on an SSD and I have 3 hdd in ZFS ?
the only thing I wanted to do is install my windows iso on this disk... I'm assuming i'm going in the right direction however i'm afraid to reboot my box now.
would sudo dd if=<ISO_FILE> of=/dev/sd<DRIVE_ID>
have worked? would it have been bootable?
boot partitioning
boot partitioning
asked Feb 2 at 18:07
genx1mx6genx1mx6
43
43
Please edit your question and be more specific. "My drive" = new or existing? Where is your base OS installed?/dev/sda1
? where are the other HDDs located? Now your question is unanswereable without more details. Also, please limit your question to... well... one question. ;-) 0:-)
– Fabby
Feb 2 at 18:50
Base os I installed in /dev/sda goal is to have a Windows drive ready to boot..
– genx1mx6
Feb 2 at 20:43
Please edit your question to clarify, then leave another comment, please.
– Fabby
Feb 3 at 8:58
add a comment |
Please edit your question and be more specific. "My drive" = new or existing? Where is your base OS installed?/dev/sda1
? where are the other HDDs located? Now your question is unanswereable without more details. Also, please limit your question to... well... one question. ;-) 0:-)
– Fabby
Feb 2 at 18:50
Base os I installed in /dev/sda goal is to have a Windows drive ready to boot..
– genx1mx6
Feb 2 at 20:43
Please edit your question to clarify, then leave another comment, please.
– Fabby
Feb 3 at 8:58
Please edit your question and be more specific. "My drive" = new or existing? Where is your base OS installed?
/dev/sda1
? where are the other HDDs located? Now your question is unanswereable without more details. Also, please limit your question to... well... one question. ;-) 0:-)– Fabby
Feb 2 at 18:50
Please edit your question and be more specific. "My drive" = new or existing? Where is your base OS installed?
/dev/sda1
? where are the other HDDs located? Now your question is unanswereable without more details. Also, please limit your question to... well... one question. ;-) 0:-)– Fabby
Feb 2 at 18:50
Base os I installed in /dev/sda goal is to have a Windows drive ready to boot..
– genx1mx6
Feb 2 at 20:43
Base os I installed in /dev/sda goal is to have a Windows drive ready to boot..
– genx1mx6
Feb 2 at 20:43
Please edit your question to clarify, then leave another comment, please.
– Fabby
Feb 3 at 8:58
Please edit your question to clarify, then leave another comment, please.
– Fabby
Feb 3 at 8:58
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%2f1115054%2fmay-have-made-a-mistake-before-i-reboot-help-me-out%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%2f1115054%2fmay-have-made-a-mistake-before-i-reboot-help-me-out%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
IXUSFN xLJthH rOLKaDNVPXIG,wlw3oQo jfUBKQu9PIetMkl
Please edit your question and be more specific. "My drive" = new or existing? Where is your base OS installed?
/dev/sda1
? where are the other HDDs located? Now your question is unanswereable without more details. Also, please limit your question to... well... one question. ;-) 0:-)– Fabby
Feb 2 at 18:50
Base os I installed in /dev/sda goal is to have a Windows drive ready to boot..
– genx1mx6
Feb 2 at 20:43
Please edit your question to clarify, then leave another comment, please.
– Fabby
Feb 3 at 8:58