From owner-freebsd-current@freebsd.org Sun Nov 27 14:47:40 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 59921C56E0D for ; Sun, 27 Nov 2016 14:47:40 +0000 (UTC) (envelope-from jhs@berklix.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 437E41A1 for ; Sun, 27 Nov 2016 14:47:40 +0000 (UTC) (envelope-from jhs@berklix.com) Received: by mailman.ysv.freebsd.org (Postfix) id 3FFBAC56E0C; Sun, 27 Nov 2016 14:47:40 +0000 (UTC) Delivered-To: current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3F98FC56E0B for ; Sun, 27 Nov 2016 14:47:40 +0000 (UTC) (envelope-from jhs@berklix.com) Received: from land.berklix.org (land.berklix.org [144.76.10.75]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CB57D1A0 for ; Sun, 27 Nov 2016 14:47:39 +0000 (UTC) (envelope-from jhs@berklix.com) Received: from mart.js.berklix.net (p5083C3BA.dip0.t-ipconnect.de [80.131.195.186]) (authenticated bits=128) by land.berklix.org (8.15.2/8.15.2) with ESMTPA id uARElZOL013917 for ; Sun, 27 Nov 2016 14:47:36 GMT (envelope-from jhs@berklix.com) Received: from fire.js.berklix.net (fire.js.berklix.net [192.168.91.41]) by mart.js.berklix.net (8.14.3/8.14.3) with ESMTP id uARElVZi064908 for ; Sun, 27 Nov 2016 15:47:31 +0100 (CET) (envelope-from jhs@berklix.com) Received: from fire.js.berklix.net (localhost [127.0.0.1]) by fire.js.berklix.net (8.14.7/8.14.7) with ESMTP id uARElJNS088687 for ; Sun, 27 Nov 2016 15:47:31 +0100 (CET) (envelope-from jhs@berklix.com) Message-Id: <201611271447.uARElJNS088687@fire.js.berklix.net> cc: current@freebsd.org Subject: Re: boot fails on Table SSDT at 0x... From: "Julian H. Stacey" Organization: http://berklix.eu BSD Unix Linux Consultants, Munich Germany User-agent: EXMH on FreeBSD http://berklix.eu/free/ X-From: http://www.berklix.eu/~jhs/ In-reply-to: Your message "Sat, 26 Nov 2016 18:57:06 +0100." <201611261757.uAQHv6rm078055@fire.js.berklix.net> Date: Sun, 27 Nov 2016 15:47:19 +0100 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Nov 2016 14:47:40 -0000 "Julian H. Stacey" wrote: > Hi current@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@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 Cheers, Julian -- Julian Stacey, BSD Linux Unix Sys Eng Consultant Munich Reply below, Prefix '> '. Plain text, No .doc, base64, HTML, quoted-printable. http://berklix.eu/brexit/#stolen_votes