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 ?
cloning Windows 98 1.5.4 to 1.6 doesnt work
FATAL : INT18 : boot failure
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?
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
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.
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.
-
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:
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 
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?
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.
Google your Q site:VirtualBox.org or search for the answer before posting.
-
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:
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!

Read the Forum Posting Guide
Google your Q site:VirtualBox.org or search for the answer before posting.
Google your Q site:VirtualBox.org or search for the answer before posting.