Aller au contenu principal

Mi-2006 / numéro de modèle A1181 / coque noire ou blanche / processeur Intel Core Duo de 1.83 ou 2.0 GHz.

418 questions Voir tout

warning message with new hard drive

I replaced my 200 G hard drive with the Seagate SATA 750 G drive. When I boot my computer, I get the following message:

#

  1. Copyright (c) 2006-2008 Apple Inc. All Rights Reserved.

#

  1. IMPORTANT NOTE: This file is licensed only for use on Apple-branded computers
  1. and is subject to the terms and conditions of the Apple Software License Agreement
  1. accompanying the package this file is a part of. You may not port this file to
  1. another platform without Apple's written consent.

#

require 'client'

class PcastException < RuntimeError

attr_reader :return_code

def initialize(return_code=nil, message=nil)

super(message)

@return_code = return_code

end

end

class PListException < PcastException

def initialize(return_code=ERR_PLIST_FAILURE, message=nil)

super(return_code, message)

end

end

class PcastCmdException < PcastException

attr_reader :cmd_exception

def initialize(return_code, cmd_exception=nil, message=nil)

super(return_code, message)

@cmd_exception = cmd_exception

end

end

class PcastServerException < PcastException

def initialize(return_code, message=nil)

super(return_code, message)

end

end

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

I am using an apple branded computer. I don't know what porting is. I'm not an attorney, but I don't think I'm breaking any agreement. Does anyone know what I should do?

Répondu ! Afficher la réponse J'ai le même problème

Cette question est-elle utile ?

Indice 1
Ajouter un commentaire

1 Réponse

Solution retenue

With your OS X install disk in the optical drive, press and hold down the C key while powering up your Mac to boot from the CD or DVD. After it boots from the upper part of the screen select the disk utilities. Format the drive using the "write zero" option (This will map out any bad sectors son information isn't written to them.) You should be able to install your operating system after the drive is properly formatted.

You may have to format the hard drive in target mode.

Cette réponse est-elle utile ?

Indice 2

2 commentaires:

Never saw that message before. +

par

Most likely the drive is factory formatted NTFS. Most drives come that way today. Apple and NTFS do not play well together.

par

Ajouter un commentaire

Ajouter une réponse

hvymntl sera éternellement reconnaissant.
Nombre de vues :

Dernières 24 heures : 0

7 derniers jours : 0

30 derniers jours : 1

Total : 284