cloning Windows 98 1.5.4 to 1.6 doesnt work

Discussions related to using VirtualBox on Linux hosts.
Post Reply
jakatak
Posts: 8
Joined: 14. May 2008, 14:14
Location: France

cloning Windows 98 1.5.4 to 1.6 doesnt work

Post 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 ?
lpaque
Posts: 4
Joined: 24. Aug 2008, 21:48

FATAL : INT18 : boot failure

Post 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?
Sasquatch
Volunteer
Posts: 17798
Joined: 17. Mar 2008, 13:41
Primary OS: Debian other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows XP, Windows 7, Linux
Location: /dev/random

Post 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.
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org

Retired from this Forum since OSSO introduction.
chumpster
Posts: 16
Joined: 23. Aug 2008, 18:02

Post 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
chumpster
Posts: 16
Joined: 23. Aug 2008, 18:02

Post by chumpster »

btw... I'm not cloning from a previous version (VB 1.5 etc.) but from a VMDK
TerryE
Volunteer
Posts: 3572
Joined: 28. May 2008, 08:40
Primary OS: Ubuntu other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Ubuntu 10.04 & 11.10, both Svr&Wstn, Debian, CentOS
Contact:

Post 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?
Read the Forum Posting Guide
Google your Q site:VirtualBox.org or search for the answer before posting.
lpaque
Posts: 4
Joined: 24. Aug 2008, 21:48

Post 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!
TerryE
Volunteer
Posts: 3572
Joined: 28. May 2008, 08:40
Primary OS: Ubuntu other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Ubuntu 10.04 & 11.10, both Svr&Wstn, Debian, CentOS
Contact:

Post 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:
Read the Forum Posting Guide
Google your Q site:VirtualBox.org or search for the answer before posting.
Post Reply