You are not logged in.
Pages: 1
Hello,
I have an old Archbang installation that was not synchronised for a lot of time. Archbang followed Arch and does not seem to provide 32 bit repositories any more.
Archlinux.org asks for pacman => 5 to do a major upgrade, even changing the repositories for 32 bits did not resolve the issue.
So I ask if it is a good idea or even possible to migrate directly to archlinux32 without waiting for november.
Are the terse instructions under https://archlinux32.org/download/ sufficient to perform such an upgrade?
Thanks in advance for any help provided.
Offline
Hi
If you don't have luck with the official archlinux packages for i686, you won't have more success with archlinux32.
That said, you might get through the update process by:
switch your mirror to https://archive.archlinux.org/repos/...
pacman -Syu
repeat above steps until you can upgrade against a current archlinux mirror
switch to archlinux32 by the steps you mentioned
Regards,
deep42thought
Offline
If get some time will look at building a 32bit version of ArchBang. As for updating it should still be possible to update with new repos, provided you do not have any aur packages (pacman -Qm).
Offline
Have managed to build ArchBang using archlinux32 repos, currently uploading a beta iso for testing .....
Offline
Ah. Cool.
Offline
Mmh, Archbang 32: I get key errors when installing a package from one of the Archlinux32 mirror (the "just to sign packages" key)..
Offline
Well it is beta, might need to add archlinux32 keyring....
Offline
I am assuming the issue is with pacman-init service I need to change it to use archlinux32 keyring
Offline
Yes:
pacman-key --init
pacman-key --populate archlinux32
Also the mirrors are disabled per default, don't know if it's best to let the user choose.
Offline
Could unlock mirrors at some point, changes to pacman-init made and uploading new iso
Have a feeling installer may not work out of the box too....
Am a little selfish as I would love to run Arch again on my old 32bit laptop
Offline
Am uploading an updated iso with a couple of small fixes. Need to test installer under Virtualbox just to make certain there are no hidden 64bit issues.
One thing I did notice is that archiso is not fully up to date, mkinitcpio still uses old syntax (something to watch for!)
Offline
I merged upstream into archiso32 - the next release should contain the syntax change (stings -> arrays)
Offline
Looks good. Did a complete install with the second beta version. :-)
Offline
Would be handy to have Virtualbox running for testing, my attempts to get it running have failed. Hard drives images do not get created. This is with me running
mrgreen@arch32 ~]$ pacman -Qq | grep virtualbox
virtualbox
virtualbox-host-modules-arch
Offline
Pages: 1