Ubuntu 14.04 Installation Type screen shows no partition for Dual Boot Windows 10 and Ubuntu 14.04LTS












1















I am having a problem doing this as the Ubuntu installer will not see any partitions except /dev/sda1 in the 3rd step when it asks for Installation Type:
enter image description here



EDIT from comments: In Windows 10, I shrinked current C partition used by Windows and made 40GB free for Ubuntu.



I followed number of articles and changed settings on Windows to disable Secure Boot and enable Legacy boot and that allowed me to boot from bootable USB with Ubuntu 14.04 on it.



Once I boot from USB, I get the menu to Test Ubuntu or Install it. I click on Test and that opens Ubuntu from where I can click on desktop M icon "Install Ubuntu". But that takes me only up to this step.



I have tried same with Ubuntu 15.10 (both are 64 bits as recommended for Windows 10).



Once in Test Ubuntu, here is what gdisk returns. Not sure if that can help though:



enter image description here










share|improve this question
















bumped to the homepage by Community 7 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
















  • Have you considered resizing the partition with gparted? gdisk is reporting that sda1 ends at sector 30949375 and the last usable sector is 30949342, hence the warning regarding an overlap of 33.

    – Elder Geek
    Jan 12 '16 at 17:36











  • A free partition is created on Widows 10 side as per numerous articles I found online for installing dual boot Win10/Ubuntu. In Windows 10, I shrinked current C partition used by Windows and made 40GB free for Ubuntu. I am not sure why gdisk is reporting that though, it is strange. I havent use gparted, did it from Windows 10. Here is the link I used (among number of others) everydaylinuxuser.com/2015/11/… Thanks

    – dbnex14
    Jan 12 '16 at 20:14













  • After spending over 3 decades supporting Windows I've learned to take Windows with a grain of salt. Would you be so kind as to edit your question and include a link to a screenshot of gparted showing the drive in question? Thank you.

    – Elder Geek
    Jan 13 '16 at 21:43











  • Did you reinstall Windows in BIOS mode on a system that was UEFI? Windows only boots in BIOS mode from MBR(msdos) partitioned drives. And only in UEFI mode from gpt drives. But Windows does not correctly convert from gpt to MBR. So you have left over gpt data that confuses most Linux partition tools. You must remove gpt data or reinstall Windows in UEFI boot mode. You can use fixparts to remove gpt data. rodsbooks.com/fixparts

    – oldfred
    Jan 13 '16 at 21:59


















1















I am having a problem doing this as the Ubuntu installer will not see any partitions except /dev/sda1 in the 3rd step when it asks for Installation Type:
enter image description here



EDIT from comments: In Windows 10, I shrinked current C partition used by Windows and made 40GB free for Ubuntu.



I followed number of articles and changed settings on Windows to disable Secure Boot and enable Legacy boot and that allowed me to boot from bootable USB with Ubuntu 14.04 on it.



Once I boot from USB, I get the menu to Test Ubuntu or Install it. I click on Test and that opens Ubuntu from where I can click on desktop M icon "Install Ubuntu". But that takes me only up to this step.



I have tried same with Ubuntu 15.10 (both are 64 bits as recommended for Windows 10).



Once in Test Ubuntu, here is what gdisk returns. Not sure if that can help though:



enter image description here










share|improve this question
















bumped to the homepage by Community 7 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
















  • Have you considered resizing the partition with gparted? gdisk is reporting that sda1 ends at sector 30949375 and the last usable sector is 30949342, hence the warning regarding an overlap of 33.

    – Elder Geek
    Jan 12 '16 at 17:36











  • A free partition is created on Widows 10 side as per numerous articles I found online for installing dual boot Win10/Ubuntu. In Windows 10, I shrinked current C partition used by Windows and made 40GB free for Ubuntu. I am not sure why gdisk is reporting that though, it is strange. I havent use gparted, did it from Windows 10. Here is the link I used (among number of others) everydaylinuxuser.com/2015/11/… Thanks

    – dbnex14
    Jan 12 '16 at 20:14













  • After spending over 3 decades supporting Windows I've learned to take Windows with a grain of salt. Would you be so kind as to edit your question and include a link to a screenshot of gparted showing the drive in question? Thank you.

    – Elder Geek
    Jan 13 '16 at 21:43











  • Did you reinstall Windows in BIOS mode on a system that was UEFI? Windows only boots in BIOS mode from MBR(msdos) partitioned drives. And only in UEFI mode from gpt drives. But Windows does not correctly convert from gpt to MBR. So you have left over gpt data that confuses most Linux partition tools. You must remove gpt data or reinstall Windows in UEFI boot mode. You can use fixparts to remove gpt data. rodsbooks.com/fixparts

    – oldfred
    Jan 13 '16 at 21:59
















