public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] qemu command line
@ 2004-12-05 16:04 Francisco Ares
  2004-12-05 16:54 ` John Drouhard
  0 siblings, 1 reply; 4+ messages in thread
From: Francisco Ares @ 2004-12-05 16:04 UTC (permalink / raw
  To: gentoo-user

Hi, All

Reading the qemu man page, i guess that I'm doing things right, but 
that's not what qemu thinks ;-)

I've created a 4G file like this:

dd if=/dev/zero of=qemu.hd bs=1024 count=4194304

and now I wish to install a Windoze98 in that fake hard disk like this:

qemu-i386 -boot d -cdrom /dev/dvd -m 128 -fda /dev/fd0 -hda qemu.hd

When i do this it gives me the help screen.

Am I missing something else?

Thanks
Francisco

-- 
+---------+--------------------------------------------------+
|   .^.   | Francisco J. A. Ares                             |
|   /V\   | e-mail: frares@terra.com.br                      |
|  /(.)\  | Linux Registered: User #174415 & Machine #166861 |
|   ^-^   | Powered by Gentoo-Linux         2.6.7-gentoo-r14 |
+---------+--------------------------------------------------+



--
gentoo-user@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] qemu command line
  2004-12-05 16:04 [gentoo-user] qemu command line Francisco Ares
@ 2004-12-05 16:54 ` John Drouhard
  2004-12-05 17:41   ` Francisco Ares
  0 siblings, 1 reply; 4+ messages in thread
From: John Drouhard @ 2004-12-05 16:54 UTC (permalink / raw
  To: gentoo-user

On Sun, 2004-12-05 at 14:04 -0200, Francisco Ares wrote:
> Hi, All
> 
> Reading the qemu man page, i guess that I'm doing things right, but 
> that's not what qemu thinks ;-)
> 
> I've created a 4G file like this:
> 
> dd if=/dev/zero of=qemu.hd bs=1024 count=4194304
> 
> and now I wish to install a Windoze98 in that fake hard disk like this:
> 
> qemu-i386 -boot d -cdrom /dev/dvd -m 128 -fda /dev/fd0 -hda qemu.hd

You need to run the command qemu, not qemu-i386. If that binary does not
exist, then you need to recompile qemu with the "softmmu" USE flag
turned on.

John


--
gentoo-user@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] qemu command line
  2004-12-05 16:54 ` John Drouhard
@ 2004-12-05 17:41   ` Francisco Ares
  2004-12-05 19:14     ` Francisco Ares
  0 siblings, 1 reply; 4+ messages in thread
From: Francisco Ares @ 2004-12-05 17:41 UTC (permalink / raw
  To: gentoo-user

John Drouhard wrote:

>On Sun, 2004-12-05 at 14:04 -0200, Francisco Ares wrote:
>  
>
>>Hi, All
>>
>>Reading the qemu man page, i guess that I'm doing things right, but 
>>that's not what qemu thinks ;-)
>>
>>I've created a 4G file like this:
>>
>>dd if=/dev/zero of=qemu.hd bs=1024 count=4194304
>>
>>and now I wish to install a Windoze98 in that fake hard disk like this:
>>
>>qemu-i386 -boot d -cdrom /dev/dvd -m 128 -fda /dev/fd0 -hda qemu.hd
>>    
>>
>
>You need to run the command qemu, not qemu-i386. If that binary does not
>exist, then you need to recompile qemu with the "softmmu" USE flag
>turned on.
>
>John
>
>
>  
>
I guess that's the point.  Funny thing this is not its default.  Gonna 
try it and let you know the result.

Thanks
Francisco

--
gentoo-user@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] qemu command line
  2004-12-05 17:41   ` Francisco Ares
@ 2004-12-05 19:14     ` Francisco Ares
  0 siblings, 0 replies; 4+ messages in thread
From: Francisco Ares @ 2004-12-05 19:14 UTC (permalink / raw
  To: gentoo-user

Francisco Ares wrote:

> John Drouhard wrote:
>
>> On Sun, 2004-12-05 at 14:04 -0200, Francisco Ares wrote:
>>  
>>
>>> Hi, All
>>>
>>> Reading the qemu man page, i guess that I'm doing things right, but 
>>> that's not what qemu thinks ;-)
>>>
>>> I've created a 4G file like this:
>>>
>>> dd if=/dev/zero of=qemu.hd bs=1024 count=4194304
>>>
>>> and now I wish to install a Windoze98 in that fake hard disk like this:
>>>
>>> qemu-i386 -boot d -cdrom /dev/dvd -m 128 -fda /dev/fd0 -hda qemu.hd
>>>   
>>
>>
>> You need to run the command qemu, not qemu-i386. If that binary does not
>> exist, then you need to recompile qemu with the "softmmu" USE flag
>> turned on.
>>
>> John
>>
>>
>>  
>>
> I guess that's the point.  Funny thing this is not its default.  Gonna 
> try it and let you know the result.
>
> Thanks
> Francisco
>
And that was really the point, now it is working.

Thanks John.
Francisco


--
gentoo-user@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-12-05 19:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-05 16:04 [gentoo-user] qemu command line Francisco Ares
2004-12-05 16:54 ` John Drouhard
2004-12-05 17:41   ` Francisco Ares
2004-12-05 19:14     ` Francisco Ares

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox