Windows wont start in Virtual Box

Discussions related to using VirtualBox on Linux hosts.
Post Reply
TonyFlury
Posts: 2
Joined: 12. Jul 2008, 00:49

Windows wont start in Virtual Box

Post by TonyFlury »

I have a windows XP VM defined hosted under Ubuntu 8.0.4.

I created the disk vdmk file using :

Code: Select all

VBoxManage internalcommands createrawvmdk -filename /share/MsWinXP.vmdk -rawdisk /dev/sda -relative -register
so the vdmk file contains an entire virtualisation of my HD (including both windows and linux partitions).

When i start the VM - i get the expected GRUB menu (with both linux and WIndows listed), just as i get when i boot the PC.

When i select Windows the screen goes blank and then nothing happens - windows does not start at all.

my VM.log (at the point it hangs) from this virtual machine is as follows :
(yes i do have CD-ROM disabled - just to make sure it wasn't that causing the problems).

Code: Select all

00:00:05.460 Guest Log: BIOS: Boot from CD-ROM failed
00:00:05.461 Guest Log: BIOS: Booting from Hard Disk...
00:00:05.464 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=0000000000000000 w=720 h=400 bpp=0 cbLine=0x0
00:00:05.466 PIIX3 ATA: Ctl#0: RESET, DevSel=0 AIOIf=0 CmdIf0=0x20 (-1 usec ago) CmdIf1=0x00 (-1 usec ago)
00:00:05.466 PIIX3 ATA: Ctl#0: finished processing RESET
00:00:05.638 PIIX3 ATA: Ctl#0: RESET, DevSel=0 AIOIf=0 CmdIf0=0x20 (-1 usec ago) CmdIf1=0x00 (-1 usec ago)
00:00:05.638 PIIX3 ATA: Ctl#0: finished processing RESET
00:00:05.653 Guest Log: BIOS: int13_harddisk: function 41, unmapped device for ELDL=81
00:00:05.653 Guest Log: BIOS: int13_harddisk: function 08, unmapped device for ELDL=81
00:00:08.845 Guest Log: BIOS: int13_harddisk: function 15, unmapped device for ELDL=81

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 »

If it's your normal hardware install of XP you try to boot in your VM now, you might have severe hardware issues. Boot into Windows normally, create a second hardware profile and when you boot Windows in the VM, select the new profile. If it asks for anything, create a new, empty profile.
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.
TonyFlury
Posts: 2
Joined: 12. Jul 2008, 00:49

Post by TonyFlury »

Brilliant - thanks - it was hardware profiles

Windows now seems to be starting - albeit slowly - although i only have 1Mb of RAM in total.

Thanks again for your help
Post Reply