InfiniteMac  


Reply
 
Thread tools Display modes
  #61  
Old 08-24-2011, 01:29 PM
wastez's Avatar
wastez wastez is offline
 
Join Date: Oct 2010
Posts: 156
It would be really great if you could add the fix for amd k10 fsb detection which is implemented in Chameleon since 1197.

Motherboard: MSI K9AG Neo2-Digital
Chipset: AMD 690G + SB600
CPU: AMD Phenom II 945 4x 3.0GHz
RAM: 8 GB DDR2 800 MHz
Graphics: MSI ATI Radeon 5770 OC- Edition
Sound: ALC 888 + GR Session I/O + HDMI from Graphics
Storage: SSD Corsair Force 3 120GB + 4x Samsung F3 1TB
___________________________________________
Mac OS-X 10.6.8 Snow Leopard
AnV 10.8.0 Legacy Kernel V2 - 64 Bit Mode
cparm module Bootloader - AMD Version


Everything injected via dsdt!!!
Reply With Quote
  #62  
Old 01-04-2012, 11:34 PM
bobert bobert is offline
Puma
 
Join Date: Apr 2010
Posts: 15
anv

Scratch that i now get to the new booters screen but before that it says unable to load symbols_machpersonalities then i see all my partitions..

now when booting with your atom kernels i get a reboot

as im trying to boot 10.7.2 im trying "mach_kernel_dp2_apic -v" without quotes.

i removed hpet hibernate and hello world mods

toshiba nb100 2GB of ram and an intel Atom n270 chip on an external screen from usb so that if need be i can mod the files.

Last edited by bobert; 01-05-2012 at 11:38 PM. Reason: please help me GOD IM SO CLOSE !!!!
Reply With Quote
  #63  
Old 01-07-2012, 12:52 PM
wastez's Avatar
wastez wastez is offline
 
Join Date: Oct 2010
Posts: 156
So you are using also all 2 acpi modules?
If so you have to choose one them.

Which modules are you using because it's possible that you have to remove more of them?!

Motherboard: MSI K9AG Neo2-Digital
Chipset: AMD 690G + SB600
CPU: AMD Phenom II 945 4x 3.0GHz
RAM: 8 GB DDR2 800 MHz
Graphics: MSI ATI Radeon 5770 OC- Edition
Sound: ALC 888 + GR Session I/O + HDMI from Graphics
Storage: SSD Corsair Force 3 120GB + 4x Samsung F3 1TB
___________________________________________
Mac OS-X 10.6.8 Snow Leopard
AnV 10.8.0 Legacy Kernel V2 - 64 Bit Mode
cparm module Bootloader - AMD Version


Everything injected via dsdt!!!
Reply With Quote
  #64  
Old 01-07-2012, 03:34 PM
bobert bobert is offline
Puma
 
Join Date: Apr 2010
Posts: 15
jesus that sounds hard

perhaps theres a how to guide on it somwhere that ive not seen ?

or perhaps there could be an installer and i check off what i need in there using a customize button ?


what mods would i need for my toshiba nb 100 its an intel atom chip with gma 9 - 950 gpu and broadcom wifi with 2GBs ram to make it boot the install dvd

Last edited by bobert; 01-07-2012 at 04:04 PM. Reason: just wondering something
Reply With Quote
  #65  
Old 01-07-2012, 04:27 PM
bobert bobert is offline
Puma
 
Join Date: Apr 2010
Posts: 15
Thank you very much reading through now !!!

Quote:
Originally Posted by Sacharon View Post
Figured it out. For everyone else asking themselves the same questions a quick how-to/summary:
included in the zip are multiple files which are resembling the stages of the bootloader in some variants.
You need at least three files to get a boot image/flash stick or similar booting:
boot0, which is stage zero (written in the mbr),
boot1h. which is stage one and written in the first sector of the bootable and active partition,
boot, which is stage three, resembled by an true file on the active partition.
Now you task is to get these three files to their according destinations; stage zero by
sudo fdisk -f boot0 -u -y /dev/rdiskn (n resembling the disk number of the device you want to use - you can get it with 'diskutil list')
stage one by
sudo dd if=boot1h of=/dev/rdisknsm (m resembling the active partition number, count starts with 0),
stage two by copying the boot file to the destination
sudo cp boot /Volumes/SubjectNameHere (name of the stick/partition/image).

Hope this helps someone and I'm not repeating a thread I haven't found.
thank you very much ! trying this but getting no were

Last edited by bobert; 01-07-2012 at 05:12 PM. Reason: please help
Reply With Quote
  #66  
Old 01-09-2012, 01:31 PM
wastez's Avatar
wastez wastez is offline
 
Join Date: Oct 2010
Posts: 156
@bobert
Try just do use the important modules and donīt use 2 of one kind. (Just one ACPI module and one smbios module)

And also remove the KernelPatcher if you donīt need it.

For example i use just the modules what i need.
In my case itīs enough to use ACPIPatcher, SMBiosPatcher, Symbols, GUI and HPET.

Motherboard: MSI K9AG Neo2-Digital
Chipset: AMD 690G + SB600
CPU: AMD Phenom II 945 4x 3.0GHz
RAM: 8 GB DDR2 800 MHz
Graphics: MSI ATI Radeon 5770 OC- Edition
Sound: ALC 888 + GR Session I/O + HDMI from Graphics
Storage: SSD Corsair Force 3 120GB + 4x Samsung F3 1TB
___________________________________________
Mac OS-X 10.6.8 Snow Leopard
AnV 10.8.0 Legacy Kernel V2 - 64 Bit Mode
cparm module Bootloader - AMD Version


Everything injected via dsdt!!!

Last edited by wastez; 01-09-2012 at 01:40 PM.
Reply With Quote
  #67  
Old 01-10-2012, 11:36 AM
cparm cparm is offline
Cheetah
 
Join Date: Jan 2009
Posts: 8
Quote:
Originally Posted by wastez View Post
@bobert
Try just do use the important modules and donīt use 2 of one kind. (Just one ACPI module and one smbios module)

And also remove the KernelPatcher if you donīt need it.

For example i use just the modules what i need.
In my case itīs enough to use ACPIPatcher, SMBiosPatcher, Symbols, GUI and HPET.
thx wastez, couldn't have said it better

@bobert , please only use the modules you need, and use only one acpi module (acpipatcher.dylib or acpicodec.dylib), and one smbios module (smbiosgetter.dylib or smbiospatcher.dylib),
symbols.dylib is needed if want to use another module, if you plan to use the booter without modules (because you have a 100% compatible or a patched motherboard, or you use a patched OS, or ...) you can uninstall symbols.dylib.

last thing, the project is still unstable when built with xcode 4, you can use xcode 3 from lion if you have a snow leopard partition with xcode3 installed on it, just launch the xcode3 app, select the project , clean and build

that's all , good luck

Last edited by cparm; 01-10-2012 at 11:42 AM.
Reply With Quote