How to create a system start up on an external drive

I bought a new external drive and I thought it would be a good idea to be able to start up from that drive in case my primary drive doesn't work.
Assuming that is a good idea I'd appreciate some tips. I downloaded a copy of Carbon Copy Cloner and was about to use it to install a copy of my system on my external but it occurred to me that I might as well use my original system software since I own it.
So if I am to install another copy of OSX on my external are there any issues to be aware of? I assume I should install a stripped down version? And how will my system know what suystem to use when it boots?
iMac, 800 MHz PowerPC G4   Mac OS X (10.4.8)   768 SDRAM

It means your clone is not recognized as bootable. Try this:
Open the Startup Disk preference in System Preferences. If your clone volume is in the icon list select it and click on the Restart button. If there's no problem with the clone your computer will boot from it. You will know that this is the case because the clone volume should appear at the top of the drive icons display on your Desktop.
To return to your normal startup volume do the above except this time select your normal startup volume before clicking on the Restart button.
This should "bless" the clone which should now be usable via OPTION booting.
If this doesn't work then for whatever reason your clone was unsuccessful. I suggest you erase the drive and do it again, but this time follow the procedure I posted previously (don't use SuperDuper.)
Be sure you also do the following before creating your clone:
Repairing the Hard Drive and Permissions
Boot from your OS X Installer disc. After the installer loads select your language and click on the Continue button. After the menu bar appears select Disk Utility from the Installer menu (Utilities menu for Tiger.) After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list. In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive. If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer. Now shutdown the computer for a couple of minutes and then restart normally.
If DU reports errors it cannot fix, then you will need Disk Warrior (4.0 for Tiger) and/or TechTool Pro (4.5.2 for Tiger) to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.
Why reward points?(Quoted from Discussions Terms of Use.)
The reward system helps to increase community participation. When a community member gives you (or another member) a reward for providing helpful advice or a solution to their question, your accumulated points will increase your status level within the community.
Members may reward you with 5 points if they deem that your reply is helpful and 10 points if you post a solution to their issue. Likewise, when you mark a reply as Helpful or Solved in your own created topic, you will be awarding the respondent with the same point values.

