qemu-stable
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-stable] need help in qemu,


From: zap
Subject: [Qemu-stable] need help in qemu,
Date: Wed, 30 May 2018 00:29:11 +0000

Does anyone know the command for adding usb flash drives when you boot a
guest os with qemu?


This is what I have so far,

I need to know how to do this arch and debian.

/usr/bin/qemu-system-x86_64 \
    -monitor stdio \
    -soundhw ac97 \
    -k es \
    -machine accel=kvm \
    -m 1024 \
    -cdrom ~/.aqemu/mylinux.iso \
    -hda ~/.aqemu/mylinux.img \
    -boot once=d,menu=off \

    -net nic,vlan=0 \
    -net user,vlan=0 \
    -rtc base=localtime \
    -name "mylinuxdistro"

This above command loads the os but the flash drives are not connected
when it boots. Also, it says vlan is deprecated... which I know not how
to put something more effective in the command.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]