1












1








1


1






I am having a problem doing this as the Ubuntu installer will not see any partitions except /dev/sda1 in the 3rd step when it asks for Installation Type:
enter image description here



EDIT from comments: In Windows 10, I shrinked current C partition used by Windows and made 40GB free for Ubuntu.



I followed number of articles and changed settings on Windows to disable Secure Boot and enable Legacy boot and that allowed me to boot from bootable USB with Ubuntu 14.04 on it.



Once I boot from USB, I get the menu to Test Ubuntu or Install it. I click on Test and that opens Ubuntu from where I can click on desktop M icon "Install Ubuntu". But that takes me only up to this step.



I have tried same with Ubuntu 15.10 (both are 64 bits as recommended for Windows 10).



Once in Test Ubuntu, here is what gdisk returns. Not sure if that can help though:



enter image description here










share|improve this question
















I am having a problem doing this as the Ubuntu installer will not see any partitions except /dev/sda1 in the 3rd step when it asks for Installation Type:
enter image description here



EDIT from comments: In Windows 10, I shrinked current C partition used by Windows and made 40GB free for Ubuntu.



I followed number of articles and changed settings on Windows to disable Secure Boot and enable Legacy boot and that allowed me to boot from bootable USB with Ubuntu 14.04 on it.



Once I boot from USB, I get the menu to Test Ubuntu or Install it. I click on Test and that opens Ubuntu from where I can click on desktop M icon "Install Ubuntu". But that takes me only up to this step.



I have tried same with Ubuntu 15.10 (both are 64 bits as recommended for Windows 10).



Once in Test Ubuntu, here is what gdisk returns. Not sure if that can help though:



enter image description here







14.04 dual-boot windows-10






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited May 19 '16 at 12:13









Pierre.Vriens

1,13761116




1,13761116










asked Jan 12 '16 at 17:20









dbnex14dbnex14

14613




14613





bumped to the homepage by Community 7 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







bumped to the homepage by Community 7 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.















  • Have you considered resizing the partition with gparted? gdisk is reporting that sda1 ends at sector 30949375 and the last usable sector is 30949342, hence the warning regarding an overlap of 33.

    – Elder Geek
    Jan 12 '16 at 17:36











  • A free partition is created on Widows 10 side as per numerous articles I found online for installing dual boot Win10/Ubuntu. In Windows 10, I shrinked current C partition used by Windows and made 40GB free for Ubuntu. I am not sure why gdisk is reporting that though, it is strange. I havent use gparted, did it from Windows 10. Here is the link I used (among number of others) everydaylinuxuser.com/2015/11/… Thanks

    – dbnex14
    Jan 12 '16 at 20:14













  • After spending over 3 decades supporting Windows I've learned to take Windows with a grain of salt. Would you be so kind as to edit your question and include a link to a screenshot of gparted showing the drive in question? Thank you.

    – Elder Geek
    Jan 13 '16 at 21:43











  • Did you reinstall Windows in BIOS mode on a system that was UEFI? Windows only boots in BIOS mode from MBR(msdos) partitioned drives. And only in UEFI mode from gpt drives. But Windows does not correctly convert from gpt to MBR. So you have left over gpt data that confuses most Linux partition tools. You must remove gpt data or reinstall Windows in UEFI boot mode. You can use fixparts to remove gpt data. rodsbooks.com/fixparts

    – oldfred
    Jan 13 '16 at 21:59





















  • Have you considered resizing the partition with gparted? gdisk is reporting that sda1 ends at sector 30949375 and the last usable sector is 30949342, hence the warning regarding an overlap of 33.

    – Elder Geek
    Jan 12 '16 at 17:36











  • A free partition is created on Widows 10 side as per numerous articles I found online for installing dual boot Win10/Ubuntu. In Windows 10, I shrinked current C partition used by Windows and made 40GB free for Ubuntu. I am not sure why gdisk is reporting that though, it is strange. I havent use gparted, did it from Windows 10. Here is the link I used (among number of others) everydaylinuxuser.com/2015/11/… Thanks

    – dbnex14
    Jan 12 '16 at 20:14













  • After spending over 3 decades supporting Windows I've learned to take Windows with a grain of salt. Would you be so kind as to edit your question and include a link to a screenshot of gparted showing the drive in question? Thank you.

    – Elder Geek
    Jan 13 '16 at 21:43











  • Did you reinstall Windows in BIOS mode on a system that was UEFI? Windows only boots in BIOS mode from MBR(msdos) partitioned drives. And only in UEFI mode from gpt drives. But Windows does not correctly convert from gpt to MBR. So you have left over gpt data that confuses most Linux partition tools. You must remove gpt data or reinstall Windows in UEFI boot mode. You can use fixparts to remove gpt data. rodsbooks.com/fixparts

    – oldfred
    Jan 13 '16 at 21:59



















