Mac Mini Installation Issues

Paul Nasrat pauln at truemesh.com
Fri Jul 8 15:25:49 EDT 2005


On Fri, 2005-07-08 at 11:41 -0700, Hugh Caley wrote:
> Paul Nasrat wrote:
> 
> >On Thu, 2005-07-07 at 14:55 -0700, Hugh Caley wrote:
> >
> Disk geometry for /dev/hda: 0.000-38154.375 megabytes
> 
> Disk label type: msdos
> 
> Minor           Start            End            Type            Filesystem            Flags
> 
> 1               0.031            7.84           primary         hfs                   boot
> 
> 2               7.844       	 37126.779      primary         ext3
> 
> 3               37126.844        38154.375      primary         linux-swap
> 
> Information: Don't forget to update /etc/fstab, if necessary

You've created msdos style partitions so we don't hit mac-parts hence
the \\:tbxi magic won't be used - you have a few options - boot off what
is there:

setenv boot-device hd:1,\ofboot.b

Or boot installer to rescue mode and create a blank mac partition table

parted /dev/hda mklabel mac

then reinstall.

You could also convert the partition table from msdos->mac - but the
other suggestions are probably easier.

Paul






More information about the Fedora-ppc mailing list