On 2020-12-16, [email protected] <[email protected]> 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

