Page 4 of 13

Re: Mx-23.2 boot failure

Posted: Fri Mar 15, 2024 2:35 pm
by DukeComposed
james wrote: Fri Mar 15, 2024 1:58 pm Charlie Brown: If you are referring to the file /etc/X11/xorg.conf that I deleted, yes I tried booting without any flash drive to see if that fixed it. The machine boots to a point where it says:

Code: Select all

Waiting for /dev to be fully populated...
pauses there for a moment, then continues with a page of information that goes by too fast for me to read, then the machine hangs with a black screen and a cursor blinking in the upper left.
This can happen when the machine can't load a critical mountpoint, like /var. Post the contents of the system's /etc/fstab and verify it's both valid and accurate.

To read the kernel output, use "sudo dmesg" from one of the other TTYs.

Re: Mx-23.2 boot failure

Posted: Fri Mar 15, 2024 2:44 pm
by xaol
after logging in to a text console, you could also try checking the status of the lightm service which normally should have taken you to the graphical login screen with

Code: Select all

service lightdm status
that may be helpful in trying to find out why it isn't starting like it should.

Re: Mx-23.2 boot failure

Posted: Fri Mar 15, 2024 3:00 pm
by james
Charlie Brown: I am sorry to say I do not know how to get into Grub as you suggest. There is something like boot options on the Live USB flash drive I think, but I am not sure if you mean that or the Grub that perhaps is installed on one of my drives. I read a little on Grub, and it said that Grub might be installed on the boot partition or that there might be a further part installed on the root partition, and it seemed like something I did not understand well enough to try to edit even if I could get into it. So do you mean what comes up when I start with the Live USB ISO? Let me know and I'll have a go.

As for when I ran into this cannot-boot problem...
I took very good notes doing the install of the OS, apps, and configuration, but unfortunately it did not occur to me to note when I rebooted the machine.
I know I did a couple of reboots after the install, but then I may have left the machine on for several days working on it before I did the reboot that is now causing this problem. I WAS able to reboot successfully after installing the video driver: I installed it very early in the install since my screen resolution was crap and it was driving me nuts.

From my notes regarding the nVidia driver:
"Ran NVidia driver installer, this did not fix screen resolution
Search for Manual, bring it up, go to Configuration > Display > Graphic drivers, click on the 'nVidia' graphic driver website, downloaded proper driver
Then bring up Thunar, go to Downloads, change permissions of downloaded file to include execute, brought up a terminal, logged in as root, typed 'service lightdm stop'. Had to do a hard reboot. After booting into the new install, I found that the screen resolution was magically fixed."

Re: Mx-23.2 boot failure

Posted: Fri Mar 15, 2024 3:03 pm
by Charlie Brown
I just mean when you just boot the pc (without the live usb) (.. then the Grub menu appears .. and you press E from keyboard )

Btw. the screen res. etc. will not be fixed neither with Nvidia nor without , as long as you have nomodeset and/or failsafe parameters .

Re: Mx-23.2 boot failure

Posted: Fri Mar 15, 2024 3:16 pm
by james
Charlie Brown: You rock! Result of your suggestion to log in and issue startx cmd:

Code: Select all

kali login: james
Password: 
You have no mail.
[~] startx
It seems like I am back in the GUI. I clicked on Brave Browser, a dialog box pops up that says:
Unlock Login Keyring
Authentication required - The login keyring did not get unlocked when you logged into your computer.
Password:
I typed in the password and Brave appears.
Tried Catfish and Calculator - they launch. I shut down Brave, click it again, it launches.
I click on gParted, I get an Authenticate dialog wanting a password. gParted requires a password, but I have not seen this dialog box before.

Re: Mx-23.2 boot failure

Posted: Fri Mar 15, 2024 3:24 pm
by Charlie Brown
:biggrin: :biggrin: :number1: :biggrin: :biggrin:

Just open MX Boot Options and check your parameters (remove failsafe and/or nomodeset)

Or, you can post QSI from the installed system now, so we can have a better idea :)

Re: Mx-23.2 boot failure

Posted: Fri Mar 15, 2024 3:24 pm
by xaol
can you check the following?

Code: Select all

service lightdm status
or it may be easier to check in the MX Service Manager to see if it is set to start at boot

Re: Mx-23.2 boot failure

Posted: Fri Mar 15, 2024 3:34 pm
by james
DukeComposed:
Your requested information is below. The fstab file is correct. I edited it a couple of days ago when I was trying to trouble-shoot this myself because I saw an error complaining about the K drive during a boot. The K drive is a 22 Terabyte MyBook drive I use for data. I commented it out then to eliminate that error, so the fstab is fine.

Code: Select all

 cat /etc/fstab
# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>

#Entry for /dev/nvme1n1p2 :
UUID=c3213a6b-2512-423e-b3d1-efa3113e9756	/	ext4	discard,noatime	1	1
#Entry for /dev/nvme1n1p1 :
UUID=D572-4275	/boot/efi	vfat	noatime,dmask=0002,fmask=0113	0	0
#Entry for /dev/nvme0n1p1 :
UUID=275268df-8933-47f4-a415-baae5b4808ec	/media/N	ext4	defaults,x-gvfs-show	0	0
#Entry for /dev/nvme2n1p1 :
UUID=4d29af03-1bbf-432d-94b1-23c778ce863b	/media/M	ext4	defaults,x-gvfs-show	0	0
#Entry for /dev/sdb1 :
#UUID=107e80ab-b1a4-4690-b48d-d63f809e05b1	/media/K	ext4	defaults,x-gvfs-show	0	0
/swap/swap	swap	swap	defaults	0	0

#UUID=4d29af03-1bbf-432d-94b1-23c778ce863b	/media/james/4d29af03-1bbf-432d-94b1-23c778ce863b	ext4	defaults,nosuid,nodev,relatime,errors=remount-ro	0	0
#UUID=f6b81b1d-df77-4c2b-af3a-c993e5006501	/media/nvme0n1p1	ext4	defaults,x-gvfs-show0	0

#UUID=D572-4275  /boot/efi       vfat    defaults      0       1
[~]

OK, the forum is telling me I exceed the limit of 60,000 characters per message when I try to paste the results of sudo dmesg, so I am gonna paste in about half. If you want the other half, let me know. I have it saved in a file, and can paste the rest. The kernal output is:

Code: Select all

