LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 12-22-2019, 05:11 PM   #1
Jeff Maxwell
LQ Newbie
 
Registered: Mar 2019
Posts: 14

Rep: Reputation: Disabled
Grub Boot Error (and no reboot)


I get a device error when booting into my OS. The boot hangs between 1 to 2 minutes due to this error which is ridiculous. In addition to that my system will no longer reboot at all. I can shut it all the way down successfully but then need to turn my power supply completely off and then back on before it will boot up again. The "reboot/restart" command no longer works at all. Very likely this is two separate issues but I'm uncertain.

I would appreciate any help anyone can provide.

This is the boot error:
dev-disk-by\x2duuid-3a0ee4f6\
x2df80e\x2d4a9c\x2db761\
x2d619fafb0f714.device:
Job dev-disk-by\x2duuid-3a0ee4f6\
x2df80e\x2d4a9c\x2db761\
x2d619fafb0f714.device/
start failed with result 'timeout'.

This is my system:
Operating System: KDE neon 5.17
KDE Plasma Version: 5.17.4
KDE Frameworks Version: 5.64.0
Qt Version: 5.13.2
Kernel Version: 5.0.0-37-generic
OS Type: 64-bit
Processors: 4 × AMD Ryzen 3 1200 Quad-Core Processor
Memory: 7.8 GiB of RAM

Thank you ahead of time,
Jeff
 
Old 12-22-2019, 05:24 PM   #2
berndbausch
LQ Addict
 
Registered: Nov 2013
Location: Tokyo
Distribution: Mostly Ubuntu and Centos
Posts: 6,316

Rep: Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002
Quote:
dev-disk-by\x2duuid-3a0ee4f6\
x2df80e\x2d4a9c\x2db761\
x2d619fafb0f714.device:
Job dev-disk-by\x2duuid-3a0ee4f6\
x2df80e\x2d4a9c\x2db761\
x2d619fafb0f714.device/
start failed with result 'timeout'.
This is not a Grub boot error but is issued by the part of systemd that mounts all filesystems in /etc/fstab. One entry in fstab refers to a filesystem with UUID 3a0ee4f6-df80e-d4a9c-db761-d619fafb0f714, but no filesystem with this UUID is attached to the computer. It could be that the filesystem was removed or overwritten, or that the storage device is faulty.

Solution: Boot into rescue or emergency mode, then fix /etc/fstab. If it turns out that you have a problem with the storage device, you need to replace it.

How to boot into rescue/emergency mode depends on the distro that is installed on your computer. There are probably several methods.
 
Old 12-22-2019, 08:30 PM   #3
Jeff Maxwell
LQ Newbie
 
Registered: Mar 2019
Posts: 14

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by berndbausch View Post
This is not a Grub boot error but is issued by the part of systemd that mounts all filesystems in /etc/fstab. One entry in fstab refers to a filesystem with UUID 3a0ee4f6-df80e-d4a9c-db761-d619fafb0f714, but no filesystem with this UUID is attached to the computer. It could be that the filesystem was removed or overwritten, or that the storage device is faulty.

Solution: Boot into rescue or emergency mode, then fix /etc/fstab. If it turns out that you have a problem with the storage device, you need to replace it.

How to boot into rescue/emergency mode depends on the distro that is installed on your computer. There are probably several methods.
I may not have been clear enough, but the system does boot and I can get back into the os (regarding the second issue of no "reboot/restart") But I have to turn my power supply all the way off and then back on again before I start the pc using the power button every time.
Does that change the way I can edit the fstab? Can I just open it from the file manager and look for that device or what? And also, what about the no "restart/reboot" option?
What on earth could be causing that problem?
Thanks,
Jeff
 
Old 12-22-2019, 09:29 PM   #4
berndbausch
LQ Addict
 
Registered: Nov 2013
Location: Tokyo
Distribution: Mostly Ubuntu and Centos
Posts: 6,316

Rep: Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002
Yes, you can edit your fstab using a normal text editor when the system is running.

I would guess your disk (you have only one disk?) is reset each time you power off your PC, and that it is left in an unusable state when you merely reboot. Thus, a hardware problem. How hard is it to try booting from a different disk?

You may find relevant information in your kernel message buffer, which you can access using the dmesg command. I would look for messages that contain parts of the above UUID, or the string "sd" (SCSI Disk).
 
Old 12-22-2019, 09:41 PM   #5
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,346

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589
Quote:
I may not have been clear enough, but the system does boot and I can get back into the os (regarding the second issue of no "reboot/restart") But I have to turn my power supply all the way off and then back on again before I start the pc using the power button every time.
is this after the system hangs? If yes then probably related to fstab problem. At the grub menu is there a menu entry for recovery mode?
 
Old 12-23-2019, 07:46 PM   #6
Jeff Maxwell
LQ Newbie
 
Registered: Mar 2019
Posts: 14

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by colorpurple21859 View Post
is this after the system hangs? If yes then probably related to fstab problem. At the grub menu is there a menu entry for recovery mode?
No. The systems hangs once started up.
The other issue is that I need to completely power off the system ("shutdown" & flip the power supply switch off too).
Only after fully powered off and supply turned back on can I start the system.
It then hangs at that error for a minute or two before loading the OS.
 
Old 12-23-2019, 07:47 PM   #7
Jeff Maxwell
LQ Newbie
 
Registered: Mar 2019
Posts: 14

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by berndbausch View Post
Yes, you can edit your fstab using a normal text editor when the system is running.

I would guess your disk (you have only one disk?) is reset each time you power off your PC, and that it is left in an unusable state when you merely reboot. Thus, a hardware problem. How hard is it to try booting from a different disk?

You may find relevant information in your kernel message buffer, which you can access using the dmesg command. I would look for messages that contain parts of the above UUID, or the string "sd" (SCSI Disk).
I actually have 4 hard drives and multiple OS's active.

Thanks,
Jeff
 
Old 12-24-2019, 12:04 AM   #8
berndbausch
LQ Addict
 
Registered: Nov 2013
Location: Tokyo
Distribution: Mostly Ubuntu and Centos
Posts: 6,316

Rep: Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002
Quote:
Originally Posted by Jeff Maxwell View Post
I actually have 4 hard drives and multiple OS's active.
Use commands like blkid or lsblk -f to see which disk has this UUID. If there is no such disk, you can remove the corresponding entry from /etc/fstab. If there is, you can also remove it, but you need to be aware that this filesystem will then not be mounted automatically.

My guess is that you don't have such a disk. Perhaps the mount point in /etc/fstab gives you a clue what it is or was used for.

Last edited by berndbausch; 12-24-2019 at 12:06 AM.
 
  


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
Infinite Grub Loop: GRUB GRUB GRUB GRUB GRUB GRUB GRUB GRUB GRUB GRUB... beeblequix MEPIS 2 11-02-2013 10:56 PM
[SOLVED] How come I can't edit /boot/grub/grub.conf or /boot/grub/menu.lst in Fedora 14? trien27 Fedora 4 01-22-2011 04:02 PM
Why /boot/grub/grub.conf is symlinked to /boot/grub/menu.lst raj_hcl1986@rediffma Linux - Newbie 2 10-19-2008 02:19 AM
Booting my new ubuntu install = "GRUB GRUB GRUB GRUB GRUB" etc. dissolved soul Ubuntu 2 01-13-2007 12:55 PM
GRUB GRUB GRUB GRUB "Whats Going on?" Gaweph Linux - Newbie 6 03-26-2004 10:40 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 08:38 PM.

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