Jump to content
12 posts in this topic

Recommended Posts

Hey, I followed the guide at the osx86 wiki for the quad-boot between xp, vista, osx86 and suse. I got up to installing osx86 where I have to go into diskutil and erase the fat32 partition and make it a hfs. Well the problem is, there are no harddrives or partitions to select on the left. All I see is the dvd of JaS osx86. Does anyone know what the problem is?

 

-Koss

Link to comment
https://www.insanelymac.com/forum/topic/42762-help-with-jas-1048/
Share on other sites

I meant format it as HFS+ with TransMac ..

 

I don't think active would change anything.. You would mess up your windows too (Unless it's another disk).

 

If transmac doesn't work I would try to format it using command line through the terminal. I don't know the commands I'm new at this too..

 

Notice that your partition should be primary and id='af' or it won't work..

Edited by codestain

Ok you lost me at id=af. Nevermind Gparted can let me make hfs+ partitions. I got transmac but when I select which disk to format, it only detects my old harddrive which I plugged back right now. But not my new one. (My new one does not use ribbon cables; forgot what that's called.) Any Ideas?

 

Thx for helping me so far,

Koss

Edited by vostok

You mean a sata drive?

 

The guide says that the partition must be id=af or it won't boot..

 

To make the partition you go to Start->Run and type diskpart

Then select your disk you want to put it in

 

Ex:

-----------------------------------------

DISKPART> list disk

 

Disk ### Status Size Free Dyn Gpt

-------- ---------- ------- ------- --- ---

Disk 0 Online 56 GB 0 B

 

DISKPART> select disk 0

 

Disk 0 is now the selected disk.

------------------------------------------

 

 

 

Then list your partitions:

 

Ex:

------------------------------------------

DISKPART> list partition

 

Partition ### Type Size Offset

------------- ---------------- ------- -------

Partition 1 Primary 32 GB 32 KB

* Partition 2 Unknown 24 GB 32 GB

------------------------------------------

 

 

 

If you want to delete a partition delete it.. The partition you will put the osx must be primary and id=af

Create your new partition

 

Ex:

----------------------------------------------

DISKPART> Select disk 1

 

DISKPART> Select partition 2

 

DISKPART> Delete partition

 

DISKPART> create partition primary id=af

 

DISKPART> list partition

 

Partition ### Type Size Offset

------------- ---------------- ------- -------

Partition 1 Primary 32 GB 32 KB

* Partition 2 Unknown 24 GB 32 GB

 

DISKPART> Exit

-----------------------------------------------

 

 

 

If you want a partition with a specific size use this

-----------------------------------------------

DISKPART> create partition primary size=6660 id=af

----------------------------------------------

 

What id=af really means I don't know.. I read it somewhere but I don't remember..!

I don't know, I have a sata drive too and it can't see it. I installed it in a usb old drive that I had. Shame cause my drive is 250 GB, and now it's on a 18 GB drive

 

I had problems with my sata drive with Ubuntu Linux 6.06 as well. I had to download the 6.10 which sees the drive..

Edited by codestain

I see, I am also planning to install Suse on my SATA drive also to get the bootloader grub. Do you think Ill have the same SATA problems there too?

Edit 2: When I get into the diskutil and start to erase the fat32 partition, it erases a little and then wont go anymore. I have tryed this twice already and it keeps freezing. Any ideas?

-Koss

Edited by vostok
×
×
  • Create New...