InfiniteMac OSx86  


Reply
 
Thread tools Display modes
  #1  
Old 01-18-2008, 09:30 PM
roisoft's Avatar
roisoft roisoft is offline
 
Join Date: Jan 2008
Location: Spain
Posts: 450
[How to] Dual Boot VISTA/LEOPARD, same HD over GUID+EFI V8

"How to" dual boot Leo (AMD) / Vista (GUID + Efi V8 the same HDD)

-You need.

-A pendrive labeled "EFI"
-Install DVD (leoapard Zephyroth)
-Install DVD (Vista 32/64)
- Efi pack ( Extract the efi pack to the root of your pendrive)


1. Boot into Leopard install dvd and open disk utility, click your HD you are makeing a Guid then click the partition tab click the drop down menu and select the number of partitions that you need, in my case i have used two, the first one for VISTA( Fat32), the second one for LEOPARD (Mac Os Extended (journaled)) then click options and select GUID, aply and reboot when it´s finished.

2. Boot into Vista install dvd and when you see the screen of disk selection, click the patición in fat32 and format in NTFS, then install Vista.

3. When vista finishes, boot into leopard DVD and install over the partition that you have created in the step 1. When Leopard finishes, reboot again into leo dvd plug the pendrive labeled "EFI" and open a terminal and type this:

diskutil list

You´ll see something like this

Code:
/dev/disk0
   #:                       TYPE NAME                  SIZE       IDENTIFIER
   0:      GUID_partition_scheme                             *226. Gi   disk0
   1:                        EFI                              200.0 Mi   disk0s1
   2:       Microsoft Basic Data VISTA                       * 35.05 Gi  disk0s2
   2:                  Apple_HFS LEO                          186.0 Gi   disk0s3

/dev/disk1
    #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:     Apple_partition_scheme                                  *4.4 Gi     disk1
   1:        Apple_partition_map                                     31.5 Ki    disk1s1
   3:                  Apple_HFS Leopard-AMD-10.5.1      4.4 Gi     disk1s3
/dev/disk2
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:     FDisk_partition_scheme                                 *250.0 Mi   disk2
   1:                  Apple_HFS EFI                           249.9 Mi   disk2s1


cd /volumes/efi/pc_efi_v80

umount -f /dev/disk0s3

./startupfiletool /dev/rdisk0s3 ./boot_v8

dd if=./guid/boot1h of=/dev/rdisk0s3 bs=512 count=1

dd if=./guid/boot0 of=/dev/disk0 bs=400 count=1



reboot and that´s all, you don´t need touch the Vista bootloader you´ll see Darwin with those options

- 1. hd (0,1)
- 2. hd (0,2) Foreign BOOT (VISTA)
- 3. hd (0,3) LEOPARD


Enjoy...
Reply With Quote
  #2  
Old 01-20-2008, 11:50 PM
DoiX DoiX is offline
Tiger
 
Join Date: Jan 2008
Location: Romania
Posts: 355
i tried installing efi with rev1 but i get "b0 error." when trying to boot into leo, any ideas?
Reply With Quote
  #3  
Old 01-21-2008, 12:05 AM
roisoft's Avatar
roisoft roisoft is offline
 
Join Date: Jan 2008
Location: Spain
Posts: 450
open a terminal and install efi again, you must unmount the disk, that is the most important thing.

diskutil unmount /dev/"all the partitions"
umount -f /dev/"leo partition"
Reply With Quote
  #4  
Old 01-21-2008, 12:36 AM
DoiX DoiX is offline
Tiger
 
Join Date: Jan 2008
Location: Romania
Posts: 355
still not working, same error
edit: can i install efi using this method without having vista installed? (i want to give up windows permanently)
Reply With Quote
  #5  
Old 01-21-2008, 02:04 AM
roisoft's Avatar
roisoft roisoft is offline
 
Join Date: Jan 2008
Location: Spain
Posts: 450
Boot over install DVD, plug your pendrive and open a terminal and try this

diskutil list (take note of your device)

cd /volumes/efi/pc_efi_v80

diskutil unmount /dev/diskX (X=device)

umount -f /dev/rdiskXsY (X=device Y=leo partition)

dd if=./guid/boot0 of=/dev/disk0 bs=400 count=1

reboot
Reply With Quote
  #6  
Old 01-21-2008, 02:09 AM
roisoft's Avatar
roisoft roisoft is offline
 
Join Date: Jan 2008
Location: Spain
Posts: 450
if you only want a Mac Os, boot over install dvd, choose a guid partition scheme when the install finishes boot over the install dvd again open a terminal and install efi
Reply With Quote
  #7  
Old 01-21-2008, 03:03 PM
DoiX DoiX is offline
Tiger
 
Join Date: Jan 2008
Location: Romania
Posts: 355
with efi i get "still waiting for.." without efi its works... any other ideas?
Reply With Quote
  #8  
Old 01-21-2008, 05:48 PM
roisoft's Avatar
roisoft roisoft is offline
 
Join Date: Jan 2008
Location: Spain
Posts: 450
please, post your hard..i don´t remember

try over MBR

diskutil unmount diskX

cd /volumes/efi/pc_efi_v80

./startupfiletool /dev/diskXsY ./boot_v8
Reply With Quote
  #9  
Old 01-21-2008, 06:21 PM
DoiX DoiX is offline
Tiger
 
Join Date: Jan 2008
Location: Romania
Posts: 355
40 GB seagate ATA, i tried MBR i got the b0 error, i tried again GUID after instaling efi i got hfs+ partition error =))....i think my PC has AIDS or something
Reply With Quote
  #10  
Old 01-21-2008, 06:23 PM
1207FX 1207FX is offline
Jaguar
 
Join Date: Jan 2008
Posts: 55
lol



💡 Deploy cloud instances seamlessly on DigitalOcean. Free credits ($100) for InfMac readers.

Reply With Quote
Reply