Have you considered resizing the partition with gparted? gdisk is reporting that sda1 ends at sector 30949375 and the last usable sector is 30949342, hence the warning regarding an overlap of 33.

– Elder Geek
Jan 12 '16 at 17:36





Have you considered resizing the partition with gparted? gdisk is reporting that sda1 ends at sector 30949375 and the last usable sector is 30949342, hence the warning regarding an overlap of 33.

– Elder Geek
Jan 12 '16 at 17:36













A free partition is created on Widows 10 side as per numerous articles I found online for installing dual boot Win10/Ubuntu. In Windows 10, I shrinked current C partition used by Windows and made 40GB free for Ubuntu. I am not sure why gdisk is reporting that though, it is strange. I havent use gparted, did it from Windows 10. Here is the link I used (among number of others) everydaylinuxuser.com/2015/11/… Thanks

– dbnex14
Jan 12 '16 at 20:14







A free partition is created on Widows 10 side as per numerous articles I found online for installing dual boot Win10/Ubuntu. In Windows 10, I shrinked current C partition used by Windows and made 40GB free for Ubuntu. I am not sure why gdisk is reporting that though, it is strange. I havent use gparted, did it from Windows 10. Here is the link I used (among number of others) everydaylinuxuser.com/2015/11/… Thanks

– dbnex14
Jan 12 '16 at 20:14















After spending over 3 decades supporting Windows I've learned to take Windows with a grain of salt. Would you be so kind as to edit your question and include a link to a screenshot of gparted showing the drive in question? Thank you.

– Elder Geek
Jan 13 '16 at 21:43





After spending over 3 decades supporting Windows I've learned to take Windows with a grain of salt. Would you be so kind as to edit your question and include a link to a screenshot of gparted showing the drive in question? Thank you.

– Elder Geek
Jan 13 '16 at 21:43













Did you reinstall Windows in BIOS mode on a system that was UEFI? Windows only boots in BIOS mode from MBR(msdos) partitioned drives. And only in UEFI mode from gpt drives. But Windows does not correctly convert from gpt to MBR. So you have left over gpt data that confuses most Linux partition tools. You must remove gpt data or reinstall Windows in UEFI boot mode. You can use fixparts to remove gpt data. rodsbooks.com/fixparts

– oldfred
Jan 13 '16 at 21:59







Did you reinstall Windows in BIOS mode on a system that was UEFI? Windows only boots in BIOS mode from MBR(msdos) partitioned drives. And only in UEFI mode from gpt drives. But Windows does not correctly convert from gpt to MBR. So you have left over gpt data that confuses most Linux partition tools. You must remove gpt data or reinstall Windows in UEFI boot mode. You can use fixparts to remove gpt data. rodsbooks.com/fixparts

