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

Clash 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. 
[
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.

jpg
dual-boot grub2 partitioning
add a comment |Â
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. 
[
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.

jpg
dual-boot grub2 partitioning
add a comment |Â
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. 
[
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.

jpg
dual-boot grub2 partitioning
[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. 
[
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.

jpg
dual-boot grub2 partitioning
dual-boot grub2 partitioning
edited Mar 2 at 7:22
asked Mar 2 at 6:30
Numerical Person
1063
1063
add a comment |Â
add a comment |Â
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
WindowsOS - Combine
Windows+rtogether and typecmdto open command prompt. - Type
bcdedit /set "bootmgr" path EFIubuntugrubx64.efiand hitEnter
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.
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) PressCtrl+rkeys and typecmd] . 3) Once you are in command prompt window, just typebcdedit /set "bootmgr" path EFIubuntugrubx64.efiand hitEnterkey. 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 usingWindows OSif 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
 |Â
show 1 more comment
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
WindowsOS - Combine
Windows+rtogether and typecmdto open command prompt. - Type
bcdedit /set "bootmgr" path EFIubuntugrubx64.efiand hitEnter
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.
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) PressCtrl+rkeys and typecmd] . 3) Once you are in command prompt window, just typebcdedit /set "bootmgr" path EFIubuntugrubx64.efiand hitEnterkey. 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 usingWindows OSif 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
 |Â
show 1 more comment
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
WindowsOS - Combine
Windows+rtogether and typecmdto open command prompt. - Type
bcdedit /set "bootmgr" path EFIubuntugrubx64.efiand hitEnter
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.
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) PressCtrl+rkeys and typecmd] . 3) Once you are in command prompt window, just typebcdedit /set "bootmgr" path EFIubuntugrubx64.efiand hitEnterkey. 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 usingWindows OSif 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
 |Â
show 1 more comment
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
WindowsOS - Combine
Windows+rtogether and typecmdto open command prompt. - Type
bcdedit /set "bootmgr" path EFIubuntugrubx64.efiand hitEnter
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.
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
WindowsOS - Combine
Windows+rtogether and typecmdto open command prompt. - Type
bcdedit /set "bootmgr" path EFIubuntugrubx64.efiand hitEnter
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.
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) PressCtrl+rkeys and typecmd] . 3) Once you are in command prompt window, just typebcdedit /set "bootmgr" path EFIubuntugrubx64.efiand hitEnterkey. 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 usingWindows OSif 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
 |Â
show 1 more comment
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) PressCtrl+rkeys and typecmd] . 3) Once you are in command prompt window, just typebcdedit /set "bootmgr" path EFIubuntugrubx64.efiand hitEnterkey. 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 usingWindows OSif 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
 |Â
show 1 more comment
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password