Similar Messages

  • Re-Creating Entire System on New Mac From External Drive Using Time Machine

    Hi all -
    Sorry if this question has been posted, I've look extensively and haven't seen it in this exact form, and I'm paranoid about this stuff. I also can't get a straight answer from Apple store employees.
    I travel extensively with my MacBook, and when I'm home, I use Time Machine to back up all data from my MacBook onto an OWC external hard drive.
    My question is, if my MacBook is ever lost, stolen, or damaged, and its internal hard drive is no longer accessible, and I have to buy a new MacBook, can I use Time Machine to access the backup data on my external drive and transfer it to my new MacBook's internal drive, thus re-creating my entire system on my new MacBook, including all settings, preferences, files, absolutely everything exactly as it was on my old MacBook?
    This is by far the most likely need I'll ever have for this backup data, so if Time Machine doesn't help me to re-create my system exactly as it was on a new laptop, it's not of much use, and I'll switch backup software.
    Related question - I read somewhere that Time Machine keeps making backups on your external hard drive until it runs out of space. Does that mean it literally uses up every bit of space on the external drive? Because overstuffing my old external drive is what killed it, and cost me a huge chunk of change and several weeks to get the recoverable data off the drive. Or does Time Machine know enough to stop backing up when there is only "X" amount of space left on the drive, and if so, at what amount of remaining free space does it stop?
    Thanks for your help!

    If you need to restore everything to a new Mac, you simply have your TM drive connected when you start up the new Mac and during the Welcome routine that runs when you start up a new Mac for the first time you will be presented with the option of migrating your user info, settings, files, applications, etc., from a Time Machine backup. You just click "Yes" and all your backed-up info will be transferred to your new Mac.
    Time Machine continuous "cleans up" backups so you do not need to worry about TM pushing a drive to its capacity limits, or even close to that.

  • How to create new iTunes library from songs on external drive

    I've seen numerous questions about moving an iTunes library TO an external library, but I want to do the reverse. I have a brand new iTunes program on my (brand new) Mac, and I have a large song collection (140 gigs) on an external drive. How do I put the song names into my Mac iTunes library without actually downloading the songs to the computer? I don't want to clog up the Mac with 14000 songs, I'd rather just have it access the drive to play the tunes.
    Thanks in advance,
    Ron

    Hi Ron,
    A couple ways to go about it. One is to simply go into iTunes preferences and under the Advanced tab DE-select (un check) the "Copy Files to iTunes Music folder when adding to Library" option. Now when you add your external drive tracks they will remain where they are and are just added to the library listing and will be played from the external location.
    Keep in mind that this will happen to ALL songs you add to your library. So if you add one from your download folder and another from a server, etc. they will not be copied in and accessed from that location. If you like, you can always uncheck that, add your 140GB of external tracks, then when it is done, reselect that option so all other things added to your iTunes get copied into the iTunes Folder on your internal drive.
    Are the tracks on the external drive arranged in any sort of special organization you want to keep? Or would you be willing to resort them a bit and let iTunes manage the organization? If you are will to let iTunes do the managing, you can set it up so everything goes onto the external and all your existing tracks will get organized by iTunes.
    Patrick

  • PI 7.11 - How to create a System Error in SXMB_MONI using a Java Mapping

    Hi
    We ve go a  Java Mapping in a File-to-HTTP Scenario. It works perfect except of one error case: if an empty source file or a source file with the wrong structure is delivered. In this case our Java Mapping forwards an empty payload to the HTTP channel. So, for PI is the mapping successful.
    I'd like to recognize this case and invoke a system error in the SXMB_MONI, so that this mapping will be stopped and our alerting concept informs the users. I know, how to recognize the case in Java but need to know how to create the System Error Status in the PI System.
    Thanks in advance
    Michael

    Hi Michael,
    Please refer here for the mapping API description:
    http://help.sap.com/javadocs/NW04S/SPS09/pi/com/sap/aii/mapping/api/package-summary.html
    You can use the StreamTransformationException exception describet there to raise an error from your Java mapping. Direct link:
    http://help.sap.com/javadocs/NW04S/SPS09/pi/com/sap/aii/mapping/api/StreamTransformationException.html
    You might also consider using the "Empty-File Handling" option in sender file CC to avoid processing empty files by PI.
    Hope this helps,
    Greg

  • How to Create a system in portal server

    I am trying to do the tutorial: How to Create a JDBC-based iView for Add/Update/Delete Record.
    Its pre-requisite is: A system – with an alias “JDBC” – defined on your portal server, and mapped to a database.
    Since I am new to VC, I do not know how to create a system, and I also do not know how to access the portal server.
    Please help...

    Hi Makarand,
    Do you have any one who has the access to portal with administrator rights. I am hereby sending you the steps on how to create a system.
    To define a system:
    1. Create a new system; define all its properties
    2. Create a default system alias.
    3. Create a user mapping (from the user you use in VC) to the system alias, using the user\password to the backend system.
    4. TEST the connection in the portal. If the test succeeds, it should be visible in VC discovery panel.
    VC retrieves the systems via the portal.
    You have to define the systems or use the defined systems in the portal you are connected.
    To define systems in the portal:
    System Administration => system configuration => system landscape:
    in the PCD: right click on a folder and Add new system.
    Then you have to define all the mandatory properties: Connector / Was / User management ...
    don’t forget to map your portal user with an R3/JDBC user...
    thank you very much.

  • Hi how to create logical systems.

    Hi,
       how to create logical systems. Do we need to create logical system name for creating RFC destinations? plz help me out.
    thanks
    dhanush.

    Hi,
    transaction:
    SALE -> Basic Settings -> Logical Systems -> Define Logical System
    No, you don't need to create Logical Systems to define RFC destinations.
    Regards,
    Jakub

  • How to Create a system in VC

    Hi,
    I wanted to know how to create a system in VC without integrating with NW04s?
    when i click on Find data i am not getting any list in systems.
    Please let me know how can i get it
    Edited by: Kavitha Bhat on Feb 11, 2008 12:04 PM
    Edited by: Kavitha Bhat on Feb 11, 2008 12:05 PM

    hi kavita,
    Go to Tools->Options
    1) Uncheck (Mask unsupported features).
    2) Try changing Runtime to Dynpro.
    Hope this will solve your Prob.
    Awards will be welcomed!!!!
    Regards
    parth
    Edited by: Parth on Feb 12, 2008 3:13 PM
    Please close the thread is your question been answered

  • How to create Source System in BI 7.0

    Hi Experts,
    How to create Source System in BI 7.0, please urgent
    Thanks

    Hi Mark,
    Did you see the help site below which is telling how to create a source system .If not please take a look at it.
    http://help.sap.com/saphelp_nw04/helpdata/en/80/1a61e5e07211d2acb80000e829fbfe/frameset.htm
    Regards,
    ®

  • How to create a system  parameter in Apex

    Hi friends,
    I am new to Oracle Apex and need to know how to create a System Parameter in Apex. Kindly let me know how to add one.
    Regards,
    Pradeep

    bluerose wrote:
    I am new to Oracle Apex and need to know how to create a System Parameter in Apex. Kindly let me know how to add one.
    using the privileges we can achieve this.Although I am not new to APEX I have no idea what you are talking about.
    What is "a System Parameter in Apex"? What "privileges" are used to create one?
    You'll find it easier to get help if you use terminology that is familiar to everyone...

  • How to create logical system

    Hi,
    How to create logical system.
    Please help me with the steps for logical system creation in R3 system.
    Thanks,
    Kelly

    Hi,
    First make your client modifiable, then follow the below procedure.
    Go to transaction SALE or BD54 -> Sending and Receiving Systems -> Logical Systems -> You'll see "Define Logical System" and "Assign Client to Logical System".
    For more information use below link.
    http://help.sap.com/saphelp_nw70/helpdata/en/da/5990df015b5b43a36f6ce7fa1ee8c0/content.htm
    Thanks,
    Mano

  • How to create a infolettre starting from MUSE?

    How to create a infolettre starting from MUSE?

    Hi,
    in addition to @mac_heibu, check this thread for an explanation, Re: Using Adobe Muse to create a simple html email template

  • How to create SAP System

    Hi all,
    Is this possible to assign the role, based on the organization structure?
    In which SAP system stores organization structure in it.
    How to create the SAP system to store my organization structure through EP.
    Helpful answers will appreciate.
    Thanks.
    Regards,
    Kathiresan R

    Hii
    How to create sap system:
    Steps:
    Go to System Administration
    2) Go to System Configuration
    3) Go to Portal Content (Right Side Panel), open that folder.
    4) Right Click on Portal Content, a Panel is displayed select "System (from Template)".
    5) That will display a new view on right side, now select "SAP system using dedicated application server" from
    the existing templates. (Other templates are possible - for example, load balanced or through a SAProuter connection string).
    For this exercise, we'll use the simplest type.
    6) Choose next
    7) Give the System Name and System Id (which are mandatory fields) incase you want to give any brief notes
    about the system then give them in the "Description" field.
    8) Open the Newly Created System.
    9) Now when you want to create a New System, you have to fill four Properties they are:
    "Connector" - contains basic connectivty details
    "Internet transaction Server (ITS) - if you wish to use SAPGUI for HTML and/or IACs",
    "Web Application Server" - if you wish to access BSPs and/or Web Dynpro for ABAP and
    "User Management".
    You also need at least one "System Alias" has to be defined from the Display drop down menu.
    Make sure you have set end user access in the Permissions drop down menu to all users who need to access the system
    10) Select "Connector" property, now fill the required fields such as:
    a) Application Host (should be fully qualified hostname) - Give the R/3 "Application Name",
    which can be obtained from the SAP Logon Pad (check what R/3 system you are using, right click on it , go to the properties,
    it will open a window which has the Application Server Name.
    b) Logical System Name - Give the logical name as defined in the backend system
    c) SAP Client - Check the Client in the backend system and give the appropriate number (3 digits)
    d) SAP System ID(SID)* - Check the R/3 properties and give the check for System ID
    e) System Type* - Since we are connecting to R/3, select SAP_R3 system.
    f) System Number - This is a two digit number that you can find in the SAP Logon Pad
    11) Select "Internet transaction Server (ITS)" property, now fill the required fields like
    a) ITS Description à Give some Description
    b) ITS Host Name - Same as "Application Host" of R/3 (when integrated ITS) and should be attached with the
    port number of ITS Server (to get port number detailed description is given below). ex: hostname : port number
    c) ITS Path - To get the path along with the port number you have to Log on to R/3 system. Use the
    Transaction Code "SICF", it opens a new window go to:
    default_host -> sap -> bc -> gui -> sap -> its -> webgui -> SAP GUI for HTML -> right click on
    that and click "Test Service'. This will open a new window, on the address bar you will find the "port number", and
    the path something like (/sap/bc/gui/sap/its/webgui). Use the path after the port number.
    d) ITS Protocol - There are two protocols "http" & "https", select the appropriate protocol which is
    visible when you opened "Test Service" window.
    12) Select "Web Application Server" property , now fill the required fields like
    a) Web AS Description -> Give some Description
    b) Web AS Host Name - same as ITS Host Name
    c) Web AS Path - usually /sap/bc/bsp/sapd)*
    Web AS Protocol - should be same as the ITS Protocol.
    13) Select "User Management" property, now fill the required fields like
    a) Authentication Ticket Type - Since we are not using SSO leave the field
    empty i.e. put in select mode. (Please note that longer term you will probably want to use SSO)
    b) Logon Method - Select UIDPW.
    c) User Mapping Type - In case you have administration rights then you choose "admin" or in case you
    just have user rights then choose "user", better go for "admin/user".
    14) Since all the required fields are filled appropriately now create a System Alias name, this can be done by following steps:
    a) go to Display -> Select "System Aliases" give some Alias Name, let's call it "SAP_R/3"
    15) Now that System is created we have to create a iView which will display the given Transaction Code.
    16) Go To "Content Administration".
    17) Go To "Portal Content".
    18) Go to Portal Content (Right Side Panel), open that folder
    19) Right Click on Portal Content, a Panel is displayed select "New" -> iView
    20) Select iView template, click next
    21) Select "SAP Transaction iView" from the list of templates available. Click next.
    22) Give the iView name and iView ID. Incase you want to give any brief notes about the iView then give it in "Description" field. Click next
    23) Select "SAP GUI for HTML" radio button. Click next
    24) Now select the system which you have create "SAP_R/3", give some Transaction Code, say SE12 (Dictionary Display). Click next and Finish.
    25) Now Preview the iView
    26) You will see a new Window where in SE12 Dictionary Display window is displayed.
    Thanks :
    Dont forget to give rewards if usefull.

  • How to create file system datagrid in flex web application

    how to create file system datagrid in flex web application

    Hi,
    Check this out:
    http://shigeru-nakagaki.com/flex_samples/FileReference/FileUploadExample2/FileUploadExampl e2.html
    Johnny
    Please rate answer.

  • How do I move a back up to another external drive and how does the Mac Book then find the new back up?

    how do I move a back up to another external drive and how does the Mac Book then find the new back up?
    I currently have the back up on a Time Capsule, I want to move it from the Time Capsule to another external hard drive.

    Did you read the link to the Pondidni website?  You will have to select the Time Machine HDD for the new MBP and the old one in System Preferences>Time Machine:
    Ciao.

  • How do I back-up Itunes music onto an external drive?

    I wanted to know how I can back up my Itunes onto an external drive. I tried to back up but it will take about 9 discs to burn it onto. Can;t I just drop and drag all the songs onto an external drive?

    "Choose Consolidate Library from the Library section of the File menu in iTunes".
    I started this process and a screen popped up advising me this was irreversible and was I sure I wanted to do it. I clicked no until I could get further advice. If I do this, what is the outcome/consequences and why would they warn me?

Maybe you are looking for

  • Upgrading the Features framework in SharePoint foundation 2013

    Hi all, I have a question, how can I upgrade the features of Sharepoint foundation 2013. In Sharepoint Health Analyzer, there is an error "missing server side dependencies" and description of this error it has been said that I need to upgrade the fea

  • ZCM SQL Server connection settings

    Our SQL 2005 server is being hammered by our ZCM servers. When there is a SQL cluster failure, the ZCM servers (5 of them) continually try and reconnect to the SQL server. The SQL admin guy has asked if there is any kind of setting from the ZCM side

  • Regd HR abap - smartforms

    Hi all, I have a requiremet where i have to populate the position, emp group, emp subgroup, personnel area, personnel sub area of an employee for the last 3 years EXCLUDING CURRENT YEAR into the smartform table. e.g. If an HR executove is taking out

  • Monthly Reports

    Is it possible to request an exectutive summary report be e-mailed on a specific day of every month?

  • How do you automatically sync music, but manually manage films?

    I would like my music to sync automatically, but I want to manually manage my films/video. I tried setting the Summary screen on my iPod to "Manually manage music and videos" and then ticking "Sync Music" on the Music tab, but when I tick "Sync Music