Windows 7 SSD won't boot in machine with Ubuntu HDD. Both have bootable drives. How can I get dual-boot to...
My Dad installed Ubuntu (Linux Mint) on the HDD in his gaming computer (go figure) as he didn't like Windows 10. I got him a game for us both to play, which he has been unable to install on Linux (we don't want help with that, thanks).
I've formatted his SSD with Windows 7 using my own computer (call it "Computer M") and it works absolutely fine (Computer M is a windows-only machine). When I mount it in his computer (call it "Computer H"), and set the boot order so the SSD goes first, it won't boot, it crashes after the first few dots of the windows loading screen appear.
On ubuntu i've tried "sudo fdisk -l" and here's what I get:
"Disk /dev/sda: 232.9 GiB, 250059350016 bytes, 488397168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x84b7372f
Device Boot Start End Sectors Size Id Type
/dev/sda1 * 2048 488396799 488394752 232.9G 7 HPFS/NTFS/exFAT
Disk /dev/sdb: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 4910AAF7-C50D-4C97-8812-97030E1A69A1
Device Start End Sectors Size Type
/dev/sdb1 2048 1050623 1048576 512M EFI System
/dev/sdb2 1050624 1953523711 1952473088 931G Linux filesystem"
If I try "sudo os-prober" nothing appears.
Using "sudo update-grub" I get the following, which has a distinct lack of the word 'windows' anywhere:
"Sourcing file /etc/default/grub'/etc/default/grub.d/50_linuxmint.cfg'
Sourcing file
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-4.15.0-45-generic
Found initrd image: /boot/initrd.img-4.15.0-45-generic
Found linux image: /boot/vmlinuz-4.15.0-20-generic
Found initrd image: /boot/initrd.img-4.15.0-20-generic
Adding boot menu entry for EFI firmware configuration
done"
How can I get this dual-boot to work without re-installing windows or starting from scratch? Is it even possible?
The end goal is to be able to choose which operating system to boot into. If that's not possible, it would be great to just be able to boot into windows; when the ubuntu drive is not mounted, the windows drive still won't boot (again - it works fine in my machine).
I have no idea what I'm doing with ubuntu. I've been trying this for hours. If I can I provide any other info that will help answer my query, please let me know :)
Thanks!
boot dual-boot grub2 mount windows-7
New contributor
Avairion is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
My Dad installed Ubuntu (Linux Mint) on the HDD in his gaming computer (go figure) as he didn't like Windows 10. I got him a game for us both to play, which he has been unable to install on Linux (we don't want help with that, thanks).
I've formatted his SSD with Windows 7 using my own computer (call it "Computer M") and it works absolutely fine (Computer M is a windows-only machine). When I mount it in his computer (call it "Computer H"), and set the boot order so the SSD goes first, it won't boot, it crashes after the first few dots of the windows loading screen appear.
On ubuntu i've tried "sudo fdisk -l" and here's what I get:
"Disk /dev/sda: 232.9 GiB, 250059350016 bytes, 488397168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x84b7372f
Device Boot Start End Sectors Size Id Type
/dev/sda1 * 2048 488396799 488394752 232.9G 7 HPFS/NTFS/exFAT
Disk /dev/sdb: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 4910AAF7-C50D-4C97-8812-97030E1A69A1
Device Start End Sectors Size Type
/dev/sdb1 2048 1050623 1048576 512M EFI System
/dev/sdb2 1050624 1953523711 1952473088 931G Linux filesystem"
If I try "sudo os-prober" nothing appears.
Using "sudo update-grub" I get the following, which has a distinct lack of the word 'windows' anywhere:
"Sourcing file /etc/default/grub'/etc/default/grub.d/50_linuxmint.cfg'
Sourcing file
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-4.15.0-45-generic
Found initrd image: /boot/initrd.img-4.15.0-45-generic
Found linux image: /boot/vmlinuz-4.15.0-20-generic
Found initrd image: /boot/initrd.img-4.15.0-20-generic
Adding boot menu entry for EFI firmware configuration
done"
How can I get this dual-boot to work without re-installing windows or starting from scratch? Is it even possible?
The end goal is to be able to choose which operating system to boot into. If that's not possible, it would be great to just be able to boot into windows; when the ubuntu drive is not mounted, the windows drive still won't boot (again - it works fine in my machine).
I have no idea what I'm doing with ubuntu. I've been trying this for hours. If I can I provide any other info that will help answer my query, please let me know :)
Thanks!
boot dual-boot grub2 mount windows-7
New contributor
Avairion is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
My Dad installed Ubuntu (Linux Mint) on the HDD in his gaming computer (go figure) as he didn't like Windows 10. I got him a game for us both to play, which he has been unable to install on Linux (we don't want help with that, thanks).
I've formatted his SSD with Windows 7 using my own computer (call it "Computer M") and it works absolutely fine (Computer M is a windows-only machine). When I mount it in his computer (call it "Computer H"), and set the boot order so the SSD goes first, it won't boot, it crashes after the first few dots of the windows loading screen appear.
On ubuntu i've tried "sudo fdisk -l" and here's what I get:
"Disk /dev/sda: 232.9 GiB, 250059350016 bytes, 488397168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x84b7372f
Device Boot Start End Sectors Size Id Type
/dev/sda1 * 2048 488396799 488394752 232.9G 7 HPFS/NTFS/exFAT
Disk /dev/sdb: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 4910AAF7-C50D-4C97-8812-97030E1A69A1
Device Start End Sectors Size Type
/dev/sdb1 2048 1050623 1048576 512M EFI System
/dev/sdb2 1050624 1953523711 1952473088 931G Linux filesystem"
If I try "sudo os-prober" nothing appears.
Using "sudo update-grub" I get the following, which has a distinct lack of the word 'windows' anywhere:
"Sourcing file /etc/default/grub'/etc/default/grub.d/50_linuxmint.cfg'
Sourcing file
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-4.15.0-45-generic
Found initrd image: /boot/initrd.img-4.15.0-45-generic
Found linux image: /boot/vmlinuz-4.15.0-20-generic
Found initrd image: /boot/initrd.img-4.15.0-20-generic
Adding boot menu entry for EFI firmware configuration
done"
How can I get this dual-boot to work without re-installing windows or starting from scratch? Is it even possible?
The end goal is to be able to choose which operating system to boot into. If that's not possible, it would be great to just be able to boot into windows; when the ubuntu drive is not mounted, the windows drive still won't boot (again - it works fine in my machine).
I have no idea what I'm doing with ubuntu. I've been trying this for hours. If I can I provide any other info that will help answer my query, please let me know :)
Thanks!
boot dual-boot grub2 mount windows-7
New contributor
Avairion is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
My Dad installed Ubuntu (Linux Mint) on the HDD in his gaming computer (go figure) as he didn't like Windows 10. I got him a game for us both to play, which he has been unable to install on Linux (we don't want help with that, thanks).
I've formatted his SSD with Windows 7 using my own computer (call it "Computer M") and it works absolutely fine (Computer M is a windows-only machine). When I mount it in his computer (call it "Computer H"), and set the boot order so the SSD goes first, it won't boot, it crashes after the first few dots of the windows loading screen appear.
On ubuntu i've tried "sudo fdisk -l" and here's what I get:
"Disk /dev/sda: 232.9 GiB, 250059350016 bytes, 488397168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x84b7372f
Device Boot Start End Sectors Size Id Type
/dev/sda1 * 2048 488396799 488394752 232.9G 7 HPFS/NTFS/exFAT
Disk /dev/sdb: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 4910AAF7-C50D-4C97-8812-97030E1A69A1
Device Start End Sectors Size Type
/dev/sdb1 2048 1050623 1048576 512M EFI System
/dev/sdb2 1050624 1953523711 1952473088 931G Linux filesystem"
If I try "sudo os-prober" nothing appears.
Using "sudo update-grub" I get the following, which has a distinct lack of the word 'windows' anywhere:
"Sourcing file /etc/default/grub'/etc/default/grub.d/50_linuxmint.cfg'
Sourcing file
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-4.15.0-45-generic
Found initrd image: /boot/initrd.img-4.15.0-45-generic
Found linux image: /boot/vmlinuz-4.15.0-20-generic
Found initrd image: /boot/initrd.img-4.15.0-20-generic
Adding boot menu entry for EFI firmware configuration
done"
How can I get this dual-boot to work without re-installing windows or starting from scratch? Is it even possible?
The end goal is to be able to choose which operating system to boot into. If that's not possible, it would be great to just be able to boot into windows; when the ubuntu drive is not mounted, the windows drive still won't boot (again - it works fine in my machine).
I have no idea what I'm doing with ubuntu. I've been trying this for hours. If I can I provide any other info that will help answer my query, please let me know :)
Thanks!
boot dual-boot grub2 mount windows-7
boot dual-boot grub2 mount windows-7
New contributor
Avairion is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Avairion is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Avairion is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 14 mins ago
AvairionAvairion
1
1
New contributor
Avairion is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Avairion is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Avairion is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
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
});
}
});
Avairion is a new contributor. Be nice, and check out our Code of Conduct.
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%2f1127966%2fwindows-7-ssd-wont-boot-in-machine-with-ubuntu-hdd-both-have-bootable-drives%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
Avairion is a new contributor. Be nice, and check out our Code of Conduct.
Avairion is a new contributor. Be nice, and check out our Code of Conduct.
Avairion is a new contributor. Be nice, and check out our Code of Conduct.
Avairion is a new contributor. Be nice, and check out our Code of Conduct.
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%2f1127966%2fwindows-7-ssd-wont-boot-in-machine-with-ubuntu-hdd-both-have-bootable-drives%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