Page 1 of 1

Mageia 5 doesn't load after system update

PostPosted: Nov 13th, '16, 22:55
by monsieurn
Hi,

I'm N and I'm french !

Problem : on saturday i've loaded system update and since my laptop gives me a "Emergency mode".

I've try to load it by "troubleshootingmode" and here what happened :

[FAILED] Failed to mount /boot/EFI
See "systemctl status boot-EFI.mount" for details
[DEPEND] Dependency failed for Local File Systems

So I've done systemctl status boot-EFI.mount and here is what happened :

Loaded : loaded (/etc/fstab)
Active : failed (Result:exit code) since sam. 2016-11-12 19:07:59 CET; 3 min 35s ago
Where : /boot/EFI
What : /dev/disk/by-uuid/BB34-1565
Docs: man:fstab(5)
man:systemd-fstab-generator(8)
Process: 576 ExecMount=/bin/mount -n /dev/disk/by-uuid/BB34-1565 /boot/EFI -t vfat -o umask=000, iocharset=utf8 (code=exited, status=32)

Sorry for my bad english.

Thank you !

N

Re: Mageia 5 doesn't load after system update

PostPosted: Nov 13th, '16, 23:39
by doktor5000
Hi there, please next time use one of the support subforums for support-type queries.

For your issue, please post the output as root of
Code: Select all
lsblk -f
cat /etc/fstab
mount -v /boot/EFI

Re: Mageia 5 doesn't load after system update

PostPosted: Nov 14th, '16, 20:00
by monsieurn
Thank you Doktor !

The last command mount -v /boot/EFI gives me

mount : type de système de fichiers "vfat" inconnu >>> file system type "vfat" unknown (my translation...)

Thanks.

Re: Mageia 5 doesn't load after system update

PostPosted: Nov 14th, '16, 21:07
by doktor5000
Hi there, please provide the output of all the commands. You can also prefix them with LC_ALL=C to obtain english output directly so you don't need to translate.

Re: Mageia 5 doesn't load after system update

PostPosted: Nov 14th, '16, 22:48
by monsieurn
lsblk -f

Code: Select all
NAME FSTYPE LABEL UUID                                   MOUNTPOINT
sda
sda1 vfat   BB34-1565
sda2 ext4 0979ea99-4876-45f6-b369-6902b824a0e9  /
sda3 swap 8e96f36b-68ad-4c4c-b51b-9a159c5c21c1  [SWAP]
sda4 ext4 d3ec4222-3ba1-491c-bc2d-acca490060fb  /home

cat /etc/fstab

Code: Select all
# Entry for /dev/sda2 :
UUID=0979ea99-4876-45f6-b369-6902b824a0e9  / ext4 noatime,acl  1  1
# Entry for /dev/sda1 :
UUID=BB34-1565  /boot/EFI vfat umask=000, iocharset=utf8  0  0
# Entry for /dev/sda4 :
UUID=d3ec4222-3ba1-491c-bc2d-acca490060fb  /home  ext4 noatime,acl  1  2
# Entry for /dev/sdb1 :
UUID=94E8-7798  /mnt/hd  vfat  umask=000,users,iocharset=utf8,noauto,exec,nofail  0  0
none /proc proc defaults 0  0
# Entry for /dev/sda3 :
UUID=8e96f36b-68ad-4c4c-b51b-9a159c5c21c1  swap swap defaults  0  0


mount -v /boot/EFI

file system type "vfat" unknown

Re: Mageia 5 doesn't load after system update

PostPosted: Nov 15th, '16, 11:38
by wintpe
is it possible to boot into the previous kernel, from the boot menu

regards peter

Re: Mageia 5 doesn't load after system update

PostPosted: Nov 15th, '16, 13:33
by doktor5000
Can you please show the output of

Code: Select all
cat /proc/filesystems
modinfo vfat
modprobe vfat
uname -a
who -b
rpm -qa|sort|grep kernel

and also provide some comments when you installed your last kernel update and when you rebooted last time.