QUOTE (dealt @ Jul 7 2008, 12:54 AM)

Partitions merged but filesystem messed-upHi. My initial setup SATA 149.1GB:
disk0s1 - WINDOWS (NTFS)- 30GB
disk0s2 - FILES(NTFS) - 90GB
disk0s3 - OSX(HFS+) - 20GB
What I did:
- Booted Sabayon Linux(LiveCD). Deleted disk0s2 using Gparted
- Created 2 unformated Partitions (in Gparted) 71GB and 27GB.
- After restarting, it failed to boot on my hdd. booted again on linux livecd then set the flag of my osx disk to 'boot' (using gparted)
- Leopard boots. Run diskutil mergePartitions "Journaled HFS+" New disk0s3 disk0s4. no errors were reported. Checked the partition, the changes we'rent reflected so I rebooted
- This time, HDD boot failed again "Error Loading Operating System"
- Boot again on Linux Live CD, check partition on gparted, the OSX disk was already set to 'boot', but it recognizes the merged partition as Linux Filesystem
- Tried booting the Leopard Installer, run Disk Utility. It can see the merged partition but it cannot recognize filesystem. Running verify volume failed. Repair Disk disable.
Can this be fixed? Thanks.
you need MbrFix.
from windows's cmd do:
CODE
<your path to MBRFix>\MbrFix /drive <your drive number> listpartitions
note down your partition's number
CODE
<your path to MBRFix>\MbrFix listpartitiontypes
note down the partition type ID for HFS+
CODE
<your path to MBRFix>\MbrFix /drive <your drive number> /partition <your partition number> setpartitiontype <the ID for HFS+>
everything without <>
now you should be done
pay extra atention to your partition number as you don't want to make another partition unreadable
I haven't tested this but I think I spelled the commands right
only do this if you have MBR not GUID