View Single Post
 
Old 06-20-2012, 03:29 PM
frisco2's Avatar
frisco2 frisco2 is offline
Jaguar
 
Join Date: Jun 2012
Posts: 52
localhost:~ admin$ sudo -s
Password:
bash-3.2# diskutil list
/dev/disk0
#: TYPE NAME SIZE IDENTIFIER
0: FDisk_partition_scheme *2.0 TB disk0
1: Windows_NTFS System-reserviert 104.9 MB disk0s1
2: Windows_NTFS 209.6 GB disk0s2
3: Windows_NTFS AAAAAAAAAA 209.7 GB disk0s3
4: Windows_NTFS BBBBBBBBBB 209.7 GB disk0s5
5: Windows_NTFS CCCCCCCCC 209.7 GB disk0s6
6: Windows_NTFS DDDDDDDDD 209.7 GB disk0s7
7: Windows_NTFS Musik und Video 3 209.7 GB disk0s8
8: Windows_NTFS Datenträger 209.7 GB disk0s9
9: Windows_NTFS Musik und Video 1 209.7 GB disk0s10
10: Windows_NTFS Musik und Video 2 157.3 GB disk0s11
11: Windows_NTFS MAC Daten 165.4 GB disk0s12
/dev/disk1
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *320.1 GB disk1
1: EFI 209.7 MB disk1s1
2: Apple_HFS LION_10_7_4 80.0 GB disk1s2
3: Apple_HFS Copy_Lion_10_7_4 80.0 GB disk1s3
4: Apple_HFS LION OSX 80.0 GB disk1s4
5: Apple_HFS OSX LION Copy 79.3 GB disk1s5
/dev/disk2
#: TYPE NAME SIZE IDENTIFIER
0: Apple_partition_scheme *4.7 GB disk2
1: Apple_partition_map 32.3 KB disk2s1
2: Apple_HFS Lion 10_7_4 4.7 GB disk2s3
bash-3.2#



In my case I have a 2 TB HDD with Windows 7 on the other HDD I have only Mac OS X

Then I have to install to the MBR boot0md my Windows HDD. Very important, then activate the terminal:

code:

sudo-s
diskutil list (here you see the Windows and the Mac HDD listed)


LION is in my case 10.7.4 installed on / dev/disk1s2, then I have in the terminal "boot0md" install in the MBR of my Windows HDD disk0.

Register with sudo-s in Terminal

code:

sudo-u-y ./fdisk440-f boot0md / dev/rdisk0


Then I have to "boot1h" on the partition boot sector of the HDD install LION OSX (disk1s2).

sudo dd if = of = boot1h / dev/rdisk1s2
-
-
then you have the "boot" from the folder "i386" (cpram bootloader) installed in the root directory LION OSX.

sudo cp / boot


or by moving the mouse into the root directory
Reply With Quote