RE: specifying virtio block device as root filesystem for Debian S390X install?

2015-11-04 Thread Kevin Kwan (Personal)
Okay, I think I figured out the gist of the problem - a) If I boot up the machine with a debian9 (daily build) kernel using the following comamnd line: qemu-system-s390x.exe -machine type=s390-ccw-virtio-2.5 -m 512 -hda linux.disk -device virtio-net-ccw,netdev=net0 -netdev user,id=net0 -k en-us -

RE: specifying virtio block device as root filesystem for Debian S390X install?

2015-11-04 Thread Philipp Kern
On 2015-11-04 05:23, Kevin Kwan (Personal) wrote: If I use the CCW version: qemu-system-s390x.exe -machine type=s390-ccw-virtio-2.5 -m 512 -hda linux.disk -device virtio-net-ccw,netdev=net0 -netdev user,id=net0 -k en-us -redir tcp:9022::22 I just use -nographic on Linux and it does the righ