poplalottery.blogg.se

Kernel-qemu
Kernel-qemu












In case of problems with timezone or locale settings do the following after the installation is completed To get the correct timezone: Note that even if you can set the country and locale, your local keyboard is not yet supported.

#Kernel qemu install

In the installer make your choice of install option: Default install (or your choice) Language: English Partition it and install the base system. Now at his point do the regular install using hd0 as your harddrive. $ qemu -m 1G -drive cache=writeback,file=hd0.img -cdrom -net nic,model=rtl8139 -net user Next you will want to start up QEMU and begin the installation process. I have set mine to 4 GiB, although you should be able to get away with less. qemu-ing -> kvm-img.įirst off you will need to create a disk image using qemu-img. Note: If you have hardware support, replace the qemu commands below with kvm, e.g. Installing Debian/Hurd with QEMU using the Debian installer Performance will be yet better if HAP (EPT or NPT) is available: $ grep ept /proc/cpuinfo If your machine supports hardware acceleration, you should really use the kvm variant of qemu, as it speeds things quite a lot. $ tar -xz System Security Enable VTx and VTdĬheck that the kvm module is loaded: $ lsmod|grep kvmĬrw-rw-+ 1 root kvm 10, 232 Mar 14 15:02 /dev/kvmĪdd yourself to the kvm group: $ adduser your_user kvm logout loginĪMD SVM (AMD-V): Enable AMD-V in the BIOS if not enabled. There is a QEMU image with Debian GNU/Hurd pre-installed available You can use the following images to give the GNU/Hurd a try. Installing Debian/Hurd with QEMU using the Debian installer.












Kernel-qemu