Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
No Profile on Snapdragon x1 elite install
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo on ARM
View previous topic :: View next topic  
Author Message
ben24792
n00b
n00b


Joined: 09 Jan 2025
Posts: 2

PostPosted: Thu Jan 09, 2025 2:55 pm    Post subject: No Profile on Snapdragon x1 elite install Reply with quote

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:
>>> 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:
!!! /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:
(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
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54678
Location: 56N 3W

PostPosted: Thu Jan 09, 2025 6:11 pm    Post subject: Reply with quote

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:
ping -4 google.com
tell?
The -4 forces IPv4.

What about
Code:
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:
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.
Back to top
View user's profile Send private message
CooSee
Veteran
Veteran


Joined: 20 Nov 2004
Posts: 1481
Location: Earth

PostPosted: Thu Jan 09, 2025 7:01 pm    Post subject: Reply with quote

@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:AMD64/Installation/Base

while using non-gentoo installation media.
Quote:
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:
Quote:
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 "
Back to top
View user's profile Send private message
ben24792
n00b
n00b


Joined: 09 Jan 2025
Posts: 2

PostPosted: Fri Jan 10, 2025 7:48 am    Post subject: Reply with quote

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
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on ARM All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum