qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] qemu 0.6.6 - problems with Mandrake 10.0 again
@ 2004-07-11 14:35 Konrad Karpieszuk
  2004-07-11 15:20 ` Joe Menola
  0 siblings, 1 reply; 6+ messages in thread
From: Konrad Karpieszuk @ 2004-07-11 14:35 UTC (permalink / raw)
  To: qemu-devel

hello,

i have qemu 0.6.6 and i want to emulate installation of Mandrake 10.0 
Official.

I put cd into cdrom drive,

i create at my desktop dysk.img file (dd of=dysk.img...) - i do it to 
prepare place where qemu should install mdk

at console i make:

su
qemu -cdrom /mnt/cdrom/images/boot.iso -hda 
/home/konrad/Desktop/dysk.img -boot d

OK, installation start. At first screen i push Enter and choose option 
"CDROM install".

After few seconds i see command "Trying to acces CDROM (QEMU CDROM)" (or 
something like that) and after this i see:

"That CDROM disk does not seem to be a Mandrake Linux Instalation CDROM. 
Retry with another disk? Yes/No/Back".

But i`m sure that it is instalation disk. What should i do?

-- 
pozdrawiam
|<onrad Karpieszuk
www.Karpieszuk.prv.pl

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

* Re: [Qemu-devel] qemu 0.6.6 - problems with Mandrake 10.0 again
  2004-07-11 14:35 [Qemu-devel] qemu 0.6.6 - problems with Mandrake 10.0 again Konrad Karpieszuk
@ 2004-07-11 15:20 ` Joe Menola
  2004-07-11 15:43   ` J. Mayer
  2004-07-11 16:09   ` Konrad Karpieszuk
  0 siblings, 2 replies; 6+ messages in thread
From: Joe Menola @ 2004-07-11 15:20 UTC (permalink / raw)
  To: qemu-devel

Had the same problem with MDK10 doing a normal install. For some strange 
reason booting with CD2 and choosing cdrom-install then replacing CD2 with 
CD1 when prompted made things work.

-jm
On Sun July 11 2004 9:35 am, Konrad Karpieszuk wrote:
> hello,
>
> i have qemu 0.6.6 and i want to emulate installation of Mandrake 10.0
> Official.
>
> I put cd into cdrom drive,
>
> i create at my desktop dysk.img file (dd of=dysk.img...) - i do it to
> prepare place where qemu should install mdk
>
> at console i make:
>
> su
> qemu -cdrom /mnt/cdrom/images/boot.iso -hda
> /home/konrad/Desktop/dysk.img -boot d
>
> OK, installation start. At first screen i push Enter and choose option
> "CDROM install".
>
> After few seconds i see command "Trying to acces CDROM (QEMU CDROM)" (or
> something like that) and after this i see:
>
> "That CDROM disk does not seem to be a Mandrake Linux Instalation CDROM.
> Retry with another disk? Yes/No/Back".
>
> But i`m sure that it is instalation disk. What should i do?

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

* Re: [Qemu-devel] qemu 0.6.6 - problems with Mandrake 10.0 again
  2004-07-11 15:20 ` Joe Menola
@ 2004-07-11 15:43   ` J. Mayer
  2004-07-11 16:09   ` Konrad Karpieszuk
  1 sibling, 0 replies; 6+ messages in thread
From: J. Mayer @ 2004-07-11 15:43 UTC (permalink / raw)
  To: qemu-devel

On Sun, 2004-07-11 at 17:20, Joe Menola wrote:
> Had the same problem with MDK10 doing a normal install. For some strange 
> reason booting with CD2 and choosing cdrom-install then replacing CD2 with 
> CD1 when prompted made things work.

This is a known bug of Mandrake 10 and is not related with qemu.
I saw a lot of thread about this issue on french newsgroup those
days....

> -jm
> On Sun July 11 2004 9:35 am, Konrad Karpieszuk wrote:
> > hello,
> >
> > i have qemu 0.6.6 and i want to emulate installation of Mandrake 10.0
> > Official.
[...]
> > OK, installation start. At first screen i push Enter and choose option
> > "CDROM install".
> >
> > After few seconds i see command "Trying to acces CDROM (QEMU CDROM)" (or
> > something like that) and after this i see:
> >
> > "That CDROM disk does not seem to be a Mandrake Linux Instalation CDROM.
> > Retry with another disk? Yes/No/Back".

-- 
J. Mayer <l_indien@magic.fr>
Never organized

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

* Re: [Qemu-devel] qemu 0.6.6 - problems with Mandrake 10.0 again
  2004-07-11 15:20 ` Joe Menola
  2004-07-11 15:43   ` J. Mayer
@ 2004-07-11 16:09   ` Konrad Karpieszuk
  2004-07-11 16:15     ` Joe Menola
  1 sibling, 1 reply; 6+ messages in thread
From: Konrad Karpieszuk @ 2004-07-11 16:09 UTC (permalink / raw)
  To: qemu-devel

07/11/2004 05:20 PM | Joe Menola:
> Had the same problem with MDK10 doing a normal install. For some strange 
> reason booting with CD2 and choosing cdrom-install then replacing CD2 with 
> CD1 when prompted made things work.

OK, I have cd2, and only bootable image which i see is 
/mnt/cdrom/Boot/cdrom-changedisk.img. So i type:

qemu -cdrom /mnt/cdrom/Boot/cdrom-changedisk.img -hda 
/home/konrad/Desktop/dysk.img -boot d

and i see this screen:

http://vivamozilla.civ.pl/rozne/qemu-boot-failure.png

I have to add that i see thesame error with other images from first CD 
od MDK1. Only boot.iso from CD1 works (starts).

What to do?

-- 
pozdrawiam
|<onrad Karpieszuk
www.Karpieszuk.prv.pl

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

* Re: [Qemu-devel] qemu 0.6.6 - problems with Mandrake 10.0 again
  2004-07-11 16:09   ` Konrad Karpieszuk
@ 2004-07-11 16:15     ` Joe Menola
  2004-07-11 17:07       ` Konrad Karpieszuk
  0 siblings, 1 reply; 6+ messages in thread
From: Joe Menola @ 2004-07-11 16:15 UTC (permalink / raw)
  To: qemu-devel

On Sun July 11 2004 11:09 am, Konrad Karpieszuk wrote:
> qemu -cdrom /mnt/cdrom/Boot/cdrom-changedisk.img -hda
> /home/konrad/Desktop/dysk.img -boot d

Adjust "/dev/cdrom" if needed and try 
qemu -cdrom /dev/cdrom/ -hda /home/konrad/Desktop/dysk.img -boot d
with CD2 in your cd drive.

-jm

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

* Re: [Qemu-devel] qemu 0.6.6 - problems with Mandrake 10.0 again
  2004-07-11 16:15     ` Joe Menola
@ 2004-07-11 17:07       ` Konrad Karpieszuk
  0 siblings, 0 replies; 6+ messages in thread
From: Konrad Karpieszuk @ 2004-07-11 17:07 UTC (permalink / raw)
  To: qemu-devel

07/11/2004 06:15 PM | Joe Menola:
> Adjust "/dev/cdrom" if needed and try 
> qemu -cdrom /dev/cdrom/ -hda /home/konrad/Desktop/dysk.img -boot d
> with CD2 in your cd drive.

Perfectly! :) Thank You very much!

-- 
pozdrawiam
|<onrad Karpieszuk
www.Karpieszuk.prv.pl

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

end of thread, other threads:[~2004-07-11 17:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-11 14:35 [Qemu-devel] qemu 0.6.6 - problems with Mandrake 10.0 again Konrad Karpieszuk
2004-07-11 15:20 ` Joe Menola
2004-07-11 15:43   ` J. Mayer
2004-07-11 16:09   ` Konrad Karpieszuk
2004-07-11 16:15     ` Joe Menola
2004-07-11 17:07       ` Konrad Karpieszuk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).