InfiniteMac OSx86

InfiniteMac OSx86 (http://infinitemac.com/forum.php)
-   Leopard 10.5 (http://infinitemac.com/forumdisplay.php?f=85)
-   -   Installation Questions (please help) (http://infinitemac.com/showthread.php?t=56)

D.Lewis 01-16-2008 04:23 AM

Tomorrow I'll be (trying) to install Leopard to my PC. I currently have 2 hard drives:
HDD 1:
Partition 1: Vista Install

HDD 2:
Partition 1: Storage
Partition 2: EMPTY (formatted to FAT32, want to install Leopard here)

Basically I just want confirmation that what I'll be doing wont erase or tamper with the Storage partition (or any other ones). This is what I'll be doing, I'm not sure if I need to install the EFIv8 files or if they're built into the disk or w/e:

a. In the setup use the disk utility to 'Erase' the FAT32 partition to 'Mac OS Extended'
b. Get the 'Disk Identifier' for the partition (in format of disk?s?)
c. Unmount the drive and insert USB drive (labelled 123). Open Terminal and enter:
Code:

cd /Volumes/123/pc_efi_v8
./startupfiletool /dev/rdisk?s? ./boot_v8
dd if=./guid/boot1h of=/dev/rdisk?s? bs=512 count=1
dd if=./guid/boot0 of=/dev/disk? bs=400 count=1

d. Proceed with the installation etc.
e. Once working, use EASYBCD in Vista to setup dual-booting etc.

(I managed to work this out by browsing these and the InsanelyMac forums and the various tutorials scattered around and adopting them to my needs.)

If I wasn't clear, I just want to know whether I need to install the EFIv8 files with this disk, and confirm that what I'll be doing wont erase the other partitions. Thanks for your help :)

naquaada 01-16-2008 04:56 AM

Before installation: Remove HDD1.

HDD2: You can't install on a FAT32 partition, it must be HFS+. I presume the 'Storage' partition is from Vista and the filesystem is NTFS. I would recommend to backup the data and reformat the HD, with the Mac partition first. This is the best way because you could switch between MacOS and Windows with the Vista bootselector. Do the partitioning from Windows, not from the Mac Disk Utility. A Leopard partition should have a minimum of 15 GB. If you want to use the Storage partition from Windows and MacOS you must format it in FAT32, because MacOS is only able to read NTFS, but it can't read it. If this is done, jumper your HDD2 to Master (if it's IDE) and boot the Leopard DVD. Then let's do something more.

roisoft 01-16-2008 05:17 AM

it´s possible to share files leo/win with Macfuse and Ntfs-3g, other way is VMware fusion running a virtual XP.

D.Lewis 01-16-2008 05:23 AM

Thanks. The reason I formatted it to FAT32 was that I read it must be formatted to this for the Mac install disk to detect it, then I'd re-format it to HFS+ (this is Mac OS Extended, isn't it?) in the setup (a.). The 'Storage' partition is formatted to NTFS, it's simply used for storing movies, music etc.

So I should backup the files then re-format the whole of HDD2 to just one partition using Vista's built-in drive manager (but what format shall I format it to?), install MacOS, THEN make my 'Storage' partition again but using FAT32 so Mac also has write permissions - although I regularly use files around 7gb in size so FAT32 won't work for me. Could I use the NTFS-3G driver to enable Write access for NTFS?

naquaada 01-16-2008 05:29 AM

the NTFS-3G driver isn't the real thing. you have to mount the NTFS drives and so on... I didn't liked it. BTW, if you have OS X onece running, you don't need Vista anymore ;) How big are your harddisks. Are they IDE or SATA. What do you have for a system configuration?

D.Lewis 01-16-2008 05:34 AM

Both drives are IDE. HDD1 is 80gb. HDD2 is 200gb (partition 2 where I want to install MacOS is 60gb).

CPU: AMD Athlon 64 X2 4800+
MB: MSI K9VGM-V
GPU: Leadtek GeForce 8400GS 256MB
2gb RAM

naquaada 01-16-2008 05:45 AM

Hm, it has an VIAŽ K8M890 / VT8237A Chipset. I don't know how good it's supported. Are you able to boot from the DVD? Have you entered Disk Utility in the installations 'Utility' menu? Does it show your drives?

D.Lewis 01-16-2008 05:50 AM

I'm currently not at my PC, so I won't be able to check for a while. I'll check when I get back. Thanks.

EDIT: I see someone has got it to work with the VT8237A chipset: http://forum.insanelymac.com/index.p...A&#entry558783

So fingers crossed :)

D.Lewis 01-17-2008 10:14 PM

I've just installed Leopard, but now I'm having some problems getting it to boot.

Before installing, I reinstalled Vista and moved some things around, so my HDD setup is now as below:
HDD1: (200gb)
Partition 1: Vista
Partition 2: Storage

HDD2: (80gb)
Trying to install Leo here

(I have unplugged HDD1 and still is unplugged). When I installed, I use the 'Erase' function in the Disk Utility to Erase the whole drive to MacOS Extended (HFS+). I then installed the EFIv8 files, and unselected Additional Fonts and Languages and let the installer do its thing.
Then when I tried to boot into Leopard, I got the error:
"HFS+ Partition Error"
When I tried booting with the DVD, I got:
"System config file '/com.apple.Boot.plist' not found"

I tried the 'Making Mac Bootable' instructions from the Known-Issues wiki, and now when booting without the DVD I get:
"B0 Error"
And the same error as before if I boot with the DVD.

Does anyone know whats wrong? I'm going to now to installing Leopard again, so I'll post back if it works or I get errors again.

roisoft 01-17-2008 10:52 PM

What partition scheme are you using MBR or GUID?

If you want to use a guid partiton scheme , boot into install dvd and before the install open a terminal and install EFI

I suppose that you are using a pendrive to install efi

diskutil list

umount -f /dev/diskXsY

cd /volumes/"name of your pendrive"/boot_v80

./startupfiletool /dev/rdiskXsY ./boot_v8

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

dd if=./guid/boot0 of=/dev/diskX bs=400 count=1 (very important at this point unmount all partitions on your guid drive if the b0 error persist, repeat this step)