Install Snow Leopard on ANY PC for ANYBODY! Includes Windows dual-boot.
Started by PookyMacMan, Oct 09 2011 04:40 AM
769 replies to this topic
#61
Posted 30 December 2011 - 03:50 AM
I hope this different kernel will work well. I have tried other guides, and have some install success, but after reboot, "No boot sector found"
......
#62
Posted 30 December 2011 - 08:46 PM
#63
Posted 31 December 2011 - 05:56 PM
#64
Posted 31 December 2011 - 09:37 PM
We may need to do a DSDT patch for your system. Do you have a Linux Live CD?
Post this problem in the Snow Leopard forum, too. Someone may be able to help you there, too.
Derrick Berg, your hardware looks good. You may have issues with your graphics card, though.
I would purchase a nVidia card, if possible.
Tj, here's the kernel. Sorry I had my MacBook in the shop: http://www.mediafire...o7jj597eyv57149
I'll post instructions by tomorrow. For now put the kernel on a USB drive.
Post this problem in the Snow Leopard forum, too. Someone may be able to help you there, too.
Derrick Berg, your hardware looks good. You may have issues with your graphics card, though.
I would purchase a nVidia card, if possible.
Tj, here's the kernel. Sorry I had my MacBook in the shop: http://www.mediafire...o7jj597eyv57149
I'll post instructions by tomorrow. For now put the kernel on a USB drive.
#65
Posted 01 January 2012 - 02:40 AM
As for live linux cd, I dont have one now but can get one... I think i have a sandybridge onboard graphics card
#66
Posted 01 January 2012 - 03:18 PM
For your onboard card, if it's Intel HD Graphics 3000 it will work perfectly, as Apple uses these ones in their 13" MacBook Pros.
#67
Posted 01 January 2012 - 07:25 PM
Not sure if its that one or not but i know its an onboard card, so what is the next step for me
to get this thing to work?
#68
Posted 01 January 2012 - 08:49 PM
elite-fusion, if you want to check your card look it up in Device Manager. Under Display Adapters see what it says. What we have to do now is extract your DSDT from Linux, which I will look up and inform you with instructions.
Tj, here's how you use the kernel:
Drag it onto the root of an external USB drive (flash [color=#176BA1 !important][font=inherit !important][color=#176BA1 !important][font=inherit !important]drive[/font][/font][/color][/color], hard drive etc.) and boot into the ModCD as normal with the USB drive plugged in. When the ModCD loads, swap it with your DVD. Now you will type the code to access your kernel something like this:
hd(1,0)/legacy_kernel-10.6.8
Here's how to determine what to type. When Chameleon loads, it numbers the hard drives (which includes USB drives but does not include CD drives) from 0 to however many drives are in your system, starting with any ATA drives, then SATA drives, then USB drives. So, if you have one SATA drive in your system, the SATA drive would be drive 0, and your USB drive would be drive one. If you have two hard drives in your system, those two would be drives 0 and 1 and your USB drive would be drive 2.
Next, you will need to know the partition number of your drive. It is numbered the same way, starting with 0. If you have one partition and it's Master Boot Record, it will be partition 0. So, now here's where these numbers come in.
First, you will type the following:
hd(
Next, you will insert the drive number of your USB drive followed by a comma. For this example, there is only one hard drive.
hd(1,
Next, you will insert the partition number of the drive, most likely 0, followed by the end parentheses.
hd(1,0)
After that, if you put the kernel at the root of the drive and not in a folder, you will end up with:
hd(1,0)/legacy_kernel-10.6.8
If you put it in a folder (or a number of folders), you would just add them to the beginning.
hd(1,0)/your/folders/legacy_kernel-10.6.8
Let me know if this all makes sense.
Tj, here's how you use the kernel:
Drag it onto the root of an external USB drive (flash [color=#176BA1 !important][font=inherit !important][color=#176BA1 !important][font=inherit !important]drive[/font][/font][/color][/color], hard drive etc.) and boot into the ModCD as normal with the USB drive plugged in. When the ModCD loads, swap it with your DVD. Now you will type the code to access your kernel something like this:
hd(1,0)/legacy_kernel-10.6.8
Here's how to determine what to type. When Chameleon loads, it numbers the hard drives (which includes USB drives but does not include CD drives) from 0 to however many drives are in your system, starting with any ATA drives, then SATA drives, then USB drives. So, if you have one SATA drive in your system, the SATA drive would be drive 0, and your USB drive would be drive one. If you have two hard drives in your system, those two would be drives 0 and 1 and your USB drive would be drive 2.
Next, you will need to know the partition number of your drive. It is numbered the same way, starting with 0. If you have one partition and it's Master Boot Record, it will be partition 0. So, now here's where these numbers come in.
First, you will type the following:
hd(
Next, you will insert the drive number of your USB drive followed by a comma. For this example, there is only one hard drive.
hd(1,
Next, you will insert the partition number of the drive, most likely 0, followed by the end parentheses.
hd(1,0)
After that, if you put the kernel at the root of the drive and not in a folder, you will end up with:
hd(1,0)/legacy_kernel-10.6.8
If you put it in a folder (or a number of folders), you would just add them to the beginning.
hd(1,0)/your/folders/legacy_kernel-10.6.8
Let me know if this all makes sense.
#69
Posted 02 January 2012 - 02:21 AM
Any instructions on how to do the dsts in linux? Im a bit of a n00b at this
#70
Posted 02 January 2012 - 10:07 AM
I can install on my compaq presario v3026tu (Core Duo T2050 1.6 Ghz, Intel 945GM Express chipset, GMA950, ram 1x2GB) but with a panic "allocMem" when boot (image attached)
i can get through this when using safe boot with nonfunction mouse, sound and poor graphic (maybe more) cant' do anything in this page
Any Step-by-step solution you can help? because it's my first time using macosx
Thank you in advance
i can get through this when using safe boot with nonfunction mouse, sound and poor graphic (maybe more) cant' do anything in this page
Any Step-by-step solution you can help? because it's my first time using macosx
Thank you in advance
Attached Files
#71
Posted 02 January 2012 - 06:40 PM
yugioff, are you booting with the mach_kernel?
Most likely, if your computer is like my MacBook, the GMA 950's VRAM is shared with the system RAM, so OS X may be having trouble with RAM allocation. Boot with the legacy kernel (just press enter) and see what happens.
elite-fusion, I found a DSDT extracting guide for Linux, but I wanted to test it myself to put it into plain English. However, if you would like to try it, here's the link: http://linux-hybrid-...s.blogspot.com/
You can skip the last step; we don't need it in .tar.gz format.
Most likely, if your computer is like my MacBook, the GMA 950's VRAM is shared with the system RAM, so OS X may be having trouble with RAM allocation. Boot with the legacy kernel (just press enter) and see what happens.
elite-fusion, I found a DSDT extracting guide for Linux, but I wanted to test it myself to put it into plain English. However, if you would like to try it, here's the link: http://linux-hybrid-...s.blogspot.com/
You can skip the last step; we don't need it in .tar.gz format.
#72
Posted 02 January 2012 - 07:22 PM
PookyMacMan, on 02 January 2012 - 06:40 PM, said:
yugioff, are you booting with the mach_kernel?
Most likely, if your computer is like my MacBook, the GMA 950's VRAM is shared with the system RAM, so OS X may be having trouble with RAM allocation. Boot with the legacy kernel (just press enter) and see what happens.
Most likely, if your computer is like my MacBook, the GMA 950's VRAM is shared with the system RAM, so OS X may be having trouble with RAM allocation. Boot with the legacy kernel (just press enter) and see what happens.
i never type "mach_kernel" only "-v -x -f" into safe boot and "just press enter" once to encounter panic
#73
Posted 02 January 2012 - 08:01 PM
You shouldn't need to type those boot flags. When you boot, just hit enter and see what happens.
If that doesn't work, you can do a safe boot; type:
-x USBBusFix=Yes
-x boots the system in safe mode, and the USBBusFix should fix your mouse issues. You don't need to worry about -v, as nawcom already inserted that in the ModCD's com.apple.boot.plist.
If that doesn't work, you can do a safe boot; type:
-x USBBusFix=Yes
-x boots the system in safe mode, and the USBBusFix should fix your mouse issues. You don't need to worry about -v, as nawcom already inserted that in the ModCD's com.apple.boot.plist.
#74
Posted 02 January 2012 - 08:12 PM
PookyMacMan, on 02 January 2012 - 08:01 PM, said:
You shouldn't need to type those boot flags. When you boot, just hit enter and see what happens.
If that doesn't work, you can do a safe boot; type:
-x USBBusFix=Yes
-x boots the system in safe mode, and the USBBusFix should fix your mouse issues. You don't need to worry about -v, as nawcom already inserted that in the ModCD's com.apple.boot.plist.
If that doesn't work, you can do a safe boot; type:
-x USBBusFix=Yes
-x boots the system in safe mode, and the USBBusFix should fix your mouse issues. You don't need to worry about -v, as nawcom already inserted that in the ModCD's com.apple.boot.plist.
"when only enter" - i get the same panic
"-x USBBusFix=Yes" - i get safe boot with my mouse(trackpad) not working so i cant do anything even shutdown or restart
#75
Posted 02 January 2012 - 08:30 PM
Do you have a USB mouse? That might be your best bet. Most likely the safe boot disables the PS/2 controller.
Try typing mach_kernel and see what happens.
Try typing mach_kernel and see what happens.
#76
Posted 02 January 2012 - 08:43 PM
mach_kernel - i see app icon only and my hdd dont load anything
and right now i can safe boot with usb mouse function
so what about normal boot?
and right now i can safe boot with usb mouse function
so what about normal boot?
#77
Posted 02 January 2012 - 08:46 PM
We can worry about normal boot once you have OS X installed. Often issues that occur with the installation DVD do not occur with the actual installation.
Even if they do happen, safe boot will still allow you to navigate and use your computer to a (limited) functional extent, which is just fine for troubleshooting.
Even if they do happen, safe boot will still allow you to navigate and use your computer to a (limited) functional extent, which is just fine for troubleshooting.
#78
Posted 02 January 2012 - 09:28 PM
but the panic i found happen after i installed mac os x completely
so i have to mess with kext to fuction all of my hardware right now?
ps now i made a combo update from 10.6 to 10.6.7 and safe boot with and without usbfix and my usb mouse still cant move
so i have to mess with kext to fuction all of my hardware right now?
ps now i made a combo update from 10.6 to 10.6.7 and safe boot with and without usbfix and my usb mouse still cant move
#80
Posted 03 January 2012 - 05:20 PM
I think i understand it pretty well, i will have to try in when i get a chance. Thanks for the info.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users



Sign In
Create Account









