General Mac OS X Discussion General Apple and Mac OS X Discussion

Reply
 
LinkBack Thread Tools Display Modes
  (#121) Old
Expert Member
 
Posts: 962
Join Date: Dec 2008
Default 06-22-2009, 06:52 PM

Quote:
Originally Posted by meklort View Post
We could probably use a ramdisk too. For now I'll jut have it copying them in(since I just finished), but I'll change that soon.
Hopefully I will be able to test this new build tonight ;-)


Dell Mini 9
8GB SSD, 1GB RAM
OS X 10.5.6
Reply With Quote
  (#122) Old
Guru
 
meklort's Avatar
 
Posts: 1,353
Join Date: Feb 2009
Location: Colorado, USA
Send a message via AIM to meklort Send a message via MSN to meklort Send a message via Yahoo to meklort
Default 06-22-2009, 07:10 PM

Well, I think I have it working now. It's essentially the same way as before (adding everything to /Extra/, except that now it actually adds them correctly.

I also change the cli app so that it could be run before the 5 minute time limit is up (I have it setting an env variable that disables the lock check).

I'll make it use a ram disk instead of copying everything to /Extra since it uses about 220 mb of the hdd.


Dell Mini 9 | Mac OS X 10.6.5 | 2 GB RAM | 32 GB Buffalo SSD | BIOS A05
Dell Mini 10v | Mac OS X 10.6.5 | 1 GB RAM | 160 GB HDD | BIOS A06
My Blog | NetbookInstaller code repository | NetbookInstaller Website | Want a Lockerz.com invite? message me.
Reply With Quote
  (#123) Old
Expert Member
 
Posts: 962
Join Date: Dec 2008
Default 06-22-2009, 08:18 PM

Great... so are you throwing everything and the kitchen sink in the kext or just the ones that I had originally included in the old mkext?


Dell Mini 9
8GB SSD, 1GB RAM
OS X 10.5.6
Reply With Quote
  (#124) Old
Guru
 
meklort's Avatar
 
Posts: 1,353
Join Date: Feb 2009
Location: Colorado, USA
Send a message via AIM to meklort Send a message via MSN to meklort Send a message via Yahoo to meklort
Default 06-22-2009, 08:27 PM

I was throwing everything in, just in case if this is going to be used on anything other than the mini 9.

I was able to get everything working *if* I copied all of the kexts to /Extra, however when I generate the mkext w/ all of the kext in a ramdisk, I get the same mkext file (I believe), but the boot loader refuses to load it.


Dell Mini 9 | Mac OS X 10.6.5 | 2 GB RAM | 32 GB Buffalo SSD | BIOS A05
Dell Mini 10v | Mac OS X 10.6.5 | 1 GB RAM | 160 GB HDD | BIOS A06
My Blog | NetbookInstaller code repository | NetbookInstaller Website | Want a Lockerz.com invite? message me.
Reply With Quote
  (#125) Old
Expert Member
 
Posts: 962
Join Date: Dec 2008
Default 06-22-2009, 09:32 PM

Quote:
Originally Posted by meklort View Post
I was throwing everything in, just in case if this is going to be used on anything other than the mini 9.

I was able to get everything working *if* I copied all of the kexts to /Extra, however when I generate the mkext w/ all of the kext in a ramdisk, I get the same mkext file (I believe), but the boot loader refuses to load it.
OK... maybe there is a location issue with where the actual mkext is generated on... So if you copy everything on the USB key /Extra/Extensions and then generate the mkext all is fine... but doing the same thing on the ramdisk result in failure to boot properly?

Then let just do it all from the USB or SSD then. You can always delete the content of extensions after creating the mkext.


Dell Mini 9
8GB SSD, 1GB RAM
OS X 10.5.6
Reply With Quote
  (#126) Old
Guru
 
meklort's Avatar
 
Posts: 1,353
Join Date: Feb 2009
Location: Colorado, USA
Send a message via AIM to meklort Send a message via MSN to meklort Send a message via Yahoo to meklort
Default 06-22-2009, 10:25 PM

I tried generating the files in /Extra/Extensions and boting up, which worked fine.
I then deleted all of the extensions in /Extra/Extensions/ and the bootloader no longer loaded anything from the mkext.

I also tried deleting all of the files except the custom kexts, which resulted in the same thing happening. It looks like the bootloader verifies that the kexts in the kext cache actually exists.

It may be possible to disable that check (if I can find it), otherwise we'll have to go back to the previous method (or have 250mb of duplicated files).


Dell Mini 9 | Mac OS X 10.6.5 | 2 GB RAM | 32 GB Buffalo SSD | BIOS A05
Dell Mini 10v | Mac OS X 10.6.5 | 1 GB RAM | 160 GB HDD | BIOS A06
My Blog | NetbookInstaller code repository | NetbookInstaller Website | Want a Lockerz.com invite? message me.
Reply With Quote
  (#127) Old
Expert Member
 
Posts: 962
Join Date: Dec 2008
Default 06-22-2009, 10:47 PM

Quote:
Originally Posted by meklort View Post
I tried generating the files in /Extra/Extensions and boting up, which worked fine.
I then deleted all of the extensions in /Extra/Extensions/ and the bootloader no longer loaded anything from the mkext.

I also tried deleting all of the files except the custom kexts, which resulted in the same thing happening. It looks like the bootloader verifies that the kexts in the kext cache actually exists.

It may be possible to disable that check (if I can find it), otherwise we'll have to go back to the previous method (or have 250mb of duplicated files).
Try naming /Extra/Extensions to /Extra/Custom and use this folder to generate the mkext. Remember that chameleon will use either the /Extra/Extensions folder or a mkext to load extensions. It could be that having both confuse the heck out of it.


Dell Mini 9
8GB SSD, 1GB RAM
OS X 10.5.6
Reply With Quote
  (#128) Old
Guru
 
meklort's Avatar
 
Posts: 1,353
Join Date: Feb 2009
Location: Colorado, USA
Send a message via AIM to meklort Send a message via MSN to meklort Send a message via Yahoo to meklort
Default 06-22-2009, 10:56 PM

Looks like that was the problem.
I'll make some changes and upload a new version soon

EDIT: here's the update (testing it out now): http://files.getdropbox.com/u/863180...tMaker.app.zip


Dell Mini 9 | Mac OS X 10.6.5 | 2 GB RAM | 32 GB Buffalo SSD | BIOS A05
Dell Mini 10v | Mac OS X 10.6.5 | 1 GB RAM | 160 GB HDD | BIOS A06
My Blog | NetbookInstaller code repository | NetbookInstaller Website | Want a Lockerz.com invite? message me.
Reply With Quote
  (#129) Old
Guru
 
meklort's Avatar
 
Posts: 1,353
Join Date: Feb 2009
Location: Colorado, USA
Send a message via AIM to meklort Send a message via MSN to meklort Send a message via Yahoo to meklort
Default 06-22-2009, 11:11 PM

The only thing I've notice that isn't working now is ClamshellDisplay doesn't seam to be loading.
Everything else seems to be working fine.

EDIT:
I'm testing out how well it survives an updated to 10.5.7, I'll post again once it's downloaded.


Dell Mini 9 | Mac OS X 10.6.5 | 2 GB RAM | 32 GB Buffalo SSD | BIOS A05
Dell Mini 10v | Mac OS X 10.6.5 | 1 GB RAM | 160 GB HDD | BIOS A06
My Blog | NetbookInstaller code repository | NetbookInstaller Website | Want a Lockerz.com invite? message me.
Reply With Quote
  (#130) Old
Expert Member
 
Posts: 962
Join Date: Dec 2008
Default 06-22-2009, 11:26 PM

Quote:
Originally Posted by meklort View Post
The only thing I've notice that isn't working now is ClamshellDisplay doesn't seam to be loading.
Everything else seems to be working fine.

EDIT:
I'm testing out how well it survives an updated to 10.5.7, I'll post again once it's downloaded.
Yeah, I could not get clamshell to load either via mkext... there is something strange with this kext... I really wish we could do away with it... or write a better one. There is also the dsdt.aml fix that I had found.

Maybe 10.5.7 and the sleep hack will work fine now.


Dell Mini 9
8GB SSD, 1GB RAM
OS X 10.5.6
Reply With Quote
Reply

« DVD/CD sharing in OSX | 8Gb SSD filling up »
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


LinkBacks (?)
LinkBack to this Thread: http://www.mydellmini.com/forum/general-mac-os-x-discussion/9597-new-osx-install-solution-dell-mini.html
Posted By For Type Date
Netputing » New Netbook OSX Installation Method on it’s Way This thread Refback 06-27-2009 09:49 PM

Copyright © 2008-2011 MyDellMini.com.