Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Architectures & Platforms Gentoo on ARM
  • Search

No Profile on Snapdragon x1 elite install (solved)

Gentoo on all things ARM. Both 32 bit and 64 bit.
Tell about your hardware and CHOST.
Problems with crossdev targeting ARM hardware go here too.
Post Reply
  • Print view
Advanced search
5 posts • Page 1 of 1
Author
Message
ben24792
n00b
n00b
User avatar
Posts: 2
Joined: Thu Jan 09, 2025 2:46 pm

No Profile on Snapdragon x1 elite install (solved)

  • Quote

Post by ben24792 » Thu Jan 09, 2025 2:55 pm

Hello, I am trying to install Gentoo on my Asus Vivobook with a Snapdragon X1 ARM processor.
Here is my issue:
Installing from Ubuntu.
After i mount everything and chroot into the system:
emerge-webrsync gives the following output:

Code: Select all

>>> Syncing repository 'gentoo' into '/var/db/repos/gentoo'...
 * Using keys from /usr/share/openpgp-keys/gentoo-release.asc
 * Refreshing keys via WKD ...                                                                                                                                                                                                                                                                                       [ !! ]
 * Refreshing keys from keyserver hkps://keys.gentoo.org ...OpenPGP keyring refresh failed:
gpg: refreshing 4 keys from hkps://keys.gentoo.org
gpg: keyserver refresh failed: Try again later

OpenPGP keyring refresh failed:
gpg: refreshing 4 keys from hkps://keys.gentoo.org
gpg: keyserver refresh failed: Try again later

OpenPGP keyring refresh failed:
gpg: refreshing 4 keys from hkps://keys.gentoo.org
gpg: keyserver refresh failed: Try again later

OpenPGP keyring refresh failed:
gpg: refreshing 4 keys from hkps://keys.gentoo.org
gpg: keyserver refresh failed: Try again later

OpenPGP keyring refresh failed:
gpg: refreshing 4 keys from hkps://keys.gentoo.org
gpg: keyserver refresh failed: Try again later

OpenPGP keyring refresh failed:
gpg: refreshing 4 keys from hkps://keys.gentoo.org
gpg: keyserver refresh failed: Try again later

OpenPGP keyring refresh failed:
gpg: refreshing 4 keys from hkps://keys.gentoo.org
gpg: keyserver refresh failed: Try again later
and if i try: emerge --ask --verbose --oneshot app-portage/mirrorselect

Code: Select all

!!! /etc/portage/make.profile is not a symlink and will probably prevent most merges.
!!! It should point into a profile within /var/db/repos/gentoo/profiles/
!!! (You can safely ignore this message when syncing. It's harmless.)


!!! Your current profile is invalid. If you have just changed your profile
!!! configuration, you should revert back to the previous configuration.
!!! Allowed actions are limited to --help, --info, --search, --sync, and
!!! --version.
there is no profile

Code: Select all

(chroot) semafor-ASUS-Vivobook-S-15-S5507QA-S5507QAD /etc/portage # ls -l
total 28
drwxr-xr-x 2 root root 4096 Jan  6 00:36 binrepos.conf
-rw-r--r-- 1 root root  742 Jan  9 14:33 make.conf
lrwxrwxrwx 1 root root   67 Jan  6 00:36 make.profile -> ../../var/db/repos/gentoo/profiles/default/linux/arm64/23.0/desktop
drwxr-xr-x 2 root root 4096 Jan  6 01:11 package.accept_keywords
drwxr-xr-x 2 root root 4096 Jan  6 01:11 package.mask
drwxr-xr-x 2 root root 4096 Jan  6 01:11 package.use
drwxr-xr-x 3 root root 4096 Nov 28  2022 profile
../../var/db/repos/gentoo/profiles/default/linux/arm64/23.0/desktop this path doesn't exist.

Did anyone already see this issue or know how to fix it? i am using "Stage 3 desktop profile | openrc "

Thanks in advance for the help
Last edited by ben24792 on Sun Jan 12, 2025 6:27 pm, edited 1 time in total.
Top
NeddySeagoon
Administrator
Administrator
User avatar
Posts: 56094
Joined: Sat Jul 05, 2003 9:37 am
Location: 56N 3W

  • Quote

Post by NeddySeagoon » Thu Jan 09, 2025 6:11 pm

ben24792,

Welcome to Gentoo.

The link to your profile comes from the stage 3 but the profile itself is stored in the ::gentoo repo.
It looks like you don't have that yet, so everything is normal.

Does your network work at all from inside the chroot?

What does

Code: Select all

ping -4 google.com
tell?
The -4 forces IPv4.

What about

Code: Select all

ping 142.250.187.238
Both go to the same place but the first one needs your nameservers to work.

If they both fail, what does

Code: Select all

ifconfig -a
tell and which interface would you like to use.
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Top
CooSee
Veteran
Veteran
User avatar
Posts: 1617
Joined: Sat Nov 20, 2004 10:38 pm
Location: right here !

  • Quote

Post by CooSee » Thu Jan 09, 2025 7:01 pm

@ben24792 Welcome to Gentoo :D

maybe you forgot to execute cp --dereference /etc/resolv.conf /mnt/gentoo/etc/ before entering chroot.

you should also be aware of the Info in RED described in https://wiki.gentoo.org/wiki/Handbook:A ... ation/Base

while using non-gentoo installation media.
Warning
When using non-Gentoo installation media, this might not be sufficient. Some distributions make /dev/shm a symbolic link to /run/shm/ which, after the chroot, becomes invalid.
Making /dev/shm/ a proper tmpfs mount up front can fix this:
test -L /dev/shm && rm /dev/shm && mkdir /dev/shm
mount --types tmpfs --options nosuid,nodev,noexec shm /dev/shm

Also ensure that mode 1777 is set:
chmod 1777 /dev/shm /run/shm
8)
" Die Realität ist eine Illusion, die durch Mangel an ehrlicher Kommunikation entsteht "
---
" Der Mensch ist von Natur aus neugierig, was am Ende übrig bleibt ist die Gier "
Top
ben24792
n00b
n00b
User avatar
Posts: 2
Joined: Thu Jan 09, 2025 2:46 pm

  • Quote

Post by ben24792 » Fri Jan 10, 2025 7:48 am

Good Morning everyone,

Thanks for the tip, i forgot to do this, as this is the first time i am using a non gentoo installation medium
cp --dereference /etc/resolv.conf /mnt/gentoo/etc/

But this fixed it for me.

Thanks for the help. And wish me luck with making the kernel for Snapdragon :D
Top
CooSee
Veteran
Veteran
User avatar
Posts: 1617
Joined: Sat Nov 20, 2004 10:38 pm
Location: right here !

  • Quote

Post by CooSee » Fri Jan 10, 2025 5:13 pm

ben24792 wrote:Good Morning everyone,

Thanks for the tip, i forgot to do this, as this is the first time i am using a non gentoo installation medium
cp --dereference /etc/resolv.conf /mnt/gentoo/etc/

But this fixed it for me.

Thanks for the help. And wish me luck with making the kernel for Snapdragon :D
you're welcome.

take some notes only for yourself, it'll help you a lot in the future.

please be so kind and edit your first posts subject to solved at the beginning.

have fun with Gentoo.

8)
" Die Realität ist eine Illusion, die durch Mangel an ehrlicher Kommunikation entsteht "
---
" Der Mensch ist von Natur aus neugierig, was am Ende übrig bleibt ist die Gier "
Top
Post Reply
  • Print view

5 posts • Page 1 of 1

Return to “Gentoo on ARM”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic