VMware Communities
AllenL
Contributor
Contributor

BSOD help - page_fault_in_non_paged area

Need some debugging help.

I just copied all the VM files from VMware server to a desktop. The VM was running fine under VMware server but my desktop is now more powerful with an E6600 cpu and faster HD.

I was trying to use VMware Player to start this VM up on the new system's C: drive. However I get a BSOD with the above error right after the XP screen prompt for CTRL-ALT-DEL shows up.

When I start the VM in safe mode with networking, it does not BSOD. This gives me hope that it might be a driver out of place, or maybe VMware tools?

Can anyone give me tips on how to cleanup my VM so that it can redetect properly on the new host system?

Reply
0 Kudos
4 Replies
Peter_vm
Immortal
Immortal

Post .vmx file of your guest.

Reply
0 Kudos
AllenL
Contributor
Contributor

#!/usr/bin/vmware

config.version = "8"

virtualHW.version = "3"

scsi0.present = "FALSE"

memsize = "512"

ide0:0.present = "TRUE"

ide0:0.fileName = "harddisk.vmdk"

ide1:0.present = "TRUE"

ide1:0.fileName = "auto detect"

ide1:0.deviceType = "atapi-cdrom"

floppy0.fileName = "/dev/fd0"

Ethernet0.present = "TRUE"

displayName = "Latitude"

guestOS = "winxppro"

priority.grabbed = "normal"

priority.ungrabbed = "normal"

ide1:0.autodetect = "TRUE"

floppy0.present = "FALSE"

ide0:0.redo = ""

ethernet0.addressType = "generated"

uuid.location = "56 4d fe 6c 41 e4 50 95-52 14 13 ff 4f 90 32 0d"

uuid.bios = "56 4d 85 c2 4d 6e 4e b0-52 5e 86 14 06 87 88 13"

usb.present = "TRUE"

ethernet0.generatedAddress = "00:0c:29:87:88:13"

ethernet0.generatedAddressOffset = "0"

ide1:0.startConnected = "FALSE"

tools.syncTime = "FALSE"

uuid.action = "keep"

usb.autoConnect.device0 = ""

checkpoint.vmState = ""

Reply
0 Kudos
Peter_vm
Immortal
Immortal

Is your desktop Linux OS? If not, you may verify your floppy and CD-ROM settings.

Reply
0 Kudos
AllenL
Contributor
Contributor

I took that out and I'm still getting the same BSOD.

Heres my current vmx file.

#!/usr/bin/vmware

config.version = "8"

virtualHW.version = "3"

scsi0.present = "FALSE"

memsize = "512"

ide0:0.present = "TRUE"

ide0:0.fileName = "harddisk.vmdk"

Ethernet0.present = "TRUE"

displayName = "Latitude"

guestOS = "winxppro"

priority.grabbed = "normal"

priority.ungrabbed = "normal"

ide0:0.redo = ""

ethernet0.addressType = "generated"

uuid.location = "56 4d fe 6c 41 e4 50 95-52 14 13 ff 4f 90 32 0d"

uuid.bios = "56 4d 85 c2 4d 6e 4e b0-52 5e 86 14 06 87 88 13"

usb.present = "TRUE"

ethernet0.generatedAddress = "00:0c:29:87:88:13"

ethernet0.generatedAddressOffset = "0"

checkpoint.vmState = ""

tools.syncTime = "FALSE"

Reply
0 Kudos