You are not logged in.
Arch install not working on my computer i have tried to install via archinstall in past worked reinstalled didn't work fixed it and reinstalling again due to storage(ran out) and doesn't work and prompt me with this. I'm trying to get swayWM, the graphic drivers are set to AMDA, mirrors are US. My flash drive when first ran the ISO says "Arch Linux 6.4.7-arch1-1 (tty1)" is this the problem?
Last edited by Faraday21 (2024-05-04 20:28:01)
Offline
If you need more info let me know I don't usually ask for anything so I don't know how to approach this problem
Offline
What doesn't work, you didn't mention which error message you got? Do you get any log in /var/log/archinstall.log ? FWIW if you have that old of an ISO you probably should update the ISO and use a more current installation media.
Online
error: libpsl: signature fron "Leuente Polyak (anthraxx) <levente@leventepolyak.net>" is unknown trust
:: File /mnt/archinstall/uar/cache/pacman/pky/libpsl-0.21.5-1-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (P6P sigmature)).
Do you want to delete it? [Yl
error: bison: sigmature fron "Leonidas Spyropoulos <artaf inde@archlinux.org>" is unknown trust
: File /mnt/archinstall/var/cache/pacman/pkyvbison-3.8.2-6-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (GP signature)).
DO you want to delete it? [Ynl
error: base-devel: signature fron "Levente Polyak (anthraxx) <leuente@leventepolyak.net>" is unknoun trust
:: File /mnt/archinstall/uar/cache/pacman/pkg/base-devel-1-1-any.pkg.tar.zst is corrupted (invalid or corrupted package (P6P signature)).
Do you want to delete it? [Ynl
error: f ailed to connit transaction (invalid or corrupted package)
ERROR: nO Failed packages to ucre install upgraded. packages to new root
Errors occurred,
[[725h==>ERROR: Failed to install packages to new root
Last edited by Faraday21 (2024-05-04 15:41:23)
Offline
Try again with the current ISO image.
If it still doesn't work please share the archinstall logs.
Para todos todo, para nosotros nada
Offline
Try again with the current ISO image.
If it still doesn't work please share the archinstall logs.
I don't own another computer to update the flashdrive though
Offline
Please don't full quote unnecessarily, it degrades the readability of the thread.
The flashdrive can be updated from the live environment, which is run in RAM by default, leaving the stick free to be written.
Para todos todo, para nosotros nada
Offline
Ok thank you for letting me know and I'll try
Offline
So I did `pacman -Syu` to update (assuming that's all I need to do, I don't know a lot) but it asks do I want ``dbus-broker-units`` or ``dbus-daemon-units`` I chose the first as default. Lists a bunch of applications, Terminal lists total download size is 717.71 Mib, Total install size 1726.54 Mib, Net upgrade 182 Mib. I choose yes and receive ``Error: Partition / too full: 187170 blocks needed, 63117 blocks free
error: failed to commit transaction (not enough free disk space)
Error occurred, no packages were updated``
Last edited by Faraday21 (2024-05-04 18:11:40)
Offline
So I did `pacman -Syu` to update (assuming that's all I need to do, I don't know a lot)
That is not what I meant. Sorry for the confusion.
Download the new ISO image and write that to the flashdrive.
Para todos todo, para nosotros nada
Offline
I'm just gonna be honest so I don't screw my laptop more, I have used Linux for daily things & trying to self teach programming for ~1 year with little to no problems and barley firmilarize myself with the terminal commands other than basic bash if that helps explain how much i dont know. So I'm just gonna say I have 0 clue on how to do this if there is a command to do so. Not trying to make this more difficult but yeah
Offline
Well we have a command to download the image:
wget https://geo.mirror.pkgbuild.com/iso/2024.05.01/archlinux-x86_64.iso
I am presuming the ISO sets enough storage to hold the image, use this command if that is not the case:
mount -o remount,size=2G /run/archiso/cowspace
Then follow https://wiki.archlinux.org/title/USB_fl … _utilities to write the image to the flashdrive.
Last edited by Head_on_a_Stick (2024-05-04 19:27:02)
Para todos todo, para nosotros nada
Offline
I ran wget and it prompts this "wget: /usr/lib/libc.so.6: version 'GLIBC_2.38' not found (required by wget), I did pacman -Sy wget incase when reinstalling it to check and same thing reoccured
Offline
My apologies, use this instead:
curl https://geo.mirror.pkgbuild.com/iso/2024.05.01/archlinux-x86_64.iso -o arch.iso
And check my last post again, the mount command was originally wrong.
Para todos todo, para nosotros nada
Offline
I Ran the curl cmd output it display screen got to 22% then exited "curl: (23) failure writing output to destination". So am I fucked at this point?
Offline
No. Just run the (modified) mount command to make some extra space. I've tested this in QEMU while waiting for your replies, it does work.
Para todos todo, para nosotros nada
Offline
Ok it worked thank youuu
Last edited by Faraday21 (2024-05-04 19:45:55)
Offline