Maui Forums
booting - Printable Version

+- Maui Forums (https://forums.mauilinux.org)
+-- Forum: Maui Support (https://forums.mauilinux.org/forumdisplay.php?fid=74)
+--- Forum: Installation (https://forums.mauilinux.org/forumdisplay.php?fid=83)
+--- Thread: booting (/showthread.php?tid=24277)



booting - XC-DH_Oldie - 15th February 2017

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


RE: booting - leszek - 15th February 2017

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?


RE: booting - minidiegi - 15th February 2017

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.


RE: booting - XC-DH_Oldie - 17th February 2017

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