qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Problems with win2000 - qemu CVS version
@ 2005-07-05  3:01 Emmanuel Nicolas Millan
  2005-07-05  4:53 ` Darryl Dixon
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Emmanuel Nicolas Millan @ 2005-07-05  3:01 UTC (permalink / raw)
  To: qemu-devel

Hi everyone, 

I'm having problems installing win2000 in a linux host, the problem is
already known, the disk fills up really quickly.
First I try qemu 0.7.0 and apply the patch win2k-disk-full-fix... but
it didn't work..
I download the cvs version 0.7.1 ( - Windows 2000 install disk full
hack - original idea from VladimirN. Oleynik - extracted FROM THE
ChangeLog) and I'm still having the same problem.....
I try this two configurations with and without kqemu.

Does anyone have an idea of where I'm making a mistake??? or this is a
still known problem and the patch is not working??

Thanks (Sorry for my English)

-- 
*****************************
       Emmanuel N. Millan
  Disfrutando Slackware 10.1
*****************************

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

* Re: [Qemu-devel] Problems with win2000 - qemu CVS version
  2005-07-05  3:01 Emmanuel Nicolas Millan
@ 2005-07-05  4:53 ` Darryl Dixon
  2005-07-05  5:25 ` Lonnie Mendez
  2005-07-12  8:50 ` vaise
  2 siblings, 0 replies; 7+ messages in thread
From: Darryl Dixon @ 2005-07-05  4:53 UTC (permalink / raw)
  To: qemu-devel, Emmanuel Nicolas Millan

Keep rebooting the virtual machine until it works.

(no, really).

D


On Tue, 2005-07-05 at 00:01 -0300, Emmanuel Nicolas Millan wrote:
> Hi everyone, 
> 
> I'm having problems installing win2000 in a linux host, the problem is
> already known, the disk fills up really quickly.
> First I try qemu 0.7.0 and apply the patch win2k-disk-full-fix... but
> it didn't work..
> I download the cvs version 0.7.1 ( - Windows 2000 install disk full
> hack - original idea from VladimirN. Oleynik - extracted FROM THE
> ChangeLog) and I'm still having the same problem.....
> I try this two configurations with and without kqemu.
> 
> Does anyone have an idea of where I'm making a mistake??? or this is a
> still known problem and the patch is not working??
> 
> Thanks (Sorry for my English)
> 
-- 
Darryl Dixon <esrever_otua@pythonhacker.is-a-geek.net>

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

