dadio Posted November 23, 2007 Share Posted November 23, 2007 Hola, when i try to execute this line in single user mode: ./startupfiletool /dev/rdisk3s1 ./boot_v5 i get this error message: unrecognized filesystem. But im shure that this is the right partition or does it change when you are in single user mode? Big thanks for any help. (I got a ToH rc2 installation) Link to comment https://www.insanelymac.com/forum/topic/72983-trying-to-install-efi-but-unrecognized-filesystem/ Share on other sites More sharing options...
Cohen The Barbarian Posted November 24, 2007 Share Posted November 24, 2007 I booted from the DVD and had the EFI files on an external USB HD (formatted Fat32 so I can transfer files to my PC at work). Once the DVD booted, I went to Terminal, then entered: diskutil list found my partition (it was disk0s1) My USB drive is named "USBHD" and my OSX HD is "Leopard", so I entered: cd /Volumes/USBHD/pc_efi_v51 cp -Rf AppleSMBIOS.kext /Volumes/Leopard/System/Library/Extensions cp -Rf dsmos.kext /Volumes/Leopard/System/Library/Extensions cd -Rf mach_kernel /Volumes/Leopard chmod -R 755 /Volumes/Leopard/System/Library/Extensions/* chown -R root:wheel /Volumes/Leopard/System/Library/Extensions/* chmod -R 755 /Volumes/Leopard/mach_kernel chown -R root:wheel /Volumes/Leopard/mach_kernel rm /Volumes/Leopard/System/Library/Extensions.mkext I made sure in advance I had the dsmos.kext and Apple vanilla kernel in the pc_efi_v51 folder These commands copied the necessary files to the correct locations and set permissions diskutil unmount disk0s1 ./startupfiletool /dev/disk0s1 ./boot_v5 Then I rebooted and was running the stock Apple kernel. Software Update installed the 10.5.1 update with no problems. Remember, when in Terminal you can use the TAB key to auto-complete file/directory names...saves time. Link to comment https://www.insanelymac.com/forum/topic/72983-trying-to-install-efi-but-unrecognized-filesystem/#findComment-516867 Share on other sites More sharing options...
Recommended Posts