You are not logged in.

#1 2012-02-02 07:39:02

sanjuchopra
Member
From: Gurgaon,INDIA
Registered: 2010-08-01
Posts: 33

Qemu command not found..

I installed qemu to check that my usb is bootable or not.But when i used the command 
qemu -usb /dev/sdb1 to boot

i got the messge command not found.When i checked the   /usr/bin directory qemu was not there but other qemu related executable were there.How to resolve it ?? shoud i use  other command instead of qemu.

Last edited by sanjuchopra (2012-02-02 08:26:10)

Offline

#2 2012-02-02 08:07:46

broken pipe
Member
Registered: 2010-12-10
Posts: 238

Re: Qemu command not found..

qemu not Qemu

Offline

#3 2012-02-02 08:25:52

sanjuchopra
Member
From: Gurgaon,INDIA
Registered: 2010-08-01
Posts: 33

Re: Qemu command not found..

sorry for my mistake but i used   qemu not Qemu.

Last edited by sanjuchopra (2012-02-02 08:26:30)

Offline

#4 2012-02-02 10:58:13

broken pipe
Member
Registered: 2010-12-10
Posts: 238

Re: Qemu command not found..

'which qemu' should tell you the path to the binary --> /usr/bin/qemu

maybe you have to relogin.

Offline

#5 2012-02-02 11:02:19

sanjuchopra
Member
From: Gurgaon,INDIA
Registered: 2010-08-01
Posts: 33

Re: Qemu command not found..

that i don't know which qemu i have to use to boot usb device.
I have checked the wiki page for qemu nothing is given there about booting flash drives.

Offline

#6 2012-02-02 11:20:32

broken pipe
Member
Registered: 2010-12-10
Posts: 238

Re: Qemu command not found..

here you go:  qemu -hda /dev/sdc -boot c

/dev/sdc is my flash drive

Offline

#7 2012-02-02 13:23:49

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: Qemu command not found..

qemu only exists in the qemu-kvm package now. This was a conscious decision made by upstream: http://wiki.qemu.org/ChangeLog/1.0

Offline

#8 2012-02-02 15:42:38

firecat53
Member
From: Lake Stevens, WA, USA
Registered: 2007-05-14
Posts: 1,542
Website

Re: Qemu command not found..

The command on our systems with the regular 'qemu' package is "qemu-system-x86_64" (or i-386)

Scott

(note: "pacman -Ql qemu | grep bin"  will sometimes help find the right executable)

Last edited by firecat53 (2012-02-02 15:43:40)

Offline

#9 2012-02-04 15:48:58

Kooothor
Member
From: Paname
Registered: 2008-08-02
Posts: 226

Re: Qemu command not found..

falconindy wrote:

qemu only exists in the qemu-kvm package now. This was a conscious decision made by upstream: http://wiki.qemu.org/ChangeLog/1.0

firecat53 wrote:

The command on our systems with the regular 'qemu' package is "qemu-system-x86_64" (or i-386)

Thanks guys ! big_smile


ktr

Offline

Board footer

Powered by FluxBB