-
Notifications
You must be signed in to change notification settings - Fork 537
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Selecting profiles require a least one profile to be given as an option #59
Comments
@kpcyrd That is an interesting error, it means that the profile selector could not locate any profiles. Did you configure the network properly on the machine? Or you booted straight into a pre-prepared ISO? If this was indeed the issue, I should most definitely create a "startup check" that notifies users about pre-requisites prior to sending them to the select-option stage. |
The network is working correctly, I've used the regular arch iso and installed archinstall with |
Awesome, thank you for the feedback. Will test it out and see what the issue might be! |
Found the issue, it's simply a confusion in the code where Problem: https://github.com/Torxed/archinstall/blob/master/archinstall/lib/profiles.py#L24 |
Relative paths work great for running as a script. But break when running as a module since there is no `src/` folder to mention. This should clear that up as the `src/` now lives under wherever the python package was installed.
I think that resolves it, works in the test environment at least. (pypi upload will commence shortly, with a new version release with some other fixes) |
I got this error after following the install instructions from the readme:
I also accidentally booted into BIOS mode, but retrying in EFI gives me the same error.
The text was updated successfully, but these errors were encountered: