LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux Mint
User Name
Password
Linux Mint This forum is for the discussion of Linux Mint.

Notices


Reply
  Search this Thread
Old 06-24-2019, 03:11 PM   #1
BugattiBrandon
LQ Newbie
 
Registered: Jun 2019
Posts: 3

Rep: Reputation: Disabled
Unable to boot from SSD after install


After installing 64 bit Mint MATE from live CD I am getting the error
Quote:
Gave up waiting for root file system device. ALERT! UUID=... does not exist. Dropping to a shell!
Also, when I try to update the drivers in the live CD I get the message E:The repository 'cdrom://Linux Mint 19.1_Tessa_-Release amd64 20181217 bionic Release' does not have a release file.
I installed Mint on the same SSD as Windows.

Quote:
sudo blkid
gives me

Quote:
/dev/sda1: LABEL="System Reserved" UUID="5AC6443BC64419A1" TYPE="ntfs" PARTUUID="a9454b34-01"
/dev/sda2: UUID="5E504E0F504DEE79" TYPE="ntfs" PARTUUID="a9454b34-02"
/dev/sda3: UUID="86E0953EE0953581" TYPE="ntfs" PARTUUID="a9454b34-03"
/dev/sda5: UUID="936498c2-2090-45f0-90b9-7b1b54ab5e63" TYPE="ext4" PARTUUID="a9454b34-05"
/dev/sdb1: LABEL="UUI" UUID="0FF8-351E" TYPE="vfat" PARTUUID="89140143-01"
/dev/loop0: TYPE="squashfs"
/dev/sr0: UUID="2019-03-27-16-02-16-00" LABEL="Linux Lite 4.4" TYPE="iso9660" PTUUID="6d08d430" PTTYPE="dos"

Specs:
i7 with intel hd 4000
16GB ram
1TB SSD: 120GB for Linux

Last edited by BugattiBrandon; 06-25-2019 at 11:18 AM. Reason: added quote around text
 
Old 06-25-2019, 08:57 AM   #2
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
boot your dvd/cd/usb stick live linux, open two terminals, and go root, in one at least.
in the 1st terminal mount your pc hdd root partition.
X= device
x= number of partition
Code:
#mount /dev/sdXx /mnt
#nano /mnt/etc/fstab
find your UUID for whatever one if giving you grief. in your second terminal.
Code:
#blkid
to get your actual UUID's then find the one you need and replace it in your fstab, save file, reboot.
Hard Drives UUIDS
Code:
~ sudo blkid
/dev/sda1: LABEL="data1" UUID="2d6a4d00-106e-4402-91c4-329a1bbcee85" TYPE="ext4" PARTUUID="28da7fc5-01"
/dev/sda2: LABEL="ntfs1" UUID="98B63A6AB63A48D0" TYPE="ntfs" PARTUUID="28da7fc5-02"
/dev/sdb1: UUID="E6F21C5AF21C30F3" TYPE="ntfs" PARTUUID="3a883dd5-01"
/dev/sdb2: UUID="8AA21C9AA21C8D37" TYPE="ntfs" PARTUUID="3a883dd5-02"
/dev/sdb5: UUID="a710c844-8ab8-43a1-8231-ebcaa2191061" TYPE="ext4" PARTUUID="3a883dd5-05"
/dev/sdb6: UUID="52e005fd-dac3-4235-96ce-63339a35386b" TYPE="ext4" PARTUUID="3a883dd5-06"
/dev/sdb7: UUID="c42aa97b-1daf-4694-97ee-068737cb1e53" TYPE="ext4" PARTUUID="3a883dd5-07"
/dev/sdb8: UUID="275e8ce5-486f-426a-9595-bd36134f8346" TYPE="ext4" PARTUUID="3a883dd5-08"
/dev/mmcblk0p1: LABEL="SDCard64GB" UUID="992d2614-392b-4a75-9221-b0de218f33bd" TYPE="ext4" PARTUUID="d09b8eb7-01"
your Linux system file fstab, should look something like this.
Code:
~ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a device; this may
# be used with UUID= as a more robust way to name devices that works even if
# disks are added and removed. See fstab(5).
#
# <file system>             <mount point>  <type>  <options>  <dump>  <pass>
UUID=2d6a4d00-106e-4402-91c4-329a1bbcee85 /media/data1   ext4    defaults,noatime,discard 0 2
UUID=98B63A6AB63A48D0                     /media/ntfs1   ntfs    defaults,noatime 0 2
UUID=c42aa97b-1daf-4694-97ee-068737cb1e53 /              ext4    defaults,noatime,discard 0 1
UUID=275e8ce5-486f-426a-9595-bd36134f8346 /home          ext4    defaults,noatime,discard 0 2
tmpfs                                     /tmp           tmpfs   defaults,noatime,mode=1777 0 0
you just need to make sure they match.

Last edited by BW-userx; 06-25-2019 at 09:05 AM.
 
Old 06-25-2019, 09:01 AM   #3
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,352

Rep: Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590
what is the uuid in your /etc/fstab for / and the root=uuid= on the Linux line of the grub menu entry for mint compared to the uuid error your getting
 
Old 06-25-2019, 10:10 AM   #4
BugattiBrandon
LQ Newbie
 
Registered: Jun 2019
Posts: 3

Original Poster
Rep: Reputation: Disabled
This is what I get in the Linux system file fstab. The UUID matches blkid UUID, but it has "errors=remoun$" after the UUID.

Click image for larger version

Name:	Screenshot at 2019-06-25 14-52-49.png
Views:	21
Size:	114.1 KB
ID:	30789
 
Old 06-25-2019, 10:39 AM   #5
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,352

Rep: Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590
how does this from sudo blkid
Quote:
/dev/sda5: UUID="0905d77b-47b8-45e0-8fe6-2a9c9c7f41ff
match the uuid number that is in the screen shot of your fstab?
 
Old 06-25-2019, 11:17 AM   #6
BugattiBrandon
LQ Newbie
 
Registered: Jun 2019
Posts: 3

Original Poster
Rep: Reputation: Disabled
Sorry, that was the UUID for the old install of Mint. The UUID's do match, I forgot to change it in the post. I'll edit the UUID above.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to create a single-boot Win 10 ssd from a dual-boot ssd Robert.Thompson Linux - Newbie 5 03-28-2019 02:29 PM
Install Linux in Toshiba u940 series with 32gb ssd and 750gb hdd I would like to have boot code in ssd only cvkchary Linux - Laptop and Netbook 4 08-31-2016 04:26 PM
To SSD or not to SSD jlinkels Linux - Hardware 14 10-02-2012 07:36 AM
SSD raid1 vs SSD raid10 advice ? wonker Linux - Hardware 8 05-23-2012 01:46 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux Mint

All times are GMT -5. The time now is 02:33 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration