Jump to content

Vanilla Install on MSI Wind


238 posts in this topic

Recommended Posts

USB installer

Install from a Mac system with only a single 8gb usb flash drive or SD card.

 

1. Open Disk Utility and format a flash drive (min. 8gb) with 2 partitions, both Mac OS Journaled. one 200mb, and the other to fill the rest of the drive. Make sure to click the Options button and set it to Master Boot Record and not GPT. name the first 200mb partition BOOTLOADER, and leave the other unnamed.

 

2. In Disk Utility Click on the Restore tab. Set the unnamed partition as the Destination. Mount the Snow ISO, and on the left column right click the mounted Snow image and click "Set as Source". Now click restore and wait for it to finish.

 

3. After it finishes close Disk Utility and run my modified Chameleon 2 RC3.pkg. When it asks for the Destination point it to the BOOTLOADER partition.

 

4. Reboot, hit F11, and begin installing. When it is finished it will say "Install Failed". Ignore that. It only says that because there is no bootloader on the hard drive yet.

 

Chameleon_2_RC3.zip

Thanks to Dr. Hurt. Only by modifying his installer could I make the process this easy.

 

 

EFI Tutorial

This tutorial was written by 18seven from the msiwind.net forums. Credit to Munky for pioneering this process. With the forums down I decided to post it here in case it is needed. First off you need to download this: Vanilla.zip This should only be performed on a fresh retail install on a GUID partition scheme with no bootloader installed. You also need to download the Chameleon 2 RC3 binaries here: http://staticanime.net/wind/Mac%20OS%20X%2...r658-bin.tar.gz

 

1. Check to see what disk number your internal hard drive is. (With GPT it can change)

 

  sudo -s
  diskutil list

 

2. Format the EFI partition. From here on the capital X will be the disk number of the internal drive(Usually 0).:

 

newfs_hfs -v EFI /dev/diskXs1

 

3. Mount EFI partition:

 

  mkdir /Volumes/EFI
  mount_hfs /dev/diskXs1 /Volumes/EFI

 

4. Create file structure:

 

  mkdir -p /Volumes/EFI/Extra/Extensions
  mkdir /Volumes/EFI/Extra/Themes

 

5. Install Chameleon 2 RC3:

 

  cd ~/Downloads/Chameleon-2.0-RC3-r658-bin/i386
  fdisk -f boot0 -u -y /dev/rdiskX
  sudo dd if=boot1h of=/dev/rdiskXs1
  sudo cp boot /Volumes/EFI
  cd ~/Downloads/Chameleon-2.0-RC3-r658-bin/Optional\ Extras
  cp -R Themes smbios.plist /Volumes/EFI/Extra/

 

6. Unmount EFI partition:

  umount -f /Volumes/EFI
  rm -rf /Volumes/EFI

 

7. Mark EFI partition active:

 

  fdisk -e /dev/diskX
  p
  f 1
  w
  y
  q

 

8. Load kexts:

 

cd ~/Downloads/Vanilla/EFIkext
./27ae.sh
./update.sh

 

9. Load com.apple.Boot.plist:

 

  cd ~/Downloads/Vanilla/boot.plist
  ./update.sh

 

10. Reboot

 

If you want Sleep on Lid Close you have two choices. One is DSDT patching. The other is ClamshellDisplay,kext. For ClamshellDisplay.kext open terminal and type:

 

sudo -s

cd ~/Downloads/Vanilla/SLEkext/_disabled

mv *.kext ~/Downloads/Vanilla/SLEkext/

cd ..

./update.sh

 

Then reboot.

Link to comment
Share on other sites

Dalton you are awsome. Could you please help me with the process of installing touchpad drivers. I had been trying to do it from the posts on msiwind.net. Maybe a step by step. I hate to ask. I know your in the middle of snowywind.iso. I really appreciate you sharing your osx knowledge.

Link to comment
Share on other sites

Dalton you are awsome. Could you please help me with the process of installing touchpad drivers. I had been trying to do it from the posts on msiwind.net. Maybe a step by step. I hate to ask. I know your in the middle of snowywind.iso. I really appreciate you sharing your osx knowledge.

 

If you follow this tutorial then all that is done for you. No need to install any other drivers after this tutorial is finished. Its really no problem to ask. About 10 hours a day Im at work, which is on a Windows computer, so I can't work on SnowyWindOSX during that time. If ya wanna donate some money for my help though you are more than welcome to :) J/K

Link to comment
Share on other sites

Followed this guide for my Wind U100, but I have the RALink wireless card, so I installed the "STA_RT2860 D-1.1.2.0 UI-1.7.1.0_2009_02_17.dmg" drivers. Had an earlier version working under OSX 10.5, but this version will not work with 10.6.

 

Link status goes between good and no connection after I enter the WPAkey.

 

Anyone have a RALink driver working on 10.6?

Link to comment
Share on other sites

Hi Dalton,

 

Tried your USB install again, I tried it about 4 times before the talk of snowywind.iso , it seems o hang on booting if you use the bootloader on the USB it seems OK takes forever after you hit F11 (abot 2-3min) it seems to be searching drive for boot block or something?

Link to comment
Share on other sites

I know this is stupid of me to ask but to what does the EFI used for exactly in this method?

 

So, assuming I have installed currently, msiwindosx86 then it's what I will use to make the USB pen drive installer. Then after that, I proceed boot with my Wind via the pen drive then just use the same partition that my msiwindosx86 is currently using?

 

Also, with the EFI installation, I do that after I installed the retail SL but before I made my first reboot? And it's being done using the Terminal?

 

After installing everything and hopefully everything works, can I proceed updating to 10.6.1 without installing other update drivers?

 

You also mentioned 2 Chameleon installers. Will we be using each installer OR I can use the first one(the one I used when I made my USB installer) and totally ignore the other one?

 

I'm really confuse with this method but reading your post now, I think I'll give it a shot this time. Just to clarify some things.

Link to comment
Share on other sites

I know this is stupid of me to ask but to what does the EFI used for exactly in this method?

 

So, assuming I have installed currently, msiwindosx86 then it's what I will use to make the USB pen drive installer. Then after that, I proceed boot with my Wind via the pen drive then just use the same partition that my msiwindosx86 is currently using?

 

Also, with the EFI installation, I do that after I installed the retail SL but before I made my first reboot? And it's being done using the Terminal?

 

After installing everything and hopefully everything works, can I proceed updating to 10.6.1 without installing other update drivers?

 

You also mentioned 2 Chameleon installers. Will we be using each installer OR I can use the first one(the one I used when I made my USB installer) and totally ignore the other one?

 

I'm really confuse with this method but reading your post now, I think I'll give it a shot this time. Just to clarify some things.

 

They are 2 seperate tutorials. I forgot to link to the bootloader for the second one. I'll fix it real quick. The Vanilla folder you download has everything, just unzip it in your downloads folder and follow the tutorial. It installs the bootloader, kexts, and boot.plist onto the EFI partition, so the Mac filesystem remains pure. After doing this you can update to 10.6.1 with no issues at all.

Link to comment
Share on other sites

Hey Dalton, nice to see you've moved over here!

 

You have any idea what happened to our forum? It's been down for about a week now.

 

 

 

** Dalton's Tutorial is the DEFINITIVE tutorial for installing OSX on a Wind Netbook **

 

Gazoo

Link to comment
Share on other sites

2. Format the EFI partition. From here on the capital X will be the disk number of the internal drive(Usually 0).:

 

In here, what exactly is the internal drive are you pertaining? Is it the one where you will install SL? So, if I'm gonna do a dual-boot with XP, the "X" in this instruction is the partition I alloted for SL? If so, should I format the said partition to FAT32?

Link to comment
Share on other sites

"permission denied" when trying to format efi

 

I guess I should have put in the tutorial that you need to sudo -s for admin privileges.

 

2. Format the EFI partition. From here on the capital X will be the disk number of the internal drive(Usually 0).:

 

In here, what exactly is the internal drive are you pertaining? Is it the one where you will install SL? So, if I'm gonna do a dual-boot with XP, the "X" in this instruction is the partition I alloted for SL? If so, should I format the said partition to FAT32?

 

No X will not be a partition. When I say it is usually 0 is because when enumerating drives the first or internal drive is 0, then 1 and so forth. When you run "diskutil list" you will see what I am referring to. In the pattern diskXsY:

 

X is the disk

Y is the partition

 

In a GPT partition scheme Windows must be the last partition on the drive. Yes you would format it as Fat32

 

Hey Dalton, nice to see you've moved over here!

 

