View Single Post
 
Old 05-17-2009, 10:58 PM
lunfai lunfai is offline
 
Join Date: May 2009
Posts: 95
This is everything i did

Code:
/sbin/mount -uw /
mkdir /Volumes/MacHD
mkdir /Volumes/USB
mount -t -hfs /dev/disk1s6 /Volumes/MacHD
mount -t -hfs /dev/disk3s2 /Volumes/USB
cp -r /Volumes/USB/AppleVIAATA.kext /Volumes/MacHD/System/Library/Extensions
cd /Volumes/MacHD/System/Library/Extensions
chmod -R 755 AppleVIAATA.kext
chown -R root:wheel AppleVIAATA.kext
cd ..
rm -rf Extensions.*
kextcache -k Extensions/
reboot
Everything as it should've happened but still getting waiting for root device. ):
Whenever I install iPC/other distro's there not bootloader it will automatically go into Windows.
I have installed it correctly before but I was missing kext's and foolishly reformated; and I have no idea what I selected on iPC customize;

Last edited by lunfai; 05-17-2009 at 11:14 PM.
Reply With Quote