From 234aad63c46ee7feae3b6de6d14b8f6801beed8a Mon Sep 17 00:00:00 2001 From: MutoShack Date: Wed, 20 Mar 2019 07:36:11 +0100 Subject: Add information for KVM-deprived users --- hurd/running/debian/qemu_image.mdwn | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/hurd/running/debian/qemu_image.mdwn b/hurd/running/debian/qemu_image.mdwn index da69c7ac..36039b31 100644 --- a/hurd/running/debian/qemu_image.mdwn +++ b/hurd/running/debian/qemu_image.mdwn @@ -33,12 +33,21 @@ Usage: $ kvm -m 1G -drive cache=writeback,file=$(echo debian-hurd-*.img) -net user,hostfwd=tcp:127.0.0.1:2222-:22 - #Optionally use --curses to keep your keyboard layout. If need be modprobe kvm_amd, kvm intel and kvm to get kvm support (which is much, much faster). * Login as root (the root password is empty) * Set up a root password with passwd +Optionally you may use `--curses` to keep your keyboard layout. If need be modprobe kvm_amd, kvm intel and kvm to get kvm support (which is much, much faster). + +Note that if you do not have a command named `kvm`, you can try something across the lines of: + + $ qemu-system-i386 --enable-kvm -drive cche=writeback,file=$(echo debian-hurd-*.img) -net user,hostfwd=tcp:127.0.0.1:2222-:22 + +Or, if your machine does not allow for KVM acceleration, omit `--enable-kvm` from the command. + + + Please also read the README file: If you have troubles extracting the image, you can use -- cgit v1.2.3