You are not logged in.

#1 2018-07-27 17:29:54

dzikichrzan
Member
Registered: 2018-07-27
Posts: 2

[solved] Can't login to user and root after separate drive home...

Hi. I installed arch linux with three partitions: sdb1 boot, sdb2 root (ssd), sda1 home (hdd).
One partition is on separate disk. Encrypted both, root and home (dmcrypt with luks). Root is launched via bootctl's entry in /boot/loader/entries.
Home is encrypted via record in /etc/crypttab, then added in /etc/fstab (I substituted automatically generated entry from genfstab:

# /dev/mapper/crypthome
UUID=xxxxxxxxxxxx /home ext4 rw,realtime 0 2

to:

/dev/mapper/crypthome /home ext4 default,errors=remount-ro 0 2

After unlocking both drives, I'm on login screen and can't login to my user or even root.
Created user with:

useradd -m -g users -G wheel,games,power,optical,storage,scanner,lp,audio,video -s /bin/zsh user

Obviously both passwords were changed.

Is there something I missed I should do?

Last edited by dzikichrzan (2018-07-27 19:14:33)

Offline

#2 2018-07-27 17:52:26

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [solved] Can't login to user and root after separate drive home...

Is /home actually getting unlocked? Also, where did you get that useradd comand? None of those groups is necessary...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2018-07-27 18:45:29

dzikichrzan
Member
Registered: 2018-07-27
Posts: 2

Re: [solved] Can't login to user and root after separate drive home...

I found answer... I couldn't login because my default keyboard had replaced question mark (?) with underscore (_)... This made my password invalid.
Two days of recreating users and encryptions.

Solved... Have a nice drink.

Offline

#4 2018-07-27 18:52:21

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [solved] Can't login to user and root after separate drive home...

Please remember to mark your thread as [Solved] by editing your first post and prepending it to the title.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

Board footer

Powered by FluxBB