Maui Forums

Full Version: booting
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hallo,

there is a thing never seen before.

During "booting" there's a line i do not understand.

my Grub:

Code:
GRUB_THEME=/boot/grub/themes/maui/theme.txt
GRUB_CMDLINE_LINUX_DEFAULT="noplymouth"
GRUB_GFXMODE=1024x768
GRUB_TIMEOUT=60
GRUB_DISTRIBUTOR="Maui"

the line expresses:

a start job is running for device-disk ... xxxxxxxxx ( xx sec / 1 min 30 s )


for device-disk xxx changing, for xx sec, counting down to 0, then Maui starting.


Whats happend ?


Maybe somebody knows about.


best regards
It is basically systemd doing the mounting for that particular disk/partition.
Nothing to worry about.
I suspect it is a hard drive and not ssd?
I had this error before. 
For me it was an incorrect UUID in the fstab.

Check your uuid with "sudo blkid" and compare the values.
Then enter the correct value in the fstab.
thx for the answers,

@lezek, yes it's a HDD

@minidiegi, thx yes this was it. It was a wrong value for the swap partition.

Now the booting goes through.

best regards