![]() |
hello @ all.
i would fix the bootloader (GUID). -> step 1, 2 +3 where easy but i dont understood step 4. dd if? i know that if is a commant............... |
german help welcome ;)
|
Did you type everything sensitvely such as: spaces, lowercase letters, uppercase, dashes, etc?
How to: Fix the GUID bootloader (Blinking cursor) There's an issue with the script that installs the GUID bootloader. Easy to fix : 1 - Boot with the DVD. 2 - Press F8, then type "-s" 3- type "cd /usr/standalone/i386" 4 - type "dd if=./guid/boot1h of=/dev/rdiskXsY bs=512 count=1 (X is the disk number and Y is the partition number on which you installed Leo) 5 - type "dd if=./guid/boot0 of=/dev/diskX bs=400 count=1 6 - type "./startupfiletool -v /dev/diskXsY ./boot_v8" GUID bootloader must be now installed correctly. You should make sure. |
sure but at step 3...you dont must tping in the text "cd/usr/standalone/i386" so: cd usr ; cd standalone ; cd i386
and in step 4??? whats the command? |
Step four is: dd if=./guid/boot1h of=/dev/rdiskXsY bs=512 count=1
Remember, X and Y represents the number of the root partition of your system. In my case, it is 0 & 1, it can be 0 and 1 on your system or even something different. It all depends. |
i just typing this in?
i try this thanx |
I don't understand your problems, buddy. WinLinMac explained it perfectly correct ;)
This is how you type, exactly the same like the bold font: Step 3: cd /usr/standalone/i386 cd means change dir, so you use this command to switch to the i386 dir, which is located at /usr/standalone. That's one of the most simple unix commands, easy, isn't it? :) Now to Step 4: dd if=./guid/boot1h of=/dev/rdiskXsY bs=512 count=1 The underlined part (rdiskXsY), must be replaced by X and Y with X as the disk number and Y as the partition number on which you installed Leopard) In my case, for exampe, rdisk1s1! You can check the numbers in the Dvd by using the Disk Utility. In the following commands you will also have to replace diskX and diskXsY. Best Wishes |
nice! but what now restart he computer or type "exit"??? what shoud i do?
|
Whatever you like I normally just hit the reset button
you could type shutdown -r now |
try to type reboot :)
|