You have any idea what happened to our forum? It's been down for about a week now.

 

 

 

** Dalton's Tutorial is the DEFINITIVE tutorial for installing OSX on a Wind Netbook **

 

Gazoo

 

Im not a big fan of these forums. A year or two ago this was THE forum to go to for osx86 information, but anymore its a bunch of whiny b*tches who've never used a search engine in their life....

Link to comment
Share on other sites

Okay, I've tried typing diskutil list in Terminal and this is what I've got:

 

0 FDisk_partition_scheme

1 Windows NTFS

2 Apple_HFS Partition

 

Given this, what I should put in the terminal would be:

 

disk0s2? Because like what I've said, I'm planning to install the Vanilla install in the current partition being occupied by msiwindosx86.

Link to comment
Share on other sites

Okay, I've tried typing diskutil list in Terminal and this is what I've got:

 

0 FDisk_partition_scheme

1 Windows NTFS

2 Apple_HFS Partition

 

Given this, what I should put in the terminal would be:

 

disk0s2? Because like what I've said, I'm planning to install the Vanilla install in the current partition being occupied by msiwindosx86.

 

You cannot perform this type of install. You have a MBR partition scheme, which means there is no EFI partition. As I said in the tutorial you must have a GUID partition scheme.

Link to comment
Share on other sites

You cannot perform this type of install. You have a MBR partition scheme, which means there is no EFI partition. As I said in the tutorial you must have a GUID partition scheme.

 

Okay I get it now. I have to delete the currently partition alloted to my msiwindosx86 then re-format it to FAT32 then proceed to installation based on your tut? Did I get it this time? :)

Link to comment
Share on other sites

Okay I get it now. I have to delete the currently partition alloted to my msiwindosx86 then re-format it to FAT32 then proceed to installation based on your tut? Did I get it this time? :(

 

No. Windows, and most hacked distros of Mac use MBR partition scheme. Apple uses GUID. GUID creates a completely hidden partition at the front of the drive. This tutorial uses that partition to store the bootloader, kexts, and other hacks.

 

The only way to convert from MBR to GUID would be to boot into a Mac install disk. Then open Disk Utility. Click on the hard drive listing in the left column. This will make a tab called partition show up. Click on that tab. Click on Current, choose the number of partitions you want. Then click on the Options button and click on GUID. then Click Apply.

 

Oviously this formats the entire drive completely clean.

Link to comment
Share on other sites

Might as well add a post to this thread...I followed the instructions to a peg and I have two quick questions:

 

1. Can I install Windows 7 AFTER I've already installed SL? I followed seven18's instructions and have it EFI booting with Chameleon.

 

2. If I let SL set the date/time automatically, when I reboot I get the "Hold the power button to turn off your mac" error message. I have to go into BIOS and roll the time back 4 hours, and then it works fine. It never used to do this, but I recently installed a Dell Wireless Card (1510) in my Wind and ever since then it's been more and more picky about booting. If I roll the time back four hours it works 100% of the time. It's annoying, since I look up to see what time it is and it says 11:14am, instead of 3:14pm.

Link to comment
Share on other sites

Followed this guide for my Wind U100, but I have the RALink wireless card, so I installed the "STA_RT2860 D-1.1.2.0 UI-1.7.1.0_2009_02_17.dmg" drivers. Had an earlier version working under OSX 10.5, but this version will not work with 10.6.

 

Link status goes between good and no connection after I enter the WPAkey.

 

Anyone have a RALink driver working on 10.6?

 

Am I the only one with a RALink WLAN card going for 10.6?

Link to comment
Share on other sites

Am I the only one with a RALink WLAN card going for 10.6?
No you are not. It will work fine. You may need to correct the permissions if it exits (quits on its own) before loading.

 

** Dalton's Tutorial is the DEFINITIVE tutorial for installing OSX on a Wind Netbook **
cough

 

Also, proper credit should go out to munky for pioneering the efi method.

Link to comment
Share on other sites

No you are not. It will work fine. You may need to correct the permissions if it exits (quits on its own) before loading.

 

cough

 

Also, proper credit should go out to munky for pioneering the efi method.

 

LOL Im not sure where that came from. I pointed out first thing that this is your tutorial. LOL Edited first post giving credit to Munky

Link to comment
Share on other sites

 Share

×
×
  • Create New...