Final update on this. I was able to pull another disk image that is
working fine. The main difference was that I used 512k bs for the dd as
opposed to 1024k (what I had done the first time). I just thought I'd
throw that out in case anyone else ever runs into something like this.
Thanks again,
On Wed, 2005-10-12 at 07:34 +0200, octane indice wrote:
> > This probably isn't exactly the right question for a
> > development mailing
> > list, but the user-forumns did not seem to exist, so I hope
> > you will
> > forgive me or tell me where to ask a question like this.
> >
> > I have an image
On Tue, 11 Oct 2005, Leah Cunningham wrote:
This probably isn't exactly the right question for a development mailing
list, but the user-forumns did not seem to exist, so I hope you will
forgive me or tell me where to ask a question like this.
I have an image of a Window's 95 hard disk, dd'd dir
Windows 95 (along with all the NTs, 98 and Me) is also very picky
about the hardware it's being booted from. If it's not similar to the
hardware it was installed on, it may either not boot at all or have
very strange effects during operation. Try to set up a new blank
Hardware Profile (in System Pr
> This probably isn't exactly the right question for a
> development mailing
> list, but the user-forumns did not seem to exist, so I hope
> you will
> forgive me or tell me where to ask a question like this.
>
> I have an image of a Window's 95 hard disk, dd'd directly off
> the disk itself. I c
My suggestion:
dd if=/dev/fd0 bs=512 of=win95.img
when fd0 contains a Win95 boot floppy with some diagnostics. Then
qemu -boot a -fda win95.img -hda win95 &
and run the diagnostics.
That should tell you if there's an error in the image itself, perhaps in the
MBR. If it's not in the image, then
This probably isn't exactly the right question for a development mailing
list, but the user-forumns did not seem to exist, so I hope you will
forgive me or tell me where to ask a question like this.
I have an image of a Window's 95 hard disk, dd'd directly off the disk
itself. I can mount the ima