-1

I was running XP VHD images in Ubuntu with Virtualbox. But the 30 day trial is over (actually it's well over 90 days now), so XP keeps complaining of expiry and will not allow me to log on.

I tried deleting the VM files and setting up a new one from the same vhd files but it didn't work.

How can I log on to XP?

I am using Microsoft's VHD for IE testing in which the licence adding capability is disabled

1 Answers1

2

Every time you start the image, Virtualbox is "telling" the guest OS what the current time is, so that it can sync the clock.

So even if the guest OS in your backup image file is freshly installed, whenever you start it it will expire immediately if it's gone more than the trial period. In order to avoid that, you have to stop time syncing between the host and the guest OS before starting up the image.

Check this post on SU regarding how to achieve this in Virtualbox on Ubuntu.

TFM
  • 4,273