|
#1
|
|||
|
|||
Hi,
the pc boots only from DVD and not from my Hardrive. I read the forum up and down and didn't find the right answer for my problem. Here's my Hardware: Quote:
Quote:
Please help me. Thanks Zep for this woderfull Release Thanks Alonama |
#2
|
||||
|
||||
And you've already tried "fdisk" on your install HD and partition to make it "bootable"?
http://osx86.wikidot.com/known-issues#toc3 Running both 10.5.8 and 10.6.4 on my stinking AMD/ATi machine... |
#3
|
|||
|
|||
Yes I do.
1. I open a Terminal 2. Su Root (Password) 3. i 4. I make fdisk -e /dev/Rdisk0 5. u 6. f 1 7. w 8. q and then I reboot and i see the theme problem. The PC bootet allways if i have the DVD in my drive. by the way, soory my english Aljonama |
#4
|
|||
|
|||
What type of partition are you running on, GUID or MBR? What version of Zephyroth's release are you trying to install? What is the name of the volume/partition you installed your copy of the O/S? Answer these, and there may be some solution available for you. =)
|
#5
|
|||
|
|||
OK,
I take the MBR (see the info.txt I download the Leopard-10-5.2-AMD.ISO via torrent fom PiratesBay and install this and by the Partition doing i name the Partion Leopard Please look. Last login: Sun Feb 24 15:06:33 on ttys000 xdsl-87-78-155-187:~ aw$ diskutil list /dev/disk0 #: TYPE NAME SIZE IDENTIFIER 0: FDisk_partition_scheme *232.9 Gi disk0 1: Apple_HFS Leopard 232.9 Gi disk0s1 /dev/disk1 #: TYPE NAME SIZE IDENTIFIER 0: Apple_partition_scheme *4.4 Gi disk1 1: Apple_partition_map 31.5 Ki disk1s1 2: Apple_HFS Leopard-10.5.2-AMD-EFI 4.4 Gi disk1s2 /dev/disk2 #: TYPE NAME SIZE IDENTIFIER 0: GUID_partition_scheme *153.4 Gi disk2 1: EFI 200.0 Mi disk2s1 2: Apple_HFS Leopard USB 153.1 Gi disk2s2 sh-3.2# fdisk -e /dev/rdisk0 Enter 'help' for information fdisk: 1> p Disk: /dev/rdisk0 geometry: 30401/255/63 [488397168 sectors] Offset: 0 Signature: 0xAA55 Starting Ending #: id cyl hd sec - cyl hd sec [ start - size] ------------------------------------------------------------------------ *1: AF 0 1 1 - 1023 254 63 [ 63 - 488397105] HFS+ 2: 00 0 0 0 - 0 0 0 [ 0 - 0] unused 3: 00 0 0 0 - 0 0 0 [ 0 - 0] unused 4: 00 0 0 0 - 0 0 0 [ 0 - 0] unused fdisk: 1> |
#6
|
||||
|
||||
Did you install with or without EFI?
|
#7
|
||||
|
||||
If you installed with MBR and without EFI, then this is the right way:
// Hit enter after each terminal line to execute the command. // 1 -> Launch with DVD 2 -> At boot prompt, type Code:
-s 3 -> Type: Code:
fdisk -e /dev/rdiskX update f 1 w (yes) q Code:
cd /usr/standalone/i386 ./startupfiletool -v /dev/rdisXsX ./boot Code:
mount -uw / mount -t hfs /dev/diskXsX /Volumes Code:
bless -device /dev/diskXsX -setBoot -verbose |
#8
|
|||
|
|||
Hi Puttabong
i have make all this, it will not funtion. Only with DVD |
#9
|
|||
|
|||
Hi Puttabong
i make this .... .... mount -t hfs /dev/diskXsX /Volumes or must be do mount -t hfs /dev/diskXsX /Volumes/leopard |