it tries to boot but i didn't get to login screeen (i think it's because the mess in my extra/extensions folder)
goin' to sleep now, will try tomorrow
[Guide] Boot from EFI partition, zero modification installs on Intel SSE2 or better...
Started by munky, Sep 21 2008 05:08 PM
1405 replies to this topic
#21
Posted 21 September 2008 - 10:14 PM
#22
Posted 21 September 2008 - 10:30 PM
I boot fine from my USB boot-132, however, using this new method causes my system to lock up when it is nearly ready to start the aqua interface.
#23
Posted 21 September 2008 - 10:31 PM
#24
Posted 21 September 2008 - 10:44 PM
munky, on Sep 21 2008, 05:31 PM, said:
dudecuda: boot with -v and see whats happening. try booting with -f as well.
I did both, with the exact same results both times. I'm wondering if the alternate kexts are even being loaded. I triple checked my directory structure and everything is fine.
Update:
I have a copy of leopard 10.5.0 on a small 8GB partition on my second HD. I can use this boot method to boot that partition just fine. Further more, the alternate kexts are being loaded since I have PS2 support. My primary partition has 10.5.5, so something is definately broken here.
#25
Posted 21 September 2008 - 11:08 PM
Mine freezes at the Apple Logo screen also.
Here is error with -v:

With -v -f: it freezes at the mDNSresponder line this is a few up from bottom.
It works fine with my USB or CD Boot-132.
Could it be a problem with the Stage-2 as noted in the post here:
GPTEFIboot Thread
Its the very last line of first post.
I am using 10.5.5 also.
Here is error with -v:

With -v -f: it freezes at the mDNSresponder line this is a few up from bottom.
It works fine with my USB or CD Boot-132.
Could it be a problem with the Stage-2 as noted in the post here:
GPTEFIboot Thread
Its the very last line of first post.
I am using 10.5.5 also.
#26
Posted 21 September 2008 - 11:16 PM
jokinawa, on Sep 21 2008, 07:08 PM, said:
Mine freezes at the Apple Logo screen also.
Here is error with -v:
-- snip image --
With -v -f: it freezes at the mDNSresponder line this is a few up from bottom.
It works fine with my USB or CD Boot-132.
Could it be a problem with the Stage-2 as noted in the post here:
GPTEFIboot Thread
Its the very last line of first post.
I am using 10.5.5 also.
Here is error with -v:
-- snip image --
With -v -f: it freezes at the mDNSresponder line this is a few up from bottom.
It works fine with my USB or CD Boot-132.
Could it be a problem with the Stage-2 as noted in the post here:
GPTEFIboot Thread
Its the very last line of first post.
I am using 10.5.5 also.
I have 2 drives which were installed from the retail dvd - one internal ata and the other external usb. Both are getting the same result as you are seeing here.
Lucky for me, I also have a third partition which can still be booted from the boot-132 iso.
#27
Posted 21 September 2008 - 11:34 PM
GPTEFIBoot is a similar but unrelated project, so I cant really comment on it.
Did you place System.kext on your EFI partition?
Did you place System.kext on your EFI partition?
#28
Posted 22 September 2008 - 12:36 AM
dudecuda, on Sep 21 2008, 11:44 PM, said:
Update:
I have a copy of leopard 10.5.0 on a small 8GB partition on my second HD. I can use this boot method to boot that partition just fine. Further more, the alternate kexts are being loaded since I have PS2 support. My primary partition has 10.5.5, so something is definately broken here.
I have a copy of leopard 10.5.0 on a small 8GB partition on my second HD. I can use this boot method to boot that partition just fine. Further more, the alternate kexts are being loaded since I have PS2 support. My primary partition has 10.5.5, so something is definately broken here.
I'm pretty sure you need the correct version of System.kext in the /System/Booter/Extensions folder on the EFI partition. Give it a try.
What kind of hardware are you using? Core cpu or pre-Core? Which kernel?
bladerunner can u try this also please? if u are using a 9.4.0 kernel (10.5.4) then please use the 9.4.0 / 10.5.4 System.kext in your /System/Booter/Extensions folder on the EFI partition.
to mount:
sudo -s
mkdir /Volumes/EFI
mount_hfs /dev/diskXs1 /Volumes/EFI
to unmount once finished:
sudo -s
umount -f /Volumes/EFI
rm -rf /Volumes/EFI
please also make sure u copy the kexts as root (sudo -s). otherwise permissions errors may be a problem.
#29
Posted 22 September 2008 - 12:39 AM
I do not think I have the system.kext. I will try when I get home. I used all the kexts from my initrd.img off my boot CD.
I can still boot with the boot-132 no problem.
I am using a Gigabyte GA-EP45-DS4. With a Q9550 CPU.
I can still boot with the boot-132 no problem.
I am using a Gigabyte GA-EP45-DS4. With a Q9550 CPU.
#30
Posted 22 September 2008 - 12:39 AM
ok, successful install from the retail dvd, updated to 10.5.5 via software update without problem
something weird, Efi strings don´t work
Q6700@2,66 ghz
4gb RAM
GA-P35-DS4
Nvidia 7600gt / 8800gt
Vanilla kernel
at boot detect the correct fsb:cpu


