InfiniteMac OSx86  


Reply
 
Thread tools Display modes
  #1  
Old 03-29-2009, 06:40 AM
oneshot's Avatar
oneshot oneshot is offline
Panther
 
Join Date: Nov 2008
Location: Sacramento, CA
Posts: 242
Exclamation OSX broke after trying to change mach_kernel

Well I became impatient and thought that a file I had was voodoo. So I replaced my current Mach_Kernel with the file that I thought was voodoo but I guess it wasn't....

ANYWAYS now when I start up OSX86, my screen just flashes before it even goes through any of the "code" stuff and restarts....

Am I completely screwed or is there any way to fix it... =/

Mac OS X 10.5.5 Voodoo 9.5.0 2.7 GHz AMD Athlon(tm) 64 X2 Dual Core Processor 5200+ 2 GB 1334 MHz DDR2 NVIDIA GeForce 9500M-M MB Maxtor 75 GB IDE
Reply With Quote
  #2  
Old 03-29-2009, 06:52 AM
cmdshft's Avatar
cmdshft cmdshft is offline
Panther
 
Join Date: Dec 2008
Location: Hackensack, NJ
Posts: 240
Depends. What distro did you use and did it offer a option for kernel installation? If so, only install the kernel OR you could copy the kernel that boots your installation disc right to your startup disk.

Boot the DVD to the installer, then run terminal.app. It's under Utilities in the installer menubar.

cp /mach_kernel /Volumes/<startup disk name>

Example: cp /mach_kernel /Volumes/iMac

If your startup disk has a space in it's name, it's as follows:

cp /mach_kernel /Volumes/Macintosh\ HD

Also, I would suggest that when you first start terminal, you do the following:

ls /

This will show you a list of all the files in the root of the DVD filesystem. This way you know exactly the name of your kernel (some install DVD's have things like mach_kernel.voodoo as the kernel name). If the name is not mach_kernel, then just use the right name and it will most likely work and allow you to boot your system again.

Mac OS X Leopard 10.5.8 (9L30) | Chameleon 2.0 RC3 | Intel Pentium 4 3Ghz 800Mhz FSB HyperThread 1MB L2 cache SSE3 1MB L2 cache works, cosmetic display of 512KB L2 cache | Asus P4V8X-MX VIA Chipset, VIA-VT8237 Southbridge | AC97 VIA8237 | Dual 1GB 333Mhz DDR SDRAM | nVidia PNY GeForce 7600GS 512MB 8x AGP DVI/TV-Out/VGA [NVinject 0.2.1; QE/CI/QuartzGL/Rotation] | Darwin Kernel Version 9.7.0: Sun Jun 14 20:48:28 IST 2009; Voodoo 2.0 Intel alpha3 :xnu-1228.12.14/BUILD/obj/RELEASE_I386 i386
Reply With Quote
  #3  
Old 03-30-2009, 06:17 AM
oneshot's Avatar
oneshot oneshot is offline
Panther
 
Join Date: Nov 2008
Location: Sacramento, CA
Posts: 242
Thank you for the detailed walkthrough.

I did all the steps and this is what I got?



I started up my HD and its doing the same thing. Did I do something wrong?

I am very greatfull for the support so far

Mac OS X 10.5.5 Voodoo 9.5.0 2.7 GHz AMD Athlon(tm) 64 X2 Dual Core Processor 5200+ 2 GB 1334 MHz DDR2 NVIDIA GeForce 9500M-M MB Maxtor 75 GB IDE
Reply With Quote
  #4  
Old 03-30-2009, 01:20 PM
erick2red's Avatar
erick2red erick2red is offline
Tiger
 
Join Date: Dec 2008
Location: Santiago de Cuba, Cuba
Posts: 303
read carefully he says:
Code:
cp /mach_kernel /Volumes/<startup_disk_name>/
where <startup_disk_name> it's the name of the startup disk of your system.

CPU: Intel Pentium Dual E2140 1.6 GHz. Graphics: Intel(R) 82945G (128 MB). Board: Asus P5GC-TVM/S Chipset: Intel Lakeport-G i945GC. HDD: 232 Gb S-ATA Samsung
Version 10.6.2 32bit. Kernel: Vanilla. Audio: VoodooHDA 0.2.2 with prefpane. Video: Stock GMA. PS2 fix: VoodooPS2
USB 2 not working

Acer Aspire 4530-6823
CPU: AMD Athlon™ X2 QL-62 2.0GHz. Graphics: Integrated GeForce® 9100M G. Chipset: nForce® MCP77MH.
Reply With Quote
  #5  
Old 03-30-2009, 04:27 PM
lanceomni's Avatar
lanceomni lanceomni is offline
 
Join Date: Nov 2008
Location: Florida, US
Posts: 521
You may also use quotes around names with spaces.

/"Folder with space"/file.txt
Is equal to this
/Folder\ with\ space/file.txt

When you do get back up and running I would recommend making a backup copy of the kernel that works so that in the case that this happens again you can boot using the option -v mach_kernel.backup to load the original
Code:
cp -R /mach_kernel /mach_kernel.backup

MOBO: Z77MX-QUO-AOS CPU: Core i7 3770K GPU: MSI N760 TF 2GD5/OC Case: Modded MacPro2,1
Memory: 32GB Corsair Vengeance (CMY32GX3M4A1600C9) Wifi: Airport Extreme bcm94321MCA BIOS: HermitCrab Labs H3A.816M
Monitor: AOC Q2963Pm 29" WFHD 2560x1080 21:9
Interests: KDE on Apple Darwin, Keeping it real with the command line, Helping those that help themselves
Reply With Quote
  #6  
Old 03-31-2009, 02:49 AM
oneshot's Avatar
oneshot oneshot is offline
Panther
 
Join Date: Nov 2008
Location: Sacramento, CA
Posts: 242
@eric2red

I'm not seeing what I did wrong?

Isn't my startup disk what I named my Hardrive?


Mac OS X 10.5.5 Voodoo 9.5.0 2.7 GHz AMD Athlon(tm) 64 X2 Dual Core Processor 5200+ 2 GB 1334 MHz DDR2 NVIDIA GeForce 9500M-M MB Maxtor 75 GB IDE
Reply With Quote
  #7  
Old 03-31-2009, 01:13 PM
erick2red's Avatar
erick2red erick2red is offline
Tiger
 
Join Date: Dec 2008
Location: Santiago de Cuba, Cuba
Posts: 303
Quote:
Originally Posted by oneshot View Post
@eric2red

I'm not seeing what I did wrong?

Isn't my startup disk what I named my Hardrive?

your missing some space after "/mach_kernel" you must write
Code:
cp /mach_kernel /Volumes/OSX\ HD/
cd /Volumes/OSX\ HD/
chmod 644 mach_kernel
chown 0:0 mach_kernel

CPU: Intel Pentium Dual E2140 1.6 GHz. Graphics: Intel(R) 82945G (128 MB). Board: Asus P5GC-TVM/S Chipset: Intel Lakeport-G i945GC. HDD: 232 Gb S-ATA Samsung
Version 10.6.2 32bit. Kernel: Vanilla. Audio: VoodooHDA 0.2.2 with prefpane. Video: Stock GMA. PS2 fix: VoodooPS2
USB 2 not working

Acer Aspire 4530-6823
CPU: AMD Athlon™ X2 QL-62 2.0GHz. Graphics: Integrated GeForce® 9100M G. Chipset: nForce® MCP77MH.
Reply With Quote
  #8  
Old 04-01-2009, 09:16 AM
oneshot's Avatar
oneshot oneshot is offline
Panther
 
Join Date: Nov 2008
Location: Sacramento, CA
Posts: 242
Oh my god thank you soooo much! Now my system actually loads. BUT It's stalling at this part and won't boot any further.




I have no idea what USBF is? My guess is it has to do with my USB er something but Idk whats up with it?

Mac OS X 10.5.5 Voodoo 9.5.0 2.7 GHz AMD Athlon(tm) 64 X2 Dual Core Processor 5200+ 2 GB 1334 MHz DDR2 NVIDIA GeForce 9500M-M MB Maxtor 75 GB IDE
Reply With Quote
  #9  
Old 04-01-2009, 01:16 PM
erick2red's Avatar
erick2red erick2red is offline
Tiger
 
Join Date: Dec 2008
Location: Santiago de Cuba, Cuba
Posts: 303
try booting with "-x" (safe boot), so u can see if it really boot.
And i see in your screenshot something message about PS2Nub kext, so if you have both mouse and keyboard through usb ports, then i think u can erase that kext, just to fix issues.

CPU: Intel Pentium Dual E2140 1.6 GHz. Graphics: Intel(R) 82945G (128 MB). Board: Asus P5GC-TVM/S Chipset: Intel Lakeport-G i945GC. HDD: 232 Gb S-ATA Samsung
Version 10.6.2 32bit. Kernel: Vanilla. Audio: VoodooHDA 0.2.2 with prefpane. Video: Stock GMA. PS2 fix: VoodooPS2
USB 2 not working

Acer Aspire 4530-6823
CPU: AMD Athlon™ X2 QL-62 2.0GHz. Graphics: Integrated GeForce® 9100M G. Chipset: nForce® MCP77MH.
Reply With Quote
  #10  
Old 04-02-2009, 06:10 AM
oneshot's Avatar
oneshot oneshot is offline
Panther
 
Join Date: Nov 2008
Location: Sacramento, CA
Posts: 242
the booting with -x didn't change anything. same exact screen.

any other ideas?



💡 Deploy cloud instances seamlessly on DigitalOcean. Free credits ($100) for InfMac readers.


Mac OS X 10.5.5 Voodoo 9.5.0 2.7 GHz AMD Athlon(tm) 64 X2 Dual Core Processor 5200+ 2 GB 1334 MHz DDR2 NVIDIA GeForce 9500M-M MB Maxtor 75 GB IDE
Reply With Quote
Reply