[FAILED] Failed to mount home

Hi. This is my first post so forgive my english.
Just installed manjaro alongside windows on my ssd. I dont know if it matters but the swap and home partitions are on my hdd.
Anyways it worked fine at first but now after the grub the system wont start.

Error:

dev/sda5: clean, 287014/2621440 files, 1878918/10485504 blocks [FAILED] Failed to start Load Save Screen Backlight Brightness of backlight:acpi_video. [FAILED] Failed to mount home. (DEPEND] Dependency failed for Local File Systems You are in emergency mode. After logging in, type "journalctl -xb" to view susten logs, "systenctl reboot" to reboot, "sustemctl default" or "exit"! to boot into default mode. Contraseña de root para manteniniento (o pulse Control-D para continuar):

Thank you.

I would boot into a live media (e.g. USB stick with your install ISO) and then manjaro-chroot into your system.

Then apply (within chroot environment):

nano /etc/default/grub

and add

acpi_backlight=vendor

somewhere in between the " … " in the line starting

GRUB_CMDLINE_LINUX_DEFAULT="

Afterwards, save the file and execute

update-grub
exit
exit

and reboot normally.

1 Like

Now is working fine, thank you for the fast answer :smiley:

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.