Jump to content
Forums in Read-Only Mode - Please use Reddit ×
  • 0

stage 3 file missing for AMD64 K10


kindofblue

Question

5 answers to this question

Recommended Posts

  • 0

Apols, I hadn't checked, but I got the same results as you got: 404 ?

 

Alternatively, use the generic-64 stage3 file (it's there, I checked ? ) then change the cflags and chost entries in make.conf after rebooting into the actual system:

CHOST="x86_64-pc-linux-gnu"
CFLAGS="-march=amdfam10 -O2 -pipe"
CPU_FLAGS="3dnow 3dnowext mmx mmxext popcnt sse sse2 sse3 sse4a"

Then do a world update:

emerge --jobs=4 --load-average=2 -auDN @world

It may not be the "official" way, but at least it's a start ?

Edited by dutch-master
Link to comment
Share on other sites

  • 0
On 5/7/2021 at 5:46 PM, dutch-master said:

Apols, I hadn't checked, but I got the same results as you got: 404 ?

 

Alternatively, use the generic-64 stage3 file (it's there, I checked ? ) then change the cflags and chost entries in make.conf after rebooting into the actual system:


CHOST="x86_64-pc-linux-gnu"
CFLAGS="-march=amdfam10 -O2 -pipe"
CPU_FLAGS="3dnow 3dnowext mmx mmxext popcnt sse sse2 sse3 sse4a"

Then do a world update:


emerge --jobs=4 --load-average=2 -auDN @world

It may not be the "official" way, but at least it's a start ?

Generic-64 tarball is missing now, too. K10 doesn't pretend to exist anymore, either. My CPU is a Btver1 (a bobcat CPU, the predecessor to jaguar.) It doesn't have official support but it's similar to K10 from what I've researched.

Link to comment
Share on other sites

×
×
  • Create New...