$ sudo apt -y -q install qemu-kvm libvirt-daemon-system libvirt-clients virtinst ... $ sudo wget http://cdimage.ubuntu.com/ubuntu-server/daily/current/disco-server-s390x.iso --directory-prefix=/var/lib/libvirt/images --2019-04-15 13:17:45-- http://cdimage.ubuntu.com/ubuntu-server/daily/current/disco-server-s390x.iso Resolving cdimage.ubuntu.com (cdimage.ubuntu.com)... 2001:67c:1360:8001::1d, 91.189.88.168 Connecting to cdimage.ubuntu.com (cdimage.ubuntu.com)|2001:67c:1360:8001::1d|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 629473280 (600M) [application/x-iso9660-image] Saving to: ‘/var/lib/libvirt/images/disco-server-s390x.iso’ disco-server-s390x. 100%[===================>] 600.31M 27.1MB/s in 21s 2019-04-15 13:18:06 (28.4 MB/s) - ‘/var/lib/libvirt/images/disco-server-s390x.iso’ saved [629473280/629473280] $ $ sudo qemu-img create -f qcow2 /var/lib/libvirt/images/ubu-vm-04.qcow2 5G Formatting '/var/lib/libvirt/images/ubu-vm-04.qcow2', fmt=qcow2 size=5368709120 cluster_size=65536 lazy_refcounts=off refcount_bits=16 $ qemu-img info /var/lib/libvirt/images/ubu-vm-04.qcow2 image: /var/lib/libvirt/images/ubu-vm-04.qcow2 file format: qcow2 virtual size: 5.0G (5368709120 bytes) disk size: 196K cluster_size: 65536 Format specific information: compat: 1.1 lazy refcounts: false refcount bits: 16 corrupt: false $ $ ls -la /var/lib/libvirt/images/ total 3232476 drwxr-xr-x 2 root root 4096 Apr 15 13:48 . drwxr-xr-x 7 root root 4096 Apr 15 06:50 .. -rw-r--r-- 1 root root 374784 Apr 15 06:57 cloud-image-meta-data.img -rw-r--r-- 1 root root 498 Apr 15 06:55 cloud-image-meta-data.xml -rw-r--r-- 1 root root 503775232 Apr 15 13:04 disco-server-cloudimg-s390x.img -rw-r--r-- 1 root root 629473280 Apr 13 18:20 disco-server-s390x.iso -rw-r--r-- 1 root root 196688 Apr 15 06:57 ubu-vm-01.qcow2 -rw-r--r-- 1 root root 196688 Apr 15 12:49 ubu-vm-02.qcow2 -rw-r--r-- 1 root root 2175860736 Apr 15 13:43 ubu-vm-03.qcow2 -rw-r--r-- 1 root root 1579 Apr 15 13:22 ubu-vm-03.xml -rw-r--r-- 1 root root 196688 Apr 15 13:48 ubu-vm-04.qcow2 $ $ sudo virt-install --name ubu-vm-04 --vcpus 2 --ram 1024 --disk path=/var/lib/libvirt/images/ubu-vm-04.qcow2,size=5,bus=virtio,format=qcow2 --os-type linux --os-variant generic --network network=default,model=virtio --graphics none --console pty -c /var/lib/libvirt/images/disco-server-s390x.iso WARNING CDROM media does not print to the text console by default, so you likely will not see text install output. You might want to use --location. See the man page for examples of using --location with CDROM media Starting install... Connected to domain ubu-vm-04 Escape character is ^] SCSI CD-ROM detected. ISO boot image size verified [ 0.423170] Linux version 5.0.0-11-generic (buildd@bos02-s390x-018) (gcc version 8.3.0 (Ubuntu 8.3.0-6ubuntu1)) #12-Ubuntu SMP Thu Apr 11 16:40:23 UTC 2019 (Ubuntu 5.0.0-11.12-generic 5.0.6) [ 0.423172] setup.289988: Linux is running under KVM in 64-bit mode [ 0.423185] setup.b050d0: The maximum memory size is 1024MB [ 0.423220] numa.196305: NUMA mode: plain [ 0.423293] cpu.33a262: 2 configured CPUs, 0 standby CPUs [ 0.423420] Write protected kernel read-only data: 10760k [ 0.423456] Zone ranges: [ 0.423457] DMA [mem 0x0000000000000000-0x000000007fffffff] [ 0.423459] Normal empty [ 0.423460] Movable zone start for each node [ 0.423460] Early memory node ranges [ 0.423462] node 0: [mem 0x0000000000000000-0x000000003fffffff] [ 0.423463] Initmem setup node 0 [mem 0x0000000000000000-0x000000003fffffff] [ 0.435133] percpu: Embedded 25 pages/cpu @(____ptrval____) s62208 r8192 d32000 u102400 [ 0.435153] Built 1 zonelists, mobility grouping on. Total pages: 258048 [ 0.435154] Policy zone: DMA [ 0.435155] Kernel command line: ''ot=/dev/ram0 ro [ 0.467843] Memory: 1004792K/1048576K available (8328K kernel code, 1106K rwdata, 2428K rodata, 1012K init, 776K bss, 43784K reserved, 0K cma-reserved) [ 0.467847] random: get_random_u64 called from kmem_cache_open+0x4c/0x4e8 with crng_init=0 [ 0.468022] SLUB: HWalign=256, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.468024] ftrace: allocating 27998 entries in 110 pages [ 0.491495] rcu: Hierarchical RCU implementation. [ 0.491497] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.491498] Tasks RCU enabled. [ 0.491499] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. [ 0.491500] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2 [ 0.493545] NR_IRQS: 3, nr_irqs: 3, preallocated irqs: 3 [ 0.493579] clocksource: tod: mask: 0xffffffffffffffff max_cycles: 0x3b0a9be803b0a9, max_idle_ns: 1805497147909793 ns [ 0.493598] Console: colour dummy device 80x25 [ 0.493683] printk: console [ttyS1] enabled [ 0.493746] pid_max: default: 32768 minimum: 301 [ 0.493781] LSM: Security Framework initializing [ 0.493785] Yama: becoming mindful. [ 0.493807] AppArmor: AppArmor initialized [ 0.494464] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.494785] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.494809] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.494819] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.495361] rcu: Hierarchical SRCU implementation. [ 0.495578] smp: Bringing up secondary CPUs ... [ 0.495971] smp: Brought up 1 node, 2 CPUs [ 0.496283] devtmpfs: initialized [ 0.496508] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.496518] futex hash table entries: 512 (order: 5, 131072 bytes) [ 0.496796] NET: Registered protocol family 16 [ 0.496825] audit: initializing netlink subsys (disabled) [ 0.496882] audit: type=2000 audit(1555591826.529:1): state=initialized audit_enabled=0 res=1 [ 0.496946] Spectre V2 mitigation: execute trampolines [ 0.498117] HugeTLB registered 1.00 MiB page size, pre-allocated 0 pages [ 0.498556] SCSI subsystem initialized [ 0.498825] NetLabel: Initializing [ 0.498826] NetLabel: domain hash size = 128 [ 0.498827] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.498839] NetLabel: unlabeled traffic allowed by default [ 0.528307] VFS: Disk quotas dquot_6.6.0 [ 0.528322] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.528438] AppArmor: AppArmor Filesystem Enabled [ 0.530521] NET: Registered protocol family 2 [ 0.530659] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes) [ 0.530676] TCP established hash table entries: 8192 (order: 4, 65536 bytes) [ 0.530756] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 0.530830] TCP: Hash tables configured (established 8192 bind 8192) [ 0.530916] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 0.530929] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 0.530972] NET: Registered protocol family 1 [ 0.530976] NET: Registered protocol family 44 [ 0.531020] Unpacking initramfs... [ 0.613590] random: fast init done [ 0.726639] Freeing initrd memory: 12756K [ 0.726876] kvm-s390.0287fc: SIE not available [ 0.726892] hypfs.7f5705: The hardware system does not support hypfs [ 0.726897] hypfs.7a79f0: Initialization of hypfs failed with rc=-61 [ 0.727171] Initialise system trusted keyrings [ 0.727179] Key type blacklist registered [ 0.727230] workingset: timestamp_bits=42 max_order=18 bucket_order=0 [ 0.728850] zbud: loaded [ 0.729392] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.729576] fuse init (API version 7.28) [ 0.792153] Key type asymmetric registered [ 0.792155] Asymmetric key parser 'x509' registered [ 0.792163] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250) [ 0.792205] io scheduler mq-deadline registered [ 0.792312] hvc_iucv.691dff: The z/VM IUCV HVC device driver cannot be used without z/VM [ 0.793605] loop: module loaded [ 0.793650] tun: Universal TUN/TAP device driver, 1.6 [ 0.793731] device-mapper: uevent: version 1.0.3 [ 0.793778] device-mapper: ioctl: 4.39.0-ioctl (2018-04-03) initialised: dm-devel@redhat.com [ 0.793820] cio.b5d5f6: Channel measurement facility initialized using format extended (mode autodetected) [ 0.793906] sclp_sd.ef2911: Store Data request failed (eq=2, di=3, response=0x40f0, flags=0x00, status=0, rc=-5) [ 0.794191] NET: Registered protocol family 10 [ 0.804871] Segment Routing with IPv6 [ 0.804890] NET: Registered protocol family 17 [ 0.804929] Key type dns_resolver registered [ 0.805008] registered taskstats version 1 [ 0.805014] Loading compiled-in X.509 certificates [ 0.807470] Loaded X.509 cert 'Build time autogenerated kernel key: 5a2b97db08c205a458011c0a32b557ada9774031' [ 0.807481] zswap: loaded using pool lzo/zbud [ 0.816180] Key type big_key registered [ 0.816185] Key type trusted registered [ 0.820524] Key type encrypted registered [ 0.820527] AppArmor: AppArmor sha1 policy hashing enabled [ 0.820531] ima: No TPM chip found, activating TPM-bypass! [ 0.820535] ima: Allocated hash algorithm: sha1 [ 0.820541] No architecture policies found [ 0.820549] evm: Initialising EVM extended attributes: [ 0.820550] evm: security.selinux [ 0.820551] evm: security.SMACK64 [ 0.820552] evm: security.SMACK64EXEC [ 0.820553] evm: security.SMACK64TRANSMUTE ┌─────────────────────┤ [!] Configure the network ├─────────────────────┐ │ │ │ Networking can be configured either by entering all the information │ │ manually, or by using DHCP (or a variety of IPv6-specific methods) to │ │ detect network settings automatically. If you choose to use │ │ autoconfiguration and the installer is unable to get a working │ │ configuration from the network, you will be given the opportunity to │ │ configure the network manually. │ │ │ │ Auto-configure networking? │ │ │ │ │ │ │ └───────────────────────────────────────────────────────────────────────┘ ... ┌────────────────┤ Attempting IPv6 autoconfiguration... ├─────────────────┐ │ │ │ 16% │ │ │ │ │ │ │ │ │ │ │ └─────────────────────────────────────────────────────────────────────────┘ ... ┌─────────────────────┤ [!] Configure the network ├─────────────────────┐ │ │ │ Please enter the hostname for this system. │ │ │ │ The hostname is a single word that identifies your system to the │ │ network. If you don't know what your hostname should be, consult your │ │ network administrator. If you are setting up your own home network, │ │ you can make something up here. │ │ │ │ Hostname: │ │ │ │ ubu-vm-04____________________________________________________________ │ │ │ │ │ │ │ └───────────────────────────────────────────────────────────────────────┘ ... ┌───────────┤ [!!] Continue installation remotely using SSH ├───────────┐ │ │ │ You need to set a password for remote access to the Debian installer. │ │ A malicious or unqualified user with access to the installer can have │ │ disastrous results, so you should take care to choose a password that │ │ is not easy to guess. It should not be a word found in the │ │ dictionary, or a word that could be easily associated with you, like │ │ your middle name. │ │ │ │ This password is used only by the Debian installer, and will be │ │ discarded once you finish the installation. │ │ │ │ Remote installation password: │ │ │ │ *********____________________________________________________________ │ │ │ │ [ ] Show Password in Clear │ │ │ │ │ │ │ └───────────────────────────────────────────────────────────────────────┘ ... ┌──────────┤ [!] Continue installation remotely using SSH ├───────────┐ │ │ │ Please enter the same remote installation password again to verify │ │ that you have typed it correctly. │ │ │ │ Re-enter password to verify: │ │ │ │ *********__________________________________________________________ │ │ │ │ [ ] Show Password in Clear │ │ │ │ │ │ │ └─────────────────────────────────────────────────────────────────────┘ ... ┌───────────┤ [!!] Continue installation remotely using SSH ├───────────┐ │ │ │ Start SSH │ │ To continue the installation, please use an SSH client to connect to │ │ the IP address 192.168.122.129 fe80::5054:ff:fe30:7a86 and log in as │ │ the "installer" user. For example: │ │ │ │ ssh installer@192.168.122.129 │ │ │ │ The fingerprint of this SSH server's host key is: │ │ SHA256:XIb3rzZ1Z95IsvxwJXwrgcHVjPcYbPkwZ5aTUrRxsik │ │ │ │ Please check this carefully against the fingerprint reported by your │ │ SSH client. │ │ │ │ │ │ │ └───────────────────────────────────────────────────────────────────────┘ ... ┌───────────────────────┤ [!!] Select a language ├────────────────────────┐ │ │ │ Choose the language to be used for the installation process. The │ │ selected language will also be the default language for the installed │ │ system. │ │ │ │ Language: │ │ │ │ C │ │ C.UTF-8 ▒ │ │ Catalan │ │ Basque ▒ │ │ Danish ▒ │ │ Dutch ▒ │ │ English ▒ │ │ Finnish ▒ │ │ French │ │ │ │ │ │ │ └─────────────────────────────────────────────────────────────────────────┘ ... ┌──────────────────────┤ [!!] Select your location ├──────────────────────┐ │ │ │ The selected location will be used to set your time zone and also for │ │ example to help select the system locale. Normally this should be the │ │ country where you live. │ │ │ │ This is a shortlist of locations based on the language you selected. │ │ Choose "other" if your location is not listed. │ │ │ │ Country, territory or area: │ │ │ │ Philippines │ │ Seychelles ▒ │ │ Singapore ▒ │ │ South Africa │ │ United Kingdom ▒ │ │ United States │ │ │ │ │ │ │ └─────────────────────────────────────────────────────────────────────────┘ ... ┌──────────────┤ [!] Choose a mirror of the Ubuntu archive ├──────────────┐ │ │ │ The goal is to find a mirror of the Ubuntu archive that is close to │ │ you on the network -- be aware that nearby countries, or even your │ │ own, may not be the best choice. │ │ │ │ Ubuntu archive mirror country: │ │ │ │ Turkey │ │ Turkmenistan ▒ │ │ Turks and Caicos Islands ▒ │ │ Tuvalu ▒ │ │ Uganda ▒ │ │ Ukraine ▒ │ │ United Arab Emirates │ │ United Kingdom ▒ │ │ United States │ │ │ │ │ │ │ └─────────────────────────────────────────────────────────────────────────┘ ... ┌──────────────┤ [!] Choose a mirror of the Ubuntu archive ├──────────────┐ │ │ │ Please select an Ubuntu archive mirror. You should use a mirror in │ │ your country or region if you do not know which mirror has the best │ │ Internet connection to you. │ │ │ │ Usually, .archive.ubuntu.com is a good choice. │ │ │ │ Ubuntu archive mirror: │ │ │ │ us.ports.ubuntu.com │ │ │ │ │ │ │ └─────────────────────────────────────────────────────────────────────────┘ ... ┌────────────┤ [!] Choose a mirror of the Ubuntu archive ├────────────┐ │ │ │ If you need to use a HTTP proxy to access the outside world, enter │ │ the proxy information here. Otherwise, leave this blank. │ │ │ │ The proxy information should be given in the standard form of │ │ "http://[[user][:pass]@]host[:port]/". │ │ │ │ HTTP proxy information (blank for none): │ │ │ │ ___________________________________________________________________ │ │ │ │ │ │ │ └─────────────────────────────────────────────────────────────────────┘ ... ┌────────────────────┤ Loading additional components ├────────────────────┐ │ │ │ 10% │ │ │ │ Retrieving e2fsprogs-udeb │ │ │ └─────────────────────────────────────────────────────────────────────────┘ ... ┌──────────────────┤ [!!] Set up users and passwords ├──────────────────┐ │ │ │ A user account will be created for you to use instead of the root │ │ account for non-administrative activities. │ │ │ │ Please enter the real name of this user. This information will be │ │ used for instance as default origin for emails sent by this user as │ │ well as any program which displays or uses the user's real name. Your │ │ full name is a reasonable choice. │ │ │ │ Full name for the new user: │ │ │ │ ubuntu_______________________________________________________________ │ │ │ │ │ │ │ └───────────────────────────────────────────────────────────────────────┘ ... ┌──────────────────┤ [!!] Set up users and passwords ├──────────────────┐ │ │ │ Select a username for the new account. Your first name is a │ │ reasonable choice. The username should start with a lower-case │ │ letter, which can be followed by any combination of numbers and more │ │ lower-case letters. │ │ │ │ Username for your account: │ │ │ │ ubuntu_______________________________________________________________ │ │ │ │ │ │ │ └───────────────────────────────────────────────────────────────────────┘ ... ┌───────────────┤ [!!] Set up users and passwords ├───────────────┐ │ │ │ A good password will contain a mixture of letters, numbers and │ │ punctuation and should be changed at regular intervals. │ │ │ │ Choose a password for the new user: │ │ │ │ ********_______________________________________________________ │ │ │ │ [ ] Show Password in Clear │ │ │ │ │ │ │ └─────────────────────────────────────────────────────────────────┘ ... ┌──────────────────┤ [!!] Set up users and passwords ├──────────────────┐ │ │ │ Please enter the same user password again to verify you have typed it │ │ correctly. │ │ │ │ Re-enter password to verify: │ │ │ │ ********_____________________________________________________________ │ │ │ │ [ ] Show Password in Clear │ │ │ │ │ │ │ └───────────────────────────────────────────────────────────────────────┘ ... ┌───────────────────────┤ [!] Configure the clock ├───────────────────────┐ │ │ │ If the desired time zone is not listed, then please go back to the │ │ step "Choose language" and select a country that uses the desired │ │ time zone (the country where you live or are located). │ │ │ │ Select your time zone: │ │ │ │ Eastern │ │ Central │ │ Mountain │ │ Pacific │ │ Alaska │ │ Hawaii │ │ Arizona │ │ East Indiana │ │ Samoa │ │ │ │ │ │ │ └─────────────────────────────────────────────────────────────────────────┘ ... ┌────────────────────────┤ [!!] Partition disks ├─────────────────────────┐ │ │ │ The installer can guide you through partitioning a disk (using │ │ different standard schemes) or, if you prefer, you can do it │ │ manually. With guided partitioning you will still have a chance later │ │ to review and customise the results. │ │ │ │ If you choose guided partitioning for an entire disk, you will next │ │ be asked which disk should be used. │ │ │ │ Partitioning method: │ │ │ │ Guided - use entire disk │ │ Guided - use entire disk and set up LVM │ │ Guided - use entire disk and set up encrypted LVM │ │ Manual │ │ │ │ │ │ │ └─────────────────────────────────────────────────────────────────────────┘ ... ┌────────────────────────┤ [!!] Partition disks ├─────────────────────────┐ │ │ │ Note that all data on the disk you select will be erased, but not │ │ before you have confirmed that you really want to make the changes. │ │ │ │ Select disk to partition: │ │ │ │ Virtual disk 1 (vda) - 5.4 GB Virtio Block Device │ │ │ │ │ │ │ └─────────────────────────────────────────────────────────────────────────┘ ... ┌───────────────────────┤ [!!] Partition disks ├───────────────────────┐ │ │ │ If you continue, the changes listed below will be written to the │ │ disks. Otherwise, you will be able to make further changes manually. │ │ │ │ The partition tables of the following devices are changed: │ │ Virtual disk 1 (vda) │ │ │ │ The following partitions are going to be formatted: │ │ partition #1 of Virtual disk 1 (vda) as ext4 │ │ │ │ Write the changes to disks? │ │ │ │ │ │ │ └──────────────────────────────────────────────────────────────────────┘ ... ┌─────────────────────┤ Installing the base system ├──────────────────────┐ │ │ │ 47% │ │ │ │ Unpacking the base system... │ │ │ └─────────────────────────────────────────────────────────────────────────┘ ... ┌───────────────────────────┤ Configuring apt ├───────────────────────────┐ │ │ │ 33% │ │ │ │ Retrieving file 48 of 51 │ │ │ │ │ │ │ └─────────────────────────────────────────────────────────────────────────┘ ... ┌───────────────────────┤ [!] Configuring tasksel ├───────────────────────┐ │ │ │ Applying updates on a frequent basis is an important part of keeping │ │ your system secure. │ │ │ │ By default, updates need to be applied manually using package │ │ management tools. Alternatively, you can choose to have this system │ │ automatically download and install security updates, or you can │ │ choose to manage this system over the web as part of a group of │ │ systems using Canonical's Landscape service. │ │ │ │ How do you want to manage upgrades on this system? │ │ │ │ No automatic updates │ │ Install security updates automatically │ │ Manage system with Landscape │ │ │ └─────────────────────────────────────────────────────────────────────────┘ ... ┌─────────────────────┤ Select and install software ├─────────────────────┐ │ │ │ 14% │ │ │ │ Retrieving file 4 of 4 │ │ │ └─────────────────────────────────────────────────────────────────────────┘ ... ┌───────────────────────┤ [!] Software selection ├────────────────────────┐ │ │ │ At the moment, only the core of the system is installed. To tune the │ │ system to your needs, you can choose to install one or more of the │ │ following predefined collections of software. │ │ │ │ Choose software to install: │ │ │ │ [ ] Large selection of font packages │ │ [ ] 2D/3D creation and editing suite ▒ │ │ [ ] Photograph touchup and editing suite ▒ │ │ [ ] Publishing applications ▒ │ │ [ ] Video creation and editing suite ▒ │ │ [ ] Xubuntu minimal installation ▒ │ │ [ ] Xubuntu desktop ▒ │ │ [*] OpenSSH server │ │ [*] Basic Ubuntu server │ │ │ │ │ │ │ └─────────────────────────────────────────────────────────────────────────┘ ... ┌─────────────────────┤ Select and install software ├─────────────────────┐ │ │ │ 15% │ │ │ │ Please wait... │ │ │ └─────────────────────────────────────────────────────────────────────────┘ ... ┌─────────────────────┤ Finishing the installation ├──────────────────────┐ │ │ │ 27% │ │ │ │ Running update-initramfs... │ │ │ └─────────────────────────────────────────────────────────────────────────┘ ... ┌───────────────────┤ [!!] Finish the installation ├────────────────────┐ │ │ ┌│ Installation complete │ ││ Installation is complete, so it is time to boot into your new system. │ ││ Make sure to remove the installation media (CD-ROM, floppies), so │ ││ that you boot into the new system rather than restarting the │ ││ installation. │ ││ │ └│ │ │ │ └───────────────────────────────────────────────────────────────────────┘ ... ┌─────────────────────┤ Finishing the installation ├──────────────────────┐ │ │ │ 95% │ │ │ The system is going down NOW!ystem... │ Sent SIGTERM to all processes │ Sent SIGKILL to all processes───────────────────────────────────────────────┘ Requesting system reboot Domain creation completed. Restarting guest. Connected to domain ubu-vm-04 Escape character is ^] [ 0.417531] Linux version 5.0.0-11-generic (buildd@bos02-s390x-018) (gcc version 8.3.0 (Ubuntu 8.3.0-6ubuntu1)) #12-Ubuntu SMP Thu Apr 11 16:40:23 UTC 2019 (Ubuntu 5.0.0-11.12-generic 5.0.6) [ 0.417533] setup.289988: Linux is running under KVM in 64-bit mode [ 0.417547] setup.b050d0: The maximum memory size is 1024MB [ 0.417550] setup.dae2e8: Reserving 196MB of memory at 828MB for crashkernel (System RAM: 828MB) [ 0.417584] numa.196305: NUMA mode: plain [ 0.417663] cpu.33a262: 2 configured CPUs, 0 standby CPUs [ 0.417791] Write protected kernel read-only data: 10760k [ 0.417829] Zone ranges: [ 0.417830] DMA [mem 0x0000000000000000-0x000000007fffffff] [ 0.417832] Normal empty [ 0.417833] Movable zone start for each node [ 0.417834] Early memory node ranges [ 0.417835] node 0: [mem 0x0000000000000000-0x000000003fffffff] [ 0.417836] Initmem setup node 0 [mem 0x0000000000000000-0x000000003fffffff] [ 0.430391] percpu: Embedded 25 pages/cpu @(____ptrval____) s62208 r8192 d32000 u102400 [ 0.430414] Built 1 zonelists, mobility grouping on. Total pages: 258048 [ 0.430415] Policy zone: DMA [ 0.430416] Kernel command line: root=UUID=de3e291a-f66d-46fa-b8f0-345ff177a949 crashkernel=196M [ 0.458933] Memory: 800004K/1048576K available (8328K kernel code, 1106K rwdata, 2428K rodata, 1012K init, 776K bss, 248572K reserved, 0K cma-reserved) [ 0.458939] random: get_random_u64 called from kmem_cache_open+0x4c/0x4e8 with crng_init=0 [ 0.459125] SLUB: HWalign=256, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.459127] ftrace: allocating 27998 entries in 110 pages [ 0.483178] rcu: Hierarchical RCU implementation. [ 0.483180] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.483181] Tasks RCU enabled. [ 0.483182] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. [ 0.483183] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2 [ 0.485291] NR_IRQS: 3, nr_irqs: 3, preallocated irqs: 3 [ 0.485333] clocksource: tod: mask: 0xffffffffffffffff max_cycles: 0x3b0a9be803b0a9, max_idle_ns: 1805497147909793 ns [ 0.485356] Console: colour dummy device 80x25 [ 0.485449] printk: console [ttyS1] enabled [ 0.485522] pid_max: default: 32768 minimum: 301 [ 0.485559] LSM: Security Framework initializing [ 0.485564] Yama: becoming mindful. [ 0.485586] AppArmor: AppArmor initialized [ 0.486294] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.486643] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.486668] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.486682] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.487243] rcu: Hierarchical SRCU implementation. [ 0.487489] smp: Bringing up secondary CPUs ... [ 0.487911] smp: Brought up 1 node, 2 CPUs [ 0.488306] devtmpfs: initialized [ 0.488547] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.488558] futex hash table entries: 512 (order: 5, 131072 bytes) [ 0.488848] NET: Registered protocol family 16 [ 0.488878] audit: initializing netlink subsys (disabled) [ 0.488944] audit: type=2000 audit(1555592404.133:1): state=initialized audit_enabled=0 res=1 [ 0.489010] Spectre V2 mitigation: execute trampolines [ 0.490228] HugeTLB registered 1.00 MiB page size, pre-allocated 0 pages [ 0.490674] SCSI subsystem initialized [ 0.491020] NetLabel: Initializing [ 0.491021] NetLabel: domain hash size = 128 [ 0.491022] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.491034] NetLabel: unlabeled traffic allowed by default [ 0.521143] VFS: Disk quotas dquot_6.6.0 [ 0.521161] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.521294] AppArmor: AppArmor Filesystem Enabled [ 0.523613] NET: Registered protocol family 2 [ 0.523896] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes) [ 0.523913] TCP established hash table entries: 8192 (order: 4, 65536 bytes) [ 0.523966] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 0.524046] TCP: Hash tables configured (established 8192 bind 8192) [ 0.524142] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 0.524155] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 0.524198] NET: Registered protocol family 1 [ 0.524209] NET: Registered protocol family 44 [ 0.524261] Unpacking initramfs... [ 0.635437] random: fast init done [ 0.798877] Freeing initrd memory: 16840K [ 0.799306] kvm-s390.0287fc: SIE not available [ 0.799329] hypfs.7f5705: The hardware system does not support hypfs [ 0.799338] hypfs.7a79f0: Initialization of hypfs failed with rc=-61 [ 0.799714] Initialise system trusted keyrings [ 0.799725] Key type blacklist registered [ 0.799807] workingset: timestamp_bits=42 max_order=18 bucket_order=0 [ 0.801481] zbud: loaded [ 0.802047] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.802280] fuse init (API version 7.28) [ 0.830113] Key type asymmetric registered [ 0.830118] Asymmetric key parser 'x509' registered [ 0.830137] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250) [ 0.830220] io scheduler mq-deadline registered [ 0.830446] hvc_iucv.691dff: The z/VM IUCV HVC device driver cannot be used without z/VM [ 0.832133] loop: module loaded [ 0.832187] tun: Universal TUN/TAP device driver, 1.6 [ 0.832282] device-mapper: uevent: version 1.0.3 [ 0.832335] device-mapper: ioctl: 4.39.0-ioctl (2018-04-03) initialised: dm-devel@redhat.com [ 0.832387] cio.b5d5f6: Channel measurement facility initialized using format extended (mode autodetected) [ 0.832533] sclp_sd.ef2911: Store Data request failed (eq=2, di=3, response=0x40f0, flags=0x00, status=0, rc=-5) [ 0.832789] NET: Registered protocol family 10 [ 0.838933] Segment Routing with IPv6 [ 0.838956] NET: Registered protocol family 17 [ 0.839031] Key type dns_resolver registered [ 0.839135] registered taskstats version 1 [ 0.839142] Loading compiled-in X.509 certificates [ 0.840923] Loaded X.509 cert 'Build time autogenerated kernel key: 5a2b97db08c205a458011c0a32b557ada9774031' [ 0.840945] zswap: loaded using pool lzo/zbud [ 0.844857] Key type big_key registered [ 0.844864] Key type trusted registered [ 0.847239] Key type encrypted registered [ 0.847244] AppArmor: AppArmor sha1 policy hashing enabled [ 0.847251] ima: No TPM chip found, activating TPM-bypass! [ 0.847255] ima: Allocated hash algorithm: sha1 [ 0.847266] No architecture policies found [ 0.847277] evm: Initialising EVM extended attributes: [ 0.847278] evm: security.selinux [ 0.847280] evm: security.SMACK64 [ 0.847281] evm: security.SMACK64EXEC [ 0.847282] evm: security.SMACK64TRANSMUTE [ 0.847283] evm: security.SMACK64MMAP [ 0.847283] evm: security.apparmor [ 0.847284] evm: security.ima [ 0.847286] evm: security.capability [ 0.847287] evm: HMAC attrs: 0x1 [ 0.847893] Freeing unused kernel memory: 1012K [ 0.905584] Write protected read-only-after-init data: 84k [ 0.905590] Run /init as init process Loading, please wait... Starting version 240 [ 0.916351] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 0.916726] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 0.916733] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 0.956573] virtio_blk virtio1: [vda] 10485760 512-byte logical blocks (5.37 GB/5.00 GiB) [ 0.960045] scsi host0: Virtio SCSI HBA [ 0.960992] vda: vda1 [ 0.961050] scsi 0:0:0:0: CD-ROM QEMU QEMU CD-ROM 2.5+ PQ: 0 ANSI: 5 [ 0.990608] virtio_net virtio2 enc1: renamed from eth0 [ 1.009779] sr 0:0:0:0: Power-on or device reset occurred [ 1.009919] sr 0:0:0:0: [sr0] scsi3-mmc drive: 16x/50x cd/rw xa/form2 cdda tray [ 1.009921] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 1.010282] sr 0:0:0:0: Attached scsi generic sg0 type 5 Begin: Starting firmware auto-configuration ... done. Begin: Loading essential drivers ... [ 2.435347] raid6: vx128x8 gen() 20041 MB/s [ 2.555351] raid6: vx128x8 xor() 11231 MB/s [ 2.555356] raid6: using algorithm vx128x8 gen() 20041 MB/s [ 2.555358] raid6: .... xor() 11231 MB/s, rmw enabled [ 2.555359] raid6: using s390xc recovery algorithm [ 2.556748] xor: automatically using best checksumming function xc done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 2.609526] Btrfs loaded, crc32c=crc32c-vx Scanning for Btrfs filesystems done. Begin: Will now check root file system ... fsck from util-linux 2.33.1 [/sbin/fsck.ext4 (1) -- /dev/vda1] fsck.ext4 -a -C0 /dev/vda1 /dev/vda1: recovering journal /dev/vda1: clean, 61541/327680 files, 462339/1310208 blocks done. [ 2.648686] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 2.748506] systemd[1]: systemd 240 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid) [ 2.749149] systemd[1]: Detected virtualization kvm. [ 2.749153] systemd[1]: Detected architecture s390x. Welcome to Ubuntu Disco Dingo (development branch)! [ 2.752545] systemd[1]: Set hostname to . [ 2.798193] systemd[374]: /usr/lib/systemd/system-generators/s390-cpi-vars failed with exit status 1. [ 2.850828] systemd[1]: Listening on udev Kernel Socket. [ OK ] Listening on udev Kernel Socket. [ 2.851937] systemd[1]: Created slice system-serial\x2dgetty.slice. [ OK ] Created slice system-serial\x2dgetty.slice. [ 2.852107] systemd[1]: Listening on fsck to fsckd communication Socket. [ OK ] Listening on fsck to fsckd communication Socket. [ 2.852250] systemd[1]: Listening on initctl Compatibility Named Pipe. [ OK ] Listening on initctl Compatibility Named Pipe. [ 2.852413] systemd[1]: Listening on Journal Socket (/dev/log). [ OK ] Listening on Journal Socket (/dev/log). [ OK ] Listening on Journal Audit Socket. [ OK ] Listening on Device-mapper event daemon FIFOs. [ OK ] Listening on LVM2 poll daemon socket. [ OK ] Listening on Syslog Socket. [ OK ] Listening on LVM2 metadata daemon socket. [ OK ] Created slice User and Session Slice. [ OK ] Reached target User and Group Name Lookups. [ OK ] Reached target Slices. [ OK ] Listening on udev Control Socket. [ OK ] Set up automount Arbitrary…s File System Automount Point. [ OK ] Started Forward Password R…uests to Wall Directory Watch. [ OK ] Listening on Journal Socket. Mounting Huge Pages File System... Mounting POSIX Message Queue File System... Starting Load Kernel Modules... Mounting Kernel Debug File System... Starting Monitoring of LVM…meventd or progress polling... Starting Journal Service... Starting Remount Root and Kernel File Systems... Starting Set the console keyboard layout... Starting Uncomplicated firewall... Starting udev Coldplug all Devices... [ 2.874378] Loading iSCSI transport class v2.0-870. Starting Create list of re…odes for the current kernel... [ OK ] Mounted Huge Pages File System. [ 2.878617] EXT4-fs (vda1): re-mounted. Opts: errors=remount-ro [ OK ] Mounted POSIX Message Queue File System. [ OK ] Mounted Kernel Debug File System. [ OK ] Started Remount Root and Kernel File Systems. [ OK ] Started Uncomplicated firewall. [ OK ] Started Create list of req… nodes for the current kernel. [ 2.896317] iscsi: registered transport (tcp) Starting Create System Users... Activating swap /swapfile... Starting Load/Save Random Seed... [ OK ] Started Journal Service. [ OK ] Started Load/Save Random Seed. Starting Flush Journal to Persistent Storage... [ 2.935430] systemd-journald[406]: Received request to flush runtime journal from PID 1 [ 2.943203] Adding 239696k swap on /swapfile. Priority:-2 extents:1 across:239696k FS [ OK ] Activated swap /swapfile. [ OK ] Reached target Swap. [ OK ] Started udev Coldplug all Devices. Starting udev Wait for Complete Device Initialization... [ OK ] Started Create System Users. Starting Create Static Device Nodes in /dev... [ OK ] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [ 2.971435] iscsi: registered transport (iser) [ OK ] Started Load Kernel Modules. Starting Apply Kernel Variables... Mounting FUSE Control File System... Mounting Kernel Configuration File System... [ OK ] Mounted Kernel Configuration File System. [ OK ] Mounted FUSE Control File System. [ OK ] Started udev Kernel Device Manager. [ OK ] Started Set the console keyboard layout. [ OK ] Started Apply Kernel Variables. Starting Network Service... [ OK ] Started Dispatch Password …ts to Console Directory Watch. [ OK ] Reached target Local Encrypted Volumes. [ OK ] Started Flush Journal to Persistent Storage. [ OK ] Started Network Service. Starting Wait for Network to be Configured... [ OK ] Found device /dev/ttysclp0. [ OK ] Started udev Wait for Complete Device Initialization. Starting Device-Mapper Multipath Device Controller... [ OK ] Started Device-Mapper Multipath Device Controller. [ OK ] Started LVM2 metadata daemon. [ OK ] Started Monitoring of LVM2… dmeventd or progress polling. [ OK ] Reached target Local File Systems (Pre). [ OK ] Reached target Local File Systems. Starting Apply Control Program Identification (CPI)... Starting Create final runt…dir for shutdown pivot root... Starting Create Volatile Files and Directories... Starting Load AppArmor profiles... Starting Tell Plymouth To Write Out Runtime Data... Starting Set console font and keymap... [ OK ] Started Create final runtime dir for shutdown pivot root. [ OK ] Started Create Volatile Files and Directories. Starting Update UTMP about System Boot/Shutdown... Starting Network Name Resolution... Starting Network Time Synchronization... [ OK ] Started Tell Plymouth To Write Out Runtime Data. [ OK ] Started Set console font and keymap. [ OK ] Started Apply Control Program Identification (CPI). [ OK ] Started Update UTMP about System Boot/Shutdown. [ OK ] Started Network Name Resolution. [ OK ] Reached target Host and Network Name Lookups. [ OK ] Reached target Network. [ OK ] Started Network Time Synchronization. [ OK ] Reached target System Time Synchronized. [ OK ] Started Load AppArmor profiles. [ OK ] Reached target System Initialization. [ OK ] Reached target Paths. [ OK ] Listening on Open-iSCSI iscsid Socket. [ OK ] Started Daily apt download activities. [ OK ] Started Daily man-db regeneration. [ OK ] Listening on D-Bus System Message Bus Socket. [ OK ] Started Daily Cleanup of Temporary Directories. Starting Socket activation for snappy daemon. [ OK ] Started Discard unused blocks once a week. [ OK ] Started Daily apt upgrade and clean activities. [ OK ] Listening on UUID daemon activation socket. [ OK ] Started Daily rotation of log files. [ OK ] Started Message of the Day. [ OK ] Reached target Timers. [ OK ] Listening on Socket activation for snappy daemon. [ OK ] Reached target Sockets. [ OK ] Reached target Basic System. Starting Dispatcher daemon for systemd-networkd... [ OK ] Started D-Bus System Message Bus. [ OK ] Started Regular background program processing daemon. Starting Accounts Service... [ OK ] Started Save initial kernel messages after boot. Starting Login Service... Starting System Logging Service... [ OK ] Started irqbalance daemon. Starting Configure dump on panic for System z... Starting Snappy daemon... [ OK ] Started System Logging Service. [ OK ] Started Configure dump on panic for System z. [ OK ] Started Login Service. [ OK ] Started Unattended Upgrades Shutdown. [ OK ] Started Accounts Service. [ OK ] Started Dispatcher daemon for systemd-networkd. [ OK ] Started Snappy daemon. Starting Wait until snapd is fully seeded... [ OK ] Started Wait for Network to be Configured. [ OK ] Reached target Network is Online. Starting Availability of block devices... [ OK ] Reached target Remote File Systems (Pre). [ OK ] Reached target Remote File Systems. Starting LSB: automatic crash report generation... Starting Permit User Sessions... Starting Deferred execution scheduler... Starting Pollinate to seed…udo random number generator... Starting Hostname Service... [ OK ] Started Availability of block devices. [ OK ] Started Permit User Sessions. [ OK ] Started Deferred execution scheduler. Starting Hold until boot process finishes up... Starting Terminate Plymouth Boot Screen... [ OK ] Started Hold until boot process finishes up. [ OK ] Started LSB: automatic crash report generation. [ OK ] Started Terminate Plymouth Boot Screen. [ OK ] Started Serial Getty on ttysclp0. Starting Set console scheme... [ OK ] Started Set console scheme. [ OK ] Created slice system-getty.slice. [ OK ] Started Getty on tty1. [ OK ] Reached target Login Prompts. [ OK ] Started Hostname Service. [ OK ] Started Pollinate to seed …seudo random number generator. Starting OpenBSD Secure Shell server... [ OK ] Started OpenBSD Secure Shell server. [ OK ] Started Wait until snapd is fully seeded. [ OK ] Reached target Multi-User System. [ OK ] Reached target Graphical Interface. Starting Update UTMP about System Runlevel Changes... [ OK ] Started Update UTMP about System Runlevel Changes. Ubuntu Disco Dingo (development branch) ubu-vm-04 ttysclp0 ubu-vm-04 login: ubuntu Password: Welcome to Ubuntu Disco Dingo (development branch) (GNU/Linux 5.0.0-11-generic s390x) * Documentation: https://help.ubuntu.com * Management: https://landscape.canonical.com * Support: https://ubuntu.com/advantage System information as of Thu Apr 18 09:00:20 EDT 2019 System load: 0.0 Processes: 97 Usage of /: 33.6% of 4.86GB Users logged in: 0 Memory usage: 16% IP address for enc1: 192.168.122.129 Swap usage: 0% 0 updates can be installed immediately. 0 of these updates are security updates. The programs included with the Ubuntu system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. To run a command as administrator (user "root"), use "sudo ". See "man sudo_root" for details. ubuntu@ubu-vm-04:~$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu Disco Dingo (development branch) Release: 19.04 Codename: disco ubuntu@ubu-vm-04:~$ exit logout Ubuntu Disco Dingo (development branch) ubu-vm-04 ttysclp0 ubu-vm-04 login: $ virsh list --all Id Name State ---------------------------- 4 ubu-vm-04 running - ubu-vm-02 shut off - ubu-vm-03 shut off $ virsh destroy ubu-vm-04 Domain ubu-vm-04 destroyed $ virsh list --all Id Name State ---------------------------- - ubu-vm-02 shut off - ubu-vm-03 shut off - ubu-vm-04 shut off $ _________________________ $ sudo qemu-img create -f qcow2 /var/lib/libvirt/images/ubu-vm-05.qcow2 5G Formatting '/var/lib/libvirt/images/ubu-vm-05.qcow2', fmt=qcow2 size=5368709120 cluster_size=65536 lazy_refcounts=off refcount_bits=16 $ qemu-img info /var/lib/libvirt/images/ubu-vm-05.qcow2 image: /var/lib/libvirt/images/ubu-vm-05.qcow2 file format: qcow2 virtual size: 5.0G (5368709120 bytes) disk size: 196K cluster_size: 65536 Format specific information: compat: 1.1 lazy refcounts: false refcount bits: 16 corrupt: false $ $ sudo virt-install --name ubu-vm-05 --disk path=/var/lib/libvirt/images/ubu-vm-05.qcow2,size=5,bus=virtio,format=qcow2 --memory=1000 --location http://ports.ubuntu.com/ubuntu-ports/dists/disco/main/installer-s390x WARNING Did not find 'console=ttyS0' in --extra-args, which is likely required to see text install output from the guest. Starting install... Retrieving file kernel.ubuntu... | 4.2 MB 00:00 Retrieving file initrd.ubuntu... | 12 MB 00:00 Connected to domain ubu-vm-05 Escape character is ^] [ 0.416006] Linux version 5.0.0-11-generic (buildd@bos02-s390x-018) (gcc version 8.3.0 (Ubuntu 8.3.0-6ubuntu1)) #12-Ubuntu SMP Thu Apr 11 16:40:23 UTC 2019 (Ubuntu 5.0.0-11.12-generic 5.0.6) [ 0.416009] setup.289988: Linux is running under KVM in 64-bit mode [ 0.416013] setup.b050d0: The maximum memory size is 1000MB [ 0.416045] numa.196305: NUMA mode: plain [ 0.416125] cpu.33a262: 1 configured CPUs, 0 standby CPUs [ 0.416258] Write protected kernel read-only data: 10760k [ 0.416294] Zone ranges: [ 0.416295] DMA [mem 0x0000000000000000-0x000000007fffffff] [ 0.416297] Normal empty [ 0.416298] Movable zone start for each node [ 0.416299] Early memory node ranges [ 0.416300] node 0: [mem 0x0000000000000000-0x000000003e7fffff] [ 0.416302] Initmem setup node 0 [mem 0x0000000000000000-0x000000003e7fffff] [ 0.428803] percpu: Embedded 25 pages/cpu @(____ptrval____) s62208 r8192 d32000 u102400 [ 0.428824] Built 1 zonelists, mobility grouping on. Total pages: 252000 [ 0.428824] Policy zone: DMA [ 0.428826] Kernel command line: [ 0.463453] Memory: 980316K/1024000K available (8328K kernel code, 1106K rwdata, 2428K rodata, 1012K init, 776K bss, 43684K reserved, 0K cma-reserved) [ 0.463459] random: get_random_u64 called from kmem_cache_open+0x4c/0x4e8 with crng_init=0 [ 0.463632] SLUB: HWalign=256, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.463634] ftrace: allocating 27998 entries in 110 pages [ 0.488021] rcu: Hierarchical RCU implementation. [ 0.488023] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.488024] Tasks RCU enabled. [ 0.488025] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. [ 0.488026] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1 [ 0.490156] NR_IRQS: 3, nr_irqs: 3, preallocated irqs: 3 [ 0.490204] clocksource: tod: mask: 0xffffffffffffffff max_cycles: 0x3b0a9be803b0a9, max_idle_ns: 1805497147909793 ns [ 0.490226] Console: colour dummy device 80x25 [ 0.490321] printk: console [ttyS1] enabled [ 0.490405] pid_max: default: 32768 minimum: 301 [ 0.490439] LSM: Security Framework initializing [ 0.490446] Yama: becoming mindful. [ 0.490470] AppArmor: AppArmor initialized [ 0.491212] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.491558] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.491580] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.491594] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.492159] rcu: Hierarchical SRCU implementation. [ 0.492385] smp: Bringing up secondary CPUs ... [ 0.492387] smp: Brought up 1 node, 1 CPU [ 0.492598] devtmpfs: initialized [ 0.492803] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.492811] futex hash table entries: 256 (order: 4, 65536 bytes) [ 0.493053] NET: Registered protocol family 16 [ 0.493079] audit: initializing netlink subsys (disabled) [ 0.493169] Spectre V2 mitigation: execute trampolines [ 0.494158] audit: type=2000 audit(1555592789.874:1): state=initialized audit_enabled=0 res=1 [ 0.494249] HugeTLB registered 1.00 MiB page size, pre-allocated 0 pages [ 0.494611] SCSI subsystem initialized [ 0.494845] NetLabel: Initializing [ 0.494846] NetLabel: domain hash size = 128 [ 0.494847] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.494860] NetLabel: unlabeled traffic allowed by default [ 0.525364] VFS: Disk quotas dquot_6.6.0 [ 0.525387] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.525528] AppArmor: AppArmor Filesystem Enabled [ 0.526764] NET: Registered protocol family 2 [ 0.526912] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes) [ 0.526929] TCP established hash table entries: 8192 (order: 4, 65536 bytes) [ 0.527132] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 0.527221] TCP: Hash tables configured (established 8192 bind 8192) [ 0.527319] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 0.527335] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 0.527389] NET: Registered protocol family 1 [ 0.527395] NET: Registered protocol family 44 [ 0.527431] Unpacking initramfs... [ 0.729700] Freeing initrd memory: 12756K [ 0.730032] kvm-s390.0287fc: SIE not available [ 0.730056] hypfs.7f5705: The hardware system does not support hypfs [ 0.730064] hypfs.7a79f0: Initialization of hypfs failed with rc=-61 [ 0.730433] Initialise system trusted keyrings [ 0.730446] Key type blacklist registered [ 0.730482] workingset: timestamp_bits=42 max_order=18 bucket_order=0 [ 0.732122] zbud: loaded [ 0.732572] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.732721] fuse init (API version 7.28) [ 0.799759] Key type asymmetric registered [ 0.799764] Asymmetric key parser 'x509' registered [ 0.799785] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250) [ 0.799811] io scheduler mq-deadline registered [ 0.799966] hvc_iucv.691dff: The z/VM IUCV HVC device driver cannot be used without z/VM [ 0.802242] loop: module loaded [ 0.802297] tun: Universal TUN/TAP device driver, 1.6 [ 0.802396] device-mapper: uevent: version 1.0.3 [ 0.802444] device-mapper: ioctl: 4.39.0-ioctl (2018-04-03) initialised: dm-devel@redhat.com [ 0.802471] cio.b5d5f6: Channel measurement facility initialized using format extended (mode autodetected) [ 0.802581] sclp_sd.ef2911: Store Data request failed (eq=2, di=3, response=0x40f0, flags=0x00, status=0, rc=-5) [ 0.802799] NET: Registered protocol family 10 [ 0.814263] Segment Routing with IPv6 [ 0.814287] NET: Registered protocol family 17 [ 0.814308] Key type dns_resolver registered [ 0.814391] registered taskstats version 1 [ 0.814401] Loading compiled-in X.509 certificates [ 0.816834] Loaded X.509 cert 'Build time autogenerated kernel key: 5a2b97db08c205a458011c0a32b557ada9774031' [ 0.816849] zswap: loaded using pool lzo/zbud [ 0.826411] Key type big_key registered ┌─────────────────────┤ [!] Configure the network ├─────────────────────┐ │ │ │ Networking can be configured either by entering all the information │ │ manually, or by using DHCP (or a variety of IPv6-specific methods) to │ │ detect network settings automatically. If you choose to use │ │ autoconfiguration and the installer is unable to get a working │ │ configuration from the network, you will be given the opportunity to │ │ configure the network manually. │ │ │ │ Auto-configure networking? │ │ │ │ │ │ │ └───────────────────────────────────────────────────────────────────────┘ ... Domain installation still in progress. You can reconnect to │ the console to complete the installation process.──────────────────────────┘ $ $ virsh list --all Id Name State ---------------------------- 5 ubu-vm-05 running - ubu-vm-02 shut off - ubu-vm-03 shut off - ubu-vm-04 shut off $ virsh destroy ubu-vm-05 Domain ubu-vm-05 destroyed $ virsh list --all Id Name State ---------------------------- - ubu-vm-02 shut off - ubu-vm-03 shut off - ubu-vm-04 shut off - ubu-vm-05 shut off $