Page 1 of 1

cloning Windows 98 1.5.4 to 1.6 doesnt work

Posted: 20. May 2008, 11:32
by jakatak
Hi,

I installed a Windows 98 virtual machine on virtualbox 1.6 it works fine.

I have to move this vdi to another computer.
I used vboxmanager clonevdi to copy the VDI file.

After that i try with an other virtualbox with the same settings

And i have the message :

FATAL : INT18 : boot failure

Any ideas ?

FATAL : INT18 : boot failure

Posted: 24. Aug 2008, 21:54
by lpaque
I also receive the FATAL : INT18 : boot failure message.

I used gparted to copy a windows vmdk to vdi.
After that I booted the VM from an XP cd and ran FIXBOOT and FIXMBR.
Now I can't get past the "FATAL : INT18 : boot failure" message.

Any luck on your Win98 situation?

Posted: 24. Aug 2008, 22:14
by Sasquatch
Did you read the Forum FAQ? Please do so. After you read it and still need help, read the Forum Posting Guide to help you framing your questions properly and give the info we need to help you.

Posted: 24. Aug 2008, 23:56
by chumpster
I also have the same problem after cloning INT18 boot failure and have tried Fixdisk/Fixmbr. I couldn't find any help in the FAQ cited.

Does anyone have any suggestions? ...thx

Posted: 24. Aug 2008, 23:58
by chumpster
btw... I'm not cloning from a previous version (VB 1.5 etc.) but from a VMDK

Posted: 25. Aug 2008, 00:53
by TerryE
I've had a look at the source code. VBox uses the MandrakeSoft BIOS written for use with QEMU. The Int18 entry point just calls a routine called int18_panic_msg which puts out the message that you saw INT18: BOOT FAILURE. This shows the vintage of your bootstrap. What the old FAT16 bootstraps used to do was first to try to boot from drive A then from the HDD partition 0, then if this failed they would call INT 18 to load the ROM BASIC system. Needless to say VBox doesn't support ROM Basic :lol:

So what is really happening is that your Win95 bootstrap isn't finding your boot partition. Just a dumb Q. You did remember to activate partition zero didn't you as well as getting its partition type correct?

Posted: 25. Aug 2008, 03:43
by lpaque
TerryE - you got it - I missed the all important step of making the partition bootable. doh!
Thank you for such a quick (and correct!) response!

Posted: 25. Aug 2008, 12:06
by TerryE
I could be smug at this point, but the truth is that I did a clone a couple of week's ago and it just wouldn't boot, so I was doing hexdumps of the MBR, etc. and going though it with a fine tooth comb, pulling my hair out (how's that for a good mixed mataphore), when the penny dropped and I realised that I had forgot to activate the boot partition!!!! Durrrr!
:lol: