View Single Post
 
Old 10-01-2009, 06:26 AM
STLVNUB STLVNUB is offline
Puma
 
Join Date: Nov 2008
Posts: 22
Quote:
Originally Posted by RetroRen View Post
Yes, I tried modbin test 7 kernel.
Actually a few bug fixes where needed
When the buglist gets to 5 I will upload NEW package
if you follow these fixes it should work.

BUG FIX:No 1
edit IHBootMaker.sh in Contents/Resources/Scripts Folder.
goto line 324 and 351 and change
"$useMkext" = "Yes"
to
"$useMkext" = "On"
Thanks to BladeRunner for pointing this out.
Fixes Mkext and Extensions Folder Creation in Extra Using IHBootmaker.app.

BUG FIX:No 2 (more like enhancement)
This will allow the Generated bootloader to make bootable the selected target as it is installed.

at line 544 of Contents/Resources/Scripts/IHBootMaker.sh take out the #.
#echo "bless" '"$3"' >>"${pkgpostinstall}"
Fixes, not really a bug, just enables the generated package to make bootable the Target partition.

Bug FIX:No 3
Edit Contents/Resources/Tools/IHBMBootfiles/usr/sbin/bless
line 9 replace the block if [ "$3" != "" ] >fi with

if [ "$3" != "" ]
then
bootvolume="$bootarguments#*-folder } "
bootvolume="${bootvolume%%/System/Library/CoreServices/*}"
bootvolume="${bootvolume#*-folder }"
else
bootvolume="$1"
fi

also you need to copy
Contents/Resources/Tools/IHBMBootfiles/usr/standalone/i386/NetkasRC3/boot0
to
Contents/Resources/Tools/IHBMBootfiles/usr/standalone/i386/boot0
for fdisk to work properly.

GigaByte EP45T-UD3R V1.1 E8200@stock 4GB DDR3 1600 2x500GB/1x1.5TB HD
Zotac 9800 GT ECO 1GB
Snow Leopard 10.6.4
Reply With Quote