You are not logged in.

#1 2016-08-13 12:44:06

morphete
Member
Registered: 2014-10-24
Posts: 6

Problem installing from tarball

I'm installing arch-linux from rescuepro using this guide; https://wiki.archlinux.org/index.php/In … ting_Linux using the bootstrap image.

But when i do arch-chroot, i see this warning:

/usr/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)

And when I use pacstrap, it appears this error several times. Also when pacstrap compiles the linux kernel i see this error:

bsdcpio: Failed to set default locale

I have tried to do this before use pacstrap:

pacman -S sed grep gzip
ls /usr/share/i18n/charmaps/ | grep UTF
echo 'en_US.UTF-8 UTF-8' > /etc/locale.gen
echo 'LANG=en_US.UTF-8' > /etc/locale.conf
locale-gen

but the problem persists.

Can someone help me? Thanks in advance.

Offline

#2 2016-08-14 08:01:36

dazemc
Member
From: Seattle, Washington, USA
Registered: 2013-03-02
Posts: 64

Re: Problem installing from tarball

You need to use a text editor to uncomment your locale in locale.gen the run # locale-gen and change your locale.conf to match....why are you using rescuepro though?

Offline

#3 2016-08-14 09:19:39

morphete
Member
Registered: 2014-10-24
Posts: 6

Re: Problem installing from tarball

I already did that:

pacman -S sed grep gzip
ls /usr/share/i18n/charmaps/ | grep UTF
echo 'en_US.UTF-8 UTF-8' > /etc/locale.gen
echo 'LANG=en_US.UTF-8' > /etc/locale.conf
locale-gen

I can only use rescuepro because it's a remote server, rescuepro is that all I can use in netboot.

Offline

#4 2016-08-18 21:36:10

morphete
Member
Registered: 2014-10-24
Posts: 6

Re: Problem installing from tarball

can anybody help me please? ᵔᴥᵔ

Offline

Board footer

Powered by FluxBB