Add a second Windows hard drive
A friend gave me a 1 TB hard drive from a Windows computer. I want wipe it and install it in my computer. I already have one Ubuntu hard drive and want another hard drive for Windows 10 Thanks
hard-drive
add a comment |
A friend gave me a 1 TB hard drive from a Windows computer. I want wipe it and install it in my computer. I already have one Ubuntu hard drive and want another hard drive for Windows 10 Thanks
hard-drive
What brand/model system? Desktop or laptop? Internal drive or external/USB? Often best to disconnect Ubuntu drive to install Windows to avoid issues, but you must install in same boot mode as Ubuntu, or both must be UEFI or both BIOS boot mode. Often disconnecting a drive, may require you to reset UEFI boot entry for Ubuntu either with efibootmgr or reinstalling grub as UEFI often forgets boot entries when drive disconnected. But still better to disconnect drive than have Windows overwrite part ot it.
– oldfred
Jan 21 at 18:40
I see intent but not an actual question. What is stopping you from doing this?
– Rinzwind
Jan 21 at 22:02
I built the desk top computer. mainboard is Gigabyte 64 bit. At the time I was running 2 hard drives Zorin 09 and windows 10 with boot manager. The windows HD died along with the boot manager. Since I started this Thread I have decided to just buy a new SS HD as I don't know if the one I was given can be trusted, Thanks
– Hommel Mills
Jan 22 at 15:37
add a comment |
A friend gave me a 1 TB hard drive from a Windows computer. I want wipe it and install it in my computer. I already have one Ubuntu hard drive and want another hard drive for Windows 10 Thanks
hard-drive
A friend gave me a 1 TB hard drive from a Windows computer. I want wipe it and install it in my computer. I already have one Ubuntu hard drive and want another hard drive for Windows 10 Thanks
hard-drive
hard-drive
edited Jan 22 at 9:27
Codito ergo sum
1,5023825
1,5023825
asked Jan 21 at 18:20
Hommel MillsHommel Mills
1
1
What brand/model system? Desktop or laptop? Internal drive or external/USB? Often best to disconnect Ubuntu drive to install Windows to avoid issues, but you must install in same boot mode as Ubuntu, or both must be UEFI or both BIOS boot mode. Often disconnecting a drive, may require you to reset UEFI boot entry for Ubuntu either with efibootmgr or reinstalling grub as UEFI often forgets boot entries when drive disconnected. But still better to disconnect drive than have Windows overwrite part ot it.
– oldfred
Jan 21 at 18:40
I see intent but not an actual question. What is stopping you from doing this?
– Rinzwind
Jan 21 at 22:02
I built the desk top computer. mainboard is Gigabyte 64 bit. At the time I was running 2 hard drives Zorin 09 and windows 10 with boot manager. The windows HD died along with the boot manager. Since I started this Thread I have decided to just buy a new SS HD as I don't know if the one I was given can be trusted, Thanks
– Hommel Mills
Jan 22 at 15:37
add a comment |
What brand/model system? Desktop or laptop? Internal drive or external/USB? Often best to disconnect Ubuntu drive to install Windows to avoid issues, but you must install in same boot mode as Ubuntu, or both must be UEFI or both BIOS boot mode. Often disconnecting a drive, may require you to reset UEFI boot entry for Ubuntu either with efibootmgr or reinstalling grub as UEFI often forgets boot entries when drive disconnected. But still better to disconnect drive than have Windows overwrite part ot it.
– oldfred
Jan 21 at 18:40
I see intent but not an actual question. What is stopping you from doing this?
– Rinzwind
Jan 21 at 22:02
I built the desk top computer. mainboard is Gigabyte 64 bit. At the time I was running 2 hard drives Zorin 09 and windows 10 with boot manager. The windows HD died along with the boot manager. Since I started this Thread I have decided to just buy a new SS HD as I don't know if the one I was given can be trusted, Thanks
– Hommel Mills
Jan 22 at 15:37
What brand/model system? Desktop or laptop? Internal drive or external/USB? Often best to disconnect Ubuntu drive to install Windows to avoid issues, but you must install in same boot mode as Ubuntu, or both must be UEFI or both BIOS boot mode. Often disconnecting a drive, may require you to reset UEFI boot entry for Ubuntu either with efibootmgr or reinstalling grub as UEFI often forgets boot entries when drive disconnected. But still better to disconnect drive than have Windows overwrite part ot it.
– oldfred
Jan 21 at 18:40
What brand/model system? Desktop or laptop? Internal drive or external/USB? Often best to disconnect Ubuntu drive to install Windows to avoid issues, but you must install in same boot mode as Ubuntu, or both must be UEFI or both BIOS boot mode. Often disconnecting a drive, may require you to reset UEFI boot entry for Ubuntu either with efibootmgr or reinstalling grub as UEFI often forgets boot entries when drive disconnected. But still better to disconnect drive than have Windows overwrite part ot it.
– oldfred
Jan 21 at 18:40
I see intent but not an actual question. What is stopping you from doing this?
– Rinzwind
Jan 21 at 22:02
I see intent but not an actual question. What is stopping you from doing this?
– Rinzwind
Jan 21 at 22:02
I built the desk top computer. mainboard is Gigabyte 64 bit. At the time I was running 2 hard drives Zorin 09 and windows 10 with boot manager. The windows HD died along with the boot manager. Since I started this Thread I have decided to just buy a new SS HD as I don't know if the one I was given can be trusted, Thanks
– Hommel Mills
Jan 22 at 15:37
I built the desk top computer. mainboard is Gigabyte 64 bit. At the time I was running 2 hard drives Zorin 09 and windows 10 with boot manager. The windows HD died along with the boot manager. Since I started this Thread I have decided to just buy a new SS HD as I don't know if the one I was given can be trusted, Thanks
– Hommel Mills
Jan 22 at 15:37
add a comment |
1 Answer
1
active
oldest
votes
i suggest you to install gparted : sudo apt-get update; sudo apt-get install gparted
and then you can format new hdd and create partition you want.
Thanks for getting back. I've got gparted already on my working HD running Zorin 09. So I will give it a go. I guess once I get windows installed on new HD I'll have to reinstall a boot manager as the one I had is gone when the Windows HD died. I'm no pro at this but I do have a lot of patients. LOL!
– Hommel Mills
Jan 22 at 15:44
you can install grub2 from ubuntu
– erinnis
Jan 23 at 14:41
I checked and already have grub 2. I'm assuming when my original second hard drive died it quit showing up in Grub boot menu. I will find out if this is the case when my new hard drive arrives today and get it up and going. Thanks for the help.
– Hommel Mills
Jan 24 at 14:38
add a comment |
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%2f1111729%2fadd-a-second-windows-hard-drive%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
i suggest you to install gparted : sudo apt-get update; sudo apt-get install gparted
and then you can format new hdd and create partition you want.
Thanks for getting back. I've got gparted already on my working HD running Zorin 09. So I will give it a go. I guess once I get windows installed on new HD I'll have to reinstall a boot manager as the one I had is gone when the Windows HD died. I'm no pro at this but I do have a lot of patients. LOL!
– Hommel Mills
Jan 22 at 15:44
you can install grub2 from ubuntu
– erinnis
Jan 23 at 14:41
I checked and already have grub 2. I'm assuming when my original second hard drive died it quit showing up in Grub boot menu. I will find out if this is the case when my new hard drive arrives today and get it up and going. Thanks for the help.
– Hommel Mills
Jan 24 at 14:38
add a comment |
i suggest you to install gparted : sudo apt-get update; sudo apt-get install gparted
and then you can format new hdd and create partition you want.
Thanks for getting back. I've got gparted already on my working HD running Zorin 09. So I will give it a go. I guess once I get windows installed on new HD I'll have to reinstall a boot manager as the one I had is gone when the Windows HD died. I'm no pro at this but I do have a lot of patients. LOL!
– Hommel Mills
Jan 22 at 15:44
you can install grub2 from ubuntu
– erinnis
Jan 23 at 14:41
I checked and already have grub 2. I'm assuming when my original second hard drive died it quit showing up in Grub boot menu. I will find out if this is the case when my new hard drive arrives today and get it up and going. Thanks for the help.
– Hommel Mills
Jan 24 at 14:38
add a comment |
i suggest you to install gparted : sudo apt-get update; sudo apt-get install gparted
and then you can format new hdd and create partition you want.
i suggest you to install gparted : sudo apt-get update; sudo apt-get install gparted
and then you can format new hdd and create partition you want.
answered Jan 21 at 20:42
erinniserinnis
674
674
Thanks for getting back. I've got gparted already on my working HD running Zorin 09. So I will give it a go. I guess once I get windows installed on new HD I'll have to reinstall a boot manager as the one I had is gone when the Windows HD died. I'm no pro at this but I do have a lot of patients. LOL!
– Hommel Mills
Jan 22 at 15:44
you can install grub2 from ubuntu
– erinnis
Jan 23 at 14:41
I checked and already have grub 2. I'm assuming when my original second hard drive died it quit showing up in Grub boot menu. I will find out if this is the case when my new hard drive arrives today and get it up and going. Thanks for the help.
– Hommel Mills
Jan 24 at 14:38
add a comment |
Thanks for getting back. I've got gparted already on my working HD running Zorin 09. So I will give it a go. I guess once I get windows installed on new HD I'll have to reinstall a boot manager as the one I had is gone when the Windows HD died. I'm no pro at this but I do have a lot of patients. LOL!
– Hommel Mills
Jan 22 at 15:44
you can install grub2 from ubuntu
– erinnis
Jan 23 at 14:41
I checked and already have grub 2. I'm assuming when my original second hard drive died it quit showing up in Grub boot menu. I will find out if this is the case when my new hard drive arrives today and get it up and going. Thanks for the help.
– Hommel Mills
Jan 24 at 14:38
Thanks for getting back. I've got gparted already on my working HD running Zorin 09. So I will give it a go. I guess once I get windows installed on new HD I'll have to reinstall a boot manager as the one I had is gone when the Windows HD died. I'm no pro at this but I do have a lot of patients. LOL!
– Hommel Mills
Jan 22 at 15:44
Thanks for getting back. I've got gparted already on my working HD running Zorin 09. So I will give it a go. I guess once I get windows installed on new HD I'll have to reinstall a boot manager as the one I had is gone when the Windows HD died. I'm no pro at this but I do have a lot of patients. LOL!
– Hommel Mills
Jan 22 at 15:44
you can install grub2 from ubuntu
– erinnis
Jan 23 at 14:41
you can install grub2 from ubuntu
– erinnis
Jan 23 at 14:41
I checked and already have grub 2. I'm assuming when my original second hard drive died it quit showing up in Grub boot menu. I will find out if this is the case when my new hard drive arrives today and get it up and going. Thanks for the help.
– Hommel Mills
Jan 24 at 14:38
I checked and already have grub 2. I'm assuming when my original second hard drive died it quit showing up in Grub boot menu. I will find out if this is the case when my new hard drive arrives today and get it up and going. Thanks for the help.
– Hommel Mills
Jan 24 at 14:38
add a comment |
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%2f1111729%2fadd-a-second-windows-hard-drive%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
What brand/model system? Desktop or laptop? Internal drive or external/USB? Often best to disconnect Ubuntu drive to install Windows to avoid issues, but you must install in same boot mode as Ubuntu, or both must be UEFI or both BIOS boot mode. Often disconnecting a drive, may require you to reset UEFI boot entry for Ubuntu either with efibootmgr or reinstalling grub as UEFI often forgets boot entries when drive disconnected. But still better to disconnect drive than have Windows overwrite part ot it.
– oldfred
Jan 21 at 18:40
I see intent but not an actual question. What is stopping you from doing this?
– Rinzwind
Jan 21 at 22:02
I built the desk top computer. mainboard is Gigabyte 64 bit. At the time I was running 2 hard drives Zorin 09 and windows 10 with boot manager. The windows HD died along with the boot manager. Since I started this Thread I have decided to just buy a new SS HD as I don't know if the one I was given can be trusted, Thanks
– Hommel Mills
Jan 22 at 15:37