chris1111 Posted November 16, 2014 Share Posted November 16, 2014 On my desktop system receive a "memory allocation error"... waiting for the pictures from my smartphone I'm going to test that too.. EDIT nope same again.. this the picture: bungo.jpgbungo2.jpg sorry it was "AllocateKernelMemory" error... Just test and same picture here this is non recoverable error Link to comment Share on other sites More sharing options...
Micky1979 Posted November 16, 2014 Share Posted November 16, 2014 AllocateKernelMemory error? Link to comment Share on other sites More sharing options...
chris1111 Posted November 16, 2014 Share Posted November 16, 2014 AllocateKernelMemory error? yep, same exclacly picture Link to comment Share on other sites More sharing options...
verdant Posted November 17, 2014 Share Posted November 17, 2014 Quote I made a tiny command line called "sectorsize" (source included) as suggested by Apple here. Usage: sudo /path/to/sectorsize /dev/diskx my output is obviously: sector size: 512 Can you try and post the output since you're only one with AF drive here? If goes well we can try to use gnudd with the real bs="n" to install the boot1h Hi Micky, My WD 4K sector HDDs with 512e firmware also report sector size: 512 yet I still needed to install boot1h to the boot sector of each OS X 10.10 partition using diskutil unmount /dev/rdiskXsY dd if=boot1h of=/dev/rdiskXsY bs=4096 after I removed <key>Kernel</key> <string>/System/Library/Kernels/kernel</string> <key>UseKernelCache</key> <string>Yes</string> from my org.chamelon.Boot.plist, in order for Chameleon on my AF HDDs to boot the HDDs..... Link to comment Share on other sites More sharing options...
Micky1979 Posted November 17, 2014 Share Posted November 17, 2014 Thanks @verdant, my new tiny command line get me crazy . I really need to figure out on how to acquire the real boot sector in this case...will be useful to see some linux source to see how they.. Link to comment Share on other sites More sharing options...
Larx Posted November 18, 2014 Share Posted November 18, 2014 Hmm... I can boot into my YDP1. Pls boot in verbose mode. No changes! Still can't boot? I tryed -x -f -v nothing happend. Any other sugestion? Thanks Bungo. Link to comment Share on other sites More sharing options...
mitch_de Posted November 19, 2014 Share Posted November 19, 2014 Question:Can chameleon handle two GPUs? I use Nvidia GT 440 with GE=Yes and want to test AMD 7750 . Therefore let the Nvida in beside the new AMD 7550 for first tests (to see boot screen, or probs with 7750). In this case will chameleon handle both gpu injection or only one (perhaps first it finds then stop with injecting second gpu )? Link to comment Share on other sites More sharing options...
luxinhaus Posted November 20, 2014 Share Posted November 20, 2014 @ErmaC What does /Extra/Modules/Acpicodec.dylib has to offer compared to not using it? Thanks Link to comment Share on other sites More sharing options...
Pike R. Alpha Posted November 20, 2014 Share Posted November 20, 2014 AllocateKernelMemory error? The error is triggered when you allocate too much memory, which can happen with huge ACPI tables. In that case there is simply not enough memory left to allocate, but try this change in memory.h -#define ZALLOC_LEN 0x10000000 +#define ZALLOC_LEN 0x14000000 1 Link to comment Share on other sites More sharing options...
Micky1979 Posted November 20, 2014 Share Posted November 20, 2014 Thanks Link to comment Share on other sites More sharing options...
Micky1979 Posted November 20, 2014 Share Posted November 20, 2014 Hi Micky, My WD 4K sector HDDs with 512e firmware also report sector size: 512 Could you be kind enough to try again? (last test if it does not work) ..simply because in sys/disk.h I've found "DKIOCGETPHYSICALBLOCKSIZE" defined, and it sound really good (stupid me..). sectorsize.zip 1 Link to comment Share on other sites More sharing options...
verdant Posted November 20, 2014 Share Posted November 20, 2014 (edited) Could you be kind enough to try again? (last test if it does not work) ..simply because in sys/disk.h I've found "DKIOCGETPHYSICALBLOCKSIZE" defined, and it sound really good (stupid me..). No problem. Here is your new sector size command line report for my WD 4K sector HDDs with 512e firmware: Physical sector size: 4096 Logical sector size: 512 Just confirm that it works, here is my report on the same PC for a non-AF HDD running Windows Physical sector size: 512 Logical sector size: 512 Edited November 20, 2014 by verdant 1 Link to comment Share on other sites More sharing options...
Micky1979 Posted November 20, 2014 Share Posted November 20, 2014 Bingo!!! thanks!!!! sectorsize precompiled version:sectorsize_v1.1_binary.zip sectorsize source code:sectorsize_v1.1.zip I'm going to updated Zeus.app to detect the real sector size and install the boot1h with the result of my command line! ....but you're the only person I know with AF drive. Are you interested in doing a test when changes will be ready?? Link to comment Share on other sites More sharing options...
verdant Posted November 20, 2014 Share Posted November 20, 2014 Bingo!!! thanks!!!! sectorsize precompiled version:sectorsize_v1.1_binary.zip sectorsize source code:sectorsize_v1.1.zip I'm going to updated Zeus.app to detect the real sector size and install the boot1h with the result of my command line! ....but you're the only person I know with AF drive. Are you interested in doing a test when changes will be ready?? Sure. I have an external eSATA to SATA Toshiba 1TB AF HDD that I can test Pandora/Zeus on for you....... 1 Link to comment Share on other sites More sharing options...
Micky1979 Posted November 20, 2014 Share Posted November 20, 2014 Ok thanks again, I'll let you know when I'm ready. in the mean time I've opened a Topic here:http://www.insanelymac.com/forum/topic/302764-sectorsize-v11-a-tool-to-detect-the-physical-and-logical-sector-size-of-hard-disk-advanced-format-supported/?p=2087549 @ErmaC what you think about? Link to comment Share on other sites More sharing options...
Bungo Posted November 23, 2014 Share Posted November 23, 2014 The error is triggered when you allocate too much memory, which can happen with huge ACPI tables. In that case there is simply not enough memory left to allocate, but try this change in memory.h -#define ZALLOC_LEN 0x10000000 +#define ZALLOC_LEN 0x14000000 I fixed (imho) bugs. Can you test? boot_r2379.zip Thx. Link to comment Share on other sites More sharing options...
ErmaC Posted November 24, 2014 Author Share Posted November 24, 2014 @ErmaC what you think about? I will add your tiny tools to the Chameleon project ErmaC Link to comment Share on other sites More sharing options...
Pike R. Alpha Posted November 24, 2014 Share Posted November 24, 2014 I fixed (imho) bugs. Can you test? boot_r2379.zip Thx. Can you please provide a diff file so that I can take a look at the changes? Thanks. Link to comment Share on other sites More sharing options...
Micky1979 Posted November 25, 2014 Share Posted November 25, 2014 I fixed (imho) bugs. Can you test? boot_r2379.zip Thx. tested, is better, but now it stuck here ..but really intreasting . Link to comment Share on other sites More sharing options...
Larx Posted November 30, 2014 Share Posted November 30, 2014 CPU is recognized thank you guys! Great job ! Link to comment Share on other sites More sharing options...
wartomato Posted November 30, 2014 Share Posted November 30, 2014 (edited) Hi there, since r2491 I really cannot update the bootloader anymore, because it seems that I am also stuck in that boot0 error nirvana. well, the loader just stucks in the middle of nowhere. It seems to be because of the 4k sector size thing??? - More importantly: What to do??? Micky1979s' tool reads out: Physical sector size: 4096 Logical sector size: 512 for my startup disk... P.S.: r2468 runs fine, so I just reverted to it for now. Edited November 30, 2014 by wartomato Link to comment Share on other sites More sharing options...
Micky1979 Posted November 30, 2014 Share Posted November 30, 2014 Well just to wait some ours... a test version to try coming today... (I solve the boot0 error on my PC... just to see for every one if is the same....) 1 Link to comment Share on other sites More sharing options...
wartomato Posted November 30, 2014 Share Posted November 30, 2014 Well just to wait some ours... a test version to try coming today... (I solve the boot0 error on my PC... just to see for every one if is the same....) wow... thanks. (..puh) 1 Link to comment Share on other sites More sharing options...
Zenith432 Posted November 30, 2014 Share Posted November 30, 2014 Not really. If logical sector size is 512, calls to bios read 512-byte blocks. Should be transparent. If you see message boot0: error on the screen it means it couldn't find a partition to boot from. So clarify if using MBR or GPT, if you marked the partition active and installed boot1 on it. If you see message boot0: done, and then boot1: error then boot1 couldn't find /boot file on partition. If you don't see anything but blank screen and rotating bar - it means boot0, boot1 completed and /boot hung when scanning the disks. It seems to be because of the 4k sector size thing??? - More importantly: What to do??? Micky1979s' tool reads out: Physical sector size: 4096 Logical sector size: 512 1 Link to comment Share on other sites More sharing options...
wartomato Posted November 30, 2014 Share Posted November 30, 2014 Not really. If logical sector size is 512, calls to bios read 512-byte blocks. Should be transparent. If you see message boot0: error on the screen it means it couldn't find a partition to boot from. So clarify if using MBR or GPT, if you marked the partition active and installed boot1 on it. If you see message boot0: done, and then boot1: error then boot1 couldn't find /boot file on partition. If you don't see anything but blank screen and rotating bar - it means boot0, boot1 completed and /boot hung when scanning the disks. Hi Zenith, Well... the third part happened. I can barely see boot0: done at startup, then entering the second stage and afterwards, well, the bar rotates and stops. That is the end of my boot sequence. This happens, if I install a built of Chameleon after 2468. 2468 just runs fine, like it always did. Hope this helps in any way. Link to comment Share on other sites More sharing options...
Recommended Posts