Re: [Qemu-devel] Win95 Image does not boot, how can I debug where I am getting stuck

2005-10-13 Thread Leah Cunningham
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,

Re: [Qemu-devel] Win95 Image does not boot, how can I debug where I am getting stuck

2005-10-12 Thread Leah Cunningham
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

Re: [Qemu-devel] Win95 Image does not boot, how can I debug where I am getting stuck

2005-10-12 Thread Henrik Nordstrom
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

Re: [Qemu-devel] Win95 Image does not boot, how can I debug where I am getting stuck

2005-10-12 Thread Mike Swanson
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

Re: [Qemu-devel] Win95 Image does not boot, how can I debug where I am getting stuck

2005-10-11 Thread octane indice
> 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

Re: [Qemu-devel] Win95 Image does not boot, how can I debug where I am getting stuck

2005-10-11 Thread Wesley Parish
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

[Qemu-devel] Win95 Image does not boot, how can I debug where I am getting stuck

2005-10-11 Thread Leah Cunningham
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