kae58 / netbook-installer

Automatically exported from code.google.com/p/netbook-installer
0 stars 0 forks source link

10.6.4 breaks NBI kernel patching #284

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install OS X 10.6.4 update
2. Reboot

What netbook are you using this on?
Dell Mini 9

What is the expected output? What do you see instead?
Expect NBI to re-install what it needs to after the update (which it does) and 
then patch the new kernel to work with the atom processor (seems to be broken 
now. It now kernel panics at boot.

What version of the product are you using? On what operating system?
NBI 0.8.4 RC1, OS X 10.6.4

Original issue reported on code.google.com by appleg...@gmail.com on 15 Jun 2010 at 11:05

GoogleCodeExporter commented 8 years ago
The kernel patching is working fine, it has something to do with the 
CPUIDOverride.kext. Try booting with recovery=y and the panic should be 
bypassed. I've also been working on an updated bootloader to replace the said 
kext, which will help with the issue.

Original comment by Meklort@gmail.com on 16 Jun 2010 at 1:58

GoogleCodeExporter commented 8 years ago
I got the same on my Samsung NC10. 10.6.3 was running fine, I updated to 
10.6.4, NBI runs after the reboot, but the I get "Unsupported CPU Type"...

And how do I boot with recovery=y? I did a TimeMachine backup before updating...

Original comment by syre.knu...@googlemail.com on 16 Jun 2010 at 12:07

GoogleCodeExporter commented 8 years ago
@syre.knuffi: Boot while holding down shift. At the grey screen with your boot 
disk, start typing recovery=y. you should see it in the bottom left corner of 
the screen Hit enter to boot. Not that this will disable many of your kernel 
extensions, so things like wifi and sound may not work after booting in 
recovery mode.

Original comment by appleg...@gmail.com on 16 Jun 2010 at 1:48

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
BTW as rported by meklort on the mydell mini forums:

"The issues is that NBI has a hardcoded value of 256mb for the ramdisk that it 
uses to create the Extensions.mkext. It copies /S/L/E to the ramdisk and then 
/Extra/<macine>Ext there. On my machine, the /S/L/E is larger than 256mb, and 
that's causing issues. You can always try removing kexts that you know you'll 
never need (such as Nvidia and ATI kexts from /System/Library/Extensions, 
which'll easily cut out 50+mb) in order to reduce the size and rerun NBI again.

What I need to do is change the way NBI work in order to really fix this, but 
that'll take a little bit of time. I'll try to increase the hardcoded value as 
a temporary fix one I fix my build environment."

So, expect a band-aided NBI release tonight that should get folks up and 
running again; if you're in a rush you can remove some uneeded kexts and try 
reinstalling NBI.

Original comment by appleg...@gmail.com on 16 Jun 2010 at 2:36

GoogleCodeExporter commented 8 years ago
FYI, the following worked for me on a Mini 10v -- thanks to meklort and 
appleguru for the tip here :)

cd /System/Library/Extensions
sudo rm -rf NVD* ATI* GeForce* AppleIntelGMAX3100*
du -hsc .

should show you disk usage for S/L/E somewhere in the 140-180mb range, but I 
forget what it said on my system. It's possible that the NBI ramdisk would 
still stay under 256mb with less removed, but these all seemed safe for a Mini 
10v.

run NBI again, reboot... works for me :)

Original comment by slv...@gmail.com on 16 Jun 2010 at 6:01

GoogleCodeExporter commented 8 years ago
I'm getting a KP even if I boot with recovery=y :( ... what can I do? 

Original comment by chuckc...@gmail.com on 18 Jun 2010 at 5:59

GoogleCodeExporter commented 8 years ago
@chuckcalo: more details? hardware specs, model, etc...?

Original comment by slv...@gmail.com on 18 Jun 2010 at 3:29

GoogleCodeExporter commented 8 years ago
@slvr32 Aspire ONE 150 .. went from 10.6.3 to 10.6.4 and Im just getting KPs.. 
The reocvery=y thingy isn't working for me :(

Original comment by chuckc...@gmail.com on 18 Jun 2010 at 4:43

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I have a NC10 and yes after installing 10.6.4 I get a KP. After recovery=y I 
can start the machine but after running the fixed NBI and restarting the 
machine I get the same problem. I can only restart with the recovery=y option!

When I look at the machine while starting up I see that the harddrive is not 
doing anything. The machine is waiting for a device to respond. I now got the 
nogo sign through te apple symbol.

Original comment by gerald.l...@gmail.com on 20 Jun 2010 at 8:17

GoogleCodeExporter commented 8 years ago
I was watching the boot proces with -v and I noticed that the system is waiting 
for the boot volume. Message "Still waiting for the root device"

Original comment by gerald.l...@gmail.com on 20 Jun 2010 at 9:04

GoogleCodeExporter commented 8 years ago
Update: 

I restarted the NC10 with -v -x and it started itself. But I saw the following 
error message "Bug: launchctl.c:3557 (23930):17: ioctl(s6, SIOCAIFADDR_IN6, 
&ifra6) != -1"

Original comment by gerald.l...@gmail.com on 20 Jun 2010 at 9:28

GoogleCodeExporter commented 8 years ago
Update 2:

While I had started the NC10 with -v -x and the desktop appeared I decided to 
use the fixed netbookinstaller. After completing I restarted the machine and 
now it booted itself. But after starting up I now found that the sound does not 
work anymore. The Speaker sign is light grey. Within the system properties 
there is no sound device anymore. So I restored the AppleHDA from the previous 
NC10 extensions. Installed it with the help of kexhelper and restarted the 
machine. And the sound is back again.

I think there are some bad files in the fixed netbookinstaller app. Please 
replace the nc10 extensions with the previous one!

Gerald

Original comment by gerald.l...@gmail.com on 20 Jun 2010 at 10:07

GoogleCodeExporter commented 8 years ago
gerald.lankamp - could you supply this AppleHDA.kext file you're using to get 
sound working? I am not able to find it anywhere. Thanks in advance. My email 
is doggie52@gmail.com.

Original comment by doggi...@gmail.com on 26 Jul 2010 at 2:33

GoogleCodeExporter commented 8 years ago
Having same issue;
  Acer Aspire D150 /w Dell Mini WiFi Adapter.

I got the kernel panic described above; used recovery=y to boot... but there is 
no keyboard or trackpad response, eg, they aren't working.

MY kernel panic said something about an improper CPU ID.

Original comment by jpe...@gmail.com on 12 Aug 2010 at 1:06

GoogleCodeExporter commented 8 years ago
Apple USB Keyboard works ;) Just not the AspireOne D150 built-in keyboard. But, 
I saw my desktop, so I'm not freaking out.

Original comment by jpe...@gmail.com on 12 Aug 2010 at 1:12

GoogleCodeExporter commented 8 years ago
Hi I'm having the same Problem with a Asus 1000HE.
Modell : Intel(R) Atom(TM) CPU N280   @ 1.66GHz
Mainboard : Asus 1000HE
System BIOS : AMI 1104 10/14/2009
RAM: 1GB
Chipsatz
Modell : ASUS Mobile 945GME Express Processor to DRAM Controller
Grafikkarte : Mobile Intel(R) 945 Express Chipset Family (8 SP 166MHz, 256MB 
DDR2, Interne Grafikeinheit)
Logischer Speichergeräte
Festplatte (C:) : 56GB (NTFS) @ FUJITSU MHV2060BH (60GB, SATA150, 2.5", 
5400rpm, NCQ
Peripherie
LPC Hub Controller 1 : ASUS 82801GBM (ICH7-M) LPC Interface Controller
Bluetooth - Broadcom
Atheros AR928X
Elantech smartpad

I installed Snow Leopard 10.6.2 with this Guide.
http://osx86.net/f47/my-asus-eeepc-1000he-and-how-i-installed-t6316/
I used the kext's from this Guide exept using the newest VoodooHDA0.2.2.

Everything worked fine.(I didn't check Bluetooth.)

Then I used the Guide to Update to 10.6.4 too but I used the 10.6.4 ComboUpdate 
File and Netbookinstaller 0.8.4 RC1.
After doing this I received the erorrs you can see in the Picturs attached.
recovery=y works.

The trick didn't help.
cd /System/Library/Extensions
sudo rm -rf NVD* ATI* GeForce* AppleIntelGMAX3100*
du -hsc .

Got an idea what could Help?

Original comment by openair...@gmx.de on 24 Aug 2010 at 9:07

GoogleCodeExporter commented 8 years ago
Here are the Pictures

Original comment by openair...@gmx.de on 25 Aug 2010 at 4:25

Attachments:

GoogleCodeExporter commented 8 years ago
I used the temporary netbookinstaller 10.6.4 fix from meklort.com, everything 
works perfectly except for my keyboard and trackpad, both are unresponsive 
under mac.  (asus eeepc 1005ha, 10.6.4).  Luckily, usb still works!

Original comment by TSBehl...@gmail.com on 28 Aug 2010 at 12:17

GoogleCodeExporter commented 8 years ago
Thanks @slvr32 , did exactly as you said and I'm back up and running on a Mini 
10V.

Original comment by pmhe...@gmail.com on 7 Sep 2010 at 4:57

GoogleCodeExporter commented 8 years ago
Woohoo! Removed the ati/geforce and other kexts listed above, came to under 
182mb, ran netbookbootmaker 0.8.4 rc1, then extensions went to 191mb (??), 
reboot and yay, all was okay! The rest of the drivers work, and my keyboard and 
trackpad work! Officially running 10.6.4 now. 

Original comment by jpe...@gmail.com on 13 Oct 2010 at 2:44

GoogleCodeExporter commented 8 years ago
FWIW, using the recovery tip and after removing the useless graphics kernel 
extensions, 10.6.4 runs fine on a Samsung NC-10, with all the available updates 
installed.

Original comment by manu.b...@gmail.com on 19 Oct 2010 at 3:36

GoogleCodeExporter commented 8 years ago
after booting with recovery y and using fixed netbook installer my machine 
still hangs up on apple logo,with prohibiting"circle with diagonal line 
crossing it" sign.what shall i do about it?thakx!

Original comment by sonom...@gmail.com on 8 Nov 2010 at 11:19

GoogleCodeExporter commented 8 years ago
I'm closing this issue. The version on dropbox had this issue fix. The newly 
released version also has this fixed.

Original comment by Meklort@gmail.com on 24 Nov 2010 at 11:02

GoogleCodeExporter commented 8 years ago
can any one install wireless Atheros AR928X????? if yes how???

Original comment by daniel...@gmail.com on 26 Jan 2011 at 11:31

GoogleCodeExporter commented 8 years ago
YI, the following worked for me on a Mini 10v -- thanks to meklort and 
appleguru for the tip here :)

cd /System/Library/Extensions
sudo rm -rf NVD* ATI* GeForce* AppleIntelGMAX3100*
du -hsc .

should show you disk usage for S/L/E somewhere in the 140-180mb range, but I 
forget what it said on my system. It's possible that the NBI ramdisk would 
still stay under 256mb with less removed, but these all seemed safe for a Mini 
10v.

run NBI again, reboot... works for me :)

THIS WORKED PERFECT FOR ME! DELL MINI 9 OSX 10.6.3 OEM DISC!!!

AWESOME!!!

Original comment by ajx...@gmail.com on 19 Jan 2012 at 6:29