Re: [gentoo-user] kernel config strangeness

2019-08-04 Thread Adam Carter
> > > # CONFIG_EDAC_AMD64_ERROR_INJECTION is not set > > Are you sure those settings are "=y" or "=m") in the other file, and not > just simply not present? Changing that one setting may only have altered > whether those other settings are explicitly included in the .config file, > and not their

Re: [gentoo-user] kernel config strangeness

2019-08-03 Thread Jack
On 8/2/19 8:52 PM, Adam Carter wrote: First, I finally figured out this is not really important for me. "Supported Processor types" is ONLY for 32 bits. When i remove Processor type and features  --->  [*] Supported processor vendors  ---> [ ]   Support AMD processors

Re: [gentoo-user] kernel config strangeness

2019-08-02 Thread Adam Carter
> > First, I finally figured out this is not really important for me. > "Supported Processor types" is ONLY for 32 bits. > When i remove Processor type and features ---> [*] Supported processor vendors ---> [ ] Support AMD processors (CONFIG_CPU_SUP_AMD) it removes features relevant to 64

Re: [gentoo-user] kernel config strangeness

2019-08-02 Thread Jack
On 2019.08.01 22:05, Adam Carter wrote: However, if I start with the .config which workd, and "make xconfig" and select "Supported processor types" under "Processor type and features" and then unselect "Support Intel Pprocessors" (I have a Ryzen) and save the config, it decreases the size

Re: [gentoo-user] kernel config strangeness

2019-08-01 Thread Adam Carter
> However, if I start with the .config which workd, and "make xconfig" > and select "Supported processor types" under "Processor type and > features" and then unselect "Support Intel Pprocessors" (I have a > Ryzen) and save the config, it decreases the size of .config from 169K > to under 13K,

Re: [gentoo-user] kernel config strangeness

2019-08-01 Thread Mick
On Wednesday, 31 July 2019 23:31:20 BST Jack wrote: > I just built a new PC, and I'm having a problem getting it to boot with > a custom configured kernel (gentoo-sources-5.2.4.) If I start with a > blank config and work through "make xconfig" the resulting kernel and > initramfs (genkernel)

[gentoo-user] kernel config strangeness

2019-07-31 Thread Jack
I just built a new PC, and I'm having a problem getting it to boot with a custom configured kernel (gentoo-sources-5.2.4.) If I start with a blank config and work through "make xconfig" the resulting kernel and initramfs (genkernel) doesn't boot (just hangs after loading initramfs.) So,