[问题简述] 使用anolis-8.8-aarch64-minimal.iso镜像,通过xml启动虚拟机,系统安装启动成功后dmesg warn提示 mpam: No MSC devices found in firmware min iso:https://mirrors.openanolis.cn/anolis/8.8/isos/BETA/aarch64/anolis-8.8-aarch64-minimal.iso [dmesg完整信息] [root@8 ~]# cat /etc/hostname 8.8-min-033 [root@8 ~]# cat /etc/anolis-release Anolis OS release 8.8 [root@8 ~]# hostname -I 192.168.122.254 [root@8 ~]# uname -r 5.10.134-13_rc1.an8.aarch64 [root@8 ~]# dmesg -l err -T [Fri Dec 16 19:34:31 2022] mpam: No MSC devices found in firmware [Fri Dec 16 19:34:35 2022] SDEI NMI watchdog: Disable SDEI NMI Watchdog in VM [Fri Dec 16 19:34:35 2022] integrity: Unable to open file: /etc/keys/x509_ima.der (-2) [Fri Dec 16 19:34:35 2022] integrity: Unable to open file: /etc/keys/x509_evm.der (-2) [Fri Dec 16 19:34:37 2022] SELinux: Runtime disable is deprecated, use selinux=0 on the kernel cmdline. [root@8 ~]# dmesg -l warn -T [Fri Dec 16 19:34:31 2022] KASLR disabled due to lack of seed [Fri Dec 16 19:34:35 2022] cacheinfo: Unable to detect cache hierarchy for CPU 0 [Fri Dec 16 19:34:36 2022] sr 0:0:0:1: Power-on or device reset occurred [Fri Dec 16 19:34:37 2022] printk: systemd: 26 output lines suppressed due to ratelimiting [Fri Dec 16 19:34:37 2022] xfs filesystem being remounted at / supports timestamps until 2038 (0x7fffffff) [Fri Dec 16 19:34:37 2022] xfs filesystem being mounted at /boot supports timestamps until 2038 (0x7fffffff) [iso装机配置项] 语言 引导 内核 软件选择 中文 Insatll Anolis os 8 5.10.134 定制操作系统(右侧无勾选)
anolis-8.8-aarch64-dvd.iso也存在该问题 --- iso装机配置 ----------------- arch: aarch64 语言:英文 内核:5.10.134 ANCK 软件选择:定制操作系统 (右侧全不勾) ----- 异常dmesg信息------- [root@anolis8 ~]# dmesg -l err -T [Sun Dec 18 08:31:18 2022] mpam: No MSC devices found in firmware [Sun Dec 18 08:31:22 2022] SDEI NMI watchdog: Disable SDEI NMI Watchdog in VM [Sun Dec 18 08:31:22 2022] integrity: Unable to open file: /etc/keys/x509_ima.der (-2) [Sun Dec 18 08:31:22 2022] integrity: Unable to open file: /etc/keys/x509_evm.der (-2) [Sun Dec 18 08:31:24 2022] SELinux: Runtime disable is deprecated, use selinux=0 on the kernel cmdline. [root@anolis8 ~]# dmesg -l warn -T [Sun Dec 18 08:31:18 2022] KASLR disabled due to lack of seed [Sun Dec 18 08:31:22 2022] cacheinfo: Unable to detect cache hierarchy for CPU 0 [Sun Dec 18 08:31:23 2022] sr 0:0:0:1: Power-on or device reset occurred [Sun Dec 18 08:31:24 2022] printk: systemd: 22 output lines suppressed due to ratelimiting [Sun Dec 18 08:31:24 2022] xfs filesystem being remounted at / supports timestamps until 2038 (0x7fffffff) [Sun Dec 18 08:31:24 2022] xfs filesystem being mounted at /boot supports timestamps until 2038 (0x7fffffff) [root@anolis8 ~]# uname -r 5.10.134-13_rc1.an8.aarch64 [root@anolis8 ~]# cat /etc/anolis-release Anolis OS release 8.8 [root@anolis8 ~]# hostname -I 192.168.122.43 [root@anolis8 ~]#
(In reply to anolislw from comment #1) > anolis-8.8-aarch64-dvd.iso也存在该问题 > --- iso装机配置 ----------------- > arch: aarch64 > 语言:英文 > 内核:5.10.134 ANCK > 软件选择:定制操作系统 (右侧全不勾) > > > ----- 异常dmesg信息------- > [root@anolis8 ~]# dmesg -l err -T > [Sun Dec 18 08:31:18 2022] mpam: No MSC devices found in firmware > [Sun Dec 18 08:31:22 2022] SDEI NMI watchdog: Disable SDEI NMI Watchdog in VM > [Sun Dec 18 08:31:22 2022] integrity: Unable to open file: > /etc/keys/x509_ima.der (-2) > [Sun Dec 18 08:31:22 2022] integrity: Unable to open file: > /etc/keys/x509_evm.der (-2) > [Sun Dec 18 08:31:24 2022] SELinux: Runtime disable is deprecated, use > selinux=0 on the kernel cmdline. > [root@anolis8 ~]# dmesg -l warn -T > [Sun Dec 18 08:31:18 2022] KASLR disabled due to lack of seed > [Sun Dec 18 08:31:22 2022] cacheinfo: Unable to detect cache hierarchy for > CPU 0 > [Sun Dec 18 08:31:23 2022] sr 0:0:0:1: Power-on or device reset occurred > [Sun Dec 18 08:31:24 2022] printk: systemd: 22 output lines suppressed due > to ratelimiting > [Sun Dec 18 08:31:24 2022] xfs filesystem being remounted at / supports > timestamps until 2038 (0x7fffffff) > [Sun Dec 18 08:31:24 2022] xfs filesystem being mounted at /boot supports > timestamps until 2038 (0x7fffffff) > [root@anolis8 ~]# uname -r > 5.10.134-13_rc1.an8.aarch64 > [root@anolis8 ~]# cat /etc/anolis-release > Anolis OS release 8.8 > [root@anolis8 ~]# hostname -I > 192.168.122.43 > [root@anolis8 ~]# ---------------------------------------- 其中的SDEI NMI watchdog: Disable SDEI NMI Watchdog in VM也重点帮忙看下
arm64中qemu vm运行在el1,当前不支持设置sdei nmi watchdog,bydesign
5.10.134-12.2_pgo倚天专项aarch64测试中,环境中dmesg也存在SDEI NMI watchdog: Disable SDEI NMI Watchdog in VM ------- 详细dmesg如下------------- [root@iZ2ze0x6lkpz24q67ji87eZ ~]# dmesg -l err -T [Fri Dec 23 17:04:14 2022] SDEI NMI watchdog: Disable SDEI NMI Watchdog in VM [Fri Dec 23 17:04:14 2022] integrity: Unable to open file: /etc/keys/x509_ima.der (-2) [Fri Dec 23 17:04:14 2022] integrity: Unable to open file: /etc/keys/x509_evm.der (-2) [Fri Dec 23 17:04:15 2022] SELinux: Runtime disable is deprecated, use selinux=0 on the kernel cmdline. [root@iZ2ze0x6lkpz24q67ji87eZ ~]# dmesg -l warn -T [Fri Dec 23 17:04:10 2022] KASLR disabled due to lack of seed [Fri Dec 23 17:04:15 2022] printk: systemd: 22 output lines suppressed due to ratelimiting [Fri Dec 23 17:04:19 2022] NFSD: Using nfsdcld client tracking operations. [root@iZ2ze0x6lkpz24q67ji87eZ ~]# arch aarch64 -------- 测试机环境信息如下----------- [root@iZ2ze0x6lkpz24q67ji87eZ ~]# uname -r 5.10.134-12.2_pgo.al8.aarch64 [root@iZ2ze0x6lkpz24q67ji87eZ ~]# cat /etc/anolis-release Alibaba Cloud Linux release 3 (Soaring Falcon) [root@iZ2ze0x6lkpz24q67ji87eZ ~]# cat /proc/cmdline BOOT_IMAGE=(hd0,gpt2)/boot/vmlinuz-5.10.134-12.2_pgo.al8.aarch64 root=UUID=12e59230-e6e9-437e-b092-51749af8ed52 ro crashkernel=0M-2G:0M,2G-8G:192M,8G-128G:256M,128G-:384M cryptomgr.notests cgroup.memory=nokmem rcupdate.rcu_cpu_stall_timeout=300 vring_force_dma_api rhgb iommu.passthrough=1 iommu.strict=0 quiet console=tty0 biosdevname=0 net.ifnames=0 console=ttyAMA0,115200n8 noibrs nvme_core.io_timeout=4294967295 nvme_core.admin_timeout=4294967295 [root@iZ2ze0x6lkpz24q67ji87eZ ~]# lscpu Architecture: aarch64 Byte Order: Little Endian CPU(s): 8 On-line CPU(s) list: 0-7 Thread(s) per core: 1 Core(s) per socket: 8 Socket(s): 1 NUMA node(s): 1 Vendor ID: ARM BIOS Vendor ID: Alibaba Cloud Model: 0 BIOS Model name: virt-rhel7.6.0 Stepping: r0p0 CPU max MHz: 2750.0000 CPU min MHz: 2750.0000 BogoMIPS: 100.00 L1d cache: 64K L1i cache: 64K L2 cache: 1024K L3 cache: 65536K NUMA node0 CPU(s): 0-7 Flags: fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm jscvt fcma lrcpc dcpop sha3 sm3 sm4 asimddp sha512 sve asimdfhm dit uscat ilrcpc flagm ssbs sb dcpodp sve2 sveaes svepmull svebitperm svesha3 svesm4 flagm2 frint svei8mm svebf16 i8mm bf16 dgh [root@iZ2ze0x6lkpz24q67ji87eZ ~]# hostname -I 172.16.9.15 [root@iZ2ze0x6lkpz24q67ji87eZ ~]#
S2500 飞腾物理机dmesg存在同样的报错,具体日志如下: [root@localhost crash]# dmesg -l err -T [Mon Dec 26 16:12:34 2022] SDEI NMI watchdog: Bind interrupt failed. Firmware may not support SDEI ! [Mon Dec 26 16:12:34 2022] integrity: Unable to open file: /etc/keys/x509_ima.der (-2) [Mon Dec 26 16:12:34 2022] integrity: Unable to open file: /etc/keys/x509_evm.der (-2) [Mon Dec 26 16:12:43 2022] SELinux: Runtime disable is deprecated, use selinux=0 on the kernel cmdline. [root@localhost crash]# dmesg -l warn -T [Mon Dec 26 16:12:30 2022] arm-pv: Failed to support SMCCC 1.1+ [Mon Dec 26 16:12:30 2022] LOGIC PIO: Requested IO range too big, new size set to 64K [Mon Dec 26 16:12:43 2022] printk: systemd: 10 output lines suppressed due to ratelimiting [Mon Dec 26 16:12:44 2022] xfs filesystem being remounted at / supports timestamps until 2038 (0x7fffffff) [Mon Dec 26 16:12:44 2022] xfs filesystem being mounted at /boot supports timestamps until 2038 (0x7fffffff) [Mon Dec 26 16:12:45 2022] ipmi_si IPI0001:00: The BMC does not support clearing the recv irq bit, compensating, but theBMC needs to be fixed. [Mon Dec 26 16:12:45 2022] ipmi_si IPI0001:00: Error clearing flags: c1 [Mon Dec 26 16:12:45 2022] xfs filesystem being mounted at /home supports timestamps until 2038 (0x7fffffff) [root@localhost crash]# cat /etc/os-release NAME="Anolis OS" VERSION="8.8" ID="anolis" ID_LIKE="rhel fedora centos" VERSION_ID="8.8" PLATFORM_ID="platform:an8" PRETTY_NAME="Anolis OS 8.8" ANSI_COLOR="0;31" HOME_URL="https://openanolis.cn/" [root@localhost crash]# uname -r 5.10.134-13_rc2.al8.aarch64 [root@localhost crash]# free -h total used free shared buff/cache available Mem: 502Gi 2.0Gi 499Gi 9.0Mi 299Mi 498Gi Swap: 4.0Gi 0B 4.0Gi [root@localhost crash]# lscpu Architecture: aarch64 Byte Order: Little Endian CPU(s): 128 On-line CPU(s) list: 0-127 Thread(s) per core: 1 Core(s) per socket: 64 Socket(s): 2 NUMA node(s): 16 Vendor ID: 0x70 BIOS Vendor ID: Phytium Model: 3 BIOS Model name: S2500 Stepping: 0x1 BogoMIPS: 100.00 L1d cache: 32K L1i cache: 32K L2 cache: 2048K L3 cache: 8192K NUMA node0 CPU(s): 0-7 NUMA node1 CPU(s): 8-15 NUMA node2 CPU(s): 16-23 NUMA node3 CPU(s): 24-31 NUMA node4 CPU(s): 32-39 NUMA node5 CPU(s): 40-47 NUMA node6 CPU(s): 48-55 NUMA node7 CPU(s): 56-63 NUMA node8 CPU(s): 64-71 NUMA node9 CPU(s): 72-79 NUMA node10 CPU(s): 80-87 NUMA node11 CPU(s): 88-95 NUMA node12 CPU(s): 96-103 NUMA node13 CPU(s): 104-111 NUMA node14 CPU(s): 112-119 NUMA node15 CPU(s): 120-127 Flags: fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid