You are not logged in.
I am on a system with an x86-64 installation of Arch and want to create an i686 ISO using archiso. So, the main question is, can this be done?
I am running archiso-git and have followed the wiki for the most part. I did two things differently to try to build an i686 system:
1.Give the mkarchiso command a pacman.conf file pointing to i686 repositories
2. Change the ARCH?=$(shell uname -m) to ARCH?=i686
The ISO built just fine, but when I went to try to boot it (testing with qemu-kvm) it starts up, does some initialization and then hangs giving me a few messages saying:
request_module: runaway loop modprobe binfmt-464c
Any ideas?
Last edited by Mystal (2010-02-15 01:15:05)
Offline
I'd guess you either forgot to include the modules on the CD or it could perhaps be an issue with a wrong mkinitcpio.conf MODULES or HOOKS line.
Offline
I just do it in my 32-bit chroot
[home page] -- [code / configs]
"Once you go Arch, you must remain there for life or else Allan will track you down and break you."
-- Bregol
Offline
The most simple way is having a 32 bit chroot enviroment and entering to chroot with linux32 the do a make.
PS: Note that current archiso.git requires [testing] enabled. Or reset the tree to commit a2f6841c
Offline
Sounds like a plan then. I was just wondering if there was a way to do it out of the box.
Thanks for the replies!
Offline