Package: installation-reports Severity: minor Tags: d-i X-Debbugs-Cc: [email protected]
Boot method: CD Image version: debian-bullseye-DI-rc2-amd64-netinst.iso Date: 2021-06-21 20:00 CEST Machine: KVM VM Partitions: <df -Tl will do; the raw partition table is preferred> root@debian:~# df -Tl Filesystem Type 1K-blocks Used Available Use% Mounted on udev devtmpfs 483524 0 483524 0% /dev tmpfs tmpfs 99964 580 99384 1% /run /dev/vda1 ext4 15405420 1140920 13460148 8% / tmpfs tmpfs 499804 0 499804 0% /dev/shm tmpfs tmpfs 5120 0 5120 0% /run/lock tmpfs tmpfs 99960 0 99960 0% /run/user/1000 root@debian:~# Base System Installation Checklist: [O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it Initial boot: [O ] Detect network card: [O ] Configure network: [O ] Detect media: [O ] Load installer modules: [O ] Clock/timezone setup: [O ] User/password setup: [O ] Detect hard drives: [O ] Partition hard drives: [E ] Install base system: [O ] Install tasks: [O ] Install boot loader: [O ] Overall install: [O ] Comments/Problems: This was a preseeded install to demonstrate an issue with preseeding. The test VM has TWO virtio hard disks and the virtual CD drive the machine was booted from. The preseed file was manually given on the installer command line as preseed/url=http://... and did NOT contain a "d-i partman-auto/disk" setting. The installation guide for buster says in chapter B.4 "Partitioning": # Alternatively, you may specify a disk to partition. If the system has only # one disk the installer will default to using that, but otherwise the device # name must be given in traditional, non-devfs format (so e.g. /dev/sda # and not e.g. /dev/discs/disc0/disc). # For example, to use the first SCSI/SATA hard disk: #d-i partman-auto/disk string /dev/sda The buster installer and also the bullseye installer that is the subject of this report behave as documented and stop at the partitioning stage and explicitly ask the user for the partitioning method and the disk to install. It is necessary to set d-i partman-auto/disk string /dev/vda to get a truly non-interactive install. Also, removing the second virtio hard disk makes the install go through non-interactively without d-i partman-auto/disk being set. This is 100 % as documented. The issue I would like you to consider is the case when the Installer is booted from an USB stick (which doesn't work for a VM, hence this bug report with the second hard disk to demonstrate). The USB stick gets assigned /dev/sdb and triggers the issue as described here. It is thus not possible to have a truly non-interactive install booted from an USB stick wihtout explicitly specifying whether to install to /dev/sda. This, however, makes it harder to test such installer images in VMs because in a VM, the disk is /dev/vda and not /dev/sda, causing an installation abort because the disk is not found. I think this can possible be solved by expanding the partman-auto/disk option to take a list of devices, like "/dev/sda /dev/vda", installing to the first device that is actually found on the system. Or a new partman-auto preseed option could be invented to blindly install to the first disk found regardless of whether it's the only disk or not. Special-casing the medium from which the system was booted is probably not a good idea because there are usecases where I actually boot the installer from the target disk. I am open for discussions about how to address this. For the time being, I can live with the nuisance of having two different images for VM and bare metal installs. If there is an easier way, please tell me. Greetings Marc -- Package-specific info: ============================================== Installer lsb-release: ============================================== DISTRIB_ID=Debian DISTRIB_DESCRIPTION="Debian GNU/Linux installer" DISTRIB_RELEASE="11 (bullseye) - installer build 20210606" X_INSTALLATION_MEDIUM=cdrom ============================================== Installer hardware-summary: ============================================== uname -a: Linux debian 5.10.0-7-amd64 #1 SMP Debian 5.10.40-1 (2021-05-28) x86_64 GNU/Linux lspci -knn: 00:00.0 Host bridge [0600]: Intel Corporation 82G33/G31/P35/P31 Express DRAM Controller [8086:29c0] lspci -knn: Subsystem: Red Hat, Inc. QEMU Virtual Machine [1af4:1100] lspci -knn: 00:01.0 VGA compatible controller [0300]: Red Hat, Inc. QXL paravirtual graphic card [1b36:0100] (rev 05) lspci -knn: Subsystem: Red Hat, Inc. QEMU Virtual Machine [1af4:1100] lspci -knn: 00:02.0 PCI bridge [0604]: Red Hat, Inc. QEMU PCIe Root port [1b36:000c] lspci -knn: Kernel driver in use: pcieport lspci -knn: 00:02.1 PCI bridge [0604]: Red Hat, Inc. QEMU PCIe Root port [1b36:000c] lspci -knn: Kernel driver in use: pcieport lspci -knn: 00:02.2 PCI bridge [0604]: Red Hat, Inc. QEMU PCIe Root port [1b36:000c] lspci -knn: Kernel driver in use: pcieport lspci -knn: 00:02.3 PCI bridge [0604]: Red Hat, Inc. QEMU PCIe Root port [1b36:000c] lspci -knn: Kernel driver in use: pcieport lspci -knn: 00:02.4 PCI bridge [0604]: Red Hat, Inc. QEMU PCIe Root port [1b36:000c] lspci -knn: Kernel driver in use: pcieport lspci -knn: 00:02.5 PCI bridge [0604]: Red Hat, Inc. QEMU PCIe Root port [1b36:000c] lspci -knn: Kernel driver in use: pcieport lspci -knn: 00:02.6 PCI bridge [0604]: Red Hat, Inc. QEMU PCIe Root port [1b36:000c] lspci -knn: Kernel driver in use: pcieport lspci -knn: 00:02.7 PCI bridge [0604]: Red Hat, Inc. QEMU PCIe Root port [1b36:000c] lspci -knn: Kernel driver in use: pcieport lspci -knn: 00:1b.0 Audio device [0403]: Intel Corporation 82801I (ICH9 Family) HD Audio Controller [8086:293e] (rev 03) lspci -knn: Subsystem: Red Hat, Inc. QEMU Virtual Machine [1af4:1100] lspci -knn: 00:1f.0 ISA bridge [0601]: Intel Corporation 82801IB (ICH9) LPC Interface Controller [8086:2918] (rev 02) lspci -knn: Subsystem: Red Hat, Inc. QEMU Virtual Machine [1af4:1100] lspci -knn: 00:1f.2 SATA controller [0106]: Intel Corporation 82801IR/IO/IH (ICH9R/DO/DH) 6 port SATA Controller [AHCI mode] [8086:2922] (rev 02) lspci -knn: Subsystem: Red Hat, Inc. QEMU Virtual Machine [1af4:1100] lspci -knn: Kernel driver in use: ahci lspci -knn: Kernel modules: ahci lspci -knn: 00:1f.3 SMBus [0c05]: Intel Corporation 82801I (ICH9 Family) SMBus Controller [8086:2930] (rev 02) lspci -knn: Subsystem: Red Hat, Inc. QEMU Virtual Machine [1af4:1100] lspci -knn: 01:00.0 Ethernet controller [0200]: Red Hat, Inc. Virtio network device [1af4:1041] (rev 01) lspci -knn: Subsystem: Red Hat, Inc. Device [1af4:1100] lspci -knn: Kernel driver in use: virtio-pci lspci -knn: Kernel modules: virtio_pci lspci -knn: 02:00.0 USB controller [0c03]: Red Hat, Inc. QEMU XHCI Host Controller [1b36:000d] (rev 01) lspci -knn: Subsystem: Red Hat, Inc. Device [1af4:1100] lspci -knn: Kernel driver in use: xhci_hcd lspci -knn: Kernel modules: xhci_pci lspci -knn: 03:00.0 Communication controller [0780]: Red Hat, Inc. Virtio console [1af4:1043] (rev 01) lspci -knn: Subsystem: Red Hat, Inc. Device [1af4:1100] lspci -knn: Kernel driver in use: virtio-pci lspci -knn: Kernel modules: virtio_pci lspci -knn: 04:00.0 SCSI storage controller [0100]: Red Hat, Inc. Virtio block device [1af4:1042] (rev 01) lspci -knn: Subsystem: Red Hat, Inc. Device [1af4:1100] lspci -knn: Kernel driver in use: virtio-pci lspci -knn: Kernel modules: virtio_pci lspci -knn: 05:00.0 Unclassified device [00ff]: Red Hat, Inc. Virtio memory balloon [1af4:1045] (rev 01) lspci -knn: Subsystem: Red Hat, Inc. Device [1af4:1100] lspci -knn: Kernel driver in use: virtio-pci lspci -knn: Kernel modules: virtio_pci lspci -knn: 06:00.0 Unclassified device [00ff]: Red Hat, Inc. Virtio RNG [1af4:1044] (rev 01) lspci -knn: Subsystem: Red Hat, Inc. Device [1af4:1100] lspci -knn: Kernel driver in use: virtio-pci lspci -knn: Kernel modules: virtio_pci lspci -knn: 07:00.0 SCSI storage controller [0100]: Red Hat, Inc. Virtio SCSI [1af4:1048] (rev 01) lspci -knn: Subsystem: Red Hat, Inc. Device [1af4:1100] lspci -knn: Kernel driver in use: virtio-pci lspci -knn: Kernel modules: virtio_pci lspci -knn: 08:00.0 SCSI storage controller [0100]: Red Hat, Inc. Virtio block device [1af4:1042] (rev 01) lspci -knn: Subsystem: Red Hat, Inc. Device [1af4:1100] lspci -knn: Kernel driver in use: virtio-pci lspci -knn: Kernel modules: virtio_pci usb-list: usb-list: Bus 01 Device 01: xHCI Host Controller [1d6b:0002] usb-list: Level 00 Parent 00 Port 00 Class 09(hub ) Subclass 00 Protocol 01 usb-list: Manufacturer: Linux 5.10.0-7-amd64 xhci-hcd usb-list: Interface 00: Class 09(hub ) Subclass 00 Protocol 00 Driver hub usb-list: usb-list: Bus 01 Device 02: QEMU USB Tablet [0627:0001] usb-list: Level 01 Parent 01 Port 00 Class 00(>ifc ) Subclass 00 Protocol 00 usb-list: Manufacturer: QEMU usb-list: Interface 00: Class 03(HID ) Subclass 00 Protocol 00 Driver usbhid usb-list: usb-list: Bus 02 Device 01: xHCI Host Controller [1d6b:0003] usb-list: Level 00 Parent 00 Port 00 Class 09(hub ) Subclass 00 Protocol 03 usb-list: Manufacturer: Linux 5.10.0-7-amd64 xhci-hcd usb-list: Interface 00: Class 09(hub ) Subclass 00 Protocol 00 Driver hub lsmod: Module Size Used by lsmod: ufs 94208 0 lsmod: qnx4 16384 0 lsmod: hfsplus 126976 0 lsmod: hfs 73728 0 lsmod: minix 45056 0 lsmod: msdos 20480 0 lsmod: fuse 167936 0 lsmod: battery 20480 0 lsmod: dm_mod 163840 0 lsmod: md_mod 184320 0 lsmod: xfs 1773568 0 lsmod: jfs 212992 0 lsmod: btrfs 1564672 0 lsmod: xor 24576 1 btrfs lsmod: raid6_pq 122880 1 btrfs lsmod: libcrc32c 16384 2 btrfs,xfs lsmod: vfat 20480 0 lsmod: fat 86016 2 msdos,vfat lsmod: ext4 921600 1 lsmod: crc16 16384 1 ext4 lsmod: mbcache 16384 1 ext4 lsmod: jbd2 151552 1 ext4 lsmod: crc32c_generic 16384 3 lsmod: virtio_net 57344 0 lsmod: net_failover 24576 1 virtio_net lsmod: failover 16384 1 net_failover lsmod: nls_utf8 16384 0 lsmod: isofs 49152 0 lsmod: usb_storage 81920 0 lsmod: hid_generic 16384 0 lsmod: usbhid 65536 0 lsmod: hid 147456 2 usbhid,hid_generic lsmod: sr_mod 28672 0 lsmod: cdrom 73728 4 hfsplus,hfs,isofs,sr_mod lsmod: xhci_pci 20480 0 lsmod: xhci_hcd 307200 1 xhci_pci lsmod: ahci 40960 0 lsmod: libahci 45056 1 ahci lsmod: virtio_rng 16384 0 lsmod: rng_core 16384 1 virtio_rng lsmod: virtio_scsi 24576 0 lsmod: virtio_balloon 24576 0 lsmod: virtio_console 40960 0 lsmod: virtio_blk 20480 3 lsmod: crc32_pclmul 16384 0 lsmod: usbcore 323584 4 xhci_hcd,usbhid,usb_storage,xhci_pci lsmod: libata 290816 2 libahci,ahci lsmod: scsi_mod 262144 4 virtio_scsi,usb_storage,libata,sr_mod lsmod: usb_common 16384 2 xhci_hcd,usbcore lsmod: virtio_pci 28672 0 lsmod: virtio_ring 36864 7 virtio_rng,virtio_console,virtio_balloon,virtio_scsi,virtio_pci,virtio_blk,virtio_net lsmod: virtio 16384 7 virtio_rng,virtio_console,virtio_balloon,virtio_scsi,virtio_pci,virtio_blk,virtio_net df: Filesystem 1K-blocks Used Available Use% Mounted on df: tmpfs 99964 72 99892 0% /run df: devtmpfs 488704 0 488704 0% /dev df: /dev/vda1 15405420 1001096 13599972 7% /target df: /dev/vda1 15405420 1001096 13599972 7% /dev/.static/dev df: devtmpfs 488704 0 488704 0% /target/dev free: total used free shared buff/cache available free: Mem: 999620 150484 266256 158468 582880 595424 free: Swap: 998396 18040 980356 /proc/cmdline: BOOT_IMAGE=/install.amd/vmlinuz auto=true priority=critical vga=788 initrd=/install.amd/initrd.gz --- quiet preseed/url=http://weave.ka51.zugschlus.de/dl/rmc.preseed /proc/cpuinfo: processor : 0 /proc/cpuinfo: vendor_id : AuthenticAMD /proc/cpuinfo: cpu family : 23 /proc/cpuinfo: model : 49 /proc/cpuinfo: model name : AMD EPYC-Rome Processor /proc/cpuinfo: stepping : 0 /proc/cpuinfo: microcode : 0x1000065 /proc/cpuinfo: cpu MHz : 3719.012 /proc/cpuinfo: cache size : 512 KB /proc/cpuinfo: physical id : 0 /proc/cpuinfo: siblings : 1 /proc/cpuinfo: core id : 0 /proc/cpuinfo: cpu cores : 1 /proc/cpuinfo: apicid : 0 /proc/cpuinfo: initial apicid : 0 /proc/cpuinfo: fpu : yes /proc/cpuinfo: fpu_exception : yes /proc/cpuinfo: cpuid level : 13 /proc/cpuinfo: wp : yes /proc/cpuinfo: flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat umip rdpid arch_capabilities /proc/cpuinfo: bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass /proc/cpuinfo: bogomips : 7438.02 /proc/cpuinfo: TLB size : 1024 4K pages /proc/cpuinfo: clflush size : 64 /proc/cpuinfo: cache_alignment : 64 /proc/cpuinfo: address sizes : 40 bits physical, 48 bits virtual /proc/cpuinfo: power management: /proc/cpuinfo: /proc/cpuinfo: processor : 1 /proc/cpuinfo: vendor_id : AuthenticAMD /proc/cpuinfo: cpu family : 23 /proc/cpuinfo: model : 49 /proc/cpuinfo: model name : AMD EPYC-Rome Processor /proc/cpuinfo: stepping : 0 /proc/cpuinfo: microcode : 0x1000065 /proc/cpuinfo: cpu MHz : 3719.012 /proc/cpuinfo: cache size : 512 KB /proc/cpuinfo: physical id : 1 /proc/cpuinfo: siblings : 1 /proc/cpuinfo: core id : 0 /proc/cpuinfo: cpu cores : 1 /proc/cpuinfo: apicid : 1 /proc/cpuinfo: initial apicid : 1 /proc/cpuinfo: fpu : yes /proc/cpuinfo: fpu_exception : yes /proc/cpuinfo: cpuid level : 13 /proc/cpuinfo: wp : yes /proc/cpuinfo: flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat umip rdpid arch_capabilities /proc/cpuinfo: bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass /proc/cpuinfo: bogomips : 7438.02 /proc/cpuinfo: TLB size : 1024 4K pages /proc/cpuinfo: clflush size : 64 /proc/cpuinfo: cache_alignment : 64 /proc/cpuinfo: address sizes : 40 bits physical, 48 bits virtual /proc/cpuinfo: power management: /proc/cpuinfo: /proc/ioports: 0000-0cf7 : PCI Bus 0000:00 /proc/ioports: 0000-001f : dma1 /proc/ioports: 0020-0021 : pic1 /proc/ioports: 0040-0043 : timer0 /proc/ioports: 0050-0053 : timer1 /proc/ioports: 0060-0060 : keyboard /proc/ioports: 0064-0064 : keyboard /proc/ioports: 0070-0077 : rtc0 /proc/ioports: 0080-008f : dma page reg /proc/ioports: 00a0-00a1 : pic2 /proc/ioports: 00c0-00df : dma2 /proc/ioports: 00f0-00ff : fpu /proc/ioports: 03c0-03df : vesafb /proc/ioports: 03f8-03ff : serial /proc/ioports: 0510-051b : QEMU0002:00 /proc/ioports: 0600-067f : 0000:00:1f.0 /proc/ioports: 0600-0603 : ACPI PM1a_EVT_BLK /proc/ioports: 0604-0605 : ACPI PM1a_CNT_BLK /proc/ioports: 0608-060b : ACPI PM_TMR /proc/ioports: 0620-062f : ACPI GPE0_BLK /proc/ioports: 0700-073f : 0000:00:1f.3 /proc/ioports: 0cf8-0cff : PCI conf1 /proc/ioports: 0d00-ffff : PCI Bus 0000:00 /proc/ioports: 1000-1fff : PCI Bus 0000:01 /proc/ioports: 2000-2fff : PCI Bus 0000:02 /proc/ioports: 3000-3fff : PCI Bus 0000:03 /proc/ioports: 4000-4fff : PCI Bus 0000:04 /proc/ioports: 5000-5fff : PCI Bus 0000:05 /proc/ioports: 6000-6fff : PCI Bus 0000:06 /proc/ioports: 7000-7fff : PCI Bus 0000:07 /proc/ioports: 8000-8fff : PCI Bus 0000:08 /proc/ioports: c040-c05f : 0000:00:01.0 /proc/ioports: c060-c07f : 0000:00:1f.2 /proc/ioports: c060-c07f : ahci /proc/iomem: 00000000-00000fff : Reserved /proc/iomem: 00001000-0009fbff : System RAM /proc/iomem: 0009fc00-0009ffff : Reserved /proc/iomem: 000a0000-000bffff : PCI Bus 0000:00 /proc/iomem: 000c0000-000c99ff : Video ROM /proc/iomem: 000ca000-000cadff : Adapter ROM /proc/iomem: 000cb000-000cd3ff : Adapter ROM /proc/iomem: 000f0000-000fffff : Reserved /proc/iomem: 000f0000-000fffff : System ROM /proc/iomem: 00100000-3ffddfff : System RAM /proc/iomem: 2fe00000-30a01e96 : Kernel code /proc/iomem: 30c00000-3135efff : Kernel rodata /proc/iomem: 31400000-3167c1bf : Kernel data /proc/iomem: 31c63000-31ffffff : Kernel bss /proc/iomem: 3ffde000-3fffffff : Reserved /proc/iomem: 40000000-afffffff : PCI Bus 0000:00 /proc/iomem: b0000000-bfffffff : PCI MMCONFIG 0000 [bus 00-ff] /proc/iomem: b0000000-bfffffff : Reserved /proc/iomem: c0000000-febfffff : PCI Bus 0000:00 /proc/iomem: f4000000-f7ffffff : 0000:00:01.0 /proc/iomem: f4000000-f4ffffff : vesafb /proc/iomem: f8000000-fbffffff : 0000:00:01.0 /proc/iomem: fc000000-fc1fffff : PCI Bus 0000:08 /proc/iomem: fc000000-fc000fff : 0000:08:00.0 /proc/iomem: fc200000-fc3fffff : PCI Bus 0000:07 /proc/iomem: fc200000-fc200fff : 0000:07:00.0 /proc/iomem: fc400000-fc5fffff : PCI Bus 0000:06 /proc/iomem: fc600000-fc7fffff : PCI Bus 0000:05 /proc/iomem: fc800000-fc9fffff : PCI Bus 0000:04 /proc/iomem: fc800000-fc800fff : 0000:04:00.0 /proc/iomem: fca00000-fcbfffff : PCI Bus 0000:03 /proc/iomem: fca00000-fca00fff : 0000:03:00.0 /proc/iomem: fcc00000-fcdfffff : PCI Bus 0000:02 /proc/iomem: fcc00000-fcc03fff : 0000:02:00.0 /proc/iomem: fcc00000-fcc03fff : xhci-hcd /proc/iomem: fce00000-fcffffff : PCI Bus 0000:01 /proc/iomem: fce00000-fce3ffff : 0000:01:00.0 /proc/iomem: fce40000-fce40fff : 0000:01:00.0 /proc/iomem: fd010000-fd013fff : 0000:00:1b.0 /proc/iomem: fd014000-fd015fff : 0000:00:01.0 /proc/iomem: fd016000-fd016fff : 0000:00:02.0 /proc/iomem: fd017000-fd017fff : 0000:00:02.1 /proc/iomem: fd018000-fd018fff : 0000:00:02.2 /proc/iomem: fd019000-fd019fff : 0000:00:02.3 /proc/iomem: fd01a000-fd01afff : 0000:00:02.4 /proc/iomem: fd01b000-fd01bfff : 0000:00:02.5 /proc/iomem: fd01c000-fd01cfff : 0000:00:02.6 /proc/iomem: fd01d000-fd01dfff : 0000:00:02.7 /proc/iomem: fd01e000-fd01efff : 0000:00:1f.2 /proc/iomem: fd01e000-fd01efff : ahci /proc/iomem: fdc00000-fddfffff : PCI Bus 0000:08 /proc/iomem: fdc00000-fdc03fff : 0000:08:00.0 /proc/iomem: fdc00000-fdc03fff : virtio-pci-modern /proc/iomem: fde00000-fdffffff : PCI Bus 0000:07 /proc/iomem: fde00000-fde03fff : 0000:07:00.0 /proc/iomem: fde00000-fde03fff : virtio-pci-modern /proc/iomem: fe000000-fe1fffff : PCI Bus 0000:06 /proc/iomem: fe000000-fe003fff : 0000:06:00.0 /proc/iomem: fe000000-fe003fff : virtio-pci-modern /proc/iomem: fe200000-fe3fffff : PCI Bus 0000:05 /proc/iomem: fe200000-fe203fff : 0000:05:00.0 /proc/iomem: fe200000-fe203fff : virtio-pci-modern /proc/iomem: fe400000-fe5fffff : PCI Bus 0000:04 /proc/iomem: fe400000-fe403fff : 0000:04:00.0 /proc/iomem: fe400000-fe403fff : virtio-pci-modern /proc/iomem: fe600000-fe7fffff : PCI Bus 0000:03 /proc/iomem: fe600000-fe603fff : 0000:03:00.0 /proc/iomem: fe600000-fe603fff : virtio-pci-modern /proc/iomem: fe800000-fe9fffff : PCI Bus 0000:02 /proc/iomem: fea00000-febfffff : PCI Bus 0000:01 /proc/iomem: fea00000-fea03fff : 0000:01:00.0 /proc/iomem: fea00000-fea03fff : virtio-pci-modern /proc/iomem: fec00000-fec003ff : IOAPIC 0 /proc/iomem: fed1c000-fed1ffff : Reserved /proc/iomem: fee00000-fee00fff : Local APIC /proc/iomem: feffc000-feffffff : Reserved /proc/iomem: fffc0000-ffffffff : Reserved /proc/iomem: 100000000-8ffffffff : PCI Bus 0000:00 /proc/interrupts: CPU0 CPU1 /proc/interrupts: 1: 123 0 IO-APIC 1-edge i8042 /proc/interrupts: 8: 0 0 IO-APIC 8-edge rtc0 /proc/interrupts: 9: 0 0 IO-APIC 9-fasteoi acpi /proc/interrupts: 12: 0 3 IO-APIC 12-edge i8042 /proc/interrupts: 22: 0 109 IO-APIC 22-fasteoi virtio3, virtio4 /proc/interrupts: 24: 0 1 PCI-MSI 32768-edge PCIe PME, aerdrv, pciehp /proc/interrupts: 25: 1 0 PCI-MSI 34816-edge PCIe PME, aerdrv, pciehp /proc/interrupts: 26: 0 1 PCI-MSI 36864-edge PCIe PME, aerdrv, pciehp /proc/interrupts: 27: 1 0 PCI-MSI 38912-edge PCIe PME, aerdrv, pciehp /proc/interrupts: 28: 0 1 PCI-MSI 40960-edge PCIe PME, aerdrv, pciehp /proc/interrupts: 29: 1 0 PCI-MSI 43008-edge PCIe PME, aerdrv, pciehp /proc/interrupts: 30: 0 1 PCI-MSI 45056-edge PCIe PME, aerdrv, pciehp /proc/interrupts: 31: 1 0 PCI-MSI 47104-edge PCIe PME, aerdrv, pciehp /proc/interrupts: 32: 0 0 PCI-MSI 1572864-edge virtio1-config /proc/interrupts: 33: 0 0 PCI-MSI 2097152-edge virtio2-config /proc/interrupts: 34: 6 0 PCI-MSI 1572865-edge virtio1-virtqueues /proc/interrupts: 35: 34152 0 PCI-MSI 2097153-edge virtio2-req.0 /proc/interrupts: 36: 0 49427 PCI-MSI 2097154-edge virtio2-req.1 /proc/interrupts: 37: 0 0 PCI-MSI 4194304-edge virtio6-config /proc/interrupts: 38: 208 0 PCI-MSI 4194305-edge virtio6-req.0 /proc/interrupts: 39: 0 225 PCI-MSI 4194306-edge virtio6-req.1 /proc/interrupts: 40: 0 0 PCI-MSI 3670016-edge virtio5-config /proc/interrupts: 41: 0 0 PCI-MSI 3670017-edge virtio5-control /proc/interrupts: 42: 0 0 PCI-MSI 3670018-edge virtio5-event /proc/interrupts: 43: 0 0 PCI-MSI 3670019-edge virtio5-request /proc/interrupts: 44: 0 256 PCI-MSI 3670020-edge virtio5-request /proc/interrupts: 45: 4257 0 PCI-MSI 512000-edge ahci[0000:00:1f.2] /proc/interrupts: 46: 0 48 PCI-MSI 1048576-edge xhci_hcd /proc/interrupts: 47: 0 0 PCI-MSI 1048577-edge xhci_hcd /proc/interrupts: 48: 0 0 PCI-MSI 1048578-edge xhci_hcd /proc/interrupts: 49: 0 0 PCI-MSI 524288-edge virtio0-config /proc/interrupts: 50: 0 23329 PCI-MSI 524289-edge virtio0-input.0 /proc/interrupts: 51: 14975 0 PCI-MSI 524290-edge virtio0-output.0 /proc/interrupts: NMI: 0 0 Non-maskable interrupts /proc/interrupts: LOC: 72847 81328 Local timer interrupts /proc/interrupts: SPU: 0 0 Spurious interrupts /proc/interrupts: PMI: 0 0 Performance monitoring interrupts /proc/interrupts: IWI: 0 0 IRQ work interrupts /proc/interrupts: RTR: 0 0 APIC ICR read retries /proc/interrupts: RES: 19450 18212 Rescheduling interrupts /proc/interrupts: CAL: 129017 186046 Function call interrupts /proc/interrupts: TLB: 135 103 TLB shootdowns /proc/interrupts: TRM: 0 0 Thermal event interrupts /proc/interrupts: THR: 0 0 Threshold APIC interrupts /proc/interrupts: DFR: 0 0 Deferred Error APIC interrupts /proc/interrupts: MCE: 0 0 Machine check exceptions /proc/interrupts: MCP: 2 2 Machine check polls /proc/interrupts: ERR: 0 /proc/interrupts: MIS: 0 /proc/interrupts: PIN: 0 0 Posted-interrupt notification event /proc/interrupts: NPI: 0 0 Nested posted-interrupt event /proc/interrupts: PIW: 0 0 Posted-interrupt wakeup event /proc/meminfo: MemTotal: 999620 kB /proc/meminfo: MemFree: 266800 kB /proc/meminfo: MemAvailable: 596036 kB /proc/meminfo: Buffers: 13988 kB /proc/meminfo: Cached: 568892 kB /proc/meminfo: SwapCached: 2752 kB /proc/meminfo: Active: 272732 kB /proc/meminfo: Inactive: 336784 kB /proc/meminfo: Active(anon): 110972 kB /proc/meminfo: Inactive(anon): 74116 kB /proc/meminfo: Active(file): 161760 kB /proc/meminfo: Inactive(file): 262668 kB /proc/meminfo: Unevictable: 0 kB /proc/meminfo: Mlocked: 0 kB /proc/meminfo: SwapTotal: 998396 kB /proc/meminfo: SwapFree: 980356 kB /proc/meminfo: Dirty: 0 kB /proc/meminfo: Writeback: 0 kB /proc/meminfo: AnonPages: 23968 kB /proc/meminfo: Mapped: 5332 kB /proc/meminfo: Shmem: 158468 kB /proc/meminfo: KReclaimable: 64888 kB /proc/meminfo: Slab: 85544 kB /proc/meminfo: SReclaimable: 64888 kB /proc/meminfo: SUnreclaim: 20656 kB /proc/meminfo: KernelStack: 1728 kB /proc/meminfo: PageTables: 672 kB /proc/meminfo: NFS_Unstable: 0 kB /proc/meminfo: Bounce: 0 kB /proc/meminfo: WritebackTmp: 0 kB /proc/meminfo: CommitLimit: 1498204 kB /proc/meminfo: Committed_AS: 205384 kB /proc/meminfo: VmallocTotal: 34359738367 kB /proc/meminfo: VmallocUsed: 17764 kB /proc/meminfo: VmallocChunk: 0 kB /proc/meminfo: Percpu: 848 kB /proc/meminfo: HardwareCorrupted: 0 kB /proc/meminfo: AnonHugePages: 18432 kB /proc/meminfo: ShmemHugePages: 0 kB /proc/meminfo: ShmemPmdMapped: 0 kB /proc/meminfo: FileHugePages: 0 kB /proc/meminfo: FilePmdMapped: 0 kB /proc/meminfo: HugePages_Total: 0 /proc/meminfo: HugePages_Free: 0 /proc/meminfo: HugePages_Rsvd: 0 /proc/meminfo: HugePages_Surp: 0 /proc/meminfo: Hugepagesize: 2048 kB /proc/meminfo: Hugetlb: 0 kB /proc/meminfo: DirectMap4k: 61304 kB /proc/meminfo: DirectMap2M: 987136 kB /proc/meminfo: DirectMap1G: 0 kB /proc/bus/input/devices: I: Bus=0011 Vendor=0001 Product=0001 Version=ab41 /proc/bus/input/devices: N: Name="AT Translated Set 2 keyboard" /proc/bus/input/devices: P: Phys=isa0060/serio0/input0 /proc/bus/input/devices: S: Sysfs=/devices/platform/i8042/serio0/input/input0 /proc/bus/input/devices: U: Uniq= /proc/bus/input/devices: H: Handlers=sysrq kbd leds /proc/bus/input/devices: B: PROP=0 /proc/bus/input/devices: B: EV=120013 /proc/bus/input/devices: B: KEY=402000000 3803078f800d001 feffffdfffefffff fffffffffffffffe /proc/bus/input/devices: B: MSC=10 /proc/bus/input/devices: B: LED=7 /proc/bus/input/devices: /proc/bus/input/devices: I: Bus=0003 Vendor=0627 Product=0001 Version=0001 /proc/bus/input/devices: N: Name="QEMU QEMU USB Tablet" /proc/bus/input/devices: P: Phys=usb-0000:02:00.0-1/input0 /proc/bus/input/devices: S: Sysfs=/devices/pci0000:00/0000:00:02.1/0000:02:00.0/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input2 /proc/bus/input/devices: U: Uniq=28754-0000:00:02.1:00.0-1 /proc/bus/input/devices: H: Handlers=mouse0 /proc/bus/input/devices: B: PROP=0 /proc/bus/input/devices: B: EV=1f /proc/bus/input/devices: B: KEY=70000 0 0 0 0 /proc/bus/input/devices: B: REL=900 /proc/bus/input/devices: B: ABS=3 /proc/bus/input/devices: B: MSC=10 /proc/bus/input/devices: dmidecode: # dmidecode 3.3 dmidecode: Getting SMBIOS data from sysfs. dmidecode: SMBIOS 2.8 present. dmidecode: 10 structures occupying 427 bytes. dmidecode: Table at 0x000F5B00. dmidecode: dmidecode: Handle 0x0000, DMI type 0, 24 bytes dmidecode: BIOS Information dmidecode: Vendor: SeaBIOS dmidecode: Version: 1.14.0-2 dmidecode: Release Date: 04/01/2014 dmidecode: Address: 0xE8000 dmidecode: Runtime Size: 96 kB dmidecode: ROM Size: 64 kB dmidecode: Characteristics: dmidecode: BIOS characteristics not supported dmidecode: Targeted content distribution is supported dmidecode: BIOS Revision: 0.0 dmidecode: dmidecode: Handle 0x0100, DMI type 1, 27 bytes dmidecode: System Information dmidecode: Manufacturer: QEMU dmidecode: Product Name: Standard PC (Q35 + ICH9, 2009) dmidecode: Version: pc-q35-5.2 dmidecode: Serial Number: Not Specified dmidecode: UUID: 1f42e5f1-09b9-4a47-8999-71807c94c774 dmidecode: Wake-up Type: Power Switch dmidecode: SKU Number: Not Specified dmidecode: Family: Not Specified dmidecode: dmidecode: Handle 0x0300, DMI type 3, 22 bytes dmidecode: Chassis Information dmidecode: Manufacturer: QEMU dmidecode: Type: Other dmidecode: Lock: Not Present dmidecode: Version: pc-q35-5.2 dmidecode: Serial Number: Not Specified dmidecode: Asset Tag: Not Specified dmidecode: Boot-up State: Safe dmidecode: Power Supply State: Safe dmidecode: Thermal State: Safe dmidecode: Security Status: Unknown dmidecode: OEM Information: 0x00000000 dmidecode: Height: Unspecified dmidecode: Number Of Power Cords: Unspecified dmidecode: Contained Elements: 0 dmidecode: SKU Number: Not Specified dmidecode: dmidecode: Handle 0x0400, DMI type 4, 42 bytes dmidecode: Processor Information dmidecode: Socket Designation: CPU 0 dmidecode: Type: Central Processor dmidecode: Family: Other dmidecode: Manufacturer: QEMU dmidecode: ID: 10 0F 83 00 FF FB 8B 07 dmidecode: Version: pc-q35-5.2 dmidecode: Voltage: Unknown dmidecode: External Clock: Unknown dmidecode: Max Speed: 2000 MHz dmidecode: Current Speed: 2000 MHz dmidecode: Status: Populated, Enabled dmidecode: Upgrade: Other dmidecode: L1 Cache Handle: Not Provided dmidecode: L2 Cache Handle: Not Provided dmidecode: L3 Cache Handle: Not Provided dmidecode: Serial Number: Not Specified dmidecode: Asset Tag: Not Specified dmidecode: Part Number: Not Specified dmidecode: Core Count: 1 dmidecode: Core Enabled: 1 dmidecode: Thread Count: 1 dmidecode: Characteristics: None dmidecode: dmidecode: Handle 0x0401, DMI type 4, 42 bytes dmidecode: Processor Information dmidecode: Socket Designation: CPU 1 dmidecode: Type: Central Processor dmidecode: Family: Other dmidecode: Manufacturer: QEMU dmidecode: ID: 10 0F 83 00 FF FB 8B 07 dmidecode: Version: pc-q35-5.2 dmidecode: Voltage: Unknown dmidecode: External Clock: Unknown dmidecode: Max Speed: 2000 MHz dmidecode: Current Speed: 2000 MHz dmidecode: Status: Populated, Enabled dmidecode: Upgrade: Other dmidecode: L1 Cache Handle: Not Provided dmidecode: L2 Cache Handle: Not Provided dmidecode: L3 Cache Handle: Not Provided dmidecode: Serial Number: Not Specified dmidecode: Asset Tag: Not Specified dmidecode: Part Number: Not Specified dmidecode: Core Count: 1 dmidecode: Core Enabled: 1 dmidecode: Thread Count: 1 dmidecode: Characteristics: None dmidecode: dmidecode: Handle 0x1000, DMI type 16, 23 bytes dmidecode: Physical Memory Array dmidecode: Location: Other dmidecode: Use: System Memory dmidecode: Error Correction Type: Multi-bit ECC dmidecode: Maximum Capacity: 1 GB dmidecode: Error Information Handle: Not Provided dmidecode: Number Of Devices: 1 dmidecode: dmidecode: Handle 0x1100, DMI type 17, 40 bytes dmidecode: Memory Device dmidecode: Array Handle: 0x1000 dmidecode: Error Information Handle: Not Provided dmidecode: Total Width: Unknown dmidecode: Data Width: Unknown dmidecode: Size: 1 GB dmidecode: Form Factor: DIMM dmidecode: Set: None dmidecode: Locator: DIMM 0 dmidecode: Bank Locator: Not Specified dmidecode: Type: RAM dmidecode: Type Detail: Other dmidecode: Speed: Unknown dmidecode: Manufacturer: QEMU dmidecode: Serial Number: Not Specified dmidecode: Asset Tag: Not Specified dmidecode: Part Number: Not Specified dmidecode: Rank: Unknown dmidecode: Configured Memory Speed: Unknown dmidecode: Minimum Voltage: Unknown dmidecode: Maximum Voltage: Unknown dmidecode: Configured Voltage: Unknown dmidecode: dmidecode: Handle 0x1300, DMI type 19, 31 bytes dmidecode: Memory Array Mapped Address dmidecode: Starting Address: 0x00000000000 dmidecode: Ending Address: 0x0003FFFFFFF dmidecode: Range Size: 1 GB dmidecode: Physical Array Handle: 0x1000 dmidecode: Partition Width: 1 dmidecode: dmidecode: Handle 0x2000, DMI type 32, 11 bytes dmidecode: System Boot Information dmidecode: Status: No errors detected dmidecode: dmidecode: Handle 0x7F00, DMI type 127, 4 bytes dmidecode: End Of Table dmidecode:

