coolsnowwolf / lede

Lean's LEDE source
Other
29.7k stars 19.51k forks source link

创建sda3分区后无法扩容根目录 #7079

Closed dearjnana closed 3 years ago

dearjnana commented 3 years ago

磁盘管理中新建sda3分区EXT4格式打算做系统扩容 挂载为根文件系统(/)

ssh中 cd / mkdir -p /tmp/introot mkdir -p /tmp/extroot mount --bind / /tmp/introot mount /dev/sda3 /tmp/extroot tar -C /tmp/introot -cvf - . | tar -C /tmp/extroot -xf - umount /tmp/introot umount /tmp/extroot 命令跑下来也没看到报错,重启扩容未成功。

固件版本 bleach1991 build 20210618 @ OpenWrt R21.6.14 / LuCI Master (git-21.167.28955-fccaab9)
内核版本 5.10.43

===============内核日志========================== [ 0.000000] Linux version 5.10.43 (yxw@ubuntu) (x86_64-openwrt-linux-musl-gcc (OpenWrt GCC 8.4.0 r3234-b28e1c540) 8.4.0, GNU ld (GNU Binutils) 2.34) #0 SMP Wed Jun 16 05:15:45 2021 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz root=PARTUUID=772b815e-69ac-120b-9851-1d2e99ec6a02 rootwait console=tty0 console=ttyS0,115200n8 noinitrd [ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'

[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x00000000000917ff] usable [ 0.000000] BIOS-e820: [mem 0x0000000000091800-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000d206bfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000d206c000-0x00000000d2072fff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x00000000d2073000-0x00000000d24a0fff] usable [ 0.000000] BIOS-e820: [mem 0x00000000d24a1000-0x00000000d2921fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000d2922000-0x00000000d7eeafff] usable [ 0.000000] BIOS-e820: [mem 0x00000000d7eeb000-0x00000000d7ffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000d8000000-0x00000000d875ffff] usable [ 0.000000] BIOS-e820: [mem 0x00000000d8760000-0x00000000d87fffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000d8800000-0x00000000d8fadfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000d8fae000-0x00000000d8ffffff] ACPI data [ 0.000000] BIOS-e820: [mem 0x00000000d9000000-0x00000000da71bfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000da71c000-0x00000000da7fffff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x00000000da800000-0x00000000dbe11fff] usable [ 0.000000] BIOS-e820: [mem 0x00000000dbe12000-0x00000000dbffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000dd000000-0x00000000df1fffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000011edfffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.7 present. [ 0.000000] DMI: Dell Inc. OptiPlex 9020/0W49N2, BIOS A05 12/05/2013 [ 0.000000] tsc: Fast TSC calibration using PIT [ 0.000000] tsc: Detected 3591.673 MHz processor [ 0.000604] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved [ 0.000606] e820: remove [mem 0x000a0000-0x000fffff] usable [ 0.000612] last_pfn = 0x11ee00 max_arch_pfn = 0x400000000 [ 0.000615] MTRR default type: uncachable [ 0.000615] MTRR fixed ranges enabled: [ 0.000616] 00000-9FFFF write-back [ 0.000617] A0000-BFFFF uncachable [ 0.000617] C0000-DBFFF write-protect [ 0.000618] DC000-E7FFF uncachable [ 0.000618] E8000-FFFFF write-protect [ 0.000619] MTRR variable ranges enabled: [ 0.000620] 0 base 0000000000 mask 7F00000000 write-back [ 0.000620] 1 base 0100000000 mask 7FE0000000 write-back [ 0.000621] 2 base 00E0000000 mask 7FE0000000 uncachable [ 0.000621] 3 base 00DE000000 mask 7FFE000000 uncachable [ 0.000622] 4 base 00DD000000 mask 7FFF000000 uncachable [ 0.000622] 5 base 011F000000 mask 7FFF000000 uncachable [ 0.000623] 6 base 011EE00000 mask 7FFFE00000 uncachable [ 0.000623] 7 disabled [ 0.000624] 8 disabled [ 0.000624] 9 disabled [ 0.000890] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.001313] e820: update [mem 0xdd000000-0xffffffff] usable ==> reserved [ 0.001316] last_pfn = 0xdbe12 max_arch_pfn = 0x400000000 [ 0.006386] found SMP MP-table at [mem 0x000fd930-0x000fd93f] [ 0.006394] Using GB pages for direct mapping [ 0.007236] ACPI: Early table checksum verification disabled [ 0.007238] ACPI: RSDP 0x00000000000F0490 000024 (v02 DELL ) [ 0.007241] ACPI: XSDT 0x00000000D8FEE088 00008C (v01 DELL CBX3 01072009 AMI 00010013) [ 0.007245] ACPI: FACP 0x00000000D8FF94A0 00010C (v05 DELL CBX3 01072009 AMI 00010013) [ 0.007249] ACPI: DSDT 0x00000000D8FEE1A0 00B2FD (v02 DELL CBX3 00000014 INTL 20091112) [ 0.007251] ACPI: FACS 0x00000000DA7FE080 000040 [ 0.007253] ACPI: APIC 0x00000000D8FF95B0 000072 (v03 DELL CBX3 01072009 AMI 00010013) [ 0.007255] ACPI: FPDT 0x00000000D8FF9628 000044 (v01 DELL CBX3 01072009 AMI 00010013) [ 0.007258] ACPI: SLIC 0x00000000D8FF9670 000176 (v03 DELL CBX3 01072009 MSFT 00010013) [ 0.007260] ACPI: LPIT 0x00000000D8FF97E8 00005C (v01 DELL CBX3 00000000 AMI. 00000005) [ 0.007262] ACPI: SSDT 0x00000000D8FF9848 000539 (v01 PmRef Cpu0Ist 00003000 INTL 20120711) [ 0.007264] ACPI: SSDT 0x00000000D8FF9D88 000AD8 (v01 PmRef CpuPm 00003000 INTL 20120711) [ 0.007267] ACPI: SSDT 0x00000000D8FFA860 0001C7 (v01 PmRef LakeTiny 00003000 INTL 20120711) [ 0.007269] ACPI: HPET 0x00000000D8FFAA28 000038 (v01 DELL CBX3 01072009 AMI. 00000005) [ 0.007271] ACPI: SSDT 0x00000000D8FFAA60 00036D (v01 SataRe SataTabl 00001000 INTL 20120711) [ 0.007273] ACPI: MCFG 0x00000000D8FFADD0 00003C (v01 DELL CBX3 01072009 MSFT 00000097) [ 0.007276] ACPI: SSDT 0x00000000D8FFAE10 003406 (v01 SaSsdt SaSsdt 00003000 INTL 20091112) [ 0.007278] ACPI: ASF! 0x00000000D8FFE218 0000A5 (v32 INTEL HCG 00000001 TFSM 000F4240) [ 0.007280] ACPI: Reserving FACP table memory at [mem 0xd8ff94a0-0xd8ff95ab] [ 0.007281] ACPI: Reserving DSDT table memory at [mem 0xd8fee1a0-0xd8ff949c] [ 0.007282] ACPI: Reserving FACS table memory at [mem 0xda7fe080-0xda7fe0bf] [ 0.007283] ACPI: Reserving APIC table memory at [mem 0xd8ff95b0-0xd8ff9621] [ 0.007284] ACPI: Reserving FPDT table memory at [mem 0xd8ff9628-0xd8ff966b] [ 0.007284] ACPI: Reserving SLIC table memory at [mem 0xd8ff9670-0xd8ff97e5] [ 0.007285] ACPI: Reserving LPIT table memory at [mem 0xd8ff97e8-0xd8ff9843] [ 0.007286] ACPI: Reserving SSDT table memory at [mem 0xd8ff9848-0xd8ff9d80] [ 0.007287] ACPI: Reserving SSDT table memory at [mem 0xd8ff9d88-0xd8ffa85f] [ 0.007288] ACPI: Reserving SSDT table memory at [mem 0xd8ffa860-0xd8ffaa26] [ 0.007288] ACPI: Reserving HPET table memory at [mem 0xd8ffaa28-0xd8ffaa5f] [ 0.007289] ACPI: Reserving SSDT table memory at [mem 0xd8ffaa60-0xd8ffadcc] [ 0.007290] ACPI: Reserving MCFG table memory at [mem 0xd8ffadd0-0xd8ffae0b] [ 0.007291] ACPI: Reserving SSDT table memory at [mem 0xd8ffae10-0xd8ffe215] [ 0.007292] ACPI: Reserving ASF! table memory at [mem 0xd8ffe218-0xd8ffe2bc] [ 0.007298] ACPI: Local APIC address 0xfee00000 [ 0.007308] Zone ranges: [ 0.007308] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.007310] DMA32 [mem 0x0000000001000000-0x00000000ffffffff] [ 0.007311] Normal [mem 0x0000000100000000-0x000000011edfffff] [ 0.007312] Movable zone start for each node [ 0.007313] Early memory node ranges [ 0.007313] node 0: [mem 0x0000000000001000-0x0000000000090fff] [ 0.007314] node 0: [mem 0x0000000000100000-0x00000000d206bfff] [ 0.007315] node 0: [mem 0x00000000d2073000-0x00000000d24a0fff] [ 0.007316] node 0: [mem 0x00000000d2922000-0x00000000d7eeafff] [ 0.007316] node 0: [mem 0x00000000d8000000-0x00000000d875ffff] [ 0.007317] node 0: [mem 0x00000000d8800000-0x00000000d8fadfff] [ 0.007317] node 0: [mem 0x00000000d9000000-0x00000000da71bfff] [ 0.007318] node 0: [mem 0x00000000da800000-0x00000000dbe11fff] [ 0.007319] node 0: [mem 0x0000000100000000-0x000000011edfffff] [ 0.007320] Initmem setup node 0 [mem 0x0000000000001000-0x000000011edfffff] [ 0.007321] On node 0 totalpages: 1025071 [ 0.007322] DMA zone: 64 pages used for memmap [ 0.007323] DMA zone: 21 pages reserved [ 0.007323] DMA zone: 3984 pages, LIFO batch:0 [ 0.007660] DMA zone: 28784 pages in unavailable ranges [ 0.007661] DMA32 zone: 13979 pages used for memmap [ 0.007661] DMA32 zone: 894623 pages, LIFO batch:63 [ 0.017586] DMA32 zone: 18785 pages in unavailable ranges [ 0.017588] Normal zone: 1976 pages used for memmap [ 0.017589] Normal zone: 126464 pages, LIFO batch:31 [ 0.019043] Normal zone: 4608 pages in unavailable ranges [ 0.019052] Reserving Intel graphics memory at [mem 0xdd200000-0xdf1fffff] [ 0.019121] ACPI: PM-Timer IO Port: 0x1808 [ 0.019123] ACPI: Local APIC address 0xfee00000 [ 0.019128] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1]) [ 0.019137] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23 [ 0.019139] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.019140] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.019141] ACPI: IRQ0 used by override. [ 0.019142] ACPI: IRQ9 used by override. [ 0.019143] Using ACPI (MADT) for SMP configuration information [ 0.019144] ACPI: HPET id: 0x8086a701 base: 0xfed00000 [ 0.019148] [Firmware Bug]: TSC_DEADLINE disabled due to Errata; please update microcode to version: 0x22 (or later) [ 0.019149] smpboot: Allowing 4 CPUs, 0 hotplug CPUs [ 0.019164] [mem 0xdf200000-0xf7ffffff] available for PCI devices [ 0.019165] Booting paravirtualized kernel on bare hardware [ 0.019167] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.019171] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_ids:1 [ 0.019430] percpu: Embedded 44 pages/cpu s139288 r8192 d32744 u524288 [ 0.019435] pcpu-alloc: s139288 r8192 d32744 u524288 alloc=1*2097152 [ 0.019436] pcpu-alloc: [0] 0 1 2 3 [ 0.019450] Built 1 zonelists, mobility grouping on. Total pages: 1009031 [ 0.019452] Kernel command line: BOOT_IMAGE=/boot/vmlinuz root=PARTUUID=772b815e-69ac-120b-9851-1d2e99ec6a02 rootwait console=tty0 console=ttyS0,115200n8 noinitrd [ 0.019824] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear) [ 0.019995] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 0.020027] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.038393] Memory: 3939012K/4100284K available (12290K kernel code, 1056K rwdata, 3156K rodata, 1128K init, 1804K bss, 161016K reserved, 0K cma-reserved) [ 0.038421] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.038425] Kernel/User page tables isolation: enabled [ 0.038466] rcu: Hierarchical RCU implementation. [ 0.038467] rcu: CONFIG_RCU_FANOUT set to non-default value of 32. [ 0.038468] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4. [ 0.038469] Tracing variant of Tasks RCU enabled. [ 0.038470] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. [ 0.038470] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4 [ 0.038478] NR_IRQS: 4352, nr_irqs: 456, preallocated irqs: 16 [ 0.038688] random: get_random_bytes called from start_kernel+0x341/0x5c4 with crng_init=0 [ 0.038702] spurious 8259A interrupt: IRQ7. [ 0.039954] Console: colour VGA+ 80x25 [ 0.047530] printk: console [tty0] enabled [ 0.924027] printk: console [ttyS0] enabled [ 0.928253] ACPI: Core revision 20200925 [ 0.932293] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns [ 0.941488] APIC: Switch to symmetric I/O mode setup [ 0.946827] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0 [ 1.001488] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x33c59981a53, max_idle_ns: 440795320572 ns [ 1.012056] Calibrating delay loop (skipped), value calculated using timer frequency.. 7183.34 BogoMIPS (lpj=35916730) [ 1.022056] pid_max: default: 32768 minimum: 301 [ 1.026738] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 1.032067] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 1.042198] mce: CPU0: Thermal monitoring enabled (TM1) [ 1.047470] process: using mwait in idle threads [ 1.052058] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024 [ 1.058192] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4 [ 1.062056] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization [ 1.072056] Spectre V2 : Mitigation: Full generic retpoline [ 1.077667] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch [ 1.082056] Speculative Store Bypass: Vulnerable [ 1.092056] SRBDS: Vulnerable: No microcode [ 1.096279] MDS: Vulnerable: Clear CPU buffers attempted, no microcode [ 1.102161] Freeing SMP alternatives memory: 40K [ 1.230329] smpboot: CPU0: Intel(R) Core(TM) i3-4160 CPU @ 3.60GHz (family: 0x6, model: 0x3c, stepping: 0x3) [ 1.232055] Performance Events: PEBS fmt2+, Haswell events, 16-deep LBR, full-width counters, Intel PMU driver. [ 1.232057] ... version: 3 [ 1.236103] ... bit width: 48 [ 1.240240] ... generic registers: 4 [ 1.242056] ... value mask: 0000ffffffffffff [ 1.247408] ... max period: 00007fffffffffff [ 1.252056] ... fixed-purpose events: 3 [ 1.256105] ... event mask: 000000070000000f [ 1.262133] rcu: Hierarchical SRCU implementation. [ 1.266981] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build [ 1.272078] smp: Bringing up secondary CPUs ... [ 1.282093] x86: Booting SMP configuration: [ 1.286315] .... node #0, CPUs: #1 #2 [ 1.286870] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details. [ 1.302112] #3 [ 1.302351] smp: Brought up 1 node, 4 CPUs [ 1.312057] smpboot: Max logical packages: 1 [ 1.316365] smpboot: Total of 4 processors activated (28733.38 BogoMIPS) [ 1.323195] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 1.332059] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) [ 1.332076] pinctrl core: initialized pinctrl subsystem [ 1.342070] NET: Registered protocol family 16 [ 1.351168] thermal_sys: Registered thermal governor 'step_wise' [ 1.351168] thermal_sys: Registered thermal governor 'user_space' [ 1.357279] cpuidle: using governor ladder [ 1.366218] ACPI: bus type PCI registered [ 1.366218] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 1.372245] PCI: Using configuration type 1 for base access [ 1.377718] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on [ 1.390580] ENERGY_PERF_BIAS: Set to 'normal', was 'performance' [ 1.394354] cryptd: max_cpu_qlen set to 1000 [ 1.403379] ACPI: Added _OSI(Module Device) [ 1.407606] ACPI: Added _OSI(Processor Device) [ 1.412058] ACPI: Added _OSI(3.0 _SCP Extensions) [ 1.416801] ACPI: Added _OSI(Processor Aggregator Device) [ 1.422057] ACPI: Added _OSI(Linux-Dell-Video) [ 1.426541] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio) [ 1.432056] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics) [ 1.442834] ACPI: 6 ACPI AML tables successfully acquired and loaded [ 1.450000] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored [ 1.452391] ACPI: Dynamic OEM Table Load: [ 1.456447] ACPI: SSDT 0xFFFF888100052000 0003D3 (v01 PmRef Cpu0Cst 00003001 INTL 20120711) [ 1.462565] ACPI: Dynamic OEM Table Load: [ 1.472058] ACPI: SSDT 0xFFFF88810008E800 0005AA (v01 PmRef ApIst 00003000 INTL 20120711) [ 1.482577] ACPI: Dynamic OEM Table Load: [ 1.486627] ACPI: SSDT 0xFFFF888100181A00 000119 (v01 PmRef ApCst 00003000 INTL 20120711) [ 1.492857] ACPI: Interpreter enabled [ 1.496565] ACPI: (supports S0 S5) [ 1.502056] ACPI: Using IOAPIC for interrupt routing [ 1.507081] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.512191] ACPI: Enabled 9 GPEs in block 00 to 3F [ 1.528896] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e]) [ 1.532060] acpi PNP0A08:00: _OSC: OS supports [Segments MSI HPX-Type3] [ 1.542166] acpi PNP0A08:00: _OSC: not requesting OS control; OS requires [ExtendedConfig ASPM ClockPM MSI] [ 1.552262] PCI host bridge to bus 0000:00 [ 1.556400] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.562057] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.568881] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.572056] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window] [ 1.582057] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window] [ 1.592056] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window] [ 1.599589] pci_bus 0000:00: root bus resource [mem 0xdf200000-0xfeafffff window] [ 1.602056] pci_bus 0000:00: root bus resource [bus 00-3e] [ 1.612063] pci 0000:00:00.0: [8086:0c00] type 00 class 0x060000 [ 1.618171] pci 0000:00:02.0: [8086:041e] type 00 class 0x030000 [ 1.622062] pci 0000:00:02.0: reg 0x10: [mem 0xf7400000-0xf77fffff 64bit] [ 1.632059] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref] [ 1.639332] pci 0000:00:02.0: reg 0x20: [io 0xf000-0xf03f] [ 1.642123] pci 0000:00:03.0: [8086:0c0c] type 00 class 0x040300 [ 1.648173] pci 0000:00:03.0: reg 0x10: [mem 0xf7c14000-0xf7c17fff 64bit] [ 1.652146] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330 [ 1.662073] pci 0000:00:14.0: reg 0x10: [mem 0xf7c00000-0xf7c0ffff 64bit] [ 1.668951] pci 0000:00:14.0: PME# supported from D3hot D3cold [ 1.672124] pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000 [ 1.682070] pci 0000:00:16.0: reg 0x10: [mem 0xf7c1f000-0xf7c1f00f 64bit] [ 1.688949] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold [ 1.692116] pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320 [ 1.702070] pci 0000:00:1a.0: reg 0x10: [mem 0xf7c1c000-0xf7c1c3ff] [ 1.708446] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold [ 1.712122] pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300 [ 1.718181] pci 0000:00:1b.0: reg 0x10: [mem 0xf7c10000-0xf7c13fff 64bit] [ 1.722113] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold [ 1.732115] pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400 [ 1.738220] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold [ 1.742148] pci 0000:00:1c.4: [8086:8c18] type 01 class 0x060400 [ 1.752117] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold [ 1.758343] pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320 [ 1.762071] pci 0000:00:1d.0: reg 0x10: [mem 0xf7c1b000-0xf7c1b3ff] [ 1.768447] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold [ 1.772126] pci 0000:00:1f.0: [8086:8c4e] type 00 class 0x060100 [ 1.782205] pci 0000:00:1f.2: [8086:2822] type 00 class 0x010400 [ 1.788259] pci 0000:00:1f.2: reg 0x10: [io 0xf0b0-0xf0b7] [ 1.792062] pci 0000:00:1f.2: reg 0x14: [io 0xf0a0-0xf0a3] [ 1.797680] pci 0000:00:1f.2: reg 0x18: [io 0xf090-0xf097] [ 1.802062] pci 0000:00:1f.2: reg 0x1c: [io 0xf080-0xf083] [ 1.807678] pci 0000:00:1f.2: reg 0x20: [io 0xf060-0xf07f] [ 1.812061] pci 0000:00:1f.2: reg 0x24: [mem 0xf7c1a000-0xf7c1a7ff] [ 1.822087] pci 0000:00:1f.2: PME# supported from D3hot [ 1.827409] pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500 [ 1.832070] pci 0000:00:1f.3: reg 0x10: [mem 0xf7c19000-0xf7c190ff 64bit] [ 1.842072] pci 0000:00:1f.3: reg 0x20: [io 0xf040-0xf05f] [ 1.847799] acpiphp: Slot [1] registered [ 1.851769] pci 0000:00:1c.0: PCI bridge to [bus 01] [ 1.852116] pci 0000:02:00.0: [1b21:1184] type 01 class 0x060400 [ 1.862108] pci 0000:02:00.0: enabling Extended Tags [ 1.867160] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold [ 1.872113] pci 0000:00:1c.4: PCI bridge to [bus 02-07] [ 1.877382] pci 0000:00:1c.4: bridge window [io 0xb000-0xefff] [ 1.882059] pci 0000:00:1c.4: bridge window [mem 0xf7800000-0xf7bfffff] [ 1.892059] pci 0000:00:1c.4: bridge window [mem 0xf0000000-0xf03fffff 64bit pref] [ 1.899902] pci 0000:03:01.0: [1b21:1184] type 01 class 0x060400 [ 1.902110] pci 0000:03:01.0: enabling Extended Tags [ 1.907166] pci 0000:03:01.0: PME# supported from D0 D3hot D3cold [ 1.912107] pci 0000:03:03.0: [1b21:1184] type 01 class 0x060400 [ 1.922110] pci 0000:03:03.0: enabling Extended Tags [ 1.927162] pci 0000:03:03.0: PME# supported from D0 D3hot D3cold [ 1.932104] pci 0000:03:05.0: [1b21:1184] type 01 class 0x060400 [ 1.938204] pci 0000:03:05.0: enabling Extended Tags [ 1.942105] pci 0000:03:05.0: PME# supported from D0 D3hot D3cold [ 1.952104] pci 0000:03:07.0: [1b21:1184] type 01 class 0x060400 [ 1.958203] pci 0000:03:07.0: enabling Extended Tags [ 1.962104] pci 0000:03:07.0: PME# supported from D0 D3hot D3cold [ 1.968296] pci 0000:02:00.0: PCI bridge to [bus 03-07] [ 1.972061] pci 0000:02:00.0: bridge window [io 0xb000-0xefff] [ 1.978197] pci 0000:02:00.0: bridge window [mem 0xf7800000-0xf7bfffff] [ 1.982061] pci 0000:02:00.0: bridge window [mem 0xf0000000-0xf03fffff 64bit pref] [ 1.992115] pci 0000:04:00.0: [10ec:8168] type 00 class 0x020000 [ 1.998195] pci 0000:04:00.0: reg 0x10: [io 0xe000-0xe0ff] [ 2.002100] pci 0000:04:00.0: reg 0x18: [mem 0xf7b00000-0xf7b00fff 64bit] [ 2.012083] pci 0000:04:00.0: reg 0x20: [mem 0xf0300000-0xf0303fff 64bit pref] [ 2.019475] pci 0000:04:00.0: supports D1 D2 [ 2.022056] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 2.032129] pci 0000:03:01.0: PCI bridge to [bus 04] [ 2.037138] pci 0000:03:01.0: bridge window [io 0xe000-0xefff] [ 2.042059] pci 0000:03:01.0: bridge window [mem 0xf7b00000-0xf7bfffff] [ 2.048891] pci 0000:03:01.0: bridge window [mem 0xf0300000-0xf03fffff 64bit pref] [ 2.052117] pci 0000:05:00.0: [10ec:8168] type 00 class 0x020000 [ 2.062088] pci 0000:05:00.0: reg 0x10: [io 0xd000-0xd0ff] [ 2.067742] pci 0000:05:00.0: reg 0x18: [mem 0xf7a00000-0xf7a00fff 64bit] [ 2.072083] pci 0000:05:00.0: reg 0x20: [mem 0xf0200000-0xf0203fff 64bit pref] [ 2.082178] pci 0000:05:00.0: supports D1 D2 [ 2.086489] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 2.092130] pci 0000:03:03.0: PCI bridge to [bus 05] [ 2.097140] pci 0000:03:03.0: bridge window [io 0xd000-0xdfff] [ 2.102059] pci 0000:03:03.0: bridge window [mem 0xf7a00000-0xf7afffff] [ 2.112061] pci 0000:03:03.0: bridge window [mem 0xf0200000-0xf02fffff 64bit pref] [ 2.119915] pci 0000:06:00.0: [10ec:8168] type 00 class 0x020000 [ 2.122088] pci 0000:06:00.0: reg 0x10: [io 0xc000-0xc0ff] [ 2.132100] pci 0000:06:00.0: reg 0x18: [mem 0xf7900000-0xf7900fff 64bit] [ 2.138953] pci 0000:06:00.0: reg 0x20: [mem 0xf0100000-0xf0103fff 64bit pref] [ 2.142176] pci 0000:06:00.0: supports D1 D2 [ 2.146486] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 2.152127] pci 0000:03:05.0: PCI bridge to [bus 06] [ 2.162061] pci 0000:03:05.0: bridge window [io 0xc000-0xcfff] [ 2.168196] pci 0000:03:05.0: bridge window [mem 0xf7900000-0xf79fffff] [ 2.172061] pci 0000:03:05.0: bridge window [mem 0xf0100000-0xf01fffff 64bit pref] [ 2.182118] pci 0000:07:00.0: [10ec:8168] type 00 class 0x020000 [ 2.188194] pci 0000:07:00.0: reg 0x10: [io 0xb000-0xb0ff] [ 2.192099] pci 0000:07:00.0: reg 0x18: [mem 0xf7800000-0xf7800fff 64bit] [ 2.202083] pci 0000:07:00.0: reg 0x20: [mem 0xf0000000-0xf0003fff 64bit pref] [ 2.209474] pci 0000:07:00.0: supports D1 D2 [ 2.212056] pci 0000:07:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 2.222127] pci 0000:03:07.0: PCI bridge to [bus 07] [ 2.227137] pci 0000:03:07.0: bridge window [io 0xb000-0xbfff] [ 2.232059] pci 0000:03:07.0: bridge window [mem 0xf7800000-0xf78fffff] [ 2.238888] pci 0000:03:07.0: bridge window [mem 0xf0000000-0xf00fffff 64bit pref] [ 2.242094] pci_bus 0000:00: on NUMA node 0 [ 2.242101] pci 0000:00:1c.0: Max Payload Size set to 128/ 128 (was 128), Max Read Rq 128 [ 2.252062] pci 0000:00:1c.4: Max Payload Size set to 128/ 128 (was 128), Max Read Rq 128 [ 2.262069] pci 0000:02:00.0: Max Payload Size set to 128/ 256 (was 128), Max Read Rq 128 [ 2.272069] pci 0000:03:01.0: Max Payload Size set to 128/ 256 (was 128), Max Read Rq 128 [ 2.282081] pci 0000:04:00.0: Max Payload Size set to 128/ 128 (was 128), Max Read Rq 128 [ 2.290579] pci 0000:03:03.0: Max Payload Size set to 128/ 256 (was 128), Max Read Rq 128 [ 2.292081] pci 0000:05:00.0: Max Payload Size set to 128/ 128 (was 128), Max Read Rq 128 [ 2.302070] pci 0000:03:05.0: Max Payload Size set to 128/ 256 (was 128), Max Read Rq 128 [ 2.312081] pci 0000:06:00.0: Max Payload Size set to 128/ 128 (was 128), Max Read Rq 128 [ 2.322069] pci 0000:03:07.0: Max Payload Size set to 128/ 256 (was 128), Max Read Rq 128 [ 2.332081] pci 0000:07:00.0: Max Payload Size set to 128/ 128 (was 128), Max Read Rq 128 [ 2.342530] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) [ 2.349477] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) [ 2.352084] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) [ 2.362085] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) [ 2.369028] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) 0, disabled. [ 2.372084] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) 0, disabled. [ 2.382083] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) [ 2.392083] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) [ 2.399254] SCSI subsystem initialized [ 2.402061] libata version 3.00 loaded. [ 2.402061] ACPI: bus type USB registered [ 2.402676] usbcore: registered new interface driver usbfs [ 2.412056] usbcore: registered new interface driver hub [ 2.414106] usbcore: registered new device driver usb [ 2.424652] PCI: Using ACPI for IRQ routing [ 2.424652] PCI: pci_cache_line_size set to 64 bytes [ 2.424652] e820: reserve RAM buffer [mem 0x00091800-0x0009ffff] [ 2.424652] e820: reserve RAM buffer [mem 0xd206c000-0xd3ffffff] [ 2.424652] e820: reserve RAM buffer [mem 0xd24a1000-0xd3ffffff] [ 2.424652] e820: reserve RAM buffer [mem 0xd7eeb000-0xd7ffffff] [ 2.424652] e820: reserve RAM buffer [mem 0xd8760000-0xdbffffff] [ 2.424652] e820: reserve RAM buffer [mem 0xd8fae000-0xdbffffff] [ 2.424652] e820: reserve RAM buffer [mem 0xda71c000-0xdbffffff] [ 2.424652] e820: reserve RAM buffer [mem 0xdbe12000-0xdbffffff] [ 2.424652] e820: reserve RAM buffer [mem 0x11ee00000-0x11fffffff] [ 2.428989] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0 [ 2.429687] hpet0: 8 comparators, 64-bit 14.318180 MHz counter [ 2.442056] clocksource: Switched to clocksource tsc-early [ 2.447649] pnp: PnP ACPI init [ 2.450803] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved [ 2.457462] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active) [ 2.457575] system 00:01: [io 0x0680-0x069f] has been reserved [ 2.463534] system 00:01: [io 0xffff] has been reserved [ 2.468885] system 00:01: [io 0xffff] has been reserved [ 2.474238] system 00:01: [io 0xffff] has been reserved [ 2.479589] system 00:01: [io 0x1c00-0x1cfe] has been reserved [ 2.485550] system 00:01: [io 0x1d00-0x1dfe] has been reserved [ 2.491509] system 00:01: [io 0x1e00-0x1efe] has been reserved [ 2.497470] system 00:01: [io 0x1f00-0x1ffe] has been reserved [ 2.503429] system 00:01: [io 0x1800-0x18fe] has been reserved [ 2.509388] system 00:01: [io 0x164e-0x164f] has been reserved [ 2.515349] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active) [ 2.515363] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active) [ 2.515393] system 00:03: [io 0x1854-0x1857] has been reserved [ 2.521356] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active) [ 2.521415] system 00:04: [io 0x0a00-0x0a0f] has been reserved [ 2.527379] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active) [ 2.527411] system 00:05: [io 0x04d0-0x04d1] has been reserved [ 2.533373] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active) [ 2.533695] pnp 00:06: [dma 0 disabled] [ 2.533720] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active) [ 2.533975] system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved [ 2.540630] system 00:07: [mem 0xfed10000-0xfed17fff] has been reserved [ 2.547284] system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved [ 2.553937] system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved [ 2.560589] system 00:07: [mem 0xf8000000-0xfbffffff] has been reserved [ 2.567243] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved [ 2.573898] system 00:07: [mem 0xfed90000-0xfed93fff] has been reserved [ 2.580549] system 00:07: [mem 0xfed45000-0xfed8ffff] has been reserved [ 2.587204] system 00:07: [mem 0xff000000-0xffffffff] has been reserved [ 2.593856] system 00:07: [mem 0xfee00000-0xfeefffff] could not be reserved [ 2.600856] system 00:07: [mem 0xf7fdf000-0xf7fdffff] has been reserved [ 2.607508] system 00:07: [mem 0xf7fe0000-0xf7feffff] has been reserved [ 2.614164] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active) [ 2.614300] pnp: PnP ACPI: found 8 devices [ 2.623596] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 2.632536] NET: Registered protocol family 2 [ 2.636983] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 2.644851] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear) [ 2.653434] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 2.661440] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear) [ 2.668882] TCP: Hash tables configured (established 32768 bind 32768) [ 2.675467] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear) [ 2.682218] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear) [ 2.689421] NET: Registered protocol family 1 [ 2.693833] pci 0000:00:1c.0: PCI bridge to [bus 01] [ 2.698847] pci 0000:03:01.0: PCI bridge to [bus 04] [ 2.703853] pci 0000:03:01.0: bridge window [io 0xe000-0xefff] [ 2.709989] pci 0000:03:01.0: bridge window [mem 0xf7b00000-0xf7bfffff] [ 2.716820] pci 0000:03:01.0: bridge window [mem 0xf0300000-0xf03fffff 64bit pref] [ 2.724615] pci 0000:03:03.0: PCI bridge to [bus 05] [ 2.729618] pci 0000:03:03.0: bridge window [io 0xd000-0xdfff] [ 2.735758] pci 0000:03:03.0: bridge window [mem 0xf7a00000-0xf7afffff] [ 2.742588] pci 0000:03:03.0: bridge window [mem 0xf0200000-0xf02fffff 64bit pref] [ 2.750385] pci 0000:03:05.0: PCI bridge to [bus 06] [ 2.755391] pci 0000:03:05.0: bridge window [io 0xc000-0xcfff] [ 2.761524] pci 0000:03:05.0: bridge window [mem 0xf7900000-0xf79fffff] [ 2.768355] pci 0000:03:05.0: bridge window [mem 0xf0100000-0xf01fffff 64bit pref] [ 2.776152] pci 0000:03:07.0: PCI bridge to [bus 07] [ 2.781158] pci 0000:03:07.0: bridge window [io 0xb000-0xbfff] [ 2.787294] pci 0000:03:07.0: bridge window [mem 0xf7800000-0xf78fffff] [ 2.794122] pci 0000:03:07.0: bridge window [mem 0xf0000000-0xf00fffff 64bit pref] [ 2.801918] pci 0000:02:00.0: PCI bridge to [bus 03-07] [ 2.807185] pci 0000:02:00.0: bridge window [io 0xb000-0xefff] [ 2.813319] pci 0000:02:00.0: bridge window [mem 0xf7800000-0xf7bfffff] [ 2.820147] pci 0000:02:00.0: bridge window [mem 0xf0000000-0xf03fffff 64bit pref] [ 2.827942] pci 0000:00:1c.4: PCI bridge to [bus 02-07] [ 2.833205] pci 0000:00:1c.4: bridge window [io 0xb000-0xefff] [ 2.839339] pci 0000:00:1c.4: bridge window [mem 0xf7800000-0xf7bfffff] [ 2.846168] pci 0000:00:1c.4: bridge window [mem 0xf0000000-0xf03fffff 64bit pref] [ 2.853964] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] [ 2.860180] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] [ 2.866400] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] [ 2.873309] pci_bus 0000:00: resource 7 [mem 0x000dc000-0x000dffff window] [ 2.880223] pci_bus 0000:00: resource 8 [mem 0x000e0000-0x000e3fff window] [ 2.887136] pci_bus 0000:00: resource 9 [mem 0x000e4000-0x000e7fff window] [ 2.894048] pci_bus 0000:00: resource 10 [mem 0xdf200000-0xfeafffff window] [ 2.901048] pci_bus 0000:02: resource 0 [io 0xb000-0xefff] [ 2.906661] pci_bus 0000:02: resource 1 [mem 0xf7800000-0xf7bfffff] [ 2.912967] pci_bus 0000:02: resource 2 [mem 0xf0000000-0xf03fffff 64bit pref] [ 2.920240] pci_bus 0000:03: resource 0 [io 0xb000-0xefff] [ 2.925854] pci_bus 0000:03: resource 1 [mem 0xf7800000-0xf7bfffff] [ 2.932159] pci_bus 0000:03: resource 2 [mem 0xf0000000-0xf03fffff 64bit pref] [ 2.939430] pci_bus 0000:04: resource 0 [io 0xe000-0xefff] [ 2.945040] pci_bus 0000:04: resource 1 [mem 0xf7b00000-0xf7bfffff] [ 2.951345] pci_bus 0000:04: resource 2 [mem 0xf0300000-0xf03fffff 64bit pref] [ 2.958618] pci_bus 0000:05: resource 0 [io 0xd000-0xdfff] [ 2.964230] pci_bus 0000:05: resource 1 [mem 0xf7a00000-0xf7afffff] [ 2.970536] pci_bus 0000:05: resource 2 [mem 0xf0200000-0xf02fffff 64bit pref] [ 2.977808] pci_bus 0000:06: resource 0 [io 0xc000-0xcfff] [ 2.983421] pci_bus 0000:06: resource 1 [mem 0xf7900000-0xf79fffff] [ 2.989725] pci_bus 0000:06: resource 2 [mem 0xf0100000-0xf01fffff 64bit pref] [ 2.996997] pci_bus 0000:07: resource 0 [io 0xb000-0xbfff] [ 3.002610] pci_bus 0000:07: resource 1 [mem 0xf7800000-0xf78fffff] [ 3.008916] pci_bus 0000:07: resource 2 [mem 0xf0000000-0xf00fffff 64bit pref] [ 3.016250] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 3.052122] pci 0000:00:1a.0: quirk_usb_early_handoff+0x0/0x5e0 took 25554 usecs [ 3.082120] pci 0000:00:1d.0: quirk_usb_early_handoff+0x0/0x5e0 took 22011 usecs [ 3.089601] PCI: CLS 64 bytes, default 64 [ 3.093675] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 3.100155] software IO TLB: mapped [mem 0x00000000d3eeb000-0x00000000d7eeb000] (64MB) [ 3.108162] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer [ 3.116130] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules [ 3.121913] RAPL PMU: hw unit of domain package 2^-14 Joules [ 3.127616] RAPL PMU: hw unit of domain dram 2^-14 Joules [ 3.133054] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules [ 3.139249] workingset: timestamp_bits=46 max_order=20 bucket_order=0 [ 3.146237] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 3.152193] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 3.160393] hv_vmbus: registering driver hv_pci [ 3.164970] hv_vmbus: registering driver hyperv_fb [ 3.169805] intel_idle: MWAIT substates: 0x42120 [ 3.169806] intel_idle: v0.5.1 model 0x3C [ 3.169902] intel_idle: Local APIC timer is reliable in all C-states [ 3.169989] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0 [ 3.178415] ACPI: Power Button [PWRB] [ 3.183598] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1 [ 3.191058] ACPI: Power Button [PWRF] [ 3.195008] ACPI: Invalid active0 threshold [ 3.199278] thermal LNXTHERM:00: registered as thermal_zone0 [ 3.204983] ACPI: Thermal Zone [TZ00] (28 C) [ 3.209418] thermal LNXTHERM:01: registered as thermal_zone1 [ 3.215121] ACPI: Thermal Zone [TZ01] (30 C) [ 3.219484] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled [ 3.225943] 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 3.233524] Non-volatile memory driver v1.3 [ 3.237798] Linux agpgart interface v0.103 [ 3.242077] pmd_set_huge: Cannot satisfy [mem 0xf7400000-0xf7600000] with a huge-page mapping due to MTRR override. [ 3.264066] [drm] Initialized i915 1.6.0 20200917 for 0000:00:02.0 on minor 0 [ 3.272327] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no) [ 3.279529] acpi device:5e: registered as cooling_device4 [ 3.285012] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input2 [ 3.294963] loop: module loaded [ 3.298167] Guest personality initialized and is inactive [ 3.303619] VMCI host device registered (name=vmci, major=10, minor=63) [ 3.309121] i915 0000:00:02.0: [drm] Cannot find any crtc or sizes [ 3.310271] Initialized host personality [ 3.310321] ACPI Warning: SystemIO range 0x0000000000001828-0x000000000000182F conflicts with OpRegion 0x0000000000001800-0x000000000000187F (\PMIO) (20200925/utaddress-213) [ 3.335984] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 3.346209] ACPI Warning: SystemIO range 0x0000000000001C40-0x0000000000001C4F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20200925/utaddress-213) [ 3.361648] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 3.371868] ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20200925/utaddress-213) [ 3.387394] ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20200925/utaddress-213) [ 3.402833] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 3.413052] ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20200925/utaddress-213) [ 3.428575] ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20200925/utaddress-213) [ 3.444009] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 3.454228] lpc_ich: Resource conflict(s) found affecting gpio_ich [ 3.460521] VMware PVSCSI driver - version 1.0.7.0-k [ 3.465533] hv_vmbus: registering driver hv_storvsc [ 3.470577] ahci 0000:00:1f.2: version 3.0 [ 3.470703] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x2 impl RAID mode [ 3.478852] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst [ 3.486766] scsi host0: ahci [ 3.489765] scsi host1: ahci [ 3.492832] scsi host2: ahci [ 3.495862] scsi host3: ahci [ 3.498800] i915 0000:00:02.0: [drm] Cannot find any crtc or sizes [ 3.498852] scsi host4: ahci [ 3.508108] scsi host5: ahci [ 3.509543] i915 0000:00:02.0: [drm] Cannot find any crtc or sizes [ 3.511095] ata1: DUMMY [ 3.519742] ata2: SATA max UDMA/133 abar m2048@0xf7c1a000 port 0xf7c1a180 irq 31 [ 3.527176] ata3: DUMMY [ 3.529659] ata4: DUMMY [ 3.532143] ata5: DUMMY [ 3.534627] ata6: DUMMY [ 3.537205] VMware vmxnet3 virtual NIC driver - version 1.5.0.0-k-NAPI [ 3.543772] hv_vmbus: registering driver hv_netvsc [ 3.548599] Fusion MPT base driver 3.04.20 [ 3.552730] Copyright (c) 1999-2008 LSI Corporation [ 3.557646] Fusion MPT SPI Host driver 3.04.20 [ 3.562131] Fusion MPT SAS Host driver 3.04.20 [ 3.566620] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.573182] ehci-pci: EHCI PCI platform driver [ 3.577745] ehci-pci 0000:00:1a.0: EHCI Host Controller [ 3.583012] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1 [ 3.590451] ehci-pci 0000:00:1a.0: debug port 2 [ 3.598902] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported [ 3.605731] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7c1c000 [ 3.632136] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00 [ 3.638014] hub 1-0:1.0: USB hub found [ 3.641804] hub 1-0:1.0: 2 ports detected [ 3.646056] ehci-pci 0000:00:1d.0: EHCI Host Controller [ 3.651318] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2 [ 3.658759] ehci-pci 0000:00:1d.0: debug port 2 [ 3.667229] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported [ 3.674063] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7c1b000 [ 3.702127] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00 [ 3.708006] hub 2-0:1.0: USB hub found [ 3.711795] hub 2-0:1.0: 2 ports detected [ 3.715967] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.722189] ohci-pci: OHCI PCI platform driver [ 3.726678] uhci_hcd: USB Universal Host Controller Interface driver [ 3.733160] xhci_hcd 0000:00:14.0: xHCI Host Controller [ 3.738422] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3 [ 3.746909] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810 [ 3.756081] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported [ 3.763052] hub 3-0:1.0: USB hub found [ 3.766854] hub 3-0:1.0: 15 ports detected [ 3.772524] xhci_hcd 0000:00:14.0: xHCI Host Controller [ 3.777787] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4 [ 3.785220] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed [ 3.791584] hub 4-0:1.0: USB hub found [ 3.795386] hub 4-0:1.0: 6 ports detected [ 3.799777] usbcore: registered new interface driver usb-storage [ 3.805838] i8042: PNP: No PS/2 controller found. [ 3.810581] hv_vmbus: registering driver hyperv_keyboard [ 3.815952] rtc_cmos 00:02: RTC can wake from S4 [ 3.820762] rtc_cmos 00:02: registered as rtc0 [ 3.825291] rtc_cmos 00:02: setting system clock to 2021-06-18T15:44:57 UTC (1624031097) [ 3.833419] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs [ 3.841304] intel_pstate: Intel P-state driver initializing [ 3.847038] sdhci: Secure Digital Host Controller Interface driver [ 3.853306] sdhci: Copyright(c) Pierre Ossman [ 3.857888] hid: raw HID events driver (C) Jiri Kosina [ 3.863071] hv_vmbus: registering driver hid_hyperv [ 3.863463] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 3.867992] usbcore: registered new interface driver usbhid [ 3.879808] usbhid: USB HID core driver [ 3.883684] hv_utils: Registering HyperV Utility Driver [ 3.888946] hv_vmbus: registering driver hv_utils [ 3.893684] hv_vmbus: registering driver hv_balloon [ 3.898679] NET: Registered protocol family 10 [ 3.903492] Segment Routing with IPv6 [ 3.907273] NET: Registered protocol family 17 [ 3.911798] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 3.924865] 8021q: 802.1Q VLAN Support v1.8 [ 3.929088] ata2.00: ATA-8: WDC WD2500BEVT-75ZCT2, 11.01A11, max UDMA/133 [ 3.929105] NET: Registered protocol family 40 [ 3.932338] usb 1-1: new high-speed USB device number 2 using ehci-pci [ 3.935914] ata2.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 32), AA [ 3.953952] microcode: sig=0x306c3, pf=0x2, revision=0x16 [ 3.956735] ata2.00: configured for UDMA/133 [ 3.963708] microcode: Microcode Update Driver: v2.2. [ 3.963711] IPI shorthand broadcast: enabled [ 3.963764] scsi 1:0:0:0: Direct-Access ATA WDC WD2500BEVT-7 1A11 PQ: 0 ANSI: 5 [ 3.968798] AVX2 version of gcm_enc/dec engaged. [ 3.973239] sd 1:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/233 GiB) [ 3.981233] AES CTR mode by8 optimization enabled [ 3.985914] sd 1:0:0:0: [sda] Write Protect is off [ 3.993705] sched_clock: Marking stable (3080306719, 913395877)->(4012509289, -18806693) [ 3.998153] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 4.002090] usb 2-1: new high-speed USB device number 2 using ehci-pci [ 4.017715] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 4.073071] sda: sda1 sda2 sda3 sda128 [ 4.077142] sd 1:0:0:0: [sda] Attached SCSI disk [ 4.132163] VFS: Mounted root (squashfs filesystem) readonly on device 8:2. [ 4.132830] hub 1-1:1.0: USB hub found [ 4.142077] tsc: Refined TSC clocksource calibration: 3591.684 MHz [ 4.143097] hub 1-1:1.0: 6 ports detected [ 4.149208] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x33c5a352758, max_idle_ns: 440795217409 ns [ 4.153518] Freeing unused kernel image (initmem) memory: 1128K [ 4.169320] clocksource: Switched to clocksource tsc [ 4.212850] hub 2-1:1.0: USB hub found [ 4.216738] hub 2-1:1.0: 8 ports detected [ 4.262133] Write protecting the kernel read-only data: 18432k [ 4.269226] Freeing unused kernel image (text/rodata gap) memory: 2044K [ 4.276206] Freeing unused kernel image (rodata/data gap) memory: 940K [ 4.282825] Run /sbin/init as init process [ 4.286964] with arguments: [ 4.286965] /sbin/init [ 4.286966] with environment: [ 4.286967] HOME=/ [ 4.286968] TERM=linux [ 4.286968] BOOT_IMAGE=/boot/vmlinuz [ 4.414121] init: Console is alive [ 4.930756] kmodloader: loading kernel modules from /etc/modules-boot.d/ [ 4.953994] random: fast init done [ 4.974439] Key type encrypted registered [ 4.980138] pps_core: LinuxPPS API ver. 1 registered [ 4.985200] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it [ 4.994562] PTP clock support registered [ 4.998673] Button Hotplug driver version 0.4.1 [ 5.003727] raid6: skip pq benchmark and using algorithm avx2x4 [ 5.009682] raid6: using avx2x2 recovery algorithm [ 5.014646] xor: automatically using best checksumming function avx
[ 5.037567] Btrfs loaded, crc32c=crc32c-generic [ 5.042733] sdhci-pltfm: SDHCI platform and OF driver helper [ 5.048697] usbcore: registered new interface driver uas [ 5.054144] kmodloader: done loading kernel modules from /etc/modules-boot.d/
[ 5.062571] init: - preinit - [ 5.269554] random: jshn: uninitialized urandom read (4 bytes read) [ 5.279469] random: jshn: uninitialized urandom read (4 bytes read) [ 5.287101] random: jshn: uninitialized urandom read (4 bytes read) [ 9.319730] urandom_read: 4 callbacks suppressed [ 9.319731] random: jshn: uninitialized urandom read (4 bytes read) [ 9.402000] mount_root: loading kmods from internal overlay [ 9.413766] kmodloader: loading kernel modules from //etc/modules-boot.d/ [ 9.421565] kmodloader: done loading kernel modules from //etc/modules-boot.d/ [ 9.618652] block: attempting to load /etc/config/fstab [ 9.623973] block: unable to load configuration (fstab: Entry not found) [ 9.630738] block: no usable configuration [ 9.657674] random: procd: uninitialized urandom read (4 bytes read) [ 9.865298] F2FS-fs (loop0): Mounted with checkpoint version = 30185d9b [ 9.872486] mount_root: loading kmods from internal overlay [ 9.882001] kmodloader: loading kernel modules from /tmp/overlay/upper/etc/modules-boot.d/ [ 9.890549] kmodloader: done loading kernel modules from /tmp/overlay/upper/etc/modules-boot.d/ [ 9.930088] block: attempting to load /etc/config/fstab [ 9.935431] block: unable to load configuration (fstab: Entry not found) [ 9.942204] block: no usable configuration [ 9.946624] mount_root: switching to f2fs overlay [ 9.954515] overlayfs: "xino" feature enabled using 32 upper inode bits. [ 10.054092] urandom-seed: Seeding with /etc/urandom.seed [ 10.618433] procd: - early - [ 10.750012] random: jshn: uninitialized urandom read (4 bytes read) [ 11.194201] procd: - ubus - [ 11.252792] procd: - init - [ 11.304290] urngd: v1.0.2 started. [ 11.310434] kmodloader: loading kernel modules from /etc/modules.d/ [ 11.314919] random: crng init done [ 11.338935] NET: Registered protocol family 38 [ 11.348316] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com [ 11.357704] Key type dns_resolver registered [ 11.363978] RPC: Registered named UNIX socket transport module. [ 11.369938] RPC: Registered udp transport module. [ 11.374684] RPC: Registered tcp transport module. [ 11.379431] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 11.386662] NET: Registered protocol family 15 [ 11.391451] Initializing XFRM netlink socket [ 11.396040] tun: Universal TUN/TAP device driver, 1.6 [ 11.404650] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver [ 11.411822] e1000: Intel(R) PRO/1000 Network Driver [ 11.416743] e1000: Copyright (c) 1999-2006 Intel Corporation. [ 11.423062] igb: Intel(R) Gigabit Ethernet Network Driver [ 11.428499] igb: Copyright (c) 2007-2014 Intel Corporation. [ 11.434334] igbvf: Intel(R) Gigabit Virtual Function Network Driver [ 11.440633] igbvf: Copyright (c) 2009 - 2012 Intel Corporation. [ 11.447185] ixgbe: Intel(R) 10 Gigabit PCI Express Network Driver [ 11.453316] ixgbe: Copyright (c) 1999-2016 Intel Corporation. [ 11.459724] ixgbevf: Intel(R) 10 Gigabit PCI Express Virtual Function Network Driver [ 11.467583] ixgbevf: Copyright (c) 2009 - 2018 Intel Corporation. [ 11.477382] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [ 11.484604] NFS: Registering the id_resolver key type [ 11.489699] Key type id_resolver registered [ 11.493925] Key type id_legacy registered [ 11.503607] cryptodev: driver 1.11 loaded. [ 11.508228] i2c /dev entries driver [ 11.512514] GACT probability on [ 11.515831] Mirror/redirect action on [ 11.520446] u32 classifier [ 11.523217] input device check on [ 11.526914] Actions configured [ 11.531687] fuse: init (API version 7.32) [ 11.536267] 8139too: 8139too Fast Ethernet driver 0.9.28 [ 11.543257] Bridge firewalling registered [ 11.547471] Loading modules backported from Linux version v5.10.42-0-g65859eca4dff [ 11.555079] Backport generated by backports.git v5.10.42-1-0-gbee5c545 [ 11.562478] e1000e: Intel(R) PRO/1000 Network Driver [ 11.567480] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. [ 11.574374] i40e: Intel(R) Ethernet Connection XL710 Network Driver [ 11.580677] i40e: Copyright (c) 2013 - 2019 Intel Corporation. [ 11.587246] Intel(R) 2.5G Ethernet Linux Driver [ 11.591819] Copyright(c) 2018 Intel Corporation. [ 11.617984] ntfs3: Index binary search [ 11.621775] ntfs3: Hot fix free clusters [ 11.625739] ntfs3: Max link count 1024 [ 11.629525] ntfs3: Activated 32 bits per cluster [ 11.635217] usbcore: registered new interface driver r8152 [ 11.641335] r8168 Gigabit Ethernet driver 8.048.03-NAPI loaded [ 11.668967] r8168: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625. [ 11.680407] r8168 Copyright (C) 2020 Realtek NIC software team nicfae@realtek.com [ 11.680407] This program comes with ABSOLUTELY NO WARRANTY; for details, please see http://www.gnu.org/licenses/. [ 11.680407] This is free software, and you are welcome to redistribute it under certain conditions; see http://www.gnu.org/licenses/. [ 11.711271] r8168 Gigabit Ethernet driver 8.048.03-NAPI loaded [ 11.738817] r8168: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625. [ 11.750249] r8168 Copyright (C) 2020 Realtek NIC software team nicfae@realtek.com [ 11.750249] This program comes with ABSOLUTELY NO WARRANTY; for details, please see http://www.gnu.org/licenses/. [ 11.750249] This is free software, and you are welcome to redistribute it under certain conditions; see http://www.gnu.org/licenses/. [ 11.781116] r8168 Gigabit Ethernet driver 8.048.03-NAPI loaded [ 11.808910] r8168: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625. [ 11.820343] r8168 Copyright (C) 2020 Realtek NIC software team nicfae@realtek.com [ 11.820343] This program comes with ABSOLUTELY NO WARRANTY; for details, please see http://www.gnu.org/licenses/. [ 11.820343] This is free software, and you are welcome to redistribute it under certain conditions; see http://www.gnu.org/licenses/. [ 11.851211] r8168 Gigabit Ethernet driver 8.048.03-NAPI loaded [ 11.878753] r8168: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625. [ 11.890185] r8168 Copyright (C) 2020 Realtek NIC software team nicfae@realtek.com [ 11.890185] This program comes with ABSOLUTELY NO WARRANTY; for details, please see http://www.gnu.org/licenses/. [ 11.890185] This is free software, and you are welcome to redistribute it under certain conditions; see http://www.gnu.org/licenses/. [ 11.921284] usbcore: registered new interface driver rtl8150 [ 11.928384] usbcore: registered new interface driver ums-alauda [ 11.934507] usbcore: registered new interface driver ums-cypress [ 11.940676] usbcore: registered new interface driver ums-datafab [ 11.946864] usbcore: registered new interface driver ums-freecom [ 11.953030] usbcore: registered new interface driver ums-isd200 [ 11.959112] usbcore: registered new interface driver ums-jumpshot [ 11.965368] usbcore: registered new interface driver ums-karma [ 11.971373] usbcore: registered new interface driver ums-sddr09 [ 11.977463] usbcore: registered new interface driver ums-sddr55 [ 11.983552] usbcore: registered new interface driver ums-usbat [ 11.989589] usbcore: registered new interface driver usblp [ 11.999970] xt_time: kernel timezone is -0000 [ 12.005403] usbcore: registered new interface driver asix [ 12.011089] usbcore: registered new interface driver ax88179_178a [ 12.024277] PPP generic driver version 2.4.2 [ 12.028733] PPP MPPE Compression module registered [ 12.033837] NET: Registered protocol family 24 [ 12.045432] usbcore: registered new interface driver rt2800usb [ 12.052111] usbcore: registered new interface driver ath9k_htc [ 12.058574] kmodloader: done loading kernel modules from /etc/modules.d/ [ 14.853678] eth0: 0xffffc9000004d000, 1c:fd:08:70:16:8c, IRQ 33 [ 14.932237] br-lan: port 1(eth0) entered blocking state [ 14.937502] br-lan: port 1(eth0) entered disabled state [ 14.942846] device eth0 entered promiscuous mode [ 14.948631] eth2: 0xffffc9000005d000, 1c:fd:08:70:16:8e, IRQ 35 [ 15.045365] br-lan: port 2(eth2) entered blocking state [ 15.050666] br-lan: port 2(eth2) entered disabled state [ 15.056037] device eth2 entered promiscuous mode [ 15.061103] eth3: 0xffffc90000075000, 1c:fd:08:70:16:8f, IRQ 36 [ 15.139558] br-lan: port 3(eth3) entered blocking state [ 15.144835] br-lan: port 3(eth3) entered disabled state [ 15.150137] device eth3 entered promiscuous mode [ 15.155485] eth1: 0xffffc90000055000, 1c:fd:08:70:16:8d, IRQ 34 [ 18.077258] r8168: eth0: link up [ 18.081398] br-lan: port 1(eth0) entered blocking state [ 18.086704] br-lan: port 1(eth0) entered forwarding state [ 18.092365] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready [ 18.397245] r8168: eth1: link up [ 18.400648] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready [ 19.277249] r8168: eth3: link up [ 19.281610] br-lan: port 3(eth3) entered blocking state [ 19.286933] br-lan: port 3(eth3) entered forwarding state [ 23.924884] device br-lan entered promiscuous mode [ 28.682882] overlayfs: filesystem on '/opt/docker/check-overlayfs-support190071600/upper' not supported as upperdir [ 28.704271] overlayfs: filesystem on '/opt/docker/check-overlayfs-support062936271/upper' not supported as upperdir [ 38.305574] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory [ 38.313514] NFSD: Using legacy client tracking operations. [ 38.319170] NFSD: starting 10-second grace period (net f0000097) [ 41.003150] squashfs: Unknown parameter 'discard' [ 41.008088] F2FS-fs (sda128): Magic Mismatch, valid(0xf2f52010) - read(0xd44d89e4) [ 41.015733] F2FS-fs (sda128): Can't find valid F2FS filesystem in 1th superblock [ 41.023330] F2FS-fs (sda128): Magic Mismatch, valid(0xf2f52010) - read(0x80a345bd) [ 41.030939] F2FS-fs (sda128): Can't find valid F2FS filesystem in 2th superblock [ 41.039053] exFAT-fs (sda128): mounting with "discard" option, but the device does not support discard [ 41.048545] exFAT-fs (sda128): invalid boot record signature [ 41.054245] exFAT-fs (sda128): failed to read boot sector [ 41.059676] exFAT-fs (sda128): failed to recognize exfat type [ 41.065713] fuseblk: Unknown parameter 'discard'

coolsnowwolf commented 3 years ago

不是这么玩的,直接luci里面挂为 /overlay 就行,脱裤子放屁