Closed mbalc closed 5 years ago
You have to execute pacman -S archlinux-keyring before installation
Just checked, launching
pacman -Sy
pacman -S archlinux-keyring
anarchy
and going through the installation wizard still results in the same error
I believe that Anarchy installer uses the -f
flag somewhere in its code and for it to start working again someone should release a version where it isn't used there anymore. Or sth like that idk
i got the same error if i choose lts kernel.
i think the problem is in install_base.sh line 46.
..maybe replace the sed 's/^linux//'
with sed 's/^linux$/&-lts/'
(can't try it today)
did u try installing without lts? :P
Having the same issue. It works well without LTS.
EDIT: The installation starts but fail again later because of a corrupted PGP signature.
I had the same behavior. I pass the install with :
I guess there is something wrong with LTS kernel or maybe the archlinux-keyring package ?
Having similar problem. Trying GUI installer in Virtualbox to install Arch with Zen kernel.
Downloaded anarchy-1.0.0-x86_64.iso
at https://anarchy-linux.org/download/, made a fresh Virualbox.
Steps to reproduce:
1) Boot GUI, Fetchmirrors
2) Terminal: sudo pacman -Sy
, sudo pacman -S archlinux-keyring
, sudo anarchy -u
3) Launch GUI installer:
guake
package just for test (located in Terminals)Got error:
2018-12-11 19:30 : Begin base install
==> Creating install root at /mnt
==> Installing packages to /mnt
pacman: unrecognized option '--overwrite'
==> ERROR: Failed to install packages to new root
2018-12-11 19:31 : Install failed: please report to developer
Probably because the iso build is old?
I got a successful install with Arch-Linux regular kernel (without any prepare before installing), but I want to have Zen or LTS.
Yeah, seems I got this error with LTS kernel. The code must be using -f
but can't find it.
Finally I can't make another successfull install because this bug, even by following my own comment ! Did you get robust workaround to install Anarchy, even with minimal package ?
@Spheerys What it I deed was install a true archlinux, see my guides:
All those installer are so bugged and unmaintained.
@noraj Love the first tutorial, thank you very much :)
I have the same issue when i try instaling the System with KDE and Zen Kernel
@mbalc Try the latest 1.0.2 iso, works great in VirtualBox for me.
I got the same issue with anarchy-cli-1.0.2-x86_64.iso while attempting to install on bare metal. In this case the m.2 slot of a thinkpad x280, with full disk encryption selected.
Unfortunetly the log file doesn't really pin down the exact point at which the failure happens, which appears to be when a brief error comes up prior the UI for selecting the arch base.
This was fixed on anarchy-cli-1.0.3-x86_64 version.
Just tried installing Anarchy using the anarchy-cli-1.0.3-x86_64
version, and I'm getting the same error :/
@jesusrp98 Be more detailed to help you.
Tried to install with non-lts Linux kernel & installer returns the Failed to install packages to new root
message.
Tried in a virtual machine, with same results.
Tried to install with non-lts Linux kernel & installer returns the
Failed to install packages to new root
message.
That error is very comprehensive. I think the original issue was solved. If so, I suggest closing it (@mbalc ).
@jesusrp98 - In your case, check the last lines of the file by executing tail /tmp/anarchy.log
and open a new issue if you require it.
I think that we can maintain order.
Of course, going to do a comprehensive test of this issue in a virtual envirioment, and then open, if neccesary, a new issue with the results. Thank you very much.
Already opened a new issue. Check #794 for more details.
Just tested with the latest 1.0.4 release, without updating, using most of the same packages as you and the base kernel. Works great, so @condor2 this one can probably be closed as well.
After doing all the configurations in the
anarchy
installer on the newestv1.0.1
version of the CLI installer on a fresh Virtualbox instance (Windows 10 host, shouldn't matter) and on starting the main installation process - it fails immediately, telling to check/tmp/anarchy.log
, which contains the following error forpacman
command usage at its end: