Windows 7 SSD won't boot in machine with Ubuntu HDD. Both have bootable drives. How can I get dual-boot to...

What if a revenant (monster) gains fire resistance?

Why would a new[] expression ever invoke a destructor?

An unused reference in research paper

Why should universal income be universal?

Does IPv6 have similar concept of network mask?

This is why we puzzle

Terse Method to Swap Lowest for Highest?

Yosemite Fire Rings - What to Expect?

Has any country ever had 2 former presidents in jail simultaneously?

Why does a simple loop result in ASYNC_NETWORK_IO waits?

The IT department bottlenecks progress, how should I handle this?

Strong empirical falsification of quantum mechanics based on vacuum energy density

Probability that THHT occurs in a sequence of 10 coin tosses

Calculate sum of polynomial roots

How can mimic phobia be cured?

Why "had" in "[something] we would have made had we used [something]"?

Does the Linux kernel need a file system to run?

Can I say "fingers" when referring to toes?

Why Shazam when there is already Superman?

Limits and Infinite Integration by Parts

Does Doodling or Improvising on the Piano Have Any Benefits?

How to cover method return statement in Apex Class?

Extract more than nine arguments that occur periodically in a sentence to use in macros in order to typset

What does "Scientists rise up against statistical significance" mean? (Comment in Nature)



Windows 7 SSD won't boot in machine with Ubuntu HDD. Both have bootable drives. How can I get dual-boot to work?


Boot linux on external hard disk - Send Grub Rescue`install-grub` claims that I have multiple partiton labels and that embedding is impossibleDual Boot - Windows does not showslow boot up in ubuntu 16.04 LTS 64 bitExternal HDD not mountingGRUB doesn't show Win XP after Install with “alongside” optionHow to install grub after fatal error on failed RAID system?Ubuntu windows 10 Dual boot problemunable to boot to windows 10 after installing kubuntu 18.04 on second hdd using lvmUbuntu on Second Drive Windows 10













0















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'
Sourcing file
/etc/default/grub.d/50_linuxmint.cfg'
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!









share







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.

























    0















    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'
    Sourcing file
    /etc/default/grub.d/50_linuxmint.cfg'
    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!









    share







    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.























      0












      0








      0








      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'
      Sourcing file
      /etc/default/grub.d/50_linuxmint.cfg'
      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!









      share







      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'
      Sourcing file
      /etc/default/grub.d/50_linuxmint.cfg'
      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





      share







      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.










      share







      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.








      share



      share






      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 1 min 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.






















          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.










          draft saved

          draft discarded


















          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.










          draft saved

          draft discarded


















          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.




          draft saved


          draft discarded














          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





















































          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

          List of shipwrecks in 1808...

          Is there a lightweight tool to crop images quickly?Cropping Images using Command Line Tools OnlyHow to crop...

          Unit packagekit.service is masked Announcing the arrival of Valued Associate #679: Cesar...