– oldfred
Jan 13 '16 at 21:59












2 Answers
2






active

oldest

votes


















0














The first thing you should do is install windows 10. From there Using disk management you spit a portion of your harddrive and leave it as free space. Then with you efi bootable usb you run the linux install process. Make sure that the installer has launched in efi mode and not bios mode. To do this on the installation you can type [ -d /sys/firmware/efi ] && echo UEFI || echo BIOS
If it launched in UEFI after you hit installation you should get the option to install Ubuntu alongside window.



So important things:




  1. Install Windows 10 first.

  2. Have a usb UEFI bootable with linux(I use rufus to make mine.)

  3. Using a partition tool, shrink your volume(I have 25gb for my linux.)

  4. Launch Linux and make you it booted in UEFI mode using [ -d /sys/firmware/efi ] && echo UEFI || echo BIOS

  5. An option to install Ubuntu alongside windows should be present, just install.






share|improve this answer
























  • I have Windows 10 installed. I split (shrinked) partition and made 40GB free for Ubuntu on Windows side (as per enswe.com/tutorial/dual-boot-ubuntu-fedora-windows-10), then I downloaded Ubuntu USB using Universal USB installer which number of articles recommend(enswe.com/tutorial/dual-boot-ubuntu-fedora-windows-10). Once I reboot from USB, I get option to Try Ubuntu and Install it. I tried both, either way, I see no partitions. Thanks,

    – dbnex14
    Jan 12 '16 at 20:22













  • @dbnex14 In future please edit additional relevant info into your question. Not everyone will read all the comments and comments can be deleted for a number of reasons.

    – Elder Geek
    Jan 13 '16 at 21:48











  • @dbnex14 I want you to run the live mode of linux and go into terminal. type in step 4 and reply if it returns Bios or UEFI

    – Saintmrdog
    Jan 14 '16 at 3:48



















0














