Need help loading Windows XP on Imac.
-
Adamj
- Posts: 2
- Joined: 11. Feb 2010, 23:38
- Primary OS: Mac OS X Leopard
- VBox Version: OSE other
- Guest OSses: Imac
Need help loading Windows XP on Imac.
Getting Virtualbox running is fine, but trying to loads Windows is turning into a problem. I load the disc & everything is fine until it finishes loading, then asks you to 'agree' or otherwise to the terms & conditions by pressing F8. When I do this it sets off Itunes (preloaded onto the new Imac 27"). Obviously the Windows XP instructions are for a Windows machine. So how does one over-ride the F8 targeting Itunes & not allowing me to continue loading XP? Really appreciate assistance on this.
-
rpmurray
- Volunteer
- Posts: 918
- Joined: 3. Mar 2009, 00:29
- Primary OS: Mac OS X other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Windows 7, Mac OS X (various flavors)
- Location: Between Heaven and Hell
Re: Need help loading Windows XP on Imac.
One holds down the fn key while pressing the F8 key.
-
Adamj
- Posts: 2
- Joined: 11. Feb 2010, 23:38
- Primary OS: Mac OS X Leopard
- VBox Version: OSE other
- Guest OSses: Imac
Re: Need help loading Windows XP on Imac.
rpmurray, thanks for that, worked a treat.
-
scarfond
- Posts: 1
- Joined: 15. Feb 2010, 04:52
- Primary OS: Mac OS X Leopard
- VBox Version: OSE other
- Guest OSses: Windows XP
Re: Need help loading Windows XP on Imac.
Hi,
I wish I had your luck installing Windows in my VM on my Mac. Whenever I launch the VM I get "cannot read from bootable medium. SYstem Halted." I have my Windows CD ROM inserted in my computer but no "installation wizard" seems to start, contrary to what is mentioned in the VirtualBox User Manual on page 21, Par. 1,7 "Running your virtual machine". Can you please tell me how you do it?
I wish I had your luck installing Windows in my VM on my Mac. Whenever I launch the VM I get "cannot read from bootable medium. SYstem Halted." I have my Windows CD ROM inserted in my computer but no "installation wizard" seems to start, contrary to what is mentioned in the VirtualBox User Manual on page 21, Par. 1,7 "Running your virtual machine". Can you please tell me how you do it?
-
MarkCranness
- Volunteer
- Posts: 875
- Joined: 10. Oct 2009, 06:27
- Primary OS: MS Windows 7
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Windows Server 2008 R2; Ubuntu 11.04; Windows 2000 Server; Windows XP
Re: Need help loading Windows XP on Imac.
All the first run wizard does is attach a CD or DVD to the VM so that it can boot from that CD/DVD.
Most people attach the CD/DVD manually themselves, which is what I recommend you do.
See section 1.9 of the user manual, the paragraph starting: 'For now, if you have just created an empty VM...'
After you have installed the OS, go into Settings>Storage again and select the CD/DVD drive in the tree and set 'CD/DVD Device:' to 'Empty'.
If you really, really want to get the first run wizard back, you need to run a command at the command line (this was for 3.0.x, I haven't tested it for 3.1.x):... you need to specify the full path to VBoxManage, or run the command in the VirtualBox install folder.
Replace <VMName> with the name of your VM.
Most people attach the CD/DVD manually themselves, which is what I recommend you do.
See section 1.9 of the user manual, the paragraph starting: 'For now, if you have just created an empty VM...'
After you have installed the OS, go into Settings>Storage again and select the CD/DVD drive in the tree and set 'CD/DVD Device:' to 'Empty'.
If you really, really want to get the first run wizard back, you need to run a command at the command line (this was for 3.0.x, I haven't tested it for 3.1.x):
Code: Select all
VBoxManage setextradata "<VMName>" "GUI/FirstRun" yesCode: Select all
"C:\Program Files\sun\VirtualBox\VBoxManage.exe" setextradata "<VMName>" "GUI/FirstRun" yes