On Thu, May 12, 2016 at 05:56:09PM -0400, Steve Litt wrote:
> On Thu, 12 May 2016 16:29:56 -0400
> Steve Litt <sl...@troubleshooters.com> wrote:
> 
> 
> > I started this install last night, and it's still not finished. I've
> > installed Gentoo and Funtoo faster.
> 
> There's something weird going on. It finally installed, I booted the
> image, and it's behaving like I don't have enable_kvm, which I do:
> 
> ======================================================
> #!/bin/sh
> 
> qemu-system-x86_64  -m 4096 -hda devuan.img -boot c -ctrl-grab \
>  -cdrom /scratch/linuxinst/devuan/devuan_jessie_1.0.0-beta_amd64_DVD.iso
>  -vga std  -enable-kvm \
> -netdev user,id=mynet0  -device e1000,netdev=mynet0

I doubt this is the problem, but:

I don't know the option syntax for qemu, but it's conventional for 
options that are letters to be introduced by one hyphen, and for 
options that are identified by words to be introduced by two,

If qemu follows  that convention (and it may not) you'd have to write 
something like

> qemu-system-x86_64  -m 4096 --hda devuan.img --boot c --ctrl-grab \

and so forth.

-- hendrik

> 
> # -show-cursor
> 
> 
> #-netdev user,id=mynet0          -device e1000,netdev=mynet0         
> # -netdev tap,id=mynet0 -device e1000,netdev=mynet0
> 
> #/scratch/linuxinst/sysrescuecd/systemrescuecd-x86-4.3.0.iso
> 
> #lubuntu-15.04-desktop-amd64.iso
> 
> # -show-cursor
> 
> ======================================================
> 
> The preceding script shows how I ran it.
> 
> I'm going to use that exact script, with Ubuntu 14.04, to see if I get
> the same turtle slowness. This should identify any problems I have with
> the script I ran it with.
> 
> SteveT
> 
> Steve Litt 
> May 2016 featured book: Rapid Learning for the 21st Century
> http://www.troubleshooters.com/rl21
> _______________________________________________
> Dng mailing list
> Dng@lists.dyne.org
> https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
_______________________________________________
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng

Reply via email to