sudo dmesg:
[    0.031079] Memory: 592468K/66873392K available (18432K kernel code, 1843K rwdata, 10624K rodata, 3428K init, 4272K bss, 1508312K reserved, 0K cma-reserved)
[    0.031279] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=24, Nodes=1
[    0.031298] ftrace: allocating 45200 entries in 177 pages
[    0.035968] ftrace: allocated 177 pages with 4 groups
[    0.036006] sched/alt: PDS CPU Scheduler v6.7-r2 by Alfred Chen.
[    0.036081] rcu: Preemptible hierarchical RCU implementation.
[    0.036082] rcu: 	RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=24.
[    0.036083] rcu: 	RCU priority boosting: priority 1 delay 97 ms.
[    0.036084] 	All grace periods are expedited (rcu_expedited).
[    0.036084] 	Trampoline variant of Tasks RCU enabled.
[    0.036085] 	Rude variant of Tasks RCU enabled.
[    0.036085] 	Tracing variant of Tasks RCU enabled.
[    0.036085] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.036086] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=24
[    0.036583] NR_IRQS: 8448, nr_irqs: 2248, preallocated irqs: 16
[    0.036778] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.036903] Console: colour dummy device 80x25
[    0.036904] printk: legacy console [tty0] enabled
[    0.036938] ACPI: Core revision 20230628
[    0.037218] hpet: HPET dysfunctional in PC10. Force disabled.
[    0.037219] APIC: Switch to symmetric I/O mode setup
[    0.037220] DMAR: Host address width 39
[    0.037221] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.037225] DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 29a00f0505e
[    0.037226] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.037230] DMAR: dmar1: reg_base_addr fed91000 ver 5:0 cap d2008c40660462 ecap f050da
[    0.037232] DMAR: RMRR base: 0x0000003c000000 end: 0x000000403fffff
[    0.037233] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.037235] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.037235] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.038106] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.038107] x2apic enabled
[    0.038156] APIC: Switched APIC routing to: cluster x2apic
[    0.040390] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2df10e7656b, max_idle_ns: 440795364873 ns
[    0.040397] Calibrating delay loop (skipped), value calculated using timer frequency.. 6374.40 BogoMIPS (lpj=3187200)
[    0.040445] x86/tme: not enabled by BIOS
[    0.040452] CPU0: Thermal monitoring enabled (TM1)
[    0.040453] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.040565] process: using mwait in idle threads
[    0.040567] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.040568] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.040570] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.040571] Spectre V2 : Mitigation: Enhanced / Automatic IBRS
[    0.040572] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.040572] Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
[    0.040573] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.040575] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.040584] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.040584] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.040585] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.040586] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    0.040586] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[    0.040587] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.040588] x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
[    0.040589] x86/fpu: xstate_offset[11]:  840, xstate_sizes[11]:   16
[    0.040589] x86/fpu: Enabled xstate features 0xa07, context size is 856 bytes, using 'compacted' format.
[    0.041393] Freeing SMP alternatives memory: 48K
[    0.041393] pid_max: default: 32768 minimum: 301
[    0.041393] LSM: initializing lsm=capability,yama,bpf
[    0.041393] Yama: becoming mindful.
[    0.041393] LSM support for eBPF active
[    0.041393] Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.041393] Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.041393] smpboot: CPU0: 12th Gen Intel(R) Core(TM) i9-12900K (family: 0x6, model: 0x97, stepping: 0x2)
[    0.041393] RCU Tasks: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1.
[    0.041393] RCU Tasks Rude: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1.
[    0.041393] RCU Tasks Trace: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1.
[    0.041393] Performance Events: XSAVE Architectural LBR, PEBS fmt4+-baseline,  AnyThread deprecated, Alderlake Hybrid events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.041393] core: cpu_core PMU driver: 
[    0.041393] ... version:                5
[    0.041393] ... bit width:              48
[    0.041393] ... generic registers:      8
[    0.041393] ... value mask:             0000ffffffffffff
[    0.041393] ... max period:             00007fffffffffff
[    0.041393] ... fixed-purpose events:   4
[    0.041393] ... event mask:             0001000f000000ff
[    0.041393] signal: max sigframe size: 3632
[    0.041393] Estimated ratio of average max frequency by base frequency (times 1024): 1600
[    0.041393] rcu: Hierarchical SRCU implementation.
[    0.041393] rcu: 	Max phase no-delay instances is 400.
[    0.041529] smp: Bringing up secondary CPUs ...
[    0.041576] smpboot: x86: Booting SMP configuration:
[    0.041577] .... node  #0, CPUs:        #2  #4  #6  #8 #10 #12 #14 #16 #17 #18 #19 #20 #21 #22 #23
[    0.004527] core: cpu_atom PMU driver: PEBS-via-PT 
[    0.004527] ... version:                5
[    0.004527] ... bit width:              48
[    0.004527] ... generic registers:      6
[    0.004527] ... value mask:             0000ffffffffffff
[    0.004527] ... max period:             00007fffffffffff
[    0.004527] ... fixed-purpose events:   3
[    0.004527] ... event mask:             000000070000003f
[    0.055428]   #1  #3  #5  #7  #9 #11 #13 #15
[    0.062409] smp: Brought up 1 node, 24 CPUs
[    0.062409] smpboot: Max logical packages: 1
[    0.062410] smpboot: Total of 24 processors activated (152985.60 BogoMIPS)
[    0.063398] sched: cpu#00 topo: 0x00000003 - smt
[    0.063398] sched: cpu#00 topo: 0x00ffffff - coregroup
[    0.063398] sched: cpu#00 llc_id = 0, llc_mask idx = 2
[    0.063398] sched: cpu#01 topo: 0x00000003 - smt
[    0.063399] sched: cpu#01 topo: 0x00ffffff - coregroup
[    0.063399] sched: cpu#01 llc_id = 0, llc_mask idx = 2
[    0.063400] sched: cpu#02 topo: 0x0000000c - smt
[    0.063400] sched: cpu#02 topo: 0x00ffffff - coregroup
[    0.063401] sched: cpu#02 llc_id = 0, llc_mask idx = 2
[    0.063401] sched: cpu#03 topo: 0x0000000c - smt
[    0.063402] sched: cpu#03 topo: 0x00ffffff - coregroup
[    0.063402] sched: cpu#03 llc_id = 0, llc_mask idx = 2
[    0.063402] sched: cpu#04 topo: 0x00000030 - smt
[    0.063403] sched: cpu#04 topo: 0x00ffffff - coregroup
[    0.063403] sched: cpu#04 llc_id = 0, llc_mask idx = 2
[    0.063404] sched: cpu#05 topo: 0x00000030 - smt
[    0.063404] sched: cpu#05 topo: 0x00ffffff - coregroup
[    0.063405] sched: cpu#05 llc_id = 0, llc_mask idx = 2
[    0.063405] sched: cpu#06 topo: 0x000000c0 - smt
[    0.063406] sched: cpu#06 topo: 0x00ffffff - coregroup
[    0.063406] sched: cpu#06 llc_id = 0, llc_mask idx = 2
[    0.063406] sched: cpu#07 topo: 0x000000c0 - smt
[    0.063407] sched: cpu#07 topo: 0x00ffffff - coregroup
[    0.063407] sched: cpu#07 llc_id = 0, llc_mask idx = 2
[    0.063408] sched: cpu#08 topo: 0x00000300 - smt
[    0.063408] sched: cpu#08 topo: 0x00ffffff - coregroup
[    0.063409] sched: cpu#08 llc_id = 0, llc_mask idx = 2
[    0.063409] sched: cpu#09 topo: 0x00000300 - smt
[    0.063409] sched: cpu#09 topo: 0x00ffffff - coregroup
[    0.063410] sched: cpu#09 llc_id = 0, llc_mask idx = 2
[    0.063410] sched: cpu#10 topo: 0x00000c00 - smt
[    0.063411] sched: cpu#10 topo: 0x00ffffff - coregroup
[    0.063411] sched: cpu#10 llc_id = 0, llc_mask idx = 2
[    0.063412] sched: cpu#11 topo: 0x00000c00 - smt
[    0.063412] sched: cpu#11 topo: 0x00ffffff - coregroup
[    0.063413] sched: cpu#11 llc_id = 0, llc_mask idx = 2
[    0.063413] sched: cpu#12 topo: 0x00003000 - smt
[    0.063414] sched: cpu#12 topo: 0x00ffffff - coregroup
[    0.063414] sched: cpu#12 llc_id = 0, llc_mask idx = 2
[    0.063414] sched: cpu#13 topo: 0x00003000 - smt
[    0.063415] sched: cpu#13 topo: 0x00ffffff - coregroup
[    0.063415] sched: cpu#13 llc_id = 0, llc_mask idx = 2
[    0.063416] sched: cpu#14 topo: 0x0000c000 - smt
[    0.063416] sched: cpu#14 topo: 0x00ffffff - coregroup
[    0.063417] sched: cpu#14 llc_id = 0, llc_mask idx = 2
[    0.063417] sched: cpu#15 topo: 0x0000c000 - smt
[    0.063417] sched: cpu#15 topo: 0x00ffffff - coregroup
[    0.063418] sched: cpu#15 llc_id = 0, llc_mask idx = 2
[    0.063418] sched: cpu#16 topo: 0x00ffffff - coregroup
[    0.063419] sched: cpu#16 llc_id = 0, llc_mask idx = 1
[    0.063419] sched: cpu#17 topo: 0x00ffffff - coregroup
[    0.063420] sched: cpu#17 llc_id = 0, llc_mask idx = 1
[    0.063420] sched: cpu#18 topo: 0x00ffffff - coregroup
[    0.063420] sched: cpu#18 llc_id = 0, llc_mask idx = 1
[    0.063421] sched: cpu#19 topo: 0x00ffffff - coregroup
[    0.063421] sched: cpu#19 llc_id = 0, llc_mask idx = 1
[    0.063422] sched: cpu#20 topo: 0x00ffffff - coregroup
[    0.063422] sched: cpu#20 llc_id = 0, llc_mask idx = 1
[    0.063423] sched: cpu#21 topo: 0x00ffffff - coregroup
[    0.063423] sched: cpu#21 llc_id = 0, llc_mask idx = 1
[    0.063423] sched: cpu#22 topo: 0x00ffffff - coregroup
[    0.063424] sched: cpu#22 llc_id = 0, llc_mask idx = 1
[    0.063424] sched: cpu#23 topo: 0x00ffffff - coregroup
[    0.063425] sched: cpu#23 llc_id = 0, llc_mask idx = 1
[    0.111410] node 0 deferred pages initialised in 48ms
[    0.112418] devtmpfs: initialized
[    0.112526] ACPI: PM: Registering ACPI NVS region [mem 0x35107000-0x355e6fff] (5111808 bytes)
[    0.112526] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.112526] futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
[    0.112526] pinctrl core: initialized pinctrl subsystem
[    0.112811] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.113156] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    0.113438] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.113701] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.113761] thermal_sys: Registered thermal governor 'fair_share'
[    0.113762] thermal_sys: Registered thermal governor 'bang_bang'
[    0.113763] thermal_sys: Registered thermal governor 'step_wise'
[    0.113763] thermal_sys: Registered thermal governor 'user_space'
[    0.113764] thermal_sys: Registered thermal governor 'power_allocator'
[    0.114397] cpuidle: using governor ladder
[    0.114397] cpuidle: using governor menu
[    0.114409] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.114409] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.114467] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000)
[    0.114470] PCI: not using MMCONFIG
[    0.114471] PCI: Using configuration type 1 for base access
[    0.114807] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.114807] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.114807] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.114807] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.114807] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.115450] ACPI: Added _OSI(Module Device)
[    0.115451] ACPI: Added _OSI(Processor Device)
[    0.115451] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.115452] ACPI: Added _OSI(Processor Aggregator Device)
[    0.179178] ACPI BIOS Error (bug): Failure creating named object [\ADBG], AE_ALREADY_EXISTS (20230628/dswload2-326)
[    0.179183] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
[    0.179184] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.187459] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.I2C1.TPL1], AE_NOT_FOUND (20230628/dswload2-162)
[    0.187462] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20230628/psobject-220)
[    0.187463] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0010)
[    0.192976] ACPI: 16 ACPI AML tables successfully acquired and loaded
[    1.173982] ACPI: Dynamic OEM Table Load:
[    1.173990] ACPI: SSDT 0xFFFF888102AA1400 000394 (v02 PmRef  Cpu0Cst  00003001 INTL 20200717)
[    1.174851] ACPI: Dynamic OEM Table Load:
[    1.174855] ACPI: SSDT 0xFFFF8881012BF800 000647 (v02 PmRef  Cpu0Ist  00003000 INTL 20200717)
[    1.175701] ACPI: Dynamic OEM Table Load:
[    1.175705] ACPI: SSDT 0xFFFF888102A9F000 0001AB (v02 PmRef  Cpu0Psd  00003000 INTL 20200717)
[    1.176506] ACPI: Dynamic OEM Table Load:
[    1.176510] ACPI: SSDT 0xFFFF8881012BA000 000476 (v02 PmRef  Cpu0Hwp  00003000 INTL 20200717)
[    1.177509] ACPI: Dynamic OEM Table Load:
[    1.177516] ACPI: SSDT 0xFFFF888102AAC000 001BAF (v02 PmRef  ApIst    00003000 INTL 20200717)
[    1.178692] ACPI: Dynamic OEM Table Load:
[    1.178697] ACPI: SSDT 0xFFFF888102AA8000 001038 (v02 PmRef  ApHwp    00003000 INTL 20200717)
[    1.179787] ACPI: Dynamic OEM Table Load:
[    1.179792] ACPI: SSDT 0xFFFF888102AAE000 001349 (v02 PmRef  ApPsd    00003000 INTL 20200717)
[    1.180908] ACPI: Dynamic OEM Table Load:
[    1.180913] ACPI: SSDT 0xFFFF888102AB0000 000FBB (v02 PmRef  ApCst    00003000 INTL 20200717)
[    1.188897] ACPI: _OSC evaluated successfully for all CPUs
[    1.189484] ACPI: Interpreter enabled
[    1.189534] ACPI: PM: (supports S0 S3 S4 S5)
[    1.189534] ACPI: Using IOAPIC for interrupt routing
[    1.190750] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000)
[    1.191621] PCI: MMCONFIG at [mem 0xc0000000-0xcfffffff] reserved as ACPI motherboard resource
[    1.191629] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    1.191629] PCI: Using E820 reservations for host bridge windows
[    1.192310] ACPI: Enabled 6 GPEs in block 00 to 7F
[    1.193026] ACPI: \_SB_.PC00.PEG1.PXP_: New power resource
[    1.207526] ACPI: \_SB_.PC00.XHCI.RHUB.HS14.BTRT: New power resource
[    1.208453] ACPI: \_SB_.PC00.PAUD: New power resource
[    1.209992] ACPI: \_SB_.PC00.I2C1.PXTC: New power resource
[    1.211179] ACPI: \_SB_.PC00.CNVW.WRST: New power resource
[    1.215848] ACPI: \_TZ_.FN00: New power resource
[    1.215878] ACPI: \_TZ_.FN01: New power resource
[    1.215905] ACPI: \_TZ_.FN02: New power resource
[    1.215934] ACPI: \_TZ_.FN03: New power resource
[    1.215961] ACPI: \_TZ_.FN04: New power resource
[    1.216397] ACPI: \PIN_: New power resource
[    1.216558] ACPI: \SPR4: New power resource
[    1.216600] ACPI: \SPR5: New power resource
[    1.216642] ACPI: \SPR6: New power resource
[    1.216684] ACPI: \SPR7: New power resource
[    1.216881] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe])
[    1.216885] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    1.218154] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
[    1.218154] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    1.218969] PCI host bridge to bus 0000:00
[    1.218970] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    1.218972] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    1.218972] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    1.218973] pci_bus 0000:00: root bus resource [mem 0x40400000-0xbfffffff window]
[    1.218974] pci_bus 0000:00: root bus resource [bus 00-fe]
[    1.329146] pci 0000:00:00.0: [8086:4660] type 00 class 0x060000
[    1.329240] pci 0000:00:01.0: [8086:460d] type 01 class 0x060400
[    1.329291] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    1.329308] pci 0000:00:01.0: PTM enabled (root), 4ns granularity
[    1.329687] pci 0000:00:02.0: [8086:4680] type 00 class 0x030000
[    1.329694] pci 0000:00:02.0: reg 0x10: [mem 0x41000000-0x41ffffff 64bit]
[    1.329699] pci 0000:00:02.0: reg 0x18: [mem 0x50000000-0x5fffffff 64bit pref]
[    1.329702] pci 0000:00:02.0: reg 0x20: [io  0x5000-0x503f]
[    1.329714] pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
[    1.329716] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    1.329738] pci 0000:00:02.0: reg 0x344: [mem 0x00000000-0x00ffffff 64bit]
[    1.329739] pci 0000:00:02.0: VF(n) BAR0 space: [mem 0x00000000-0x06ffffff 64bit] (contains BAR0 for 7 VFs)
[    1.329742] pci 0000:00:02.0: reg 0x34c: [mem 0x00000000-0x1fffffff 64bit pref]
[    1.329743] pci 0000:00:02.0: VF(n) BAR2 space: [mem 0x00000000-0xdfffffff 64bit pref] (contains BAR2 for 7 VFs)
[    1.329838] pci 0000:00:0a.0: [8086:467d] type 00 class 0x118000
[    1.329845] pci 0000:00:0a.0: reg 0x10: [mem 0x43810000-0x43817fff 64bit]
[    1.329864] pci 0000:00:0a.0: enabling Extended Tags
[    1.329946] pci 0000:00:14.0: [8086:7ae0] type 00 class 0x0c0330
[    1.329964] pci 0000:00:14.0: reg 0x10: [mem 0x43800000-0x4380ffff 64bit]
[    1.330040] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    1.331857] pci 0000:00:14.2: [8086:7aa7] type 00 class 0x050000
[    1.331877] pci 0000:00:14.2: reg 0x10: [mem 0x43820000-0x43823fff 64bit]
[    1.331890] pci 0000:00:14.2: reg 0x18: [mem 0x4382f000-0x4382ffff 64bit]
[    1.332033] pci 0000:00:14.3: [8086:7af0] type 00 class 0x028000
[    1.332054] pci 0000:00:14.3: reg 0x10: [mem 0x4381c000-0x4381ffff 64bit]
[    1.332179] pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
[    1.332342] pci 0000:00:15.0: [8086:7acc] type 00 class 0x0c8000
[    1.332370] pci 0000:00:15.0: reg 0x10: [mem 0xfe0f9000-0xfe0f9fff 64bit]
[    1.332642] pci 0000:00:15.1: [8086:7acd] type 00 class 0x0c8000
[    1.332668] pci 0000:00:15.1: reg 0x10: [mem 0xfe0fa000-0xfe0fafff 64bit]
[    1.332924] pci 0000:00:15.2: [8086:7ace] type 00 class 0x0c8000
[    1.332952] pci 0000:00:15.2: reg 0x10: [mem 0xfe0fb000-0xfe0fbfff 64bit]
[    1.333209] pci 0000:00:15.3: [8086:7acf] type 00 class 0x0c8000
[    1.333234] pci 0000:00:15.3: reg 0x10: [mem 0xfe0fc000-0xfe0fcfff 64bit]
[    1.333510] pci 0000:00:16.0: [8086:7ae8] type 00 class 0x078000
[    1.333531] pci 0000:00:16.0: reg 0x10: [mem 0x4382b000-0x4382bfff 64bit]
[    1.333609] pci 0000:00:16.0: PME# supported from D3hot
[    1.334030] pci 0000:00:17.0: [8086:7ae2] type 00 class 0x010601
[    1.334046] pci 0000:00:17.0: reg 0x10: [mem 0x43824000-0x43825fff]
[    1.334056] pci 0000:00:17.0: reg 0x14: [mem 0x4382a000-0x4382a0ff]
[    1.334067] pci 0000:00:17.0: reg 0x18: [io  0x5090-0x5097]
[    1.334077] pci 0000:00:17.0: reg 0x1c: [io  0x5080-0x5083]
[    1.334087] pci 0000:00:17.0: reg 0x20: [io  0x5060-0x507f]
[    1.334097] pci 0000:00:17.0: reg 0x24: [mem 0x43829000-0x438297ff]
[    1.334143] pci 0000:00:17.0: PME# supported from D3hot
[    1.334356] pci 0000:00:19.0: [8086:7afc] type 00 class 0x0c8000
[    1.334379] pci 0000:00:19.0: reg 0x10: [mem 0x43828000-0x43828fff 64bit]
[    1.334642] pci 0000:00:19.1: [8086:7afd] type 00 class 0x0c8000
[    1.334668] pci 0000:00:19.1: reg 0x10: [mem 0x43827000-0x43827fff 64bit]
[    1.334942] pci 0000:00:1a.0: [8086:7ac8] type 01 class 0x060400
[    1.335054] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    1.335093] pci 0000:00:1a.0: PTM enabled (root), 4ns granularity
[    1.335554] pci 0000:00:1b.0: [8086:7ac0] type 01 class 0x060400
[    1.336059] pci 0000:00:1b.4: [8086:7ac4] type 01 class 0x060400
[    1.336169] pci 0000:00:1b.4: PME# supported from D0 D3hot D3cold
[    1.336208] pci 0000:00:1b.4: PTM enabled (root), 4ns granularity
[    1.336656] pci 0000:00:1c.0: [8086:7ab8] type 01 class 0x060400
[    1.336759] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    1.336792] pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
[    1.337233] pci 0000:00:1d.0: [8086:7ab0] type 01 class 0x060400
[    1.337335] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    1.337368] pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
[    1.337810] pci 0000:00:1d.4: [8086:7ab4] type 01 class 0x060400
[    1.337920] pci 0000:00:1d.4: PME# supported from D0 D3hot D3cold
[    1.337960] pci 0000:00:1d.4: PTM enabled (root), 4ns granularity
[    1.338406] pci 0000:00:1f.0: [8086:7a84] type 00 class 0x060100
[    1.338688] pci 0000:00:1f.3: [8086:7ad0] type 00 class 0x040300
[    1.338731] pci 0000:00:1f.3: reg 0x10: [mem 0x43818000-0x4381bfff 64bit]
[    1.338786] pci 0000:00:1f.3: reg 0x20: [mem 0x43100000-0x431fffff 64bit]
[    1.338890] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    1.339327] pci 0000:00:1f.4: [8086:7aa3] type 00 class 0x0c0500
[    1.339352] pci 0000:00:1f.4: reg 0x10: [mem 0x43826000-0x438260ff 64bit]
[    1.339382] pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
[    1.339570] pci 0000:00:1f.5: [8086:7aa4] type 00 class 0x0c8000
[    1.339588] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
[    1.339720] pci 0000:01:00.0: [10de:2482] type 00 class 0x030000
[    1.339729] pci 0000:01:00.0: reg 0x10: [mem 0x42000000-0x42ffffff]
[    1.339736] pci 0000:01:00.0: reg 0x14: [mem 0x60000000-0x6fffffff 64bit pref]
[    1.339743] pci 0000:01:00.0: reg 0x1c: [mem 0x70000000-0x71ffffff 64bit pref]
[    1.339748] pci 0000:01:00.0: reg 0x24: [io  0x4000-0x407f]
[    1.339753] pci 0000:01:00.0: reg 0x30: [mem 0x43000000-0x4307ffff pref]
[    1.339765] pci 0000:01:00.0: BAR 1: assigned to efifb
[    1.339768] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    1.339798] pci 0000:01:00.0: PME# supported from D0 D3hot
[    1.339912] pci 0000:01:00.1: [10de:228b] type 00 class 0x040300
[    1.339920] pci 0000:01:00.1: reg 0x10: [mem 0x43080000-0x43083fff]
[    1.340016] pci 0000:00:01.0: PCI bridge to [bus 01]
[    1.340018] pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
[    1.340019] pci 0000:00:01.0:   bridge window [mem 0x42000000-0x430fffff]
[    1.340022] pci 0000:00:01.0:   bridge window [mem 0x60000000-0x71ffffff 64bit pref]
[    1.340081] pci 0000:02:00.0: [15b7:5011] type 00 class 0x010802
[    1.340103] pci 0000:02:00.0: reg 0x10: [mem 0x43700000-0x43703fff 64bit]
[    1.340401] pci 0000:00:1a.0: PCI bridge to [bus 02]
[    1.340405] pci 0000:00:1a.0:   bridge window [mem 0x43700000-0x437fffff]
[    1.340448] pci 0000:00:1b.0: PCI bridge to [bus 03]
[    1.340509] pci 0000:04:00.0: [15b7:5011] type 00 class 0x010802
[    1.340531] pci 0000:04:00.0: reg 0x10: [mem 0x43600000-0x43603fff 64bit]
[    1.340830] pci 0000:00:1b.4: PCI bridge to [bus 04]
[    1.340835] pci 0000:00:1b.4:   bridge window [mem 0x43600000-0x436fffff]
[    1.340909] pci 0000:05:00.0: [8086:15f3] type 00 class 0x020000
[    1.340932] pci 0000:05:00.0: reg 0x10: [mem 0x43200000-0x432fffff]
[    1.340968] pci 0000:05:00.0: reg 0x1c: [mem 0x43300000-0x43303fff]
[    1.341110] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
[    1.341309] pci 0000:00:1c.0: PCI bridge to [bus 05]
[    1.341313] pci 0000:00:1c.0:   bridge window [mem 0x43200000-0x433fffff]
[    1.341377] pci 0000:06:00.0: [10ec:8161] type 00 class 0x020000
[    1.341400] pci 0000:06:00.0: reg 0x10: [io  0x3000-0x30ff]
[    1.341427] pci 0000:06:00.0: reg 0x18: [mem 0x43504000-0x43504fff 64bit]
[    1.341445] pci 0000:06:00.0: reg 0x20: [mem 0x43500000-0x43503fff 64bit]
[    1.341577] pci 0000:06:00.0: supports D1 D2
[    1.341578] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.341789] pci 0000:00:1d.0: PCI bridge to [bus 06]
[    1.341792] pci 0000:00:1d.0:   bridge window [io  0x3000-0x3fff]
[    1.341795] pci 0000:00:1d.0:   bridge window [mem 0x43500000-0x435fffff]
[    1.341850] pci 0000:07:00.0: [15b7:5011] type 00 class 0x010802
[    1.341872] pci 0000:07:00.0: reg 0x10: [mem 0x43400000-0x43403fff 64bit]
[    1.342167] pci 0000:00:1d.4: PCI bridge to [bus 07]
[    1.342172] pci 0000:00:1d.4:   bridge window [mem 0x43400000-0x434fffff]
[    1.343721] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    1.343807] ACPI: PCI: Interrupt link LNKB configured for IRQ 1
[    1.343891] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    1.343975] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    1.344059] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    1.344143] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    1.344227] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    1.344311] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    1.350457] iommu: Default domain type: Translated
[    1.350458] iommu: DMA domain TLB invalidation policy: lazy mode
[    1.350551] SCSI subsystem initialized
[    1.351398] libata version 3.00 loaded.
[    1.351408] ACPI: bus type USB registered
[    1.351414] usbcore: registered new interface driver usbfs
[    1.351417] usbcore: registered new interface driver hub
[    1.351424] usbcore: registered new device driver usb
[    1.351436] pps_core: LinuxPPS API ver. 1 registered
[    1.351437] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.351438] PTP clock support registered
[    1.351445] EDAC MC: Ver: 3.0.0
[    1.351569] efivars: Registered efivars operations
[    1.351569] NetLabel: Initializing
[    1.351569] NetLabel:  domain hash size = 128
[    1.351569] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    1.351569] NetLabel:  unlabeled traffic allowed by default
[    1.351569] mctp: management component transport protocol core
[    1.351569] NET: Registered PF_MCTP protocol family
[    1.351569] PCI: Using ACPI for IRQ routing
[    1.360662] PCI: pci_cache_line_size set to 64 bytes
[    1.360685] pci 0000:00:15.0: can't claim BAR 0 [mem 0xfe0f9000-0xfe0f9fff 64bit]: no compatible bridge window
[    1.360690] pci 0000:00:15.1: can't claim BAR 0 [mem 0xfe0fa000-0xfe0fafff 64bit]: no compatible bridge window
[    1.360692] pci 0000:00:15.2: can't claim BAR 0 [mem 0xfe0fb000-0xfe0fbfff 64bit]: no compatible bridge window
[    1.360696] pci 0000:00:15.3: can't claim BAR 0 [mem 0xfe0fc000-0xfe0fcfff 64bit]: no compatible bridge window
[    1.360740] pci 0000:00:1f.5: can't claim BAR 0 [mem 0xfe010000-0xfe010fff]: no compatible bridge window
[    1.360804] e820: reserve RAM buffer [mem 0x0005e000-0x0005ffff]
[    1.360805] e820: reserve RAM buffer [mem 0x28e53000-0x2bffffff]
[    1.360806] e820: reserve RAM buffer [mem 0x2eafd000-0x2fffffff]
[    1.360806] e820: reserve RAM buffer [mem 0x31e6d000-0x33ffffff]
[    1.360807] e820: reserve RAM buffer [mem 0x36000000-0x37ffffff]
[    1.360808] e820: reserve RAM buffer [mem 0x10bfc00000-0x10bfffffff]
[    1.361402] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    1.361402] pci 0000:00:02.0: vgaarb: bridge control possible
[    1.361402] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=mem,locks=none
[    1.361403] pci 0000:01:00.0: vgaarb: setting as boot VGA device (overriding previous)
[    1.361403] pci 0000:01:00.0: vgaarb: bridge control possible
[    1.361404] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    1.361405] vgaarb: loaded
[    1.361423] clocksource: Switched to clocksource tsc-early
[    1.361612] VFS: Disk quotas dquot_6.6.0
[    1.361623] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.361671] pnp: PnP ACPI init
[    1.361854] system 00:00: [io  0x0a00-0x0a2f] has been reserved
[    1.361856] system 00:00: [io  0x0a30-0x0a3f] has been reserved
[    1.361856] system 00:00: [io  0x0a40-0x0a4f] has been reserved
[    1.362142] pnp 00:01: [dma 0 disabled]
[    1.362258] system 00:02: [io  0x0680-0x069f] has been reserved
[    1.362259] system 00:02: [io  0x164e-0x164f] has been reserved
[    1.362349] system 00:03: [io  0x1854-0x1857] has been reserved
[    1.362994] pnp 00:04: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    1.363011] system 00:04: [mem 0xfedc0000-0xfedc7fff] has been reserved
[    1.363013] system 00:04: [mem 0xfeda0000-0xfeda0fff] has been reserved
[    1.363014] system 00:04: [mem 0xfeda1000-0xfeda1fff] has been reserved
[    1.363015] system 00:04: [mem 0xfed20000-0xfed7ffff] has been reserved
[    1.363016] system 00:04: [mem 0xfed90000-0xfed93fff] could not be reserved
[    1.363017] system 00:04: [mem 0xfed45000-0xfed8ffff] could not be reserved
[    1.363017] system 00:04: [mem 0xfee00000-0xfeefffff] could not be reserved
[    1.363353] system 00:05: [mem 0xfc000000-0xfc01ffff] has been reserved
[    1.363703] system 00:06: [io  0x2000-0x20fe] has been reserved
[    1.364348] pnp: PnP ACPI: found 8 devices
[    1.369458] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    1.369515] NET: Registered PF_INET protocol family
[    1.369663] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    1.371588] tcp_listen_portaddr_hash hash table entries: 32768 (order: 7, 524288 bytes, linear)
[    1.371626] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    1.371892] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    1.372285] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    1.372388] TCP: Hash tables configured (established 524288 bind 65536)
[    1.372555] MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, linear)
[    1.372682] UDP hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[    1.372798] UDP-Lite hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[    1.372872] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    1.372876] NET: Registered PF_XDP protocol family
[    1.372879] pci_bus 0000:00: max bus depth: 1 pci_try_num: 2
[    1.372887] pci 0000:00:02.0: BAR 9: no space for [mem size 0xe0000000 64bit pref]
[    1.372888] pci 0000:00:02.0: BAR 9: failed to assign [mem size 0xe0000000 64bit pref]
[    1.372890] pci 0000:00:02.0: BAR 7: assigned [mem 0x44000000-0x4affffff 64bit]
[    1.372892] resource: avoiding allocation from e820 entry [mem 0x000a0000-0x000fffff]
[    1.372894] pci 0000:00:15.0: BAR 0: assigned [mem 0x40400000-0x40400fff 64bit]
[    1.372907] resource: avoiding allocation from e820 entry [mem 0x000a0000-0x000fffff]
[    1.372908] pci 0000:00:15.1: BAR 0: assigned [mem 0x40401000-0x40401fff 64bit]
[    1.372920] resource: avoiding allocation from e820 entry [mem 0x000a0000-0x000fffff]
[    1.372920] pci 0000:00:15.2: BAR 0: assigned [mem 0x40402000-0x40402fff 64bit]
[    1.372931] resource: avoiding allocation from e820 entry [mem 0x000a0000-0x000fffff]
[    1.372931] pci 0000:00:15.3: BAR 0: assigned [mem 0x40403000-0x40403fff 64bit]
[    1.372942] resource: avoiding allocation from e820 entry [mem 0x000a0000-0x000fffff]
[    1.372943] pci 0000:00:1f.5: BAR 0: assigned [mem 0x40404000-0x40404fff]
[    1.372949] pci 0000:00:01.0: PCI bridge to [bus 01]
[    1.372950] pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
[    1.372952] pci 0000:00:01.0:   bridge window [mem 0x42000000-0x430fffff]
[    1.372954] pci 0000:00:01.0:   bridge window [mem 0x60000000-0x71ffffff 64bit pref]
[    1.372957] pci 0000:00:1a.0: PCI bridge to [bus 02]
[    1.372976] pci 0000:00:1a.0:   bridge window [mem 0x43700000-0x437fffff]
[    1.372982] pci 0000:00:1b.0: PCI bridge to [bus 03]
[    1.372995] pci 0000:00:1b.4: PCI bridge to [bus 04]
[    1.372999] pci 0000:00:1b.4:   bridge window [mem 0x43600000-0x436fffff]
[    1.373005] pci 0000:00:1c.0: PCI bridge to [bus 05]
[    1.373009] pci 0000:00:1c.0:   bridge window [mem 0x43200000-0x433fffff]
[    1.373016] pci 0000:00:1d.0: PCI bridge to [bus 06]
[    1.373017] pci 0000:00:1d.0:   bridge window [io  0x3000-0x3fff]
[    1.373021] pci 0000:00:1d.0:   bridge window [mem 0x43500000-0x435fffff]
[    1.373028] pci 0000:00:1d.4: PCI bridge to [bus 07]
[    1.373031] pci 0000:00:1d.4:   bridge window [mem 0x43400000-0x434fffff]
[    1.373038] pci_bus 0000:00: No. 2 try to assign unassigned res
[    1.373041] pci 0000:00:02.0: BAR 9: no space for [mem size 0xe0000000 64bit pref]
[    1.373042] pci 0000:00:02.0: BAR 9: failed to assign [mem size 0xe0000000 64bit pref]
[    1.373044] pci 0000:00:01.0: PCI bridge to [bus 01]
[    1.373045] pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
[    1.373046] pci 0000:00:01.0:   bridge window [mem 0x42000000-0x430fffff]
[    1.373048] pci 0000:00:01.0:   bridge window [mem 0x60000000-0x71ffffff 64bit pref]
[    1.373051] pci 0000:00:1a.0: PCI bridge to [bus 02]
[    1.373065] pci 0000:00:1a.0:   bridge window [mem 0x43700000-0x437fffff]
[    1.373071] pci 0000:00:1b.0: PCI bridge to [bus 03]
[    1.373084] pci 0000:00:1b.4: PCI bridge to [bus 04]
[    1.373088] pci 0000:00:1b.4:   bridge window [mem 0x43600000-0x436fffff]
[    1.373094] pci 0000:00:1c.0: PCI bridge to [bus 05]
[    1.373098] pci 0000:00:1c.0:   bridge window [mem 0x43200000-0x433fffff]
[    1.373105] pci 0000:00:1d.0: PCI bridge to [bus 06]
[    1.373106] pci 0000:00:1d.0:   bridge window [io  0x3000-0x3fff]
[    1.373110] pci 0000:00:1d.0:   bridge window [mem 0x43500000-0x435fffff]
[    1.373116] pci 0000:00:1d.4: PCI bridge to [bus 07]
[    1.373120] pci 0000:00:1d.4:   bridge window [mem 0x43400000-0x434fffff]
[    1.373127] pci_bus 0000:00: Automatically enabled pci realloc, if you have problem, try booting with pci=realloc=off
[    1.373127] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    1.373128] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    1.373129] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    1.373130] pci_bus 0000:00: resource 7 [mem 0x40400000-0xbfffffff window]
[    1.373131] pci_bus 0000:01: resource 0 [io  0x4000-0x4fff]
[    1.373131] pci_bus 0000:01: resource 1 [mem 0x42000000-0x430fffff]
[    1.373132] pci_bus 0000:01: resource 2 [mem 0x60000000-0x71ffffff 64bit pref]
[    1.373133] pci_bus 0000:02: resource 1 [mem 0x43700000-0x437fffff]
[    1.373134] pci_bus 0000:04: resource 1 [mem 0x43600000-0x436fffff]
[    1.373135] pci_bus 0000:05: resource 1 [mem 0x43200000-0x433fffff]
[    1.373135] pci_bus 0000:06: resource 0 [io  0x3000-0x3fff]
[    1.373136] pci_bus 0000:06: resource 1 [mem 0x43500000-0x435fffff]
[    1.373137] pci_bus 0000:07: resource 1 [mem 0x43400000-0x434fffff]
[    1.373489] pci 0000:01:00.1: extending delay after power-on from D3hot to 20 msec
[    1.373505] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[    1.373548] PCI: CLS 64 bytes, default 64
[    1.373558] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.373559] software IO TLB: mapped [mem 0x000000001ab1a000-0x000000001eb1a000] (64MB)
[    1.373568] Trying to unpack rootfs image as initramfs...
[    1.375167] RAPL PMU: API unit is 2^-32 Joules, 2 fixed counters, 655360 ms ovfl timer
[    1.375169] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    1.375169] RAPL PMU: hw unit of domain package 2^-14 Joules
[    1.375502] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2df10e7656b, max_idle_ns: 440795364873 ns
[    1.375525] clocksource: Switched to clocksource tsc
[    1.375540] platform rtc_cmos: registered platform RTC device (no PNP device found)
[    1.375981] Initialise system trusted keyrings
[    1.375987] Key type blacklist registered
[    1.376012] workingset: timestamp_bits=40 max_order=24 bucket_order=0
[    1.376018] zbud: loaded
[    1.382677] Key type asymmetric registered
[    1.382678] Asymmetric key parser 'x509' registered
[    1.382688] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[    1.382716] io scheduler mq-deadline registered
[    1.382718] io scheduler kyber registered
[    1.382725] io scheduler bfq registered
[    1.383012] pcieport 0000:00:01.0: PME: Signaling with IRQ 122
[    1.383050] pcieport 0000:00:01.0: AER: enabled with IRQ 122
[    1.383270] pcieport 0000:00:1a.0: PME: Signaling with IRQ 123
[    1.383316] pcieport 0000:00:1a.0: AER: enabled with IRQ 123
[    1.383440] pcieport 0000:00:1b.0: PME: Signaling with IRQ 124
[    1.383612] pcieport 0000:00:1b.4: PME: Signaling with IRQ 125
[    1.383650] pcieport 0000:00:1b.4: AER: enabled with IRQ 125
[    1.383854] pcieport 0000:00:1c.0: PME: Signaling with IRQ 126
[    1.383894] pcieport 0000:00:1c.0: AER: enabled with IRQ 126
[    1.384078] pcieport 0000:00:1d.0: PME: Signaling with IRQ 127
[    1.384115] pcieport 0000:00:1d.0: AER: enabled with IRQ 127
[    1.384315] pcieport 0000:00:1d.4: PME: Signaling with IRQ 128
[    1.384353] pcieport 0000:00:1d.4: AER: enabled with IRQ 128
[    1.384437] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    1.385145] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[    1.385158] ACPI: button: Sleep Button [SLPB]
[    1.385174] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    1.385183] ACPI: button: Power Button [PWRB]
[    1.385199] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    1.386193] ACPI: button: Power Button [PWRF]
[    1.388898] thermal LNXTHERM:00: registered as thermal_zone0
[    1.388899] ACPI: thermal: Thermal Zone [TZ00] (28 C)
[    1.389042] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.410843] 00:01: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    1.411146] hpet_acpi_add: no address or irqs in _CRS
[    1.412627] ahci 0000:00:17.0: version 3.0
[    1.412668] nvme 0000:02:00.0: platform quirk: setting simple suspend
[    1.412701] nvme 0000:07:00.0: platform quirk: setting simple suspend
[    1.412702] nvme 0000:04:00.0: platform quirk: setting simple suspend
[    1.412704] nvme nvme0: pci function 0000:02:00.0
[    1.412789] nvme nvme1: pci function 0000:07:00.0
[    1.412830] nvme nvme2: pci function 0000:04:00.0
[    1.412893] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 4 ports 6 Gbps 0xf0 impl SATA mode
[    1.412895] ahci 0000:00:17.0: flags: 64bit ncq sntf led clo only pio slum part ems deso sadm sds 
[    1.421751] scsi host0: ahci
[    1.421800] scsi host1: ahci
[    1.421847] scsi host2: ahci
[    1.421888] scsi host3: ahci
[    1.421929] scsi host4: ahci
[    1.421970] scsi host5: ahci
[    1.422011] scsi host6: ahci
[    1.422052] scsi host7: ahci
[    1.422067] ata1: DUMMY
[    1.422068] ata2: DUMMY
[    1.422068] ata3: DUMMY
[    1.422069] ata4: DUMMY
[    1.422074] ata5: SATA max UDMA/133 abar m2048@0x43829000 port 0x43829300 irq 129 lpm-pol 0
[    1.422076] ata6: SATA max UDMA/133 abar m2048@0x43829000 port 0x43829380 irq 129 lpm-pol 0
[    1.422077] ata7: SATA max UDMA/133 abar m2048@0x43829000 port 0x43829400 irq 129 lpm-pol 0
[    1.422079] ata8: SATA max UDMA/133 abar m2048@0x43829000 port 0x43829480 irq 129 lpm-pol 0
[    1.422189] i8042: PNP: No PS/2 controller found.
[    1.422237] rtc_cmos rtc_cmos: RTC can wake from S4
[    1.422677] rtc_cmos rtc_cmos: registered as rtc0
[    1.422766] rtc_cmos rtc_cmos: setting system clock to 2024-03-15T17:53:13 UTC (1710525193)
[    1.422798] rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram
[    1.424049] ledtrig-cpu: registered to indicate activity on CPUs
[    1.424064] efifb: probing for efifb
[    1.424072] efifb: framebuffer at 0x60000000, using 3072k, total 3072k
[    1.424073] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    1.424074] efifb: scrolling: redraw
[    1.424074] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.424114] Console: switching to colour frame buffer device 128x48
[    1.424480] fb0: EFI VGA frame buffer device
[    1.424498] hid: raw HID events driver (C) Jiri Kosina
[    1.424534] intel_pmc_core INT33A1:00:  initialized
[    1.433451] NET: Registered PF_INET6 protocol family
[    1.442615] nvme nvme1: 24/0/0 default/read/poll queues
[    1.442907] nvme nvme2: 24/0/0 default/read/poll queues
[    1.443417] nvme nvme0: 24/0/0 default/read/poll queues
[    1.447119]  nvme1n1: p1
[    1.448143]  nvme2n1: p1 p2
[    1.448170]  nvme0n1: p1
[    1.733267] ata7: SATA link down (SStatus 4 SControl 300)
[    1.733592] ata5: SATA link down (SStatus 4 SControl 300)
[    1.733641] ata8: SATA link down (SStatus 4 SControl 300)
[    1.733693] ata6: SATA link down (SStatus 4 SControl 300)
[    1.745726] Freeing initrd memory: 88812K
[    1.750221] Segment Routing with IPv6
[    1.750223] RPL Segment Routing with IPv6
[    1.750229] In-situ OAM (IOAM) with IPv6
[    1.750268] Key type dns_resolver registered
[    1.752023] microcode: Current revision: 0x00000032
[    1.752025] microcode: Updated early from: 0x0000001e
[    1.752742] IPI shorthand broadcast: enabled
[    1.753492] sched_clock: Marking stable (1749198552, 3527765)->(1784016192, -31289875)
[    1.753889] registered taskstats version 1
[    1.753963] Loading compiled-in X.509 certificates
[    1.755198] zswap: loaded using pool lz4/z3fold
[    1.756024] Key type .fscrypt registered
[    1.756024] Key type fscrypt-provisioning registered
[    1.760372] RAS: Correctable Errors collector initialized.
[    1.760423] clk: Disabling unused clocks
[    1.765922] Freeing unused decrypted memory: 2028K
[    1.766187] Freeing unused kernel image (initmem) memory: 3428K
[    1.773547] Write protecting the kernel read-only data: 30720k
[    1.773886] Freeing unused kernel image (rodata/data gap) memory: 1664K
[    1.773888] Run /init as init process
[    1.773889]   with arguments:
[    1.773889]     /init
[    1.773889]   with environment:
[    1.773889]     HOME=/
[    1.773889]     TERM=linux
[    1.773890]     BOOT_IMAGE=/boot/vmlinuz-6.7.8-1-liquorix-amd64

Re: Mx-23.2 boot failure

Posted: Fri Mar 15, 2024 3:42 pm
by james
xaol: Something tells me you may have asked an important question. This is from a Terminal open in the Mx Linux desktop environment, since I am back in it now. This doesn't look good:

Code: Select all

[~]
$ service lightdm status
lightdm is not running ... failed!
[~]
$ 
From MX Service Manager:
lightdm (selected on left)
Result (shown on right)

Code: Select all

Provides:          lightdm
Should-Start:      console-screen kbd acpid dbus hal consolekit
Required-Start:    $local_fs $remote_fs x11-common
Required-Stop:     $local_fs $remote_fs
Default-Start:     5
Default-Stop:      0 1 6
Short-Description: Light Display Manager
Description:       Debian init script for the Light Display Manager

Re: Mx-23.2 boot failure

Posted: Fri Mar 15, 2024 3:46 pm
by Charlie Brown
Click the "Enable at boot" (on bottom-right, if it's disabled) (Also click "Start" .. )