You are not logged in.
Pages: 1
Edit: solution changed partiton type from vfat to ext3
The Arch install guide asked me to run
# arch-chroot /mnt
I then receved
chroot: failed to run command '/bin/sh'; No such file or directory
# mount -t proc proc /mnt/proc
# mount --rbind /sys /mnt/sys/
# mount --rbind /dev /mnt/dev/
# cd /mnt
# chroot /mnt /bin/bash
returns the same error
# systemd-nspawn
returns
Failed to correct timezone of container: Operation not permitted
I though mabie it had to do with the inablity to execute binarys on the target_root but
remount-ing with the exec option changes nothing
I am using EFI boot have mounted my target_root and boot partitions to /mnt and /mnt/boot respectively.
Please help I want the awesomeness
Last edited by wobbol (2014-03-26 16:46:40)
Offline
If you follow the directions, it should work. First mount (with executable rights), then install with pacstrap, genfstab, then arch-chroot. The required shell should have been created during the pacstrap phase.
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |
Offline
In the Beginners' Guide, the command is :
arch-chroot /mnt /bin/bash
This command should work and yours should have worked too, though.
Last edited by jpgg (2014-03-25 03:01:24)
Offline
alrght i tried running everything again and pacstrap is saying
error: could not open file /mnt/var/cache/pacman/pkg/vi-1:050325-3-x86_64.pkg.tar.xz.part: Invalid argument
(more lines than the default buffer will hold)
error: could not open file /mnt/var/cache/pacman/pkg/vi-1:050325-3-x86_64.pkg.tar.xz.part: Invalid argument
I did try
arch-chroot /mnt /bin/bash
and even
arch-chroot /mnt /usr/bin/bash
i shouldn't need to make a new fstab each boot sense I already wrote them the first time right?
Offline
ummm alright somehow my target_root is formatted vfat ... O.O;
Offline
alright pacstrap is actually doing things now I think it will be smooth sailing from here.
Thanks guys!
Offline
Please remember to mark the thread as solved https://bbs.archlinux.org/viewtopic.php?id=130309
Offline
Pages: 1