I've just recently installed mageia 4 but each time i boot on mageia there is a message : "welcome to emergency mode..., enter root password to enter maintenance or ctrl + d to continue".
Problem is, pressing ctrl + d does nothing but looping to press ctrl + d again.
To access desktop, i have to enter my bootable usb key (used for the installation) and then emergency mode goes off and I can acces desktop.
I have no idea why, so I've searched online and I found that fstab could cause this, i opened it with Vi and i got this :
- Code: Select all
# Entry for /dev/sda6 :
UUID=fd5b76ec-c937-46d9-b634-cafd1ea9424e / ext4 acl,noatime 1 1
# Entry for /dev/sdc1 :
UUID=7C92-1EC6 /mnt/hd vfat umask=000,iocharset=utf8 0 0
# Entry for /dev/sda7 :
UUID=20efa961-3b19-4bfc-972a-a2637794f392 /home ext4 acl,noatime 1 2
# Entry for /dev/sda2 :
UUID=9C16-A6D4 /media/win_ vfat umask=000,iocharset=utf8 0 0
# Entry for /dev/sda1 :
UUID=042215DC2215D410 /media/win_c ntfs-3g defaults,umask=000 0 0
# Entry for /dev/sda3 :
UUID=88741784741773E2 /media/win_d ntfs-3g defaults,umask=000 0 0
# Entry for /dev/sda4 :
UUID=E0A818CFA818A5D6 /media/win_e ntfs-3g defaults,umask=000 0 0
# Entry for /dev/sda9 :
UUID=E8BC6904BC68CF1E /media/win_i ntfs-3g defaults,umask=000 0 0
# Entry for /dev/sda10 :
UUID=EC002E84002E55BC /media/win_j ntfs-3g defaults,umask=000 0 0
/mnt/hd/Mageia-4-x86_64-DVD.iso /mnt/Mageia-4-x86_64-DVD iso9660 noauto,loop 0 0
none /proc proc defaults 0 0
# Entry for /dev/sda8 :
UUID=bf19fa24-ad13-4907-be28-296675cd70eb swap swap defaults 0 0
I don't understand this so i'm asking for help,
thanks in advance