@dbnex14... Hi I had a similar problem and I managed to fix it using FixParts... The are some good instructions here on how to proceed.
Hope it can help you out!






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%2f720291%2fubuntu-14-04-installation-type-screen-shows-no-partition-for-dual-boot-windows-1%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














    The first thing you should do is install windows 10. From there Using disk management you spit a portion of your harddrive and leave it as free space. Then with you efi bootable usb you run the linux install process. Make sure that the installer has launched in efi mode and not bios mode. To do this on the installation you can type [ -d /sys/firmware/efi ] && echo UEFI || echo BIOS
    If it launched in UEFI after you hit installation you should get the option to install Ubuntu alongside window.



    So important things:




    1. Install Windows 10 first.

    2. Have a usb UEFI bootable with linux(I use rufus to make mine.)

    3. Using a partition tool, shrink your volume(I have 25gb for my linux.)

    4. Launch Linux and make you it booted in UEFI mode using [ -d /sys/firmware/efi ] && echo UEFI || echo BIOS

    5. An option to install Ubuntu alongside windows should be present, just install.






    share|improve this answer
























    • I have Windows 10 installed. I split (shrinked) partition and made 40GB free for Ubuntu on Windows side (as per enswe.com/tutorial/dual-boot-ubuntu-fedora-windows-10), then I downloaded Ubuntu USB using Universal USB installer which number of articles recommend(enswe.com/tutorial/dual-boot-ubuntu-fedora-windows-10). Once I reboot from USB, I get option to Try Ubuntu and Install it. I tried both, either way, I see no partitions. Thanks,

      – dbnex14
      Jan 12 '16 at 20:22













    • @dbnex14 In future please edit additional relevant info into your question. Not everyone will read all the comments and comments can be deleted for a number of reasons.

      – Elder Geek
      Jan 13 '16 at 21:48











    • @dbnex14 I want you to run the live mode of linux and go into terminal. type in step 4 and reply if it returns Bios or UEFI

      – Saintmrdog
      Jan 14 '16 at 3:48
















    0














    The first thing you should do is install windows 10. From there Using disk management you spit a portion of your harddrive and leave it as free space. Then with you efi bootable usb you run the linux install process. Make sure that the installer has launched in efi mode and not bios mode. To do this on the installation you can type [ -d /sys/firmware/efi ] && echo UEFI || echo BIOS
    If it launched in UEFI after you hit installation you should get the option to install Ubuntu alongside window.



    So important things:




    1. Install Windows 10 first.

    2. Have a usb UEFI bootable with linux(I use rufus to make mine.)

    3. Using a partition tool, shrink your volume(I have 25gb for my linux.)

    4. Launch Linux and make you it booted in UEFI mode using [ -d /sys/firmware/efi ] && echo UEFI || echo BIOS

    5. An option to install Ubuntu alongside windows should be present, just install.






    share|improve this answer
























    • I have Windows 10 installed. I split (shrinked) partition and made 40GB free for Ubuntu on Windows side (as per enswe.com/tutorial/dual-boot-ubuntu-fedora-windows-10), then I downloaded Ubuntu USB using Universal USB installer which number of articles recommend(enswe.com/tutorial/dual-boot-ubuntu-fedora-windows-10). Once I reboot from USB, I get option to Try Ubuntu and Install it. I tried both, either way, I see no partitions. Thanks,

      – dbnex14
      Jan 12 '16 at 20:22













    • @dbnex14 In future please edit additional relevant info into your question. Not everyone will read all the comments and comments can be deleted for a number of reasons.

      – Elder Geek
      Jan 13 '16 at 21:48











    • @dbnex14 I want you to run the live mode of linux and go into terminal. type in step 4 and reply if it returns Bios or UEFI

      – Saintmrdog
      Jan 14 '16 at 3:48














    0












    0








    0







    The first thing you should do is install windows 10. From there Using disk management you spit a portion of your harddrive and leave it as free space. Then with you efi bootable usb you run the linux install process. Make sure that the installer has launched in efi mode and not bios mode. To do this on the installation you can type [ -d /sys/firmware/efi ] && echo UEFI || echo BIOS
    If it launched in UEFI after you hit installation you should get the option to install Ubuntu alongside window.



    So important things:




    1. Install Windows 10 first.

    2. Have a usb UEFI bootable with linux(I use rufus to make mine.)

    3. Using a partition tool, shrink your volume(I have 25gb for my linux.)

    4. Launch Linux and make you it booted in UEFI mode using [ -d /sys/firmware/efi ] && echo UEFI || echo BIOS

    5. An option to install Ubuntu alongside windows should be present, just install.






    share|improve this answer













    The first thing you should do is install windows 10. From there Using disk management you spit a portion of your harddrive and leave it as free space. Then with you efi bootable usb you run the linux install process. Make sure that the installer has launched in efi mode and not bios mode. To do this on the installation you can type [ -d /sys/firmware/efi ] && echo UEFI || echo BIOS
    If it launched in UEFI after you hit installation you should get the option to install Ubuntu alongside window.



    So important things:




    1. Install Windows 10 first.

    2. Have a usb UEFI bootable with linux(I use rufus to make mine.)

    3. Using a partition tool, shrink your volume(I have 25gb for my linux.)

    4. Launch Linux and make you it booted in UEFI mode using [ -d /sys/firmware/efi ] && echo UEFI || echo BIOS

    5. An option to install Ubuntu alongside windows should be present, just install.







    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered Jan 12 '16 at 18:31









    SaintmrdogSaintmrdog

    11




    11













    • I have Windows 10 installed. I split (shrinked) partition and made 40GB free for Ubuntu on Windows side (as per enswe.com/tutorial/dual-boot-ubuntu-fedora-windows-10), then I downloaded Ubuntu USB using Universal USB installer which number of articles recommend(enswe.com/tutorial/dual-boot-ubuntu-fedora-windows-10). Once I reboot from USB, I get option to Try Ubuntu and Install it. I tried both, either way, I see no partitions. Thanks,

      – dbnex14
      Jan 12 '16 at 20:22













    • @dbnex14 In future please edit additional relevant info into your question. Not everyone will read all the comments and comments can be deleted for a number of reasons.

      – Elder Geek
      Jan 13 '16 at 21:48











    • @dbnex14 I want you to run the live mode of linux and go into terminal. type in step 4 and reply if it returns Bios or UEFI

      – Saintmrdog
      Jan 14 '16 at 3:48



















    • I have Windows 10 installed. I split (shrinked) partition and made 40GB free for Ubuntu on Windows side (as per enswe.com/tutorial/dual-boot-ubuntu-fedora-windows-10), then I downloaded Ubuntu USB using Universal USB installer which number of articles recommend(enswe.com/tutorial/dual-boot-ubuntu-fedora-windows-10). Once I reboot from USB, I get option to Try Ubuntu and Install it. I tried both, either way, I see no partitions. Thanks,

      – dbnex14
      Jan 12 '16 at 20:22













    • @dbnex14 In future please edit additional relevant info into your question. Not everyone will read all the comments and comments can be deleted for a number of reasons.

      – Elder Geek
      Jan 13 '16 at 21:48











    • @dbnex14 I want you to run the live mode of linux and go into terminal. type in step 4 and reply if it returns Bios or UEFI

      – Saintmrdog
      Jan 14 '16 at 3:48

















    I have Windows 10 installed. I split (shrinked) partition and made 40GB free for Ubuntu on Windows side (as per enswe.com/tutorial/dual-boot-ubuntu-fedora-windows-10), then I downloaded Ubuntu USB using Universal USB installer which number of articles recommend(enswe.com/tutorial/dual-boot-ubuntu-fedora-windows-10). Once I reboot from USB, I get option to Try Ubuntu and Install it. I tried both, either way, I see no partitions. Thanks,

    – dbnex14
    Jan 12 '16 at 20:22







    I have Windows 10 installed. I split (shrinked) partition and made 40GB free for Ubuntu on Windows side (as per enswe.com/tutorial/dual-boot-ubuntu-fedora-windows-10), then I downloaded Ubuntu USB using Universal USB installer which number of articles recommend(enswe.com/tutorial/dual-boot-ubuntu-fedora-windows-10). Once I reboot from USB, I get option to Try Ubuntu and Install it. I tried both, either way, I see no partitions. Thanks,

    – dbnex14
    Jan 12 '16 at 20:22















    @dbnex14 In future please edit additional relevant info into your question. Not everyone will read all the comments and comments can be deleted for a number of reasons.

    – Elder Geek
    Jan 13 '16 at 21:48





    @dbnex14 In future please edit additional relevant info into your question. Not everyone will read all the comments and comments can be deleted for a number of reasons.

    – Elder Geek
    Jan 13 '16 at 21:48













    @dbnex14 I want you to run the live mode of linux and go into terminal. type in step 4 and reply if it returns Bios or UEFI

    – Saintmrdog
    Jan 14 '16 at 3:48





    @dbnex14 I want you to run the live mode of linux and go into terminal. type in step 4 and reply if it returns Bios or UEFI

    – Saintmrdog
    Jan 14 '16 at 3:48













    0














    @dbnex14... Hi I had a similar problem and I managed to fix it using FixParts... The are some good instructions here on how to proceed.
    Hope it can help you out!






    share|improve this answer






























      0














      @dbnex14... Hi I had a similar problem and I managed to fix it using FixParts... The are some good instructions here on how to proceed.
      Hope it can help you out!






      share|improve this answer




























        0












        0








        0







        @dbnex14... Hi I had a similar problem and I managed to fix it using FixParts... The are some good instructions here on how to proceed.
        Hope it can help you out!






        share|improve this answer















        @dbnex14... Hi I had a similar problem and I managed to fix it using FixParts... The are some good instructions here on how to proceed.
        Hope it can help you out!







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Apr 13 '17 at 12:24









        Community

        1




        1










        answered Jan 15 '16 at 0:25









        HonkTonkManHonkTonkMan

        168




        168






























            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%2f720291%2fubuntu-14-04-installation-type-screen-shows-no-partition-for-dual-boot-windows-1%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

            GameSpot

            connect to host localhost port 22: Connection refused

            Getting a Wifi WPA2 wifi connection