LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   qemu problem (https://www.linuxquestions.org/questions/slackware-14/qemu-problem-653769/)

afreitascs 07-05-2008 01:20 PM

qemu problem
 
I use Slack 12.1 ...

Windows 2k in qemu ...

In console

Quote:

antonio@coringa:/mnt/antonio$ qemu -cdrom /dev/cdrw -boot d -m 200 win2k.qcow
Warning: No DNS servers found <--- when no connected in net
qemu: could not open disk image win2k.qcow <--- Why?
antonio@coringa:/mnt/antonio$
Why ???

my fstab

Quote:

dev/cdrw /mnt/cdrw auto noauto,owner,ro 0 0
dev/dvd /mnt/dvd auto noauto,owner,ro 0 0
Up ,i do use qemu-0.9.1-i486-1alien.tgz ( first install )

========================================

When i do use qemu-0.9.1.tar.gz , in console

Quote:

antonio@coringa:/usr/programas/qemu-0.9.1$ ./configure
WARNING: "gcc" looks like gcc 4.x
Looking for gcc 3.x
gcc 3.x not found!
QEMU is known to have problems when compiled with gcc 4.x
It is recommended that you use gcc 3.x to build QEMU
To use this compiler anyway, configure with --disable-gcc-check
antonio@coringa:/usr/programas/qemu-0.9.1$
!!!???

thank you
afreitascs

ps: my english is bad ....

amani 07-06-2008 11:26 AM

You must mount the cdrom first. Your image file must be accessible to qemu ?

While configuring qemu from source, why don't you use the recommended option? Or install gcc-3.3 as well and compile with that.

#./configure --help

Also install qtqemu or pyqemu

JoeDuncan 07-06-2008 07:08 PM

Did you create the win2k.qcow image file, is it in your current directory (i.e. /mnt/antonio) and do you have read write access to it?

afreitascs 07-06-2008 10:51 PM

amani

Quote:

You must mount the cdrom first.
I do!!

Quote:

Your image file must be accessible to qemu ?
I know ...
Quote:

While configuring qemu from source, why don't you use the recommended option? Or install gcc-3.3 as well and compile with that.
In moment i am use qemu-0.9.1-i486-1alien.tgz ...
=============================
JoeDuncan

Quote:

Did you create the win2k.qcow image file ...
Yes

Quote:

do you have read write access to it?
Yes

Thanks ,I am grateful :-)

afreitascs

afreitascs 07-07-2008 11:03 PM

my fstab
Quote:

/dev/cdrw /mnt/cdrw auto noauto,user,ro 0 0
/dev/dvd /mnt/dvd auto noauto,user,ro 0 0
$qemu -cdrom /dev/cdrw w2k.qcow -m 256 -boot d --------> (work fine !)

$qemu -cdrom /dev/cdrw -boot d -m 256 win2k.qcow ---------> (no work !) !!!


$man qemu

SYNOPSIS
usage: qemu [options] [disk_image]


???

regards

afreitascs


All times are GMT -5. The time now is 07:58 AM.