Jump to content
8 posts in this topic

Recommended Posts

Ich habe erfolgreich das Leo Flat Image auf meinem p5wdh (c2d 6600) basiertem System installiert und scheitere nun an der Erweiterung der Bootpartition (20GB), da mir scheinbar das admin password für die Nutzung von sudo fehlt. Was mache ich falsch oder wie gehe ich vor um den kompl. Festplattenplatz (160GB) zu nutzen?

 

Danke für die Unterstützung.

Ich habe erfolgreich das Leo Flat Image auf meinem p5wdh (c2d 6600) basiertem System installiert und scheitere nun an der Erweiterung der Bootpartition (20GB), da mir scheinbar das admin password für die Nutzung von sudo fehlt. Was mache ich falsch oder wie gehe ich vor um den kompl. Festplattenplatz (160GB) zu nutzen?

Wenn gesucht hättest, dann würdest du die Lösung finden.

 

*In Windows (Diskpart z.B.) oder in Linux (gparted) eine FAT32 Partition nach der Leo Partition erstellen und formatieren.

*In Leopard -> Terminal den über Root einschalten

sudo passwd root

*Als root melden

sudo su

*Journaling für die Leo Partition abschalten.

sudo diskutil disableJournal /Volumes/Name des Leo Partitions

*In DiskUtilty die neue erstellte Partition nach der Leo Partition formatieren ins HFS+ ohne journaling

*Schau ob jorunaling da auch aus ist, wenn nicht dann schalte aus

sudo diskutil disableJournal /Volumes/Name des 2 Partitions

*Neustarten

*Die 2 Partitionen ins eine kleben, schau dass die Disk und Partition Nummer in diskxsx die richtigen sind

sudo su
sudo diskutil mergePartitions "Journaled HFS+" Leopard disk1s1 disk1s2

*Beten!

  • 2 weeks later...
hab das probiert aber ich bekomme im terminal immer nur ein fehlermeldung

unable to determine UUID for host. Error: 35

Merge canceled

was mache ich falsch ? bin natürlich Mac anfänger und unix sowieso.

Formatiere die zweite Partition auch ins HSF+ aber ohne journaled.

Mhhh, error 35 :unsure:

Probier mal den fix

In Terminal:

sudo su
sudo cp /WO DIE ENTPACKTE DATEI IST/IONetworkingFamily /System/Library/Extensions/IONetworkingFamily.kext/Contents/MacOS/IONetworkingFamily
sudo chown 0:0 /System/Library/Extensions/IONetworkingFamily.kext/Contents/MacOS/IONetworkingFamily
sudo rm /System/Library/Extensions.mkext

Ich habe es damals geschafft, indem ich die 2.Partition (erstellt auf XP mit diskpart) NICHT formatiert habe.

 

Folgendes habe ich zu Hilfe genommen:

 

<original post>

 

Ok, I've started with a 15 GB partition (on a 400GB disk). In Vista I've created a second partition but did not format it. From Leopard I've erased the newly created partition and then used:

 

diskutil list

 

that listed back 2 partitions with the identifiers: disk1s1 and disk1s2 (in other cases might be disk0...)

 

Now,

 

sudo diskutil mergePartitions "Journaled HFS+" New disk1s1 disk1s2

 

did the trick (New is the name, it will actually be ignored).

 

The first partition will be kept intact and the second one will be "merged" therefore you will loose all contents (I made sure it was empty before running the merge just in case).

 

+++

 

To make it active again after using this method (which words perfectly and quickly btw) just boot up windows and start up diskpart.exe

 

list disk (I had Leopard on Disk 1 - Partition 1 so I will use that for this walkthrough)

 

select disk 1

 

list partition

 

select partition 1

 

active

 

Then exit and restart....boot from Leopard and you're set, no need for Acronis or other Partition programs.

 

</original post>

×
×
  • Create New...