March 30, 2007 at 8:26 am · Filed under Hardware, Applications
Well, I finally had to retreat. I needed to work in Vista, and couldn’t do without having OS X open also, so the MacBook Pro has moved back a half step for now. I decided to create a Parallels VM for Vista, and just run it that way. I didn’t want to waste the disk space on my Boot Camp partition, so I removed it entirely.
In the same boat? It’s easy to do. Here’s what I did:
- To remove (completely) the Vista Boot Camp partition, go to:
Applications > Utilities > Boot Camp Assistant
- Select the “Restore Mac to a single partition” option (Note: this will erradicate the Vista Boot Camp partition entirely. If you have data you need to backup, do it before this step!)
- The Macintosh will reboot into its only OS now… OS X
- Launch Parallels
- If you created any Virtual Machines that didn’t work when trying to convince Parallels to honor the Vista Boot Camp partition, remove them by going to:
File > Delete… (in the Parallels Desktop menu)
- Create a new Vista Parallels VM by using the OS X Installation Assistant
File > New…
That’s it. Hopefully Parallels will support the selection of a Boot Camp partition for Vista soon.
UPDATE: I am now running a newer version of Parallels with the setup I wanted all along (read the post about that Vista Parallels setup—be sure to read the ‘UPDATE’ at the bottom).
Tags: Apple, Applications, Boot Camp, Hardware, Intel, MacBook Pro, Macintosh, Microsoft, Operating Systems, os x, Parallels Desktop, PCShare This
March 29, 2007 at 3:42 am · Filed under Hardware, Applications
I’m currently creating a Vista Sidebar Gadget, and needed to work with it on a PC to ensure my HTML was rendering correctly. All of my HTML and image files are own my Mac, and I have Parallels running Windows as a guest operating system. All I needed to do is to allow the PC guest OS to have access to the Apache web server on the OS X side.
I found a few articles on how to do this-most involve network configuration settings on both the OS X Parallels Network Adapter and on Windows. It also involves cracking open the C:\WINDOWS\system32\drivers\etc\hosts file and making an update, which is easy, but I doubt the generalist is interested in doing.
Here’s a simple, quick solution: Bonjour. I didn’t know there was Bonjour for Windows, but there is (which in retrospect makes sense with iTunes having a PC program). Here’s the drill:
- On the Parallels Windows guest OS, download and install the Bonjour for Windows client.
- On the Parallels Windows guest OS, open Internet Explorer, and enable Bonjour by clicking on the Bonjour Icon in the Toolbar (this might not be necessary-clicking it will, at the least, show a list of printers Bonjour has detected on the network in a pane on the left-hand side of IE, confirming that Bonjour is running).
- On the Macintosh, go to System Preferences > Sharing and enable Windows Sharing and Personal Web Sharing. When you enable Windows Sharing, make a note of the IP address that OS X assigns. In my case, it was 172.20.1.111
- On the Macintosh, verify your Apache Server is fine. Open a browser instance and navigate to:http://localhost/You should see the Apache web server default page (”Seeing this instead of the website you expected?”).
- On the Parallels Windows guest OS, open navigate to the IP address that OS X declared when you enabled Windows sharing in Step 3:http://172.20.1.11/If everything is clicking right, you should be seeing the same Apache web server default page you’re seeing on the Mac.
That should be it!
Tags: Apache, Apple, Applications, Bonjour for Windows, Boot Camp, Hardware, Intel, Internet Explorer, MacBook Pro, Macintosh, Microsoft, Operating Systems, os x, Parallels Desktop, PC, Sidebar Gadget, Vista, WindowsShare This