On Mon, 16 Feb 2015 19:41:52 +0100 Svante Signell <[email protected]> wrote:
> On Sun, 2015-02-15 at 02:52 +0000, KatolaZ wrote: > > Hi guys, > > > > a few simple steps to have Devuan-pre-alpha-valentine installed and > > running on qemu: > > > > 0)# wget > > "http://mirror.debianfork.org/devuan-jessie-i386-xfce-prealpha-valentine.iso" > > > > 1)$ apt-get install qemu-kvm > > > > 2)$ qemu-img create devuan_disk 5G > > (creates a 5G qemu disk image for devuan) > > > > 3)$ qemu-system-x86_64 -cdrom > > devuan-jessie-i386-xfce-prealpha-valentine.iso -hda devuan_disk > > -boot d -net nic -net user -m 256 -localtime & (installs Devuan on > > the qemu disk image) > > > > 4)$ qemu-system-x86_64 -hda devuan_disk -boot c -net nic -net user > > -m 256 -localtime & (boots the system) > > > > Just two words: IT WORKS :) > > Hi, it is a little slow without hardware acceleration: -enable-kvm is > the solution here if you have recent Intel/AMD CPUs. Ohhhhh, *that's* why it was so slow. Cool, let me try it again, using -enable-kvm. Thank you Svante! SteveT Steve Litt * http://www.troubleshooters.com/ Troubleshooting Training * Human Performance _______________________________________________ Dng mailing list [email protected] https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