* Re: [Qemu-devel] Problems with win2000 - qemu CVS version
  2005-07-05  3:01 Emmanuel Nicolas Millan
  2005-07-05  4:53 ` Darryl Dixon
@ 2005-07-05  5:25 ` Lonnie Mendez
  2005-07-12  8:50 ` vaise
  2 siblings, 0 replies; 7+ messages in thread
From: Lonnie Mendez @ 2005-07-05  5:25 UTC (permalink / raw)
  To: qemu-devel, Emmanuel Nicolas Millan

On Monday 04 July 2005 22:01, Emmanuel Nicolas Millan wrote:
> Hi everyone, 
> 
> I'm having problems installing win2000 in a linux host, the problem is
> already known, the disk fills up really quickly.
> First I try qemu 0.7.0 and apply the patch win2k-disk-full-fix... but
> it didn't work..
> I download the cvs version 0.7.1 ( - Windows 2000 install disk full
> hack - original idea from VladimirN. Oleynik - extracted FROM THE
> ChangeLog) and I'm still having the same problem.....
> I try this two configurations with and without kqemu.
> 
> Does anyone have an idea of where I'm making a mistake??? or this is a
> still known problem and the patch is not working??
> 
> Thanks (Sorry for my English)
> 

	Hello.  Are you running qemu with -win2k-hack during win2k install?  qemu 
prints this in help:

-win2k-hack     use it when installing Windows 2000 to avoid a disk full bug

  After running that argument with a successful install, you shouldn't need to 
use it again.

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

* Re: [Qemu-devel] Problems with win2000 - qemu CVS version
@ 2005-07-05  8:04 Juergen Keil
  0 siblings, 0 replies; 7+ messages in thread
From: Juergen Keil @ 2005-07-05  8:04 UTC (permalink / raw)
  To: emmanueln, qemu-devel


> I'm having problems installing win2000 in a linux host, the problem is
> already known, the disk fills up really quickly.
> First I try qemu 0.7.0 and apply the patch win2k-disk-full-fix... but
> it didn't work..
> I download the cvs version 0.7.1 ( - Windows 2000 install disk full
> hack - original idea from VladimirN. Oleynik - extracted FROM THE
> ChangeLog) and I'm still having the same problem.....
> I try this two configurations with and without kqemu.

I don't think you're making a mistake.  Last time I checked it, the
"disk full" issue with the w2k installation was still present, when
using the -win2k-hack qemu option.  I made the test on a Solaris x86 host.

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

* [Qemu-devel] Problems with win2000 - qemu CVS version
@ 2005-07-05 23:23 Emmanuel Nicolas Millan
  0 siblings, 0 replies; 7+ messages in thread
From: Emmanuel Nicolas Millan @ 2005-07-05 23:23 UTC (permalink / raw)
  To: qemu-devel

>  Hello.  Are you running qemu with -win2k-hack during win2k install?  qemu
>prints this in help:
>
>-win2k-hack     use it when installing Windows 2000 to avoid a disk full bug
>
> After running that argument with a successful install, you shouldn't need to
>use it again.

Hi.... thanks all for the quick answer.... this was my problem.... I
wasn't using the -win2k-hack option... (really stupid, next time I
will carefully read all the docs.... I usually do ;-) ). Thanks
Lonnie...

Thanks all, Bye.


-- 
****************************
       Emmanuel N. Millan
  Disfrutando Slackware 10.1
****************************

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

* Re: [Qemu-devel] Problems with win2000 - qemu CVS version
  2005-07-05  3:01 Emmanuel Nicolas Millan
  2005-07-05  4:53 ` Darryl Dixon
  2005-07-05  5:25 ` Lonnie Mendez
@ 2005-07-12  8:50 ` vaise
  2005-07-14 10:29   ` Hetz Ben Hamo
  2 siblings, 1 reply; 7+ messages in thread
From: vaise @ 2005-07-12  8:50 UTC (permalink / raw)
  To: Emmanuel Nicolas Millan, qemu-devel

On Tuesday 05 July 2005 05:01, Emmanuel Nicolas Millan wrote:
> I'm having problems installing win2000 in a linux host, the problem is
> already known, the disk fills up really quickly.
I used a 4Gb image disk, instead of 2 GB, and it worked for me. Lucky ?
-- 
Dsant, fourmilierement

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

* Re: [Qemu-devel] Problems with win2000 - qemu CVS version
  2005-07-12  8:50 ` vaise
@ 2005-07-14 10:29   ` Hetz Ben Hamo
  0 siblings, 0 replies; 7+ messages in thread
From: Hetz Ben Hamo @ 2005-07-14 10:29 UTC (permalink / raw)
  To: qemu-devel; +Cc: Emmanuel Nicolas Millan

Please see the documentation about the parameter for installing Windows 2000.

Hetz

On 7/12/05, vaise@votreservice.com <vaise@votreservice.com> wrote:
> On Tuesday 05 July 2005 05:01, Emmanuel Nicolas Millan wrote:
> > I'm having problems installing win2000 in a linux host, the problem is
> > already known, the disk fills up really quickly.
> I used a 4Gb image disk, instead of 2 GB, and it worked for me. Lucky ?
> --
> Dsant, fourmilierement
> 
> 
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/qemu-devel
>

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

end of thread, other threads:[~2005-07-14 11:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-05 23:23 [Qemu-devel] Problems with win2000 - qemu CVS version Emmanuel Nicolas Millan
  -- strict thread matches above, loose matches on Subject: below --
2005-07-05  8:04 Juergen Keil
2005-07-05  3:01 Emmanuel Nicolas Millan
2005-07-05  4:53 ` Darryl Dixon
2005-07-05  5:25 ` Lonnie Mendez
2005-07-12  8:50 ` vaise
2005-07-14 10:29   ` Hetz Ben Hamo

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).