Installing Ubuntu and problem with boot loader (Trying with Try Ubuntu 14.04 version)

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








up vote
0
down vote

favorite












[Currently there is no operating system installed in the PC]
I have been trying to install ubuntu 14.04 in my PC. The problem I'm having is that problem in installing grub in software.
enter image description here
[enter image description here



What I think the problem is in my hard-disk file system. I tried to wipe it out using G-Parted but, some of the file named "RIOD" wasn't go disappear. I have tried to fix the boot loader problem but each time it's showing the same problem. Do you have any idea how I can reformat the hard rive and install a ubuntu? I don't care about previous memory of my hard drive.



enter image description here



enter image description herejpg










share|improve this question



























    up vote
    0
    down vote

    favorite












    [Currently there is no operating system installed in the PC]
    I have been trying to install ubuntu 14.04 in my PC. The problem I'm having is that problem in installing grub in software.
    enter image description here
    [enter image description here



    What I think the problem is in my hard-disk file system. I tried to wipe it out using G-Parted but, some of the file named "RIOD" wasn't go disappear. I have tried to fix the boot loader problem but each time it's showing the same problem. Do you have any idea how I can reformat the hard rive and install a ubuntu? I don't care about previous memory of my hard drive.



    enter image description here



    enter image description herejpg










    share|improve this question

























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      [Currently there is no operating system installed in the PC]
      I have been trying to install ubuntu 14.04 in my PC. The problem I'm having is that problem in installing grub in software.
      enter image description here
      [enter image description here



      What I think the problem is in my hard-disk file system. I tried to wipe it out using G-Parted but, some of the file named "RIOD" wasn't go disappear. I have tried to fix the boot loader problem but each time it's showing the same problem. Do you have any idea how I can reformat the hard rive and install a ubuntu? I don't care about previous memory of my hard drive.



      enter image description here



      enter image description herejpg










      share|improve this question















      [Currently there is no operating system installed in the PC]
      I have been trying to install ubuntu 14.04 in my PC. The problem I'm having is that problem in installing grub in software.
      enter image description here
      [enter image description here



      What I think the problem is in my hard-disk file system. I tried to wipe it out using G-Parted but, some of the file named "RIOD" wasn't go disappear. I have tried to fix the boot loader problem but each time it's showing the same problem. Do you have any idea how I can reformat the hard rive and install a ubuntu? I don't care about previous memory of my hard drive.



      enter image description here



      enter image description herejpg







      dual-boot grub2 partitioning






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 2 at 7:22

























      asked Mar 2 at 6:30









      Numerical Person

      1063




      1063




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote













          There is a direct command bcdedit /set "bootmgr" path EFIubuntugrubx64.efi to show grub menu on boot, but to execute, you need access to Windows OS.



          The steps are:



          • Boot into Windows OS

          • Combine Windows + r together and type cmd to open command prompt.

          • Type bcdedit /set "bootmgr" path EFIubuntugrubx64.efi and hit Enter

          P.S : To get dual boot working fine on my dell laptop, I took help of this link dual boot windows and ubuntu and I followed above steps too for setting up the grub menu and it worked.



          I would advice you to crosscheck your process with the above mentioned link. It will help you understand if you are missing something during the installation process just in case.






          share|improve this answer






















          • So what you are saying is that, formatting hard disk using windows operating system, and then install the ubuntu?
            – Numerical Person
            Mar 2 at 6:54










          • First check the link to see if you have performed every step given there. If you are sure that you installed Ubuntu properly, then 1) Boot into Windows. 2) Press Ctrl + r keys and type cmd] . 3) Once you are in command prompt window, just type bcdedit /set "bootmgr" path EFIubuntugrubx64.efi and hit Enter key. The command will execute. Once done, restart your system and you will be presented with Grub menu (if Ubuntu got installed successfully in the first step). We will format the Ubuntu partition using Windows OS if we have to reinstall Ubuntu all over again.
            – mAnN
            Mar 2 at 7:00











          • The problem is that, I couldn't install the ubuntu successfully. That was the "try ubuntu" version
            – Numerical Person
            Mar 2 at 7:21










          • then in that case brother, you need to first install Ubuntu on a separate partition. Once you have installed it, then you can follow the steps for setting up grub menu. Just follow the link I gave and the steps I mentioned, all will be fine. Still if you encounter any issues, let us know.
            – mAnN
            Mar 2 at 7:22










          • But the hard drive is not taking the ubuntu installation. The first picture is added here where the installation failed each time.
            – Numerical Person
            Mar 2 at 7:27










          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',
          convertImagesToLinks: true,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          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%2f1011202%2finstalling-ubuntu-and-problem-with-boot-loader-trying-with-try-ubuntu-14-04-ver%23new-answer', 'question_page');

          );

          Post as a guest






























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          0
          down vote













          There is a direct command bcdedit /set "bootmgr" path EFIubuntugrubx64.efi to show grub menu on boot, but to execute, you need access to Windows OS.



          The steps are:



          • Boot into Windows OS

          • Combine Windows + r together and type cmd to open command prompt.

          • Type bcdedit /set "bootmgr" path EFIubuntugrubx64.efi and hit Enter

          P.S : To get dual boot working fine on my dell laptop, I took help of this link dual boot windows and ubuntu and I followed above steps too for setting up the grub menu and it worked.



          I would advice you to crosscheck your process with the above mentioned link. It will help you understand if you are missing something during the installation process just in case.






          share|improve this answer






















          • So what you are saying is that, formatting hard disk using windows operating system, and then install the ubuntu?
            – Numerical Person
            Mar 2 at 6:54










          • First check the link to see if you have performed every step given there. If you are sure that you installed Ubuntu properly, then 1) Boot into Windows. 2) Press Ctrl + r keys and type cmd] . 3) Once you are in command prompt window, just type bcdedit /set "bootmgr" path EFIubuntugrubx64.efi and hit Enter key. The command will execute. Once done, restart your system and you will be presented with Grub menu (if Ubuntu got installed successfully in the first step). We will format the Ubuntu partition using Windows OS if we have to reinstall Ubuntu all over again.
            – mAnN
            Mar 2 at 7:00











          • The problem is that, I couldn't install the ubuntu successfully. That was the "try ubuntu" version
            – Numerical Person
            Mar 2 at 7:21










          • then in that case brother, you need to first install Ubuntu on a separate partition. Once you have installed it, then you can follow the steps for setting up grub menu. Just follow the link I gave and the steps I mentioned, all will be fine. Still if you encounter any issues, let us know.
            – mAnN
            Mar 2 at 7:22










          • But the hard drive is not taking the ubuntu installation. The first picture is added here where the installation failed each time.
            – Numerical Person
            Mar 2 at 7:27














          up vote
          0
          down vote













          There is a direct command bcdedit /set "bootmgr" path EFIubuntugrubx64.efi to show grub menu on boot, but to execute, you need access to Windows OS.



          The steps are:



          • Boot into Windows OS

          • Combine Windows + r together and type cmd to open command prompt.

          • Type bcdedit /set "bootmgr" path EFIubuntugrubx64.efi and hit Enter

          P.S : To get dual boot working fine on my dell laptop, I took help of this link dual boot windows and ubuntu and I followed above steps too for setting up the grub menu and it worked.



          I would advice you to crosscheck your process with the above mentioned link. It will help you understand if you are missing something during the installation process just in case.






          share|improve this answer






















          • So what you are saying is that, formatting hard disk using windows operating system, and then install the ubuntu?
            – Numerical Person
            Mar 2 at 6:54










          • First check the link to see if you have performed every step given there. If you are sure that you installed Ubuntu properly, then 1) Boot into Windows. 2) Press Ctrl + r keys and type cmd] . 3) Once you are in command prompt window, just type bcdedit /set "bootmgr" path EFIubuntugrubx64.efi and hit Enter key. The command will execute. Once done, restart your system and you will be presented with Grub menu (if Ubuntu got installed successfully in the first step). We will format the Ubuntu partition using Windows OS if we have to reinstall Ubuntu all over again.
            – mAnN
            Mar 2 at 7:00











          • The problem is that, I couldn't install the ubuntu successfully. That was the "try ubuntu" version
            – Numerical Person
            Mar 2 at 7:21










          • then in that case brother, you need to first install Ubuntu on a separate partition. Once you have installed it, then you can follow the steps for setting up grub menu. Just follow the link I gave and the steps I mentioned, all will be fine. Still if you encounter any issues, let us know.
            – mAnN
            Mar 2 at 7:22










          • But the hard drive is not taking the ubuntu installation. The first picture is added here where the installation failed each time.
            – Numerical Person
            Mar 2 at 7:27












          up vote
          0
          down vote










          up vote
          0
          down vote









          There is a direct command bcdedit /set "bootmgr" path EFIubuntugrubx64.efi to show grub menu on boot, but to execute, you need access to Windows OS.



          The steps are:



          • Boot into Windows OS

          • Combine Windows + r together and type cmd to open command prompt.

          • Type bcdedit /set "bootmgr" path EFIubuntugrubx64.efi and hit Enter

          P.S : To get dual boot working fine on my dell laptop, I took help of this link dual boot windows and ubuntu and I followed above steps too for setting up the grub menu and it worked.



          I would advice you to crosscheck your process with the above mentioned link. It will help you understand if you are missing something during the installation process just in case.






          share|improve this answer














          There is a direct command bcdedit /set "bootmgr" path EFIubuntugrubx64.efi to show grub menu on boot, but to execute, you need access to Windows OS.



          The steps are:



          • Boot into Windows OS

          • Combine Windows + r together and type cmd to open command prompt.

          • Type bcdedit /set "bootmgr" path EFIubuntugrubx64.efi and hit Enter

          P.S : To get dual boot working fine on my dell laptop, I took help of this link dual boot windows and ubuntu and I followed above steps too for setting up the grub menu and it worked.



          I would advice you to crosscheck your process with the above mentioned link. It will help you understand if you are missing something during the installation process just in case.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Mar 2 at 6:55

























          answered Mar 2 at 6:52









          mAnN

          19118




          19118











          • So what you are saying is that, formatting hard disk using windows operating system, and then install the ubuntu?
            – Numerical Person
            Mar 2 at 6:54










          • First check the link to see if you have performed every step given there. If you are sure that you installed Ubuntu properly, then 1) Boot into Windows. 2) Press Ctrl + r keys and type cmd] . 3) Once you are in command prompt window, just type bcdedit /set "bootmgr" path EFIubuntugrubx64.efi and hit Enter key. The command will execute. Once done, restart your system and you will be presented with Grub menu (if Ubuntu got installed successfully in the first step). We will format the Ubuntu partition using Windows OS if we have to reinstall Ubuntu all over again.
            – mAnN
            Mar 2 at 7:00











          • The problem is that, I couldn't install the ubuntu successfully. That was the "try ubuntu" version
            – Numerical Person
            Mar 2 at 7:21










          • then in that case brother, you need to first install Ubuntu on a separate partition. Once you have installed it, then you can follow the steps for setting up grub menu. Just follow the link I gave and the steps I mentioned, all will be fine. Still if you encounter any issues, let us know.
            – mAnN
            Mar 2 at 7:22










          • But the hard drive is not taking the ubuntu installation. The first picture is added here where the installation failed each time.
            – Numerical Person
            Mar 2 at 7:27
















          • So what you are saying is that, formatting hard disk using windows operating system, and then install the ubuntu?
            – Numerical Person
            Mar 2 at 6:54










          • First check the link to see if you have performed every step given there. If you are sure that you installed Ubuntu properly, then 1) Boot into Windows. 2) Press Ctrl + r keys and type cmd] . 3) Once you are in command prompt window, just type bcdedit /set "bootmgr" path EFIubuntugrubx64.efi and hit Enter key. The command will execute. Once done, restart your system and you will be presented with Grub menu (if Ubuntu got installed successfully in the first step). We will format the Ubuntu partition using Windows OS if we have to reinstall Ubuntu all over again.
            – mAnN
            Mar 2 at 7:00











          • The problem is that, I couldn't install the ubuntu successfully. That was the "try ubuntu" version
            – Numerical Person
            Mar 2 at 7:21










          • then in that case brother, you need to first install Ubuntu on a separate partition. Once you have installed it, then you can follow the steps for setting up grub menu. Just follow the link I gave and the steps I mentioned, all will be fine. Still if you encounter any issues, let us know.
            – mAnN
            Mar 2 at 7:22










          • But the hard drive is not taking the ubuntu installation. The first picture is added here where the installation failed each time.
            – Numerical Person
            Mar 2 at 7:27















          So what you are saying is that, formatting hard disk using windows operating system, and then install the ubuntu?
          – Numerical Person
          Mar 2 at 6:54




          So what you are saying is that, formatting hard disk using windows operating system, and then install the ubuntu?
          – Numerical Person
          Mar 2 at 6:54












          First check the link to see if you have performed every step given there. If you are sure that you installed Ubuntu properly, then 1) Boot into Windows. 2) Press Ctrl + r keys and type cmd] . 3) Once you are in command prompt window, just type bcdedit /set "bootmgr" path EFIubuntugrubx64.efi and hit Enter key. The command will execute. Once done, restart your system and you will be presented with Grub menu (if Ubuntu got installed successfully in the first step). We will format the Ubuntu partition using Windows OS if we have to reinstall Ubuntu all over again.
          – mAnN
          Mar 2 at 7:00





          First check the link to see if you have performed every step given there. If you are sure that you installed Ubuntu properly, then 1) Boot into Windows. 2) Press Ctrl + r keys and type cmd] . 3) Once you are in command prompt window, just type bcdedit /set "bootmgr" path EFIubuntugrubx64.efi and hit Enter key. The command will execute. Once done, restart your system and you will be presented with Grub menu (if Ubuntu got installed successfully in the first step). We will format the Ubuntu partition using Windows OS if we have to reinstall Ubuntu all over again.
          – mAnN
          Mar 2 at 7:00













          The problem is that, I couldn't install the ubuntu successfully. That was the "try ubuntu" version
          – Numerical Person
          Mar 2 at 7:21




          The problem is that, I couldn't install the ubuntu successfully. That was the "try ubuntu" version
          – Numerical Person
          Mar 2 at 7:21












          then in that case brother, you need to first install Ubuntu on a separate partition. Once you have installed it, then you can follow the steps for setting up grub menu. Just follow the link I gave and the steps I mentioned, all will be fine. Still if you encounter any issues, let us know.
          – mAnN
          Mar 2 at 7:22




          then in that case brother, you need to first install Ubuntu on a separate partition. Once you have installed it, then you can follow the steps for setting up grub menu. Just follow the link I gave and the steps I mentioned, all will be fine. Still if you encounter any issues, let us know.
          – mAnN
          Mar 2 at 7:22












          But the hard drive is not taking the ubuntu installation. The first picture is added here where the installation failed each time.
          – Numerical Person
          Mar 2 at 7:27




          But the hard drive is not taking the ubuntu installation. The first picture is added here where the installation failed each time.
          – Numerical Person
          Mar 2 at 7:27

















           

          draft saved


          draft discarded















































           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1011202%2finstalling-ubuntu-and-problem-with-boot-loader-trying-with-try-ubuntu-14-04-ver%23new-answer', 'question_page');

          );

          Post as a guest













































































          Popular posts from this blog

          Running the scala interactive shell from the command line

          Unable to execute new pre-installation script (/var/lib/dpkg/tmp.ci/preinst)

          What makes Checkinstall packages not suitable for distribution?