[gentoo-user] Re: hardware - memory problem

2020-12-16 Thread Grant Edwards
On 2020-12-16, Grant Edwards  wrote:

>> Hm..., did I use wrong stage?
>>
>> stage3-i686-20201116T214503Z.tar.xz
>>
>> AMD FX(tm)-8150 Eight-Core Processor
>
> Yes, that is the wrong stage3. It's for 32-bit processors. You want a
> 64-bit amd64 one.  You're also running a 32-bit kernel instead of a
> 64-bit one.
>
> If I were you, I'd start over from scratch.

Follow the manual _carefully_:

https://wiki.gentoo.org/wiki/Handbook:AMD64

 * You want to do a 64-bit, "amd64" installation. Do _not_ use
   anything that says "i686" in the filename.

 * You need to read and understand every manual section before you do
   that section.

 * I highly recommend cuting/pasting the example commands from the
   manual into the terminal where you are doing the install (instead
   of typing them manually).

 * Make sure you start out booting some sort of _64_bit_ live ISO to do
   the install (either the Gentoo minimal install or systemrescuecd or
   whatever).

 * Verify the signatures of the downloaded files.





[gentoo-user] Re: hardware - memory problem

2020-12-16 Thread Grant Edwards
On 2020-12-16, the...@sys-concept.com  wrote:
> On 12/16/2020 03:51 PM, antlists wrote:
>> Or is this a 32-bit system WITHOUT extended memory support?
>> 
>> I don't properly understand it, but with a 32-bit system the kernel uses
>> 1GB of memory and user-space uses the other 3GB. Extended memory support
>> means each process can have its own 3GB space which enables you to use
>> all available memory, but without it I think the entire system is stuck
>> in the first 4GB.
>> 
>> Cheers,
>> Wol
>
> Hm..., did I use wrong stage?
>
> stage3-i686-20201116T214503Z.tar.xz
>
> AMD FX(tm)-8150 Eight-Core Processor

Yes, that is the wrong stage3. It's for 32-bit processors. You want a
64-bit amd64 one.  You're also running a 32-bit kernel instead of a
64-bit one.

If I were you, I'd start over from scratch.

--
Grant