AnarchyLinux / installer

Anarchy Linux - A simple and intuitive Arch Linux installer. https://anarchyinstaller.org/
GNU General Public License v2.0
1.22k stars 157 forks source link

User not known to the underlying authentication module #713

Closed demlak closed 5 years ago

demlak commented 6 years ago

I just tried to generate an anarchy iso via latest master.zip anarchy-creator.sh -a Got same Problem like this: https://github.com/deadhead420/anarchy-linux/issues/712

I was able to boot the final iso after editing startcommand in bootloader to find the correct disk by label.

But booting gui iso gets into a loop when automatic login should start, with following error: User not known to the underlying authentication module

booting the cli-iso works (after fixing startcommand in bootloader), without this loop and/or error message.

btw. filesize of anarchy-1.0.1-x86_64.iso is just 569MB filesize of anarchy-cli-1.0.1-x86_64.iso is 556MB

FredBezies commented 6 years ago

About iso size: you won't get a full GUI iso until bug #637 is fixed.

lecterx commented 6 years ago

demlak,please, what commands you used for booting to cli installer, how I fix it to boot ?

demlak commented 6 years ago

boot as normal.. wait for the "waiting 30 seconds for device..." fails. then, there is a prompt where you can check the name of the DVD/USB/CD_ROM/Whatever by this command: ls /dev/disk/by-label/ actualy this results in ANARCHYV101

then reboot. at bootloader use key "tab" edit the archisolabel "ARCH_201809" (or any other laber) to ANARCHYV101 and press enter

FredBezies commented 6 years ago

@demlak thanks! You gave me infos needed to fix boot issue!

demlak commented 6 years ago

Your welcome =) I'm suprised. I thought you already knew where the problem was =) I tested your fix and can confirm, that it works on cli-iso. i'll test GUI-iso right now.

now, we should go back to topic =)

FredBezies commented 6 years ago

You cannot generate GUI ISO for now.

I had some ideas about this bug, your comment helped me nailed the problem.

demlak commented 6 years ago

tested GUI ISO also. your fix #714 does NOT fix #713. Automatic login still results in error mentioned in first post user not known to the underlayling authentication module

since this is regardless of the archisolabel, your fix is not fixing #713 or am i wrong?

FredBezies commented 6 years ago

Made a mistake while typing description for pull request. Modified it!

My bad.

cjmick commented 6 years ago

You are on a roll FredBezies! Kudos to you my friend.

FredBezies commented 6 years ago

Well, kinda... I'm disappointed to see this project going the way of the dodo :(

Edit: got something working... Send a test file to a friend in order to verify it is ok for him too. Will add a screenshot ASAP :)

FredBezies commented 6 years ago

A little work in progress... Just look at kernel version and date :)

virtualbox_test_14_09_2018_11_38_44

FredBezies commented 6 years ago

My fix for bug #637 is now added. You just need to build a new ISO to use GUI installer.

Closing this bug, so?