Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Fresh install, but no can boot
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Thu Jun 26, 2014 10:38 pm    Post subject: Reply with quote

try
Code:
emerge =sys-kernel/gentoo-sources-3.12.21-gentoo-r1
eselect kernel list
eselect kernel set linux-3.15.0-gentoo-r1
Apparently the -3.12.21-gentoo-r1 was never emerged in this chroot
_________________
Defund the FCC.
Back to top
View user's profile Send private message
needlern
n00b
n00b


Joined: 12 Aug 2012
Posts: 46
Location: Marietta, Ga

PostPosted: Mon Jun 30, 2014 8:23 pm    Post subject: @donahue Reply with quote

I tried
Code:
emerge =sys-kernel/gentoo-sources-3.12.21-gentoo-r1 , which returned
!!! Repository 'x-portage' is missing masters attribute in '/usr/portage/metadata/layout.conf'
!!! Set 'masters = gentoo' in this file for future compatibility


!!! /etc/portage/make.profile is not a symlink and will probably prevent most merges.
!!! It should point into a profile within /usr/portage/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.


Something be screwed up somewhere. Any good guesses to where?

TIA
Bill
_________________
amd64, 1 gig memory. I'm a hobbyist scuba diver. I've dived down to 132 feet in the Caribbean's Great Blue Hole. I'm also a God loving Christian.
Back to top
View user's profile Send private message
RazielFMX
l33t
l33t


Joined: 23 Apr 2005
Posts: 835
Location: NY, USA

PostPosted: Mon Jun 30, 2014 8:33 pm    Post subject: Reply with quote

I would do:

eselect profile list

Then, with the number of the one you want (which I shall call X)

eselect profile set X

Example:

Code:

 eselect profile list
Available profile symlink targets:
  [1]   default/linux/amd64/13.0
  [2]   default/linux/amd64/13.0/selinux
  [3]   default/linux/amd64/13.0/desktop
  [4]   default/linux/amd64/13.0/desktop/gnome
  [5]   default/linux/amd64/13.0/desktop/gnome/systemd
  [6]   default/linux/amd64/13.0/desktop/kde *
  [7]   default/linux/amd64/13.0/desktop/kde/systemd
  [8]   default/linux/amd64/13.0/developer
  [9]   default/linux/amd64/13.0/no-multilib
  [10]  default/linux/amd64/13.0/x32
  [11]  hardened/linux/amd64
  [12]  hardened/linux/amd64/selinux
  [13]  hardened/linux/amd64/no-multilib
  [14]  hardened/linux/amd64/no-multilib/selinux
  [15]  hardened/linux/amd64/x32
  [16]  hardened/linux/uclibc/amd64
  [17]  hardened/linux/musl/amd64


The * denotes my current selection.
Back to top
View user's profile Send private message
needlern
n00b
n00b


Joined: 12 Aug 2012
Posts: 46
Location: Marietta, Ga

PostPosted: Tue Jul 01, 2014 7:25 pm    Post subject: @RazielFMX... Reply with quote

Code:
eselect profile list

returns
(chroot) Gentoo-20121221 portage # eselect profile list
!!! Error: Failed to get a list of valid profiles
exiting
(chroot) Gentoo-20121221 portage #
Thanks for your post.

Bill
_________________
amd64, 1 gig memory. I'm a hobbyist scuba diver. I've dived down to 132 feet in the Caribbean's Great Blue Hole. I'm also a God loving Christian.
Back to top
View user's profile Send private message
djdunn
l33t
l33t


Joined: 26 Dec 2004
Posts: 810

PostPosted: Tue Jul 01, 2014 7:51 pm    Post subject: Reply with quote

try with just

eselect kernel set #

where # is the number in the list not selecting it by hand.
_________________
“Music is a moral law. It gives a soul to the Universe, wings to the mind, flight to the imagination, a charm to sadness, gaiety and life to everything. It is the essence of order, and leads to all that is good and just and beautiful.”

