Forum Archive Old/outdated threads will end up here.

 
 
LinkBack Thread Tools Display Modes
  (#31) 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 09-09-2009, 01:21 AM

NetbookInstaller has been using Rc3 since 9 am yesterday.

EDIT: And just so you know, NetbookInstaller also uses a patched version so that you don't have to delete the dsdt to generate a new, clean one after each bios update / hardware changes.

And for those of you who want the source changes, here is the output of diff -r
Code:
diff -r Chameleon-2.0-RC3-r658-src/i386/boot2/resume.c Chameleon-2.0-RC3-r658-src 2/i386/boot2/resume.c
122c122
< 	if ((long long)mem_base+allocSize < (1024 * bootInfo->extmem + 0x100000))
---
> 	if ((long long)mem_base+allocSize<1024*bootInfo->extmem+0x100000)
diff -r Chameleon-2.0-RC3-r658-src/i386/libsaio/acpi.h Chameleon-2.0-RC3-r658-src 2/i386/libsaio/acpi.h
82,94d81
< struct acpi_2_dsdt {
< 	char            Signature[4];
< 	uint32_t        Length;
< 	uint8_t         Revision;
< 	uint8_t         Checksum;
< 	char            OEMID[6];
< 	char            OEMTableId[8];
< 	char        	OEMRevision[4];
< 	char	        CreatorId[4];
< 	char	        CreatorRevision[4];
< 	char			dsdtStart;		// actual length is .Length
< } __attribute__((packed));
< 
diff -r Chameleon-2.0-RC3-r658-src/i386/libsaio/dsdt_patcher.c Chameleon-2.0-RC3-r658-src 2/i386/libsaio/dsdt_patcher.c
220,233d219
< 					
< 					// Insert old dsdt into the IORegistery
< 					Node* node = DT__FindNode("/", false);
< 					if(node != NULL)
< 					{
< 						node = DT__AddChild(node, "dsdt");
< 						
< 						
< 						
< 						struct acpi_2_dsdt *dsdt;
< 						dsdt = (struct acpi_2_dsdt*) (fadt_mod->DSDT);
< 						DT__AddProperty(node, "originaldsdt", dsdt->Length + 36,  (void*)dsdt);	/// Inset old dsdt. Length is header length (36) + dsdt length
< 						
< 					}


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.
  (#32) Old
Junior Member
 
Posts: 7
Join Date: Sep 2009
Location: USA
Default 09-09-2009, 01:21 AM

I am pretty sure the last few couple of builds of NBM are using Cameleon RC3.......


DB


Lenovo S10-2gb Ram, 160gb HD
  (#33) Old
Junior Member
 
Posts: 9
Join Date: Apr 2009
Default 09-09-2009, 01:33 AM

Can somebody point me to a thread that explains how to update the Bios? I've googled around, but never found great instructions. I'm running whatever version came with my Vostro A90 (which is currently running Leopard 10.5.7).
  (#34) Old
Junior Member
 
Posts: 25
Join Date: Jul 2009
Default 09-09-2009, 01:47 AM

smgord:

Instructions

Hope this helps!
  (#35) Old
Junior Member
 
Posts: 10
Join Date: Sep 2009
Default 09-09-2009, 01:58 AM

Quote:
Originally Posted by meklort View Post
NetbookInstaller has been using Rc3 since 9 am yesterday.

EDIT: And just so you know, NetbookInstaller also uses a patched version so that you don't have to delete the dsdt to generate a new, clean one after each bios update / hardware changes.

And for those of you who want the source changes, here is the output of diff -r
Code:
diff -r Chameleon-2.0-RC3-r658-src/i386/boot2/resume.c Chameleon-2.0-RC3-r658-src 2/i386/boot2/resume.c
122c122
<     if ((long long)mem_base+allocSize < (1024 * bootInfo->extmem + 0x100000))
---
>     if ((long long)mem_base+allocSize<1024*bootInfo->extmem+0x100000)
diff -r Chameleon-2.0-RC3-r658-src/i386/libsaio/acpi.h Chameleon-2.0-RC3-r658-src 2/i386/libsaio/acpi.h
82,94d81
< struct acpi_2_dsdt {
<     char            Signature[4];
<     uint32_t        Length;
<     uint8_t         Revision;
<     uint8_t         Checksum;
<     char            OEMID[6];
<     char            OEMTableId[8];
<     char            OEMRevision[4];
<     char            CreatorId[4];
<     char            CreatorRevision[4];
<     char            dsdtStart;        // actual length is .Length
< } __attribute__((packed));
< 
diff -r Chameleon-2.0-RC3-r658-src/i386/libsaio/dsdt_patcher.c Chameleon-2.0-RC3-r658-src 2/i386/libsaio/dsdt_patcher.c
220,233d219
<                     
<                     // Insert old dsdt into the IORegistery
<                     Node* node = DT__FindNode("/", false);
<                     if(node != NULL)
<                     {
<                         node = DT__AddChild(node, "dsdt");
<                         
<                         
<                         
<                         struct acpi_2_dsdt *dsdt;
<                         dsdt = (struct acpi_2_dsdt*) (fadt_mod->DSDT);
<                         DT__AddProperty(node, "originaldsdt", dsdt->Length + 36,  (void*)dsdt);    /// Inset old dsdt. Length is header length (36) + dsdt length
<                         
<                     }
Oki cool!! excellent man, I have installed it when it came out, in fact I'm using netbook installer 0.8.2 (old one, was showing pcefiv10) and I customized a couple of kext and compiled my own dsdt with all the known fixes...my mini10v is running really nice 100% working!!
Also there is still not a proper dsdt patch to get gma950 to run natively without kext, I did a couple of try but I was stuck in 800x600 without QE/CI....

Since I used your nice app hop a donation to encourage your excellent and active work!!


DELL mini 10V A05 bios
2Gb RAM
OS X 10.6
160 Gb HDD
waiting for my bluetooth module.
  (#36) Old
Junior Member
 
Posts: 24
Join Date: Apr 2009
Location: CA
Default Orange Disk and Battery Service Issues - 09-09-2009, 02:18 AM

Does the latest NBM and NBI address the orange hard disk icon and the battery needs service issues?
  (#37) Old
Member
 
Posts: 31
Join Date: Aug 2009
Default 09-09-2009, 02:26 AM

the only download link I see on the first page is for NBM. could someone point me in the direction of NBI. or is it the link underneath meklorts profile? or am I just going blind?


mini 10v, obsidian black, bios A04, 2gigs of ram, bluetooth, 160g HD, OSX 10.6.2
  (#38) Old
ssd ssd is offline
Member
 
Posts: 43
Join Date: Apr 2009
Location: Toronto, Canada
Default 09-09-2009, 02:32 AM

This 0.82 final doesn't work for me.

At beginning, I got KP..then I boot to safe mode and delete dsdt file and run NBI again to regenerate it..then I can boot..but BIOS will still reset to 'enable' for USB legacy...and sleep doesn't work.

I'm having SuperTalent 32GB SSD.


Mini 9 | White | Crucial 2GB ram | ST 32GB SSD | 0.3MP cam | Transcend 16GB SDHC | OSX 10.6 | NBI 0.82 final | A05 | US Intl Keyboard | 2nd batt
  (#39) Old
Junior Member
 
Posts: 4
Join Date: Aug 2009
Default 09-09-2009, 02:33 AM

I'm running a Win7/OSX 10.5.8 dual boot on my 10v (from Anguish's excellent guide). Can anyone provide some insight into why my flashed USB won't boot? I've followed the instructions, patched my USB with NBM from the first post, enabled legacy USB in the BIOS, but when I select boot from USB in the boot options, it just goes straight to the select-Win7-or-OSX screen. I'm runnning bios A05 if it makes a difference...
  (#40) Old
Junior Member
 
Posts: 15
Join Date: Aug 2009
Default 09-09-2009, 02:40 AM

openhaltrestart.kext for snow fixed reboot and sleep for me, just disabled the legacy again.
 

« up themselves? | NBI App? How do I use this? »
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/forum-archive/12589-outdated-netbookinstaller-8-2-final-official.html
Posted By For Type Date
YakYak • View topic - The Netbook Thread This thread Refback 10-27-2009 08:39 AM
Gizmodo - How To: Hackintosh a Dell Mini 10v Into the Ultimate Snow Leopard Netbook This thread Refback 10-27-2009 02:58 AM
Dr. Augustine Fou's Online Scrapbook: How To: Hackintosh a Dell Mini 10v Into the Ultimate Snow Leopard Netbook [How To] This thread Refback 10-26-2009 04:45 PM
IT Black Magic Hackintosh This thread Refback 10-26-2009 02:57 AM
How To: Hackintosh A Dell Mini 10v Into The Ultimate OS X Netbook | Gizmodo Australia This thread Pingback 10-25-2009 09:14 PM
maburk's Bookmarks on Delicious This thread Refback 10-25-2009 06:58 PM
Popular netbook Bookmarks on Delicious This thread Refback 10-04-2009 06:23 PM
RE: HP Mini 1116NR running Mac OS X This thread Refback 10-04-2009 03:25 AM
Popular hackintosh Bookmarks on Delicious This thread Refback 10-03-2009 04:10 PM
Karim Gorjux - FriendFeed This thread Refback 10-03-2009 01:53 AM
[How To] Dual Booting Snow Leopard and Windows 7 This thread Refback 10-02-2009 06:52 PM
The Merged Hackintosh Thread - Page 97 - Mac Forums This thread Refback 10-02-2009 05:33 PM
FU - still lots of Previously Ordered New Mini 10Vs available for $220 (after instant 15% off) - yes, they can run Snow Leopard This thread Refback 10-02-2009 05:18 PM
miniroquer's Network on Delicious This thread Refback 09-30-2009 03:24 PM
Create a boot-132-mars disc for Snow Leopard - InsanelyMac Forum This thread Refback 09-29-2009 05:22 AM
The Capitalist Hackers Bitstream This thread Refback 09-15-2009 12:02 PM
Dell mini 9 OSX How-to & Discussion: You got Apple in my Dell - The Something Awful Forums This thread Refback 09-13-2009 07:33 PM
cacophony's mac Bookmarks on Delicious This thread Refback 09-13-2009 04:29 PM
InsanelyMac Forum > Snow Leopard 10.6 Retail on HP Mini 1000 This thread Refback 09-13-2009 06:25 AM
Snow Leopard 10.6 Retail on HP Mini 1000 - InsanelyMac Forum This thread Refback 09-12-2009 07:32 PM
Lenovo IdeaPad S Series Forum &bull; View topic - Snow Leopard Installation Guide with NetbookBootMaker This thread Refback 09-12-2009 05:59 PM
Lenovo IdeaPad S Series Forum &bull; View topic - Installing Snow Leopard with NetBootMaker This thread Refback 09-12-2009 01:39 AM
jhuber07's Bookmarks on Delicious This thread Refback 09-11-2009 08:15 PM
tysone's Network on Delicious This thread Refback 09-11-2009 07:09 PM
matanlurey's Bookmarks on Delicious This thread Refback 09-11-2009 05:36 PM
cacophony's Bookmarks on Delicious This thread Refback 09-11-2009 02:16 AM
x86osx.com This thread Refback 09-10-2009 09:48 PM
Lenovo IdeaPad S Series Forum &bull; View topic - Partial Guide to Snow Leopard on S10 This thread Refback 09-10-2009 03:01 AM
Snow Leopard - Page 2 - Sharky Forums This thread Refback 09-09-2009 10:48 PM
8 September 2009 Meklort&#039;s Blog This thread Refback 09-09-2009 08:57 PM
JesseBuxton's Bookmarks on Delicious This thread Refback 09-09-2009 07:10 PM
NetbookInstaller Meklort&#039;s Blog This thread Refback 09-09-2009 12:33 PM
NetbookInstaller 0.8.2 Released Meklort&#039;s Blog This thread Pingback 09-08-2009 11:30 PM

Copyright © 2008-2011 MyDellMini.com.