public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] QEMU questions?
@ 2006-04-09 18:05 Jerry McBride
  2006-04-09 18:33 ` Andrew Frink
  2006-04-10 12:02 ` Fernando Antunes
  0 siblings, 2 replies; 6+ messages in thread
From: Jerry McBride @ 2006-04-09 18:05 UTC (permalink / raw
  To: gentoo-user, Linux tips and tricks

Hi All...

Anyone here using QEMU?

I've run into a problem that I can't iron out...

I've created an image of a winxp install disk using dd. When I run the image 
using QEMU, I get the "NTLDR no found" error... 

I'm using the current .0.8.0 version with kqemu enabled. 

Does anyone know of a fix? Google yields no answers, fixes or work a rounds...

Thank you, inn advance.

Jerry
-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] QEMU questions?
  2006-04-09 18:05 [gentoo-user] QEMU questions? Jerry McBride
@ 2006-04-09 18:33 ` Andrew Frink
  2006-04-09 19:04   ` Jerry McBride
  2006-04-10 12:02 ` Fernando Antunes
  1 sibling, 1 reply; 6+ messages in thread
From: Andrew Frink @ 2006-04-09 18:33 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 564 bytes --]

On 4/9/06, Jerry McBride <mcbrides9@comcast.net> wrote:
>
> Hi All...
>
> Anyone here using QEMU?
>
> I've run into a problem that I can't iron out...
>
> I've created an image of a winxp install disk using dd. When I run the
> image
> using QEMU, I get the "NTLDR no found" error...
>
> I'm using the current .0.8.0 version with kqemu enabled.
>
> Does anyone know of a fix? Google yields no answers, fixes or work a
> rounds...
>
> Thank you, inn advance.
>
> Jerry
> --
> gentoo-user@gentoo.org mailing list
>
> Are you using it as a disk or as a cdrom?

Cynyr

[-- Attachment #2: Type: text/html, Size: 924 bytes --]

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

* Re: [gentoo-user] QEMU questions?
  2006-04-09 18:33 ` Andrew Frink
@ 2006-04-09 19:04   ` Jerry McBride
  2006-04-10  1:11     ` Nick Rout
  0 siblings, 1 reply; 6+ messages in thread
From: Jerry McBride @ 2006-04-09 19:04 UTC (permalink / raw
  To: gentoo-user

On Sunday 09 April 2006 14:33, Andrew Frink wrote:
> On 4/9/06, Jerry McBride <mcbrides9@comcast.net> wrote:
> > Hi All...
> >
> > Anyone here using QEMU?
> >
> > I've run into a problem that I can't iron out...
> >
> > I've created an image of a winxp install disk using dd. When I run the
> > image
> > using QEMU, I get the "NTLDR no found" error...
> >
> > I'm using the current .0.8.0 version with kqemu enabled.
> >
> > Does anyone know of a fix? Google yields no answers, fixes or work a
> > rounds...
> >
> > Thank you, inn advance.
> >
> > Jerry
> > --
> > gentoo-user@gentoo.org mailing list
> >
> > Are you using it as a disk or as a cdrom?
>
> Cynyr

I tried both... as a disk it can't read the contents... as a cdrom, I get the 
"NTLDR can be found"...


Jerry
-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] QEMU questions?
  2006-04-09 19:04   ` Jerry McBride
@ 2006-04-10  1:11     ` Nick Rout
  0 siblings, 0 replies; 6+ messages in thread
From: Nick Rout @ 2006-04-10  1:11 UTC (permalink / raw
  To: gentoo-user


On Sun, 9 Apr 2006 14:04:09 -0500
Jerry McBride wrote:

> On Sunday 09 April 2006 14:33, Andrew Frink wrote:
> > On 4/9/06, Jerry McBride <mcbrides9@comcast.net> wrote:
> > > Hi All...
> > >
> > > Anyone here using QEMU?
> > >
> > > I've run into a problem that I can't iron out...
> > >
> > > I've created an image of a winxp install disk using dd. When I run the
> > > image
> > > using QEMU, I get the "NTLDR no found" error...
> > >
> > > I'm using the current .0.8.0 version with kqemu enabled.
> > >
> > > Does anyone know of a fix? Google yields no answers, fixes or work a
> > > rounds...
> > >
> > > Thank you, inn advance.
> > >
> > > Jerry
> > > --
> > > gentoo-user@gentoo.org mailing list
> > >
> > > Are you using it as a disk or as a cdrom?
> >
> > Cynyr
> 
> I tried both... as a disk it can't read the contents... as a cdrom, I get the 
> "NTLDR can be found"...
> 

Do you need to use an image? Whats wrong with the cd?

Also can you show us your command line?

> 
> Jerry
> -- 
> gentoo-user@gentoo.org mailing list

-- 
Nick Rout <nick@rout.co.nz>

-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] QEMU questions?
  2006-04-09 18:05 [gentoo-user] QEMU questions? Jerry McBride
  2006-04-09 18:33 ` Andrew Frink
@ 2006-04-10 12:02 ` Fernando Antunes
  2006-04-10 14:01   ` Andrew Frink
  1 sibling, 1 reply; 6+ messages in thread
From: Fernando Antunes @ 2006-04-10 12:02 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 620 bytes --]

Is your command line like this :

qemu -hda xxx.img -cdrom xp.iso -boot d


On 4/9/06, Jerry McBride <mcbrides9@comcast.net> wrote:
>
> Hi All...
>
> Anyone here using QEMU?
>
> I've run into a problem that I can't iron out...
>
> I've created an image of a winxp install disk using dd. When I run the
> image
> using QEMU, I get the "NTLDR no found" error...
>
> I'm using the current .0.8.0 version with kqemu enabled.
>
> Does anyone know of a fix? Google yields no answers, fixes or work a
> rounds...
>
> Thank you, inn advance.
>
> Jerry
> --
> gentoo-user@gentoo.org mailing list
>
>

[-- Attachment #2: Type: text/html, Size: 966 bytes --]

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

* Re: [gentoo-user] QEMU questions?
  2006-04-10 12:02 ` Fernando Antunes
@ 2006-04-10 14:01   ` Andrew Frink
  0 siblings, 0 replies; 6+ messages in thread
From: Andrew Frink @ 2006-04-10 14:01 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 752 bytes --]

ummm why not just use the cd in the drive?


On 4/10/06, Fernando Antunes <fs.antunes@gmail.com> wrote:
>
> Is your command line like this :
>
> qemu -hda xxx.img -cdrom xp.iso -boot d
>
>
> On 4/9/06, Jerry McBride <mcbrides9@comcast.net> wrote:
>
> > Hi All...
> >
> > Anyone here using QEMU?
> >
> > I've run into a problem that I can't iron out...
> >
> > I've created an image of a winxp install disk using dd. When I run the
> > image
> > using QEMU, I get the "NTLDR no found" error...
> >
> > I'm using the current .0.8.0 version with kqemu enabled.
> >
> > Does anyone know of a fix? Google yields no answers, fixes or work a
> > rounds...
> >
> > Thank you, inn advance.
> >
> > Jerry
> > --
> > gentoo-user@gentoo.org mailing list
> >
> >
>

[-- Attachment #2: Type: text/html, Size: 1700 bytes --]

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

end of thread, other threads:[~2006-04-10 14:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-09 18:05 [gentoo-user] QEMU questions? Jerry McBride
2006-04-09 18:33 ` Andrew Frink
2006-04-09 19:04   ` Jerry McBride
2006-04-10  1:11     ` Nick Rout
2006-04-10 12:02 ` Fernando Antunes
2006-04-10 14:01   ` Andrew Frink

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