something weird, Efi strings don´t work
Q6700@2,66 ghz
4gb RAM
GA-P35-DS4
Nvidia 7600gt / 8800gt
Vanilla kernel
at boot detect the correct fsb:cpu


#31
Posted 22 September 2008 - 12:42 AM
yay! first success story.
yes, EFI strings will NOT work, as the stage2 booter is NOT Chameleon, but a fork of dfe's bootloader. means you have to go back to injectors or whatever, or wait for the next Chameleon...
yes, EFI strings will NOT work, as the stage2 booter is NOT Chameleon, but a fork of dfe's bootloader. means you have to go back to injectors or whatever, or wait for the next Chameleon...
#32
Posted 22 September 2008 - 12:54 AM
Can I use extensions.mkext file with this method ?
#33
Posted 22 September 2008 - 12:55 AM
3dman: good question. the answer is.... i dunno, i'll ask the devs
#34
Posted 22 September 2008 - 01:32 AM
munky, on Sep 21 2008, 08:42 PM, said:
yay! first success story.
yes, EFI strings will NOT work, as the stage2 booter is NOT Chameleon, but a fork of dfe's bootloader. means you have to go back to injectors or whatever, or wait for the next Chameleon...
yes, EFI strings will NOT work, as the stage2 booter is NOT Chameleon, but a fork of dfe's bootloader. means you have to go back to injectors or whatever, or wait for the next Chameleon...
Teh EFI strings may be what is causing the hang on my systems. I have been using them in place of the nvinject kect. I am working on changing that not. Results later
#35
Posted 22 September 2008 - 01:41 AM
Try it using nvkush.
#36
Posted 22 September 2008 - 01:59 AM
EFI strings?!! ahhh heck. lemme remove mine..
still no go.. we'll see what happens.
I'm getting a dump panic error regarding iodevicetree:/options
still no go.. we'll see what happens.
I'm getting a dump panic error regarding iodevicetree:/options
#38
Posted 22 September 2008 - 02:05 AM
BTW is there any big difference between EFI strings and injectors ?
#39
Posted 22 September 2008 - 02:28 AM
With Efi strings the system hangs before the GUI, with Nvkush & Nvinject i only have resolutions, with Natit full QE/CI (10.5.5).
i have better results in OpenGL Extensions Viewer tests with natit than nvinject , nvkush or efistrings
3D mn, on Sep 22 2008, 04:05 AM, said:
BTW is there any big difference between EFI strings and injectors ?
i have better results in OpenGL Extensions Viewer tests with natit than nvinject , nvkush or efistrings
#40
Posted 22 September 2008 - 03:28 AM
no efi strings, still crashing.
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users



Sign In
Create Account








