How to install Ubuntu 18.04 alongside Windows 10 [duplicate]

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
3
down vote

favorite
4













This question already has an answer here:



  • How do I install Ubuntu alongside a pre-installed Windows with UEFI?

    12 answers



How to install Ubuntu 18.04 alongside Windows 10?



I have tried different process to install Ubuntu 18.04 in my PC in dual boot mode alongside Windows 10. But it turned out that most of the process didn't worked for my PC. My PC's configuration is 500 HDD, 3.5GHz Intel processor, 4GB RAM, 1GB Intel graphics & supports both BIOS & UEFI.







share|improve this question












marked as duplicate by pomsky, Zanna, karel, N0rbert, WinEunuuchs2Unix May 5 at 7:17


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.


















    up vote
    3
    down vote

    favorite
    4













    This question already has an answer here:



    • How do I install Ubuntu alongside a pre-installed Windows with UEFI?

      12 answers



    How to install Ubuntu 18.04 alongside Windows 10?



    I have tried different process to install Ubuntu 18.04 in my PC in dual boot mode alongside Windows 10. But it turned out that most of the process didn't worked for my PC. My PC's configuration is 500 HDD, 3.5GHz Intel processor, 4GB RAM, 1GB Intel graphics & supports both BIOS & UEFI.







    share|improve this question












    marked as duplicate by pomsky, Zanna, karel, N0rbert, WinEunuuchs2Unix May 5 at 7:17


    This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
















      up vote
      3
      down vote

      favorite
      4









      up vote
      3
      down vote

      favorite
      4






      4






      This question already has an answer here:



      • How do I install Ubuntu alongside a pre-installed Windows with UEFI?

        12 answers



      How to install Ubuntu 18.04 alongside Windows 10?



      I have tried different process to install Ubuntu 18.04 in my PC in dual boot mode alongside Windows 10. But it turned out that most of the process didn't worked for my PC. My PC's configuration is 500 HDD, 3.5GHz Intel processor, 4GB RAM, 1GB Intel graphics & supports both BIOS & UEFI.







      share|improve this question













      This question already has an answer here:



      • How do I install Ubuntu alongside a pre-installed Windows with UEFI?

        12 answers



      How to install Ubuntu 18.04 alongside Windows 10?



      I have tried different process to install Ubuntu 18.04 in my PC in dual boot mode alongside Windows 10. But it turned out that most of the process didn't worked for my PC. My PC's configuration is 500 HDD, 3.5GHz Intel processor, 4GB RAM, 1GB Intel graphics & supports both BIOS & UEFI.





      This question already has an answer here:



      • How do I install Ubuntu alongside a pre-installed Windows with UEFI?

        12 answers









      share|improve this question











      share|improve this question




      share|improve this question










      asked May 4 at 13:47









      Debajyoti

      1401111




      1401111




      marked as duplicate by pomsky, Zanna, karel, N0rbert, WinEunuuchs2Unix May 5 at 7:17


      This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.






      marked as duplicate by pomsky, Zanna, karel, N0rbert, WinEunuuchs2Unix May 5 at 7:17


      This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          4
          down vote



          accepted










          After so many efforts I've figured out what went wrong while installing. Now at last I've installed Ubuntu 18.04 alongside Windows 10 Pro in dual boot mode.



          I've tried to share my experience in this article http://myviewsonfoss.blogspot.in/2018/05/this-article-willshow-you-how-you-can.html



          Login to your Windows 10



          Step 1: Create a free space in the hard drive where Ubuntu will be installed



          • If you have several partition in Hard Disk, use any of them except the C Drive (because in case if something messed up, it may erase the data on C drive and then you have to reinstall Windows 10 again) to make some free space for linux. To make free space, Login to your windows machine using an administrative account and then right click on the Start menu -> Command prompt(Admin) to enter the Windows command prompt.


          • At the command prompt, type diskmgmt.msc and the Disk Management Utility will open. You can also use other method to open Disk Management Utility. From here, right click on D: or E: partition (any partition except C: .If you only have one partition C: then right click on C: and be cautious) and select Shrink Volume in order to resize the partition.


          • On Shrink D: enter a value on space to shrink in MB (use at least 25000 MB) and click on Shrink to start partition resizing as illustrated. Once the space has been resized you will see a new unallocated space in the hard drive. Leave it as default.


          Step 2: Check the hard driver partitioning type (GPT or MBR)



          Now in the Disk Management, to look the partition style of your hard drive, do a right click on the disk and choose the properties



          enter image description here



          Then go the Volume tab.

          If it shows GUID Partition Table then your Hard Disk partitioning is GPT.



          enter image description here



          If in your case it shows Master Boot Record then your hard drive partitioning is MBR.



          enter image description here



          Step 3: Make a backup



          It is always recommended to make a backup, just in case you mess up with the system!



          Step 4: Create a bootable USB stick/burn a DVD



          Now let’s download the Ubuntu 18.04 .iso image of Ubuntu. Go to this link.



          Burn the .iso image on DVD. If you are using USB stick then use Rufus to make a bootable USB stick.



          If your machine uses BIOS mode then use Universal USB Installer. If it uses UEFI mode then use Rufus and use the MBR (or GPT partion scheme, depending on your hard drive partitioning type) partition scheme to make a bootable USB stick. Actually Rufus can be used both for BIOS and UEFI.



          Step 5: Disable fast startup in Windows (You might skip this, I would recommend it)



          Windows 10 has introduced a new feature called Fast Startup for quick booting. While it’s not mandatory, it’s better to have it disabled.



          • Go to Control Panel -> Power Options.

          • In the Power Options window, click Choose what the power buttons do.

          enter image description here



          You'll need click Change settings that are currently unavailable to make the Fast Startup option available in order to edit it.



          enter image description here



          Now uncheck it.



          enter image description here



          Now press Save changes.



          Step 6: Restart your computer



          Restart your computer and press one of the Del/Esc/F11/F12 keys to enter into your BIOS setup utility. Here in the boot priorities menu select the USB as the first boot device and then click Save changes and reboot. Wait for the computer to load the OS in RAM.



          A GRUB menu will appear.



          enter image description here



          Select the option Try Ubuntu without installing.

          The system will boot in live session mode.



          enter image description here



          Step 7: Install Ubuntu



          Click the Install Ubuntu 18.04 LTS icon.



          enter image description here



          Choose the language. Click Continue.



          enter image description here



          Choose the keyboard layout.



          enter image description here



          We are going for full installation. So we will keep Minimal Installation unchecked and continue.



          enter image description here



          For manual installation click Something else and continue.



          On this step we’ll create our custom partition layout for Ubuntu 18.04. On this guide will recommend that you create two partitions, one for root and the other for home accounts data and a partition for swap (use a swap partition only if you have limited RAM resources or you use a fast SSD).



          To create the root partition select the free space (the shrink space from Windows created earlier) and hit on the + icon below. On partition settings use the following configurations and hit OK to apply changes:



          Size = at least 15000 MB 
          Type for the new partition = Primary
          LocatioStart menu n for the new partition = Beginning of this space
          Use as = Ext4 journaling file system
          Mount point = /


          enter image description here



          You can make swap partition using the same method. For swap space select 1.5-2 times your RAM size.



          Size = 6000 MB 
          Use as = swap space


          Create the home partition using the same steps as above. Use all the available free space left for home partition size. The partition settings should look like this:



          Size = all of available free space 
          Type for the new partition = Primary
          Location for the new partition = Beginning of this space
          Use as = Ext4 journaling file system
          Mount point = /home


          enter image description here



          When finished, press the Install Now button in order to apply the changes to disk and start the installation process.

          On the next screen adjust your machine physical location by selecting a city nearby from the map. When done hit Continue to move ahead.

          Next, select the keyboard layout and click Continue.

          Pick up a username and password for your administrative sudo account and press Continue to finalize the installation. These are all the settings required for customizing Ubuntu 18.04 installation. From here on the installation process will run automatically until it reaches the end.



          After the installation process ends press the Restart Now button.



          The computer will reboot into the GRUB menu, where for ten seconds, you will be able to select which OS you wish to boot, either Ubuntu 18.04 or Windows 10.



          Ubuntu is designated as default OS to boot from. Just press the Enter key to continue booting or wait for the 10 second timeout to finish.



          After Ubuntu finishes loading, log in.



          That's it! In case you need to switch back to Windows, just reboot the computer and select Windows from the GRUB menu.






          share|improve this answer






















          • Well, I did just that way. I have Windows 10 (1803) freshly installed, then tried to install 18.04. Unfortunately, my PC boots then into grub prompt, not menu. When I type ‹exit› there, it will start Windows 10. My system is UEFI only, GPT.
            – hako
            Jul 10 at 18:33


















          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          4
          down vote



          accepted










          After so many efforts I've figured out what went wrong while installing. Now at last I've installed Ubuntu 18.04 alongside Windows 10 Pro in dual boot mode.



          I've tried to share my experience in this article http://myviewsonfoss.blogspot.in/2018/05/this-article-willshow-you-how-you-can.html



          Login to your Windows 10



          Step 1: Create a free space in the hard drive where Ubuntu will be installed



          • If you have several partition in Hard Disk, use any of them except the C Drive (because in case if something messed up, it may erase the data on C drive and then you have to reinstall Windows 10 again) to make some free space for linux. To make free space, Login to your windows machine using an administrative account and then right click on the Start menu -> Command prompt(Admin) to enter the Windows command prompt.


          • At the command prompt, type diskmgmt.msc and the Disk Management Utility will open. You can also use other method to open Disk Management Utility. From here, right click on D: or E: partition (any partition except C: .If you only have one partition C: then right click on C: and be cautious) and select Shrink Volume in order to resize the partition.


          • On Shrink D: enter a value on space to shrink in MB (use at least 25000 MB) and click on Shrink to start partition resizing as illustrated. Once the space has been resized you will see a new unallocated space in the hard drive. Leave it as default.


          Step 2: Check the hard driver partitioning type (GPT or MBR)



          Now in the Disk Management, to look the partition style of your hard drive, do a right click on the disk and choose the properties



          enter image description here



          Then go the Volume tab.

          If it shows GUID Partition Table then your Hard Disk partitioning is GPT.



          enter image description here



          If in your case it shows Master Boot Record then your hard drive partitioning is MBR.



          enter image description here



          Step 3: Make a backup



          It is always recommended to make a backup, just in case you mess up with the system!



          Step 4: Create a bootable USB stick/burn a DVD



          Now let’s download the Ubuntu 18.04 .iso image of Ubuntu. Go to this link.



          Burn the .iso image on DVD. If you are using USB stick then use Rufus to make a bootable USB stick.



          If your machine uses BIOS mode then use Universal USB Installer. If it uses UEFI mode then use Rufus and use the MBR (or GPT partion scheme, depending on your hard drive partitioning type) partition scheme to make a bootable USB stick. Actually Rufus can be used both for BIOS and UEFI.



          Step 5: Disable fast startup in Windows (You might skip this, I would recommend it)



          Windows 10 has introduced a new feature called Fast Startup for quick booting. While it’s not mandatory, it’s better to have it disabled.



          • Go to Control Panel -> Power Options.

          • In the Power Options window, click Choose what the power buttons do.

          enter image description here



          You'll need click Change settings that are currently unavailable to make the Fast Startup option available in order to edit it.



          enter image description here



          Now uncheck it.



          enter image description here



          Now press Save changes.



          Step 6: Restart your computer



          Restart your computer and press one of the Del/Esc/F11/F12 keys to enter into your BIOS setup utility. Here in the boot priorities menu select the USB as the first boot device and then click Save changes and reboot. Wait for the computer to load the OS in RAM.



          A GRUB menu will appear.



          enter image description here



          Select the option Try Ubuntu without installing.

          The system will boot in live session mode.



          enter image description here



          Step 7: Install Ubuntu



          Click the Install Ubuntu 18.04 LTS icon.



          enter image description here



          Choose the language. Click Continue.



          enter image description here



          Choose the keyboard layout.



          enter image description here



          We are going for full installation. So we will keep Minimal Installation unchecked and continue.



          enter image description here



          For manual installation click Something else and continue.



          On this step we’ll create our custom partition layout for Ubuntu 18.04. On this guide will recommend that you create two partitions, one for root and the other for home accounts data and a partition for swap (use a swap partition only if you have limited RAM resources or you use a fast SSD).



          To create the root partition select the free space (the shrink space from Windows created earlier) and hit on the + icon below. On partition settings use the following configurations and hit OK to apply changes:



          Size = at least 15000 MB 
          Type for the new partition = Primary
          LocatioStart menu n for the new partition = Beginning of this space
          Use as = Ext4 journaling file system
          Mount point = /


          enter image description here



          You can make swap partition using the same method. For swap space select 1.5-2 times your RAM size.



          Size = 6000 MB 
          Use as = swap space


          Create the home partition using the same steps as above. Use all the available free space left for home partition size. The partition settings should look like this:



          Size = all of available free space 
          Type for the new partition = Primary
          Location for the new partition = Beginning of this space
          Use as = Ext4 journaling file system
          Mount point = /home


          enter image description here



          When finished, press the Install Now button in order to apply the changes to disk and start the installation process.

          On the next screen adjust your machine physical location by selecting a city nearby from the map. When done hit Continue to move ahead.

          Next, select the keyboard layout and click Continue.

          Pick up a username and password for your administrative sudo account and press Continue to finalize the installation. These are all the settings required for customizing Ubuntu 18.04 installation. From here on the installation process will run automatically until it reaches the end.



          After the installation process ends press the Restart Now button.



          The computer will reboot into the GRUB menu, where for ten seconds, you will be able to select which OS you wish to boot, either Ubuntu 18.04 or Windows 10.



          Ubuntu is designated as default OS to boot from. Just press the Enter key to continue booting or wait for the 10 second timeout to finish.



          After Ubuntu finishes loading, log in.



          That's it! In case you need to switch back to Windows, just reboot the computer and select Windows from the GRUB menu.






          share|improve this answer






















          • Well, I did just that way. I have Windows 10 (1803) freshly installed, then tried to install 18.04. Unfortunately, my PC boots then into grub prompt, not menu. When I type ‹exit› there, it will start Windows 10. My system is UEFI only, GPT.
            – hako
            Jul 10 at 18:33















          up vote
          4
          down vote



          accepted










          After so many efforts I've figured out what went wrong while installing. Now at last I've installed Ubuntu 18.04 alongside Windows 10 Pro in dual boot mode.



          I've tried to share my experience in this article http://myviewsonfoss.blogspot.in/2018/05/this-article-willshow-you-how-you-can.html



          Login to your Windows 10



          Step 1: Create a free space in the hard drive where Ubuntu will be installed



          • If you have several partition in Hard Disk, use any of them except the C Drive (because in case if something messed up, it may erase the data on C drive and then you have to reinstall Windows 10 again) to make some free space for linux. To make free space, Login to your windows machine using an administrative account and then right click on the Start menu -> Command prompt(Admin) to enter the Windows command prompt.


          • At the command prompt, type diskmgmt.msc and the Disk Management Utility will open. You can also use other method to open Disk Management Utility. From here, right click on D: or E: partition (any partition except C: .If you only have one partition C: then right click on C: and be cautious) and select Shrink Volume in order to resize the partition.


          • On Shrink D: enter a value on space to shrink in MB (use at least 25000 MB) and click on Shrink to start partition resizing as illustrated. Once the space has been resized you will see a new unallocated space in the hard drive. Leave it as default.


          Step 2: Check the hard driver partitioning type (GPT or MBR)



          Now in the Disk Management, to look the partition style of your hard drive, do a right click on the disk and choose the properties



          enter image description here



          Then go the Volume tab.

          If it shows GUID Partition Table then your Hard Disk partitioning is GPT.



          enter image description here



          If in your case it shows Master Boot Record then your hard drive partitioning is MBR.



          enter image description here



          Step 3: Make a backup



          It is always recommended to make a backup, just in case you mess up with the system!



          Step 4: Create a bootable USB stick/burn a DVD



          Now let’s download the Ubuntu 18.04 .iso image of Ubuntu. Go to this link.



          Burn the .iso image on DVD. If you are using USB stick then use Rufus to make a bootable USB stick.



          If your machine uses BIOS mode then use Universal USB Installer. If it uses UEFI mode then use Rufus and use the MBR (or GPT partion scheme, depending on your hard drive partitioning type) partition scheme to make a bootable USB stick. Actually Rufus can be used both for BIOS and UEFI.



          Step 5: Disable fast startup in Windows (You might skip this, I would recommend it)



          Windows 10 has introduced a new feature called Fast Startup for quick booting. While it’s not mandatory, it’s better to have it disabled.



          • Go to Control Panel -> Power Options.

          • In the Power Options window, click Choose what the power buttons do.

          enter image description here



          You'll need click Change settings that are currently unavailable to make the Fast Startup option available in order to edit it.



          enter image description here



          Now uncheck it.



          enter image description here



          Now press Save changes.



          Step 6: Restart your computer



          Restart your computer and press one of the Del/Esc/F11/F12 keys to enter into your BIOS setup utility. Here in the boot priorities menu select the USB as the first boot device and then click Save changes and reboot. Wait for the computer to load the OS in RAM.



          A GRUB menu will appear.



          enter image description here



          Select the option Try Ubuntu without installing.

          The system will boot in live session mode.



          enter image description here



          Step 7: Install Ubuntu



          Click the Install Ubuntu 18.04 LTS icon.



          enter image description here



          Choose the language. Click Continue.



          enter image description here



          Choose the keyboard layout.



          enter image description here



          We are going for full installation. So we will keep Minimal Installation unchecked and continue.



          enter image description here



          For manual installation click Something else and continue.



          On this step we’ll create our custom partition layout for Ubuntu 18.04. On this guide will recommend that you create two partitions, one for root and the other for home accounts data and a partition for swap (use a swap partition only if you have limited RAM resources or you use a fast SSD).



          To create the root partition select the free space (the shrink space from Windows created earlier) and hit on the + icon below. On partition settings use the following configurations and hit OK to apply changes:



          Size = at least 15000 MB 
          Type for the new partition = Primary
          LocatioStart menu n for the new partition = Beginning of this space
          Use as = Ext4 journaling file system
          Mount point = /


          enter image description here



          You can make swap partition using the same method. For swap space select 1.5-2 times your RAM size.



          Size = 6000 MB 
          Use as = swap space


          Create the home partition using the same steps as above. Use all the available free space left for home partition size. The partition settings should look like this:



          Size = all of available free space 
          Type for the new partition = Primary
          Location for the new partition = Beginning of this space
          Use as = Ext4 journaling file system
          Mount point = /home


          enter image description here



          When finished, press the Install Now button in order to apply the changes to disk and start the installation process.

          On the next screen adjust your machine physical location by selecting a city nearby from the map. When done hit Continue to move ahead.

          Next, select the keyboard layout and click Continue.

          Pick up a username and password for your administrative sudo account and press Continue to finalize the installation. These are all the settings required for customizing Ubuntu 18.04 installation. From here on the installation process will run automatically until it reaches the end.



          After the installation process ends press the Restart Now button.



          The computer will reboot into the GRUB menu, where for ten seconds, you will be able to select which OS you wish to boot, either Ubuntu 18.04 or Windows 10.



          Ubuntu is designated as default OS to boot from. Just press the Enter key to continue booting or wait for the 10 second timeout to finish.



          After Ubuntu finishes loading, log in.



          That's it! In case you need to switch back to Windows, just reboot the computer and select Windows from the GRUB menu.






          share|improve this answer






















          • Well, I did just that way. I have Windows 10 (1803) freshly installed, then tried to install 18.04. Unfortunately, my PC boots then into grub prompt, not menu. When I type ‹exit› there, it will start Windows 10. My system is UEFI only, GPT.
            – hako
            Jul 10 at 18:33













          up vote
          4
          down vote



          accepted







          up vote
          4
          down vote



          accepted






          After so many efforts I've figured out what went wrong while installing. Now at last I've installed Ubuntu 18.04 alongside Windows 10 Pro in dual boot mode.



          I've tried to share my experience in this article http://myviewsonfoss.blogspot.in/2018/05/this-article-willshow-you-how-you-can.html



          Login to your Windows 10



          Step 1: Create a free space in the hard drive where Ubuntu will be installed



          • If you have several partition in Hard Disk, use any of them except the C Drive (because in case if something messed up, it may erase the data on C drive and then you have to reinstall Windows 10 again) to make some free space for linux. To make free space, Login to your windows machine using an administrative account and then right click on the Start menu -> Command prompt(Admin) to enter the Windows command prompt.


          • At the command prompt, type diskmgmt.msc and the Disk Management Utility will open. You can also use other method to open Disk Management Utility. From here, right click on D: or E: partition (any partition except C: .If you only have one partition C: then right click on C: and be cautious) and select Shrink Volume in order to resize the partition.


          • On Shrink D: enter a value on space to shrink in MB (use at least 25000 MB) and click on Shrink to start partition resizing as illustrated. Once the space has been resized you will see a new unallocated space in the hard drive. Leave it as default.


          Step 2: Check the hard driver partitioning type (GPT or MBR)



          Now in the Disk Management, to look the partition style of your hard drive, do a right click on the disk and choose the properties



          enter image description here



          Then go the Volume tab.

          If it shows GUID Partition Table then your Hard Disk partitioning is GPT.



          enter image description here



          If in your case it shows Master Boot Record then your hard drive partitioning is MBR.



          enter image description here



          Step 3: Make a backup



          It is always recommended to make a backup, just in case you mess up with the system!



          Step 4: Create a bootable USB stick/burn a DVD



          Now let’s download the Ubuntu 18.04 .iso image of Ubuntu. Go to this link.



          Burn the .iso image on DVD. If you are using USB stick then use Rufus to make a bootable USB stick.



          If your machine uses BIOS mode then use Universal USB Installer. If it uses UEFI mode then use Rufus and use the MBR (or GPT partion scheme, depending on your hard drive partitioning type) partition scheme to make a bootable USB stick. Actually Rufus can be used both for BIOS and UEFI.



          Step 5: Disable fast startup in Windows (You might skip this, I would recommend it)



          Windows 10 has introduced a new feature called Fast Startup for quick booting. While it’s not mandatory, it’s better to have it disabled.



          • Go to Control Panel -> Power Options.

          • In the Power Options window, click Choose what the power buttons do.

          enter image description here



          You'll need click Change settings that are currently unavailable to make the Fast Startup option available in order to edit it.



          enter image description here



          Now uncheck it.



          enter image description here



          Now press Save changes.



          Step 6: Restart your computer



          Restart your computer and press one of the Del/Esc/F11/F12 keys to enter into your BIOS setup utility. Here in the boot priorities menu select the USB as the first boot device and then click Save changes and reboot. Wait for the computer to load the OS in RAM.



          A GRUB menu will appear.



          enter image description here



          Select the option Try Ubuntu without installing.

          The system will boot in live session mode.



          enter image description here



          Step 7: Install Ubuntu



          Click the Install Ubuntu 18.04 LTS icon.



          enter image description here



          Choose the language. Click Continue.



          enter image description here



          Choose the keyboard layout.



          enter image description here



          We are going for full installation. So we will keep Minimal Installation unchecked and continue.



          enter image description here



          For manual installation click Something else and continue.



          On this step we’ll create our custom partition layout for Ubuntu 18.04. On this guide will recommend that you create two partitions, one for root and the other for home accounts data and a partition for swap (use a swap partition only if you have limited RAM resources or you use a fast SSD).



          To create the root partition select the free space (the shrink space from Windows created earlier) and hit on the + icon below. On partition settings use the following configurations and hit OK to apply changes:



          Size = at least 15000 MB 
          Type for the new partition = Primary
          LocatioStart menu n for the new partition = Beginning of this space
          Use as = Ext4 journaling file system
          Mount point = /


          enter image description here



          You can make swap partition using the same method. For swap space select 1.5-2 times your RAM size.



          Size = 6000 MB 
          Use as = swap space


          Create the home partition using the same steps as above. Use all the available free space left for home partition size. The partition settings should look like this:



          Size = all of available free space 
          Type for the new partition = Primary
          Location for the new partition = Beginning of this space
          Use as = Ext4 journaling file system
          Mount point = /home


          enter image description here



          When finished, press the Install Now button in order to apply the changes to disk and start the installation process.

          On the next screen adjust your machine physical location by selecting a city nearby from the map. When done hit Continue to move ahead.

          Next, select the keyboard layout and click Continue.

          Pick up a username and password for your administrative sudo account and press Continue to finalize the installation. These are all the settings required for customizing Ubuntu 18.04 installation. From here on the installation process will run automatically until it reaches the end.



          After the installation process ends press the Restart Now button.



          The computer will reboot into the GRUB menu, where for ten seconds, you will be able to select which OS you wish to boot, either Ubuntu 18.04 or Windows 10.



          Ubuntu is designated as default OS to boot from. Just press the Enter key to continue booting or wait for the 10 second timeout to finish.



          After Ubuntu finishes loading, log in.



          That's it! In case you need to switch back to Windows, just reboot the computer and select Windows from the GRUB menu.






          share|improve this answer














          After so many efforts I've figured out what went wrong while installing. Now at last I've installed Ubuntu 18.04 alongside Windows 10 Pro in dual boot mode.



          I've tried to share my experience in this article http://myviewsonfoss.blogspot.in/2018/05/this-article-willshow-you-how-you-can.html



          Login to your Windows 10



          Step 1: Create a free space in the hard drive where Ubuntu will be installed



          • If you have several partition in Hard Disk, use any of them except the C Drive (because in case if something messed up, it may erase the data on C drive and then you have to reinstall Windows 10 again) to make some free space for linux. To make free space, Login to your windows machine using an administrative account and then right click on the Start menu -> Command prompt(Admin) to enter the Windows command prompt.


          • At the command prompt, type diskmgmt.msc and the Disk Management Utility will open. You can also use other method to open Disk Management Utility. From here, right click on D: or E: partition (any partition except C: .If you only have one partition C: then right click on C: and be cautious) and select Shrink Volume in order to resize the partition.


          • On Shrink D: enter a value on space to shrink in MB (use at least 25000 MB) and click on Shrink to start partition resizing as illustrated. Once the space has been resized you will see a new unallocated space in the hard drive. Leave it as default.


          Step 2: Check the hard driver partitioning type (GPT or MBR)



          Now in the Disk Management, to look the partition style of your hard drive, do a right click on the disk and choose the properties



          enter image description here



          Then go the Volume tab.

          If it shows GUID Partition Table then your Hard Disk partitioning is GPT.



          enter image description here



          If in your case it shows Master Boot Record then your hard drive partitioning is MBR.



          enter image description here



          Step 3: Make a backup



          It is always recommended to make a backup, just in case you mess up with the system!



          Step 4: Create a bootable USB stick/burn a DVD



          Now let’s download the Ubuntu 18.04 .iso image of Ubuntu. Go to this link.



          Burn the .iso image on DVD. If you are using USB stick then use Rufus to make a bootable USB stick.



          If your machine uses BIOS mode then use Universal USB Installer. If it uses UEFI mode then use Rufus and use the MBR (or GPT partion scheme, depending on your hard drive partitioning type) partition scheme to make a bootable USB stick. Actually Rufus can be used both for BIOS and UEFI.



          Step 5: Disable fast startup in Windows (You might skip this, I would recommend it)



          Windows 10 has introduced a new feature called Fast Startup for quick booting. While it’s not mandatory, it’s better to have it disabled.



          • Go to Control Panel -> Power Options.

          • In the Power Options window, click Choose what the power buttons do.

          enter image description here



          You'll need click Change settings that are currently unavailable to make the Fast Startup option available in order to edit it.



          enter image description here



          Now uncheck it.



          enter image description here



          Now press Save changes.



          Step 6: Restart your computer



          Restart your computer and press one of the Del/Esc/F11/F12 keys to enter into your BIOS setup utility. Here in the boot priorities menu select the USB as the first boot device and then click Save changes and reboot. Wait for the computer to load the OS in RAM.



          A GRUB menu will appear.



          enter image description here



          Select the option Try Ubuntu without installing.

          The system will boot in live session mode.



          enter image description here



          Step 7: Install Ubuntu



          Click the Install Ubuntu 18.04 LTS icon.



          enter image description here



          Choose the language. Click Continue.



          enter image description here



          Choose the keyboard layout.



          enter image description here



          We are going for full installation. So we will keep Minimal Installation unchecked and continue.



          enter image description here



          For manual installation click Something else and continue.



          On this step we’ll create our custom partition layout for Ubuntu 18.04. On this guide will recommend that you create two partitions, one for root and the other for home accounts data and a partition for swap (use a swap partition only if you have limited RAM resources or you use a fast SSD).



          To create the root partition select the free space (the shrink space from Windows created earlier) and hit on the + icon below. On partition settings use the following configurations and hit OK to apply changes:



          Size = at least 15000 MB 
          Type for the new partition = Primary
          LocatioStart menu n for the new partition = Beginning of this space
          Use as = Ext4 journaling file system
          Mount point = /


          enter image description here



          You can make swap partition using the same method. For swap space select 1.5-2 times your RAM size.



          Size = 6000 MB 
          Use as = swap space


          Create the home partition using the same steps as above. Use all the available free space left for home partition size. The partition settings should look like this:



          Size = all of available free space 
          Type for the new partition = Primary
          Location for the new partition = Beginning of this space
          Use as = Ext4 journaling file system
          Mount point = /home


          enter image description here



          When finished, press the Install Now button in order to apply the changes to disk and start the installation process.

          On the next screen adjust your machine physical location by selecting a city nearby from the map. When done hit Continue to move ahead.

          Next, select the keyboard layout and click Continue.

          Pick up a username and password for your administrative sudo account and press Continue to finalize the installation. These are all the settings required for customizing Ubuntu 18.04 installation. From here on the installation process will run automatically until it reaches the end.



          After the installation process ends press the Restart Now button.



          The computer will reboot into the GRUB menu, where for ten seconds, you will be able to select which OS you wish to boot, either Ubuntu 18.04 or Windows 10.



          Ubuntu is designated as default OS to boot from. Just press the Enter key to continue booting or wait for the 10 second timeout to finish.



          After Ubuntu finishes loading, log in.



          That's it! In case you need to switch back to Windows, just reboot the computer and select Windows from the GRUB menu.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Jun 2 at 12:41

























          answered May 4 at 13:47









          Debajyoti

          1401111




          1401111











          • Well, I did just that way. I have Windows 10 (1803) freshly installed, then tried to install 18.04. Unfortunately, my PC boots then into grub prompt, not menu. When I type ‹exit› there, it will start Windows 10. My system is UEFI only, GPT.
            – hako
            Jul 10 at 18:33

















          • Well, I did just that way. I have Windows 10 (1803) freshly installed, then tried to install 18.04. Unfortunately, my PC boots then into grub prompt, not menu. When I type ‹exit› there, it will start Windows 10. My system is UEFI only, GPT.
            – hako
            Jul 10 at 18:33
















          Well, I did just that way. I have Windows 10 (1803) freshly installed, then tried to install 18.04. Unfortunately, my PC boots then into grub prompt, not menu. When I type ‹exit› there, it will start Windows 10. My system is UEFI only, GPT.
          – hako
          Jul 10 at 18:33





          Well, I did just that way. I have Windows 10 (1803) freshly installed, then tried to install 18.04. Unfortunately, my PC boots then into grub prompt, not menu. When I type ‹exit› there, it will start Windows 10. My system is UEFI only, GPT.
          – hako
          Jul 10 at 18:33



          Popular posts from this blog

          pylint3 and pip3 broken

          Missing snmpget and snmpwalk

          How to enroll fingerprints to Ubuntu 17.10 with VFS491