How to boot from ssd

Clash Royale CLAN TAG#URR8PPP up vote
0
down vote
favorite
I am fairly new to Linux, and I've just installed Ubuntu. The PC booted from my HDD but when I try to find the SSD in a terminal emulation window, I can't find it, and I want to boot from the SSD.
I have tried to research online and I found out it might be running on RAID instead of AHCI, so I opened the BIOS and couldn't find the SSD settings there either. I am certain the SSD is connected to the PC because it worked perfectly fine when Windows was installed and running.
uefi ssd bios
add a comment |Â
up vote
0
down vote
favorite
I am fairly new to Linux, and I've just installed Ubuntu. The PC booted from my HDD but when I try to find the SSD in a terminal emulation window, I can't find it, and I want to boot from the SSD.
I have tried to research online and I found out it might be running on RAID instead of AHCI, so I opened the BIOS and couldn't find the SSD settings there either. I am certain the SSD is connected to the PC because it worked perfectly fine when Windows was installed and running.
uefi ssd bios
Yes this question is confusing. If needed i would gladly explain further. :3. Also, sorry for the grammar. English is not my first language.
â Pottepl4nt3n1055
May 14 at 20:18
May be best to see details, you can run from your Ubuntu live installer or any working install, use ppa version not older Boot-Repair ISO: Post the link to the Create BootInfo summary report. Is part of Boot-Repair: help.ubuntu.com/community/Boot-Info and: sourceforge.net/p/boot-repair/home/Home
â oldfred
May 14 at 20:30
Please add your Ubuntu version and the results ofls /dev/sd* /dev/nvme*to your question.
â Chai T. Rex
May 14 at 23:25
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am fairly new to Linux, and I've just installed Ubuntu. The PC booted from my HDD but when I try to find the SSD in a terminal emulation window, I can't find it, and I want to boot from the SSD.
I have tried to research online and I found out it might be running on RAID instead of AHCI, so I opened the BIOS and couldn't find the SSD settings there either. I am certain the SSD is connected to the PC because it worked perfectly fine when Windows was installed and running.
uefi ssd bios
I am fairly new to Linux, and I've just installed Ubuntu. The PC booted from my HDD but when I try to find the SSD in a terminal emulation window, I can't find it, and I want to boot from the SSD.
I have tried to research online and I found out it might be running on RAID instead of AHCI, so I opened the BIOS and couldn't find the SSD settings there either. I am certain the SSD is connected to the PC because it worked perfectly fine when Windows was installed and running.
uefi ssd bios
edited May 14 at 23:18
K7AAY
3,73221443
3,73221443
asked May 14 at 20:17
Pottepl4nt3n1055
155
155
Yes this question is confusing. If needed i would gladly explain further. :3. Also, sorry for the grammar. English is not my first language.
â Pottepl4nt3n1055
May 14 at 20:18
May be best to see details, you can run from your Ubuntu live installer or any working install, use ppa version not older Boot-Repair ISO: Post the link to the Create BootInfo summary report. Is part of Boot-Repair: help.ubuntu.com/community/Boot-Info and: sourceforge.net/p/boot-repair/home/Home
â oldfred
May 14 at 20:30
Please add your Ubuntu version and the results ofls /dev/sd* /dev/nvme*to your question.
â Chai T. Rex
May 14 at 23:25
add a comment |Â
Yes this question is confusing. If needed i would gladly explain further. :3. Also, sorry for the grammar. English is not my first language.
â Pottepl4nt3n1055
May 14 at 20:18
May be best to see details, you can run from your Ubuntu live installer or any working install, use ppa version not older Boot-Repair ISO: Post the link to the Create BootInfo summary report. Is part of Boot-Repair: help.ubuntu.com/community/Boot-Info and: sourceforge.net/p/boot-repair/home/Home
â oldfred
May 14 at 20:30
Please add your Ubuntu version and the results ofls /dev/sd* /dev/nvme*to your question.
â Chai T. Rex
May 14 at 23:25
Yes this question is confusing. If needed i would gladly explain further. :3. Also, sorry for the grammar. English is not my first language.
â Pottepl4nt3n1055
May 14 at 20:18
Yes this question is confusing. If needed i would gladly explain further. :3. Also, sorry for the grammar. English is not my first language.
â Pottepl4nt3n1055
May 14 at 20:18
May be best to see details, you can run from your Ubuntu live installer or any working install, use ppa version not older Boot-Repair ISO: Post the link to the Create BootInfo summary report. Is part of Boot-Repair: help.ubuntu.com/community/Boot-Info and: sourceforge.net/p/boot-repair/home/Home
â oldfred
May 14 at 20:30
May be best to see details, you can run from your Ubuntu live installer or any working install, use ppa version not older Boot-Repair ISO: Post the link to the Create BootInfo summary report. Is part of Boot-Repair: help.ubuntu.com/community/Boot-Info and: sourceforge.net/p/boot-repair/home/Home
â oldfred
May 14 at 20:30
Please add your Ubuntu version and the results of
ls /dev/sd* /dev/nvme* to your question.â Chai T. Rex
May 14 at 23:25
Please add your Ubuntu version and the results of
ls /dev/sd* /dev/nvme* to your question.â Chai T. Rex
May 14 at 23:25
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
accepted
You should have been given an option on which drive to install your boot folder with the installer. You may be able to use dd tool to clone your boot folder and move it on to your ssd. Where are you expecting your ssd to show up? Generally linux will mount your drives under either the /mount folder or /run/media/user/ folder. I can't remember whihc it is for ubuntu.
Check out the answers here for some more information on cloning/moving /boot
https://unix.stackexchange.com/questions/63977/moving-boot-and-mbr-to-a-new-drive
1
Recommendingddat this early stage in finding out the facts makes me uncomfortable. Doubly so with a new user.
â WinEunuuchs2Unix
May 14 at 23:49
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
accepted
You should have been given an option on which drive to install your boot folder with the installer. You may be able to use dd tool to clone your boot folder and move it on to your ssd. Where are you expecting your ssd to show up? Generally linux will mount your drives under either the /mount folder or /run/media/user/ folder. I can't remember whihc it is for ubuntu.
Check out the answers here for some more information on cloning/moving /boot
https://unix.stackexchange.com/questions/63977/moving-boot-and-mbr-to-a-new-drive
1
Recommendingddat this early stage in finding out the facts makes me uncomfortable. Doubly so with a new user.
â WinEunuuchs2Unix
May 14 at 23:49
add a comment |Â
up vote
0
down vote
accepted
You should have been given an option on which drive to install your boot folder with the installer. You may be able to use dd tool to clone your boot folder and move it on to your ssd. Where are you expecting your ssd to show up? Generally linux will mount your drives under either the /mount folder or /run/media/user/ folder. I can't remember whihc it is for ubuntu.
Check out the answers here for some more information on cloning/moving /boot
https://unix.stackexchange.com/questions/63977/moving-boot-and-mbr-to-a-new-drive
1
Recommendingddat this early stage in finding out the facts makes me uncomfortable. Doubly so with a new user.
â WinEunuuchs2Unix
May 14 at 23:49
add a comment |Â
up vote
0
down vote
accepted
up vote
0
down vote
accepted
You should have been given an option on which drive to install your boot folder with the installer. You may be able to use dd tool to clone your boot folder and move it on to your ssd. Where are you expecting your ssd to show up? Generally linux will mount your drives under either the /mount folder or /run/media/user/ folder. I can't remember whihc it is for ubuntu.
Check out the answers here for some more information on cloning/moving /boot
https://unix.stackexchange.com/questions/63977/moving-boot-and-mbr-to-a-new-drive
You should have been given an option on which drive to install your boot folder with the installer. You may be able to use dd tool to clone your boot folder and move it on to your ssd. Where are you expecting your ssd to show up? Generally linux will mount your drives under either the /mount folder or /run/media/user/ folder. I can't remember whihc it is for ubuntu.
Check out the answers here for some more information on cloning/moving /boot
https://unix.stackexchange.com/questions/63977/moving-boot-and-mbr-to-a-new-drive
answered May 14 at 20:27
j-money
322110
322110
1
Recommendingddat this early stage in finding out the facts makes me uncomfortable. Doubly so with a new user.
â WinEunuuchs2Unix
May 14 at 23:49
add a comment |Â
1
Recommendingddat this early stage in finding out the facts makes me uncomfortable. Doubly so with a new user.
â WinEunuuchs2Unix
May 14 at 23:49
1
1
Recommending
dd at this early stage in finding out the facts makes me uncomfortable. Doubly so with a new user.â WinEunuuchs2Unix
May 14 at 23:49
Recommending
dd at this early stage in finding out the facts makes me uncomfortable. Doubly so with a new user.â WinEunuuchs2Unix
May 14 at 23:49
add a 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%2f1036261%2fhow-to-boot-from-ssd%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
Yes this question is confusing. If needed i would gladly explain further. :3. Also, sorry for the grammar. English is not my first language.
â Pottepl4nt3n1055
May 14 at 20:18
May be best to see details, you can run from your Ubuntu live installer or any working install, use ppa version not older Boot-Repair ISO: Post the link to the Create BootInfo summary report. Is part of Boot-Repair: help.ubuntu.com/community/Boot-Info and: sourceforge.net/p/boot-repair/home/Home
â oldfred
May 14 at 20:30
Please add your Ubuntu version and the results of
ls /dev/sd* /dev/nvme*to your question.â Chai T. Rex
May 14 at 23:25