| ||||||||
General Mac OS X Discussion General Apple and Mac OS X Discussion
|
| | LinkBack | Thread Tools | Display Modes |
(#61)
|
| Guru Posts: 1,353 Join Date: Feb 2009 Location: Colorado, USA | Quote:
EDIT: I believe I have fixed the audio bug(s), here is an updated version: http://files.getdropbox.com/u/863180...stallerCLI.zip I'm testing it right now 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. | |
| | |
(#62)
|
(#63)
|
| Guru Posts: 1,353 Join Date: Feb 2009 Location: Colorado, USA | I'll start working on an obj-c version right away. Also, the last version I posted does allow audio to work perfectly now. I still have a few changes that I want to make to that package (mainly including the correct touchpad version), but it works fine as is. 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. |
| | |
(#64)
|
| Expert Member Posts: 962 Join Date: Dec 2008 | Argg!!! I ran a test version of the NetbookBootMaker on my main iMac partition and now I can't install anything... I need to re-install from scratch! That will set me back good couple of hours! 8GB SSD, 1GB RAM OS X 10.5.6 |
| | |
(#65)
|
| Guru Posts: 1,353 Join Date: Feb 2009 Location: Colorado, USA | I think I'll just reuse the same code from the installer to make the boot maker. I'll cave it patch the files included on the install dvd instead of on the running machine, so that it can boot with out any problems. I really only need to make the gui for it and the dropdown menu with the possible install option (excluding / of course). After that I'll just add a method to patch the OSInstall.pkg file. This way, it'll be one download that includes everything one, instead of three times for ~3 mb instead of 10mb like the current version of the boot maker. I'll also make it include a copy of the gui interface for the post install. 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. |
| | |
(#66)
|
| Expert Member Posts: 962 Join Date: Dec 2008 | Here is what you need to do to patch the OSInstall.pkg: pkgutil --expand $3/System/Installation/Packages/OSInstall.pkg /tmp/OSInstall cp $3/Extra/postinstall /tmp/OSInstall/Scripts/postinstall_actions/postinstall mv $3/System/Installation/Packages/OSInstall.pkg $3/System/Installation/Packages/OSInstall.pkg.orig pkgutil --flatten /tmp/OSInstall $3/System/Installation/Packages/OSInstall.pkg I will add the postinstall. I can't upload so here is the content of it. You will see that I put the NetbookInstallerCLI in /Applications: #!/bin/sh "./Tools/SetHidden" "$3" \ "./hidden_MacOS9" &>/dev/null if [ -e "$3/System/Library/Caches/com.apple.kernelcaches" ]; then /bin/rm -rf "$3/System/Library/Caches/com.apple.kernelcaches" fi if [ "x$CF_USER_DATA_STRING" != "x" ]; then echo "$CF_USER_DATA_STRING" > "$3/var/root/.CFUserTextEncoding"; "$3/usr/sbin/chown" -f root:wheel "$3/var/root/.CFUserTextEncoding"; "$3/bin/chmod" -f 644 "$3/var/root/.CFUserTextEncoding"; fi if [ -e "./SetNVRamForDebug" ] ; then "./SetNVRamForDebug" "$1" "$2" "$3" "$4" fi if [ -e "./Tools/notice.txt" ]; then cp ./Tools/notice.txt "$3"/tmp/ImportantInformation.txt fi logger -p install.info "Running NetbookInstaller" /Applications/NetbookInstallerCLI.app/Contents/MacOS/NetbookInstallerCLI $3 logger -p install.info "Running kextcache -k $3/System/Library/Extensions" /usr/bin/touch "$3/System/Library/Extensions" /usr/sbin/kextcache -k "$3/System/Library/Extensions" logger -p install.info "Running ifcstart" chroot "$3" "/usr/libexec/ifcstart" logger -p install.info "Running update_dyld_shared_cache" /usr/bin/update_dyld_shared_cache -root "$3" #SYSCTL="/usr/sbin/sysctl" #BOOTCACHE_CMD="/usr/sbin/BootCacheControl" # #BYTE_ORDER=`$SYSCTL -n hw.byteorder`; #if [ $BYTE_ORDER = "1234" ]; then # BOOTCACHE_FILE="./Tools/BootCache_playlist_in_i386"; #fi # #if [ $BYTE_ORDER = "4321" ]; then # BOOTCACHE_FILE="./Tools/BootCache_playlist_in_ppc"; #fi # #$BOOTCACHE_CMD -b 4096 -f "$3"/var/db/BootCache.playlist generate "$3" < $BOOTCACHE_FILE exit 0 8GB SSD, 1GB RAM OS X 10.5.6 |
| | |
(#67)
|
| Guru Posts: 1,353 Join Date: Feb 2009 Location: Colorado, USA | Thanks for the info, I should have something ready today or tomorrow. 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. |
| | |
(#68)
|
| Expert Member Posts: 692 Join Date: Mar 2009 | I've been watching this thread with some interest. One question though. In making it so easy for a one step install how easy will it be to do a dual/triple boot install. A number of the methods involve modifying the OS X install DVD to allow an install onto MBR partitions. I believe the specific fix is just to remove a test of the type of drive for the install. (Its been more than 2 months since I did my install and I've forgotten) Mini2: Mini9, Black, 2G, 0.3 Webcam, Bluetooth, 32G RunCore, OS X/Win 7, internal PCI-e SHDC Reader Mini3: Mini10v. Black, 2G, Webcam, 640G HD, OS X 10.5.8/Win 7/Ubuntu [Hibernate w/NBI 0.8.3 RC4] Dropbox Referral |
| | |
(#69)
|
| Expert Member Posts: 962 Join Date: Dec 2008 | Quote:
8GB SSD, 1GB RAM OS X 10.5.6 | |
| | |
(#70)
|
![]() |
| Thread Tools | |
| Display Modes | |
| |
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 08:49 PM | |
Copyright © 2008-2011 MyDellMini.com.











Linear Mode