― Plato
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Wed Jul 02, 2014 12:36 am    Post subject: Reply with quote

not having a profile list is a very strange thing; see if
Code:
emerge portage
will run in the chroot. or
Code:
emerge --sync
emerge portage
or
Code:
emerge-webrsync

Code:
ls -al /usr/portage/profiles/
should produce something like:
Quote:
total 2008
drwxr-xr-x 19 root root 472 Jan 15 13:36 arch
-rw-r--r-- 1 root root 417 Jan 14 16:01 arch.list
drwxr-xr-x 2 root root 528 Jul 1 17:13 base
-rw-r--r-- 1 root root 1757 May 23 10:01 categories
-rw-r--r-- 1 root root 86886 Jul 1 08:31 ChangeLog
-rw-r--r-- 1 root root 118745 Jan 2 2012 ChangeLog-2007
-rw-r--r-- 1 root root 180588 Jan 2 2012 ChangeLog-2008
-rw-r--r-- 1 root root 187531 Jan 2 2012 ChangeLog-2009
-rw-r--r-- 1 root root 160181 Jan 2 2012 ChangeLog-2010
-rw-r--r-- 1 root root 163543 May 23 2012 ChangeLog-2011
-rw-r--r-- 1 root root 165702 Jan 1 2013 ChangeLog-2012
-rw-r--r-- 1 root root 151567 Jan 1 11:56 ChangeLog-2013
drwxr-xr-x 4 root root 96 Sep 11 2013 default
drwxr-xr-x 2 root root 1832 Jun 25 01:19 desc
-rw-r--r-- 1 root root 2 Mar 18 20:31 eapi
drwxr-xr-x 2 root root 248 May 1 22:25 embedded
drwxr-xr-x 8 root root 272 May 17 13:38 features
drwxr-xr-x 3 root root 152 Jul 1 17:13 hardened
-rw-r--r-- 1 root root 570 Jun 27 2011 info_pkgs
-rw-r--r-- 1 root root 488 Dec 3 2012 info_vars
-rw-r--r-- 1 root root 6798 Jun 13 13:01 license_groups
-rw-r--r-- 1 root root 35159 Jul 1 08:31 package.mask
drwxr-xr-x 10 root root 504 Jun 15 18:10 prefix
-rw-r--r-- 1 root root 14463 Jun 16 15:31 profiles.desc
drwxr-xr-x 6 root root 224 Mar 30 11:07 releases
-rw-r--r-- 1 root root 7 Feb 26 2013 repo_name
drwxr-xr-x 5 root root 128 Mar 19 19:10 targets
-rw-r--r-- 1 root root 82736 Jun 24 15:01 thirdpartymirrors
drwxr-xr-x 8 root root 448 Mar 30 11:07 uclibc
drwxr-xr-x 2 root root 576 May 17 13:38 updates
-rw-r--r-- 1 root root 24686 May 7 21:31 use.desc
-rw-r--r-- 1 root root 617958 Jul 1 16:37 use.local.desc



gentoo-sources-3.12.21-r1 is still the latest stable version according to http://packages.gentoo.org/package/sys-kernel/gentoo-sources. Confirmed by
Quote:
emerge -av gentoo-sources

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild R ] sys-kernel/gentoo-sources-3.12.21-r1:3.12.21-r1 USE="-build -deblob -experimental -symlink" 0 kB
at 20:44EST 1 July 2014
_________________
Defund the FCC.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


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

PostPosted: Wed Jul 02, 2014 5:02 pm    Post subject: Reply with quote

needlern,

Not having a profile set is OK.
It normally indicates that you don't have a portage snapshot at /usr/portage in the chroot.

That can be because you have not installed one yet, or you did but it went to the wrong place.
A portage snapshot is not a requirement.
Code:
 emerge --sync
will fetch the entire portage tree, its just slow when your tree is empty.
_________________
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
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
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