Gentoo Archives: gentoo-user

From: John Drouhard <jdrouhard@×××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] qemu command line
Date: Sun, 05 Dec 2004 16:54:45
Message-Id: 1102265663.18364.0.camel@Johnm
In Reply to: [gentoo-user] qemu command line by Francisco Ares
1 On Sun, 2004-12-05 at 14:04 -0200, Francisco Ares wrote:
2 > Hi, All
3 >
4 > Reading the qemu man page, i guess that I'm doing things right, but
5 > that's not what qemu thinks ;-)
6 >
7 > I've created a 4G file like this:
8 >
9 > dd if=/dev/zero of=qemu.hd bs=1024 count=4194304
10 >
11 > and now I wish to install a Windoze98 in that fake hard disk like this:
12 >
13 > qemu-i386 -boot d -cdrom /dev/dvd -m 128 -fda /dev/fd0 -hda qemu.hd
14
15 You need to run the command qemu, not qemu-i386. If that binary does not
16 exist, then you need to recompile qemu with the "softmmu" USE flag
17 turned on.
18
19 John
20
21
22 --
23 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] qemu command line Francisco Ares <frares@×××××××××.br>