On Sunday, November 27, 2016 04:07:03 PM Julian H. Stacey wrote: > "Julian H. Stacey" wrote: > > "Julian H. Stacey" wrote: > > > Hi current_at_FreeBSD.org > > > I was running > > > FreeBSD lapr.js.berklix.net 12.0-CURRENT FreeBSD 12.0-CURRENT > > > #12753: Tue Nov 22 23:31:24 CET 2016 > > > jhs_at_lapr.js.berklix.net:/data/release/12.0-CURRENT/usr/src/sys/amd64/compile/LAPR.small > > > amd64 > > > I updated to > > > .ctm_status src-cur 12757 > > > .svn_revision 309126 > > > did a make world, built a new custom kernel with same config as before & now > > > laptop boot fails after > > > Table SSDT at 0x... > > > ACPI: No SRAT table found > > > > > > I took a pic of frozen screen, & I have svn here, I need to research > > > & provide more info to whoever ? so this just initial info to whoever's > > > working in the area. Debug suggestions & syntax welcome. I'll build > > > a generic kernel next. > > > > > > If I may be slow responding, sorry, DSL modem problems here too, hence > > > getting an initial error report out while I can. > > > > A generic kernel boots OK. > > A 2nd build of custom config fails to boot. > > Table 'ASPT' at 0x937e2000 > > Table 'SSDT' at 0x937e1000 > > Table 'SSDT' at 0x937e0000 > > Table 'SSDT' at 0x937df000 > > ACPI: No SRAT table found > > > > cd /sys/amd64/conf ; diff -c JENERIC.small LAPR.small > > *** JENERIC.small Sun Nov 27 15:09:47 2016 > > --- LAPR.small Sun Nov 27 15:09:48 2016 > > *************** > > *** 1,15 **** > > cpu HAMMER > > ! ident JHS_Generic > > makeoptions DEBUG=-g > > makeoptions WITH_CTF=1 > > options SCHED_ULE > > options PREEMPTION > > options INET > > - options INET6 > > - options IPSEC > > options TCP_OFFLOAD > > options TCP_HHOOK > > - options SCTP > > options FFS > > options SOFTUPDATES > > options UFS_ACL > > --- 1,12 ---- > > cpu HAMMER > > ! ident JHS_Lapr > > makeoptions DEBUG=-g > > makeoptions WITH_CTF=1 > > options SCHED_ULE > > options PREEMPTION > > options INET > > options TCP_OFFLOAD > > options TCP_HHOOK > > options FFS > > options SOFTUPDATES > > options UFS_ACL > > *************** > > *** 23,33 **** > > --- 20,32 ---- > > options NFS_ROOT > > options MSDOSFS > > options CD9660 > > + options UDF > > options PROCFS > > options PSEUDOFS > > options GEOM_PART_GPT > > options GEOM_RAID > > options GEOM_LABEL > > + options GEOM_BDE > > options COMPAT_FREEBSD32 > > options COMPAT_FREEBSD4 > > options COMPAT_FREEBSD5 > > *************** > > *** 71,76 **** > > --- 70,78 ---- > > options SMP > > options DEVICE_NUMA > > device cpufreq > > + options IPFIREWALL > > + options IPFIREWALL_VERBOSE > > + options IPDIVERT > > device acpi > > options ACPI_DMAR > > device pci > > *************** > > *** 81,134 **** > > device ata > > device mvs > > device siis > > - device ahc > > - options AHC_REG_PRETTY_PRINT > > - device ahd > > - options AHD_REG_PRETTY_PRINT > > - device esp > > - device hptiop > > - device isp > > - device mpt > > - device mps > > - device mpr > > - device sym > > - device trm > > - device adv > > - device adw > > - device aic > > - device bt > > - device isci > > device scbus > > - device ch > > device da > > - device sa > > device cd > > device pass > > device ses > > - device amr > > - device arcmsr > > - device ciss > > - device dpt > > - device hptmv > > - device hptnr > > - device hptrr > > - device hpt27xx > > - device iir > > - device ips > > - device mly > > - device twa > > - device tws > > - device aac > > - device aacp > > - device aacraid > > - device ida > > - device mfi > > - device mlx > > - device mrsas > > - device pmspcv > > - device twe > > - device nvme > > - device nvd > > device atkbdc > > device atkbd > > device psm > > --- 83,93 ---- > > *************** > > *** 150,202 **** > > device ppbus > > device lpt > > device ppi > > - device puc > > device bxe > > - device de > > - device em > > - device igb > > - device ix > > - device ixv > > - device ixl > > - device ixlv > > - device le > > - device ti > > - device txp > > - device vx > > device miibus > > - device ae > > - device age > > - device alc > > - device ale > > - device bce > > - device bfe > > - device bge > > - device cas > > - device dc > > - device et > > - device fxp > > - device gem > > - device hme > > - device jme > > - device lge > > - device msk > > - device nfe > > - device nge > > - device pcn > > - device re > > - device rl > > - device sf > > - device sge > > - device sis > > - device sk > > - device ste > > - device stge > > - device tl > > - device tx > > - device vge > > - device vr > > - device wb > > - device xl > > device wlan > > options IEEE80211_DEBUG > > options IEEE80211_AMPDU_AGE > > --- 109,116 ---- > > *************** > > *** 221,226 **** > > --- 135,143 ---- > > device ral > > device wi > > device wpi > > + device bge > > + device sound > > + device "snd_hda" > > device loop > > device random > > device padlock_rng > > *************** > > *** 234,253 **** > > device bpf > > options USB_DEBUG > > device uhci > > - device ohci > > device ehci > > device xhci > > device usb > > device ukbd > > device umass > > - device sound > > - device snd_cmi > > - device snd_csa > > - device snd_emu10kx > > - device snd_es137x > > - device snd_hda > > - device snd_ich > > - device snd_via8233 > > device mmc > > device mmcsd > > device sdhci > > --- 151,162 ---- > > device bpf > > options USB_DEBUG > > device uhci > > device ehci > > device xhci > > device usb > > + device urndis > > device ukbd > > device umass > > device mmc > > device mmcsd > > device sdhci > > *************** > > *** 261,265 **** > > options XENHVM > > device xenpci > > device vmx > > - device netmap > > device crypto > > --- 170,175 ---- > > options XENHVM > > device xenpci > > device vmx > > device crypto > > + device coretemp > > + options EXT2FS > > > > The boot fail is between SRAT & PPIM, using src from svn 12757, > as shown by dmesg on svn 12757 based generic kernel : Does it panic or hang? -- John BaldwinReceived on Mon Nov 28 2016 - 16:52:50 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:41:09 UTC