You are not logged in.
This isn't probably the best place to ask, but since you all are so friendly and ever helpful I thought I just might.
I'm actually trying to install Rubix (Arch based) on an old laptop. I'm using Rubix because it's i486 and it uses pacman! The laptop doesn't have a CD or USB drive, just floppy and PCMCIA LAN. I'm using the Slackware boot- and rootdisks (bare.i, install.1, install.2, pcmcia.dsk)
So far I've managed to extract the Rubix base install using tar.
That probably didn't generate an appropriate pacman db so now I'm trying to chroot into the new installation and reinstall the packages using pacman. However, when I try to chroot I keep getting this error:
root@slackware:/# chroot /mnt /mnt/bin/bash
chroot: cannot execute /mnt/bin/bash: No such file or directory
I don't get it because /mnt/bin/bash most certainly exists and it's got +x permissions.
I can't use pacman.static either: "warning: cannot find chroot binary - unable to run scriptlets".
Any help is greatly appreciated. Sorry for the thread not really being Arch related.
A bus station is where a bus stops.
A train station is where a train stops.
On my desk I have a workstation.
Offline
is the partition mounted with the noexec flag? if it isnt specified, try mounting it with the 'exec' flag.
Offline
That didn't help. However, it gave me an idea: I tried executing /mnt/bin/bash and it crapped out on me saying it couldn't load libtermcap.so.2. I only untarred the files from the "a" repository. It contains the base packages, but no libraries. I have to install the appropriate ones I think.
A bus station is where a bus stops.
A train station is where a train stops.
On my desk I have a workstation.
Offline
Wooohooo! I had to install the libtermcap package. I'm chrooted!
A bus station is where a bus stops.
A train station is where a train stops.
On my desk I have a workstation.
Offline
I may be wrong but the problem may be due to bash being located in the mount point being chrooted ( /mnt/bin/bash in /mnt ) .
Offline