Dual Boot Installation with Win7 - Install Ubuntu in New Partition












1















Under Win 7 I created a new 100 GB disk partition (L:) to install Ubuntu 12.04. I then rebooted from the Ubuntu install CD, selected "Install side by side" and now I'm stuck. I end up at the Advanced Partitioning Tool and I do not know how to tell the installer to use the L: partition. Any help would be appreciated. Thanks!





Thank you. I have successfully installed Ubuntu 12.04 alongside Win 7. However, now when I reboot the laptop it goes directly to Win 7 with no option to choose Ubuntu. Any thoughts on how to get the boot-time choice to show up? Thanks!










share|improve this question




















  • 1





    This may be due to GRUB being installed in the Live USB (if you used an USB drive for installation), instead of being in the /dev/sda. Please search for answers to similar questions and ask a new question if needed. If you found any of the answers below to be the right answer, please accept it with a green tick mark so that others can benefit from it.

    – user68186
    Sep 17 '12 at 20:31
















1















Under Win 7 I created a new 100 GB disk partition (L:) to install Ubuntu 12.04. I then rebooted from the Ubuntu install CD, selected "Install side by side" and now I'm stuck. I end up at the Advanced Partitioning Tool and I do not know how to tell the installer to use the L: partition. Any help would be appreciated. Thanks!





Thank you. I have successfully installed Ubuntu 12.04 alongside Win 7. However, now when I reboot the laptop it goes directly to Win 7 with no option to choose Ubuntu. Any thoughts on how to get the boot-time choice to show up? Thanks!










share|improve this question




















  • 1





    This may be due to GRUB being installed in the Live USB (if you used an USB drive for installation), instead of being in the /dev/sda. Please search for answers to similar questions and ask a new question if needed. If you found any of the answers below to be the right answer, please accept it with a green tick mark so that others can benefit from it.

    – user68186
    Sep 17 '12 at 20:31














1












1








1


1






Under Win 7 I created a new 100 GB disk partition (L:) to install Ubuntu 12.04. I then rebooted from the Ubuntu install CD, selected "Install side by side" and now I'm stuck. I end up at the Advanced Partitioning Tool and I do not know how to tell the installer to use the L: partition. Any help would be appreciated. Thanks!





Thank you. I have successfully installed Ubuntu 12.04 alongside Win 7. However, now when I reboot the laptop it goes directly to Win 7 with no option to choose Ubuntu. Any thoughts on how to get the boot-time choice to show up? Thanks!










share|improve this question
















Under Win 7 I created a new 100 GB disk partition (L:) to install Ubuntu 12.04. I then rebooted from the Ubuntu install CD, selected "Install side by side" and now I'm stuck. I end up at the Advanced Partitioning Tool and I do not know how to tell the installer to use the L: partition. Any help would be appreciated. Thanks!





Thank you. I have successfully installed Ubuntu 12.04 alongside Win 7. However, now when I reboot the laptop it goes directly to Win 7 with no option to choose Ubuntu. Any thoughts on how to get the boot-time choice to show up? Thanks!







dual-boot






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 1 '12 at 22:15









fossfreedom

149k37328373




149k37328373










asked Sep 17 '12 at 14:55









RC RussellRC Russell

612




612








  • 1





    This may be due to GRUB being installed in the Live USB (if you used an USB drive for installation), instead of being in the /dev/sda. Please search for answers to similar questions and ask a new question if needed. If you found any of the answers below to be the right answer, please accept it with a green tick mark so that others can benefit from it.

    – user68186
    Sep 17 '12 at 20:31














  • 1





    This may be due to GRUB being installed in the Live USB (if you used an USB drive for installation), instead of being in the /dev/sda. Please search for answers to similar questions and ask a new question if needed. If you found any of the answers below to be the right answer, please accept it with a green tick mark so that others can benefit from it.

    – user68186
    Sep 17 '12 at 20:31








1




1





This may be due to GRUB being installed in the Live USB (if you used an USB drive for installation), instead of being in the /dev/sda. Please search for answers to similar questions and ask a new question if needed. If you found any of the answers below to be the right answer, please accept it with a green tick mark so that others can benefit from it.

– user68186
Sep 17 '12 at 20:31





This may be due to GRUB being installed in the Live USB (if you used an USB drive for installation), instead of being in the /dev/sda. Please search for answers to similar questions and ask a new question if needed. If you found any of the answers below to be the right answer, please accept it with a green tick mark so that others can benefit from it.

– user68186
Sep 17 '12 at 20:31










2 Answers
2






active

oldest

votes


















0














Choose the something else option while installing.



