Posts Tagged ‘Apple’

Installing OS X On the MSI Wind U90X Without another Mac, From a USB Stick

15 Comments »

I received my MSI Wind netbook yesterday. It is the Linux version, so the hacks using the HD install helper to install Mac OS to another partition are not good for me, and I don’t own another Mac, so I can’t restore the ISO to the USB Stick easily.

I’m planning on using it as a portable internet machine (duh), along with my iPhone and PdaNet for 3g tethering, as well as using it at home hooked to an external monitor and keyboard as a low-power desktop and torrent device.

All files listed here are available for download at the bottom of this post.

First, grab a 4gig+ USB stick and the OS X Installer ISO.

Format the USB stick using Fat32.

Boot your current Linux installation, and run this as root:****as pointed out in a comment below, this may not be necessary at all. However i find it good practice to wipe the MBR before installing an OS that wasn’t really designed to handle being installed on systems with other boot loaders than its own****

dd if=/dev/zero of=/dev/sdX bs=512 count=1

Be sure to replace the X with the proper letter for your hard drive. This will destroy the partition table and master boot record.

Then, using Leopard HD Helper version 0.3 (Google to find it, newer versions might be better) we will create the bootable OS X Install USB stick.

Run DDMac.exe

image

In the first field, browse to your previously downloaded OS X Iso.

Select the USB drive as the destination. You will get a warning about the driver, ignore it.

In my case, I unchecked boot.ini – you would leave it if you were running the tool directly on the Wind to install from another partition.

Leave the other checkboxes checked, then click Start (the only button).

Sometimes, start is grayed out. Browse to the ISO, check and uncheck a bunch of stuff and it usually becomes available. Browsing to the ISO, unchecking the “write” box (between the destination pull-down menu and the start button’), choosing the destination and checking Write again seems to be a good combination most of the time.

Once you click start, it will take around 10 minutes, and the progress bar isn’t a big help. It helps if your USB Stick has a LED, because the app does not take much CPU and you could think it has died. Be patient, grab a cup of coffee..

Once it is done, remove the USB Drive properly, and connect it to the Wind. Boot it by using the F11 menu on the Wind.

Once you get to the Select Destination screen, you  might not see your hard drive at all, only the USB stick. Go in the Utilities menu, then chose Disk Utility. From there, you should see your HD and be able to format it properly. I used only 1 partition, even though I am a fan of having my “/home” on another one, simply  because I have no OS X experience and figured one partition would be OK for now.

The install should proceed normally. Once finished, sound should already work, as well as standby, some FN keys like volume, etc.

We can now install the RTL8187SE Wifi Driver from RealTek. Simple run it, it will install the driver and the GUI to configure it (it will not be detected as a native airport device).

Once that is done, install the Ethernet Kext (Kernel Extension) file to enable Ethernet (another reboot might be required). How? Grab Paul O’Brien’s Wind driver package, and simply drag the RT1000 Kext to the Kext helper utility included in his package.

Once that was done, I ran a Software update to 10.5.6.

This killed my Keyboard, trackpad, and messed up the video driver.

I hooked up a USB keyboard and mouse, logged on, and found on the web the Vilerey Update package which contains all the Kext files you will need to reinstall to make the keyboard and trackpad work. You might have other devices not working such as the Network card, those drivers are also included..

Files:

http://files.binaryfactory.ca/windtools/

Leopard HD Helper 0.3

RTL8187SE Wifi Driver

Paul O’Brien’s package. Thanks Paul, great package, I hope you don’t mind me mirroring it here !

Vileray 10.5.6 upgrade package v2

The only other files required are an OS X Iso (I Used MSIWindOSX.ISO )


App store RSS feeds to the rescue!

No Comments »

You have probably noticed that the “New” category in the App store is..well.. not that new.

Pinchmedia has started aggregating info from the app store to compile it into RSS feeds.

 

http://www.pinchmedia.com/your-view-into-the-app-s… for all the info.

 

For the lazy ones (*cough* efficient *cough*):

 

New app feed

New free app feed


Using Entourage 2004 on a Exchange 2007 System

No Comments »

Here is another post I had on my Wiki that I think is still useful.

Purpose of this article

A lot of people encounter problems using Entourage 2004 on Exchange 2007 system. Errors with little detail such as “error 170″ happen when trying to receive or send email.

Solution

A few things need to be checked on the OWA side of things and a special way to enter the URL in entourage.

How to do it

On your Exchange Outlook web access server:

Internet Information Services (IIS) Manager

Open the web site containing your owa application. At the same level as the owa application, you should have folders called Exchange and Exchweb. Those are used for legacy applications.

Fig1: Checking if the legacy OWA folders exist

 

 

 

 

 

 

If you do not have these folders, use this command, posted by Mike Willis on http://benskelton.blogs.com/ben_skeltons_blog/2007/01/entourage_and_e.html (It is a simple command but I saw it there first, hence the credits) :

New-OwaVirtualDirectory -name exchange -OWAVersion Exchange2003or2000 -VirtualDirectoryType mailboxes

Then go in the Web Service Extensions at the bottom left of the IIS manager. Right click WebDav in the list, and enable it. After all of this, you might want to reset or restart IIS.

Fig2: Enabling WebDav

 

 

 

 

 

 

 

 

 

 

In your Entourage Exchange connection settings

Open Entourage. With a bit of luck, it will connect with your old settings. If not, go edit the Exchange Server field in your configuration, and set it like this:

https://exchange.server.blah/exchange/user@host.com

User@host being your default email address, not your local domain account, unless they are the same of course.

It should then connect properly. If not, feel free to post in the talk pages and I will try to help you out!