Re: qemu install

2020-05-18 Thread Valentin Vidić
On Mon, May 18, 2020 at 06:17:40PM +0200, Viktor Mihajlovski wrote: > I'd recommend to try virt-install, see > http://kvmonz.blogspot.com/p/knowledge-use-virt-install-for-kvm.html. > virt-install will set up the VM in a proper way. > > You will need to invoke virt-install with --arch=s390x if

Re: qemu install

2020-05-18 Thread Valentin Vidić
On Mon, May 18, 2020 at 07:31:15PM +0200, Benjamin Jakob Zimmermann wrote: > $ qemu-system-s390x -M s390-ccw-virtio -m 1G -smp 1 -enable-kvm -nographic > -device virtio-net-ccw,netdev=mynet0 -netdev tap,id=mynet0,script=qemu-ifup > -drive file=/dev/disk/by-path/ccw-0.0. -kernel

Re: qemu install

2020-05-18 Thread Benjamin Jakob Zimmermann
On 18/05/2020 18:17, Viktor Mihajlovski wrote: On 5/17/20 8:57 PM, Valentin Vidić wrote: Hi, I'm trying to install a s390x VM using qemu: $ qemu-system-s390x -machine s390-ccw-virtio -nographic \    --cdrom debian-10.4.0-s390x-netinst.iso \    -kernel boot/linux_vm -initrd boot/root.bin

Re: qemu install

2020-05-18 Thread Viktor Mihajlovski
On 5/17/20 8:57 PM, Valentin Vidić wrote: Hi, I'm trying to install a s390x VM using qemu: $ qemu-system-s390x -machine s390-ccw-virtio -nographic \ --cdrom debian-10.4.0-s390x-netinst.iso \ -kernel boot/linux_vm -initrd boot/root.bin -append init=/bin/sh but it doesn't seem to work -