You can identify the L: partition by looking the sizes of the partitions....
Once you find it, click on change and choose the ext4 file system and / (root)



Ubuntu will format it with ext4 and will get installed there....
You also will have to decide the swap partition(which is optional) according to your RAM size



I did the same :)



Hope that helps...



Cheeeers!






share|improve this answer































    0














    Boot windows and delete the 100GB partition (L:) and try again. Ubuntu needs to create at least two partitions, "/" in ext4 format and "swap" in it's own format in place of (L:) during installation. It will find the unused space and do what is needed.



    You can also choose "Something else" during installation and manually create these partitions. The swap partition is needed for virtual memory management and can be 2GB-4GB in size.






    share|improve this answer

























      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
      });


      }
      });














      draft saved

      draft discarded


















      StackExchange.ready(
      function () {
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f189788%2fdual-boot-installation-with-win7-install-ubuntu-in-new-partition%23new-answer', 'question_page');
      }
      );

      Post as a guest















      Required, but never shown

























      2 Answers
      2






      active

      oldest

      votes








      2 Answers
      2






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      0














      Choose the something else option while installing.



      You can identify the L: partition by looking the sizes of the partitions....
      Once you find it, click on change and choose the ext4 file system and / (root)



      Ubuntu will format it with ext4 and will get installed there....
      You also will have to decide the swap partition(which is optional) according to your RAM size



      I did the same :)



      Hope that helps...



      Cheeeers!






      share|improve this answer




























        0














        Choose the something else option while installing.



        You can identify the L: partition by looking the sizes of the partitions....
        Once you find it, click on change and choose the ext4 file system and / (root)



        Ubuntu will format it with ext4 and will get installed there....
        You also will have to decide the swap partition(which is optional) according to your RAM size



        I did the same :)



        Hope that helps...



        Cheeeers!






        share|improve this answer


























          0












          0








          0







          Choose the something else option while installing.



          You can identify the L: partition by looking the sizes of the partitions....
          Once you find it, click on change and choose the ext4 file system and / (root)



          Ubuntu will format it with ext4 and will get installed there....
          You also will have to decide the swap partition(which is optional) according to your RAM size



          I did the same :)



          Hope that helps...



          Cheeeers!






          share|improve this answer













          Choose the something else option while installing.



          You can identify the L: partition by looking the sizes of the partitions....
          Once you find it, click on change and choose the ext4 file system and / (root)



          Ubuntu will format it with ext4 and will get installed there....
          You also will have to decide the swap partition(which is optional) according to your RAM size



          I did the same :)



          Hope that helps...



          Cheeeers!







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Sep 17 '12 at 15:47









          SamSam

          62131021




          62131021

























              0














              Boot windows and delete the 100GB partition (L:) and try again. Ubuntu needs to create at least two partitions, "/" in ext4 format and "swap" in it's own format in place of (L:) during installation. It will find the unused space and do what is needed.



              You can also choose "Something else" during installation and manually create these partitions. The swap partition is needed for virtual memory management and can be 2GB-4GB in size.






              share|improve this answer






























                0














                Boot windows and delete the 100GB partition (L:) and try again. Ubuntu needs to create at least two partitions, "/" in ext4 format and "swap" in it's own format in place of (L:) during installation. It will find the unused space and do what is needed.



                You can also choose "Something else" during installation and manually create these partitions. The swap partition is needed for virtual memory management and can be 2GB-4GB in size.






                share|improve this answer




























                  0












                  0








                  0







                  Boot windows and delete the 100GB partition (L:) and try again. Ubuntu needs to create at least two partitions, "/" in ext4 format and "swap" in it's own format in place of (L:) during installation. It will find the unused space and do what is needed.



                  You can also choose "Something else" during installation and manually create these partitions. The swap partition is needed for virtual memory management and can be 2GB-4GB in size.






                  share|improve this answer















                  Boot windows and delete the 100GB partition (L:) and try again. Ubuntu needs to create at least two partitions, "/" in ext4 format and "swap" in it's own format in place of (L:) during installation. It will find the unused space and do what is needed.



                  You can also choose "Something else" during installation and manually create these partitions. The swap partition is needed for virtual memory management and can be 2GB-4GB in size.







                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited Sep 17 '12 at 16:13

























                  answered Sep 17 '12 at 15:10









                  user68186user68186

                  15.8k84769




                  15.8k84769






























                      draft saved

                      draft discarded




















































                      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%2f189788%2fdual-boot-installation-with-win7-install-ubuntu-in-new-partition%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

                      How to reconfigure Docker Trusted Registry 2.x.x to use CEPH FS mount instead of NFS and other traditional...

                      is 'sed' thread safe

                      How to make a Squid Proxy server?