Bios complaing about bad partition

the disk is partitioned in gpt with gdisks. and a bios boot partition is made in sector 34-2047 for grub-bios. and i am not using uefi.
the bios complains for the bad partition, but after i press enter, the laptop boots correctly as intended.
i dd'ed /dev/urandom into the disk before partition. is it possible this has something to do with the bios warning?
Last edited by AugustePop (2013-05-17 05:10:29)

That is really good info there srs5694. 
@OP
What he is saying is that to work around this problem of not having a MBR partition not being marked bootable, you can actually just mark the protective MBR bootable itself.  If you don't know, GPT partitioning still uses MBR partitioning in a way.  What is does is it creates a "partition" that spans the whole disk so that programs that only understand MBR partitioning don't look at the disk and think "Hey!  Look at all that space I can use as I please!"  Hence it is referred to as the "protective MBR".
If you want to mark that partition as bootable, you can use a program that is only MBR aware to modify that only.  Hence gdisk and parted cannot do this since they both understand GPT as well.  This is why he is suggesting fdisk, as it is meant for only MBR partitioning and can't handle GPT.  It doesn't understand it beyond being able to tell you that there is a GPT present and that you should use something besides fdisk.  For the purposes of what you are trying to do though, you can safely disregard that warning.

Similar Messages

  • Bad Partition table?

    Hey Guys, I seem to be getting Bad Partition Table once in awhile on my main hard drive with windows so I use chkdsk and repair but it happens TOO often. I've even reformatted the darn thing and yet it does it. What does this mean? Does it mean my hard drive is dying? nothing else goes wrong except that Partition Table.

    Hi Austin
    Do you have SMART enabled in bios, sometimes this can warn you of impending trouble. What causes Bad partition tables, well, how long is a piece of string.  Could well be a damaged section due to a power surge, spike, or crash. Could be a virus lurking, is your boot sector protection enabled. Could be the OS, or a prog your using. Could be a bad Molex connector to the HDD. Could be bad cable, or IDE connector, or bent pin. Could be a disk that has had Linux installed, and left bits of drivers. Could just be an old drive getting past it.
    Best change it before it does some real damage to disk controller or Mobo.
    cheers
    jocko

  • Information about badis

    hai,
    i want complete detailes about badi  and where they are used and how to use in standard applications,how it is created.
    plz give me the complete detailes badis.
    Moderator message : Not enough re-search before posting, read forum rules before posting. Thread locked.
    Edited by: Vinod Kumar on Jul 8, 2011 3:31 PM

    Hi ,
    Info about BADIs is available across the internet.
    In SDN :
    http://wiki.sdn.sap.com/wiki/display/ABAP/EnhancementsandModifications-BADI%2CEnhancementFramework%2CUserExits%2C+BTE
    Do some research and you will find abundant info abt the same with examples ,
    Regards ,

  • Hi gurus, can any one explain me about Badi & Bapi with eg.?

    Hi gurus,
    Can any one explain me about Badi & Bapi with examples.
    Regards
    Raghu

    Hi Raghu
    1) Badis means:
    The BAdIs of the enhancement concept are not treated as standalone objects, but are integrated in the overall concept. Thus, the tools for defining BAdIs are part of the Enhancement Builder included in the ABAP Workbench.
    Transaction SE18, up to now the only entry point for defining classic BAdIs, now manages classic and new BAdIs. When an existing BAdI is displayed or changed, it analyzes whether the BAdI is a classic or a new one, and then switches to the respective tool. In the case of a new BAdI, this tool is the enhancement spot editor
    2) Bapis means:
    BAPIs can be called within the R/3 System from external application systems and other programs. BAPIs are the communication standard for business applications. BAPI interface technology forms the basis for the following developments:
    Connecting:
    New R/3 components, for example, Advanced Planner and Optimizer (APO) and Business Information Warehouse (BW).
    Non-SAP software
    Legacy systems
    Isolating components within the R/3 System in the context of Business Framework
    Distributed R/3 scenarios with asynchronous connections using Application Link Enabling (ALE)
    Connecting R/3 Systems to the Internet using Internet Application Components (IACs)
    PC programs as frontends to the R/3 System, for example, Visual Basic (Microsoft) or Visual Age for Java (IBM).
    Workflow applications that extend beyond system boundaries
    Customers' and partners' own developments
    Thanks
    Trinath

  • Want information about BADIs

    Hi Friends,
            I am new to the concept BADIs .please help me to get the material for
    BADIs by which i can learn that.
    Thanks
    suresh.

    hi
    Implementing Business Add-Ins (BADI)
    The use of object orientated code within SAP has lead to new method of enhancing standard SAP code called
    Business Add-Ins or BADI's for short. Although the implementation concept is based on classes, methods and
    inheritance you do not really have to understand this fully to implement a BADI. Simply think of methods
    as a function module with the same import and export parameters and follow the simple instructions below.
    Steps:
    1. Execute Business Add-In(BADI) transaction SE18
    2. Enter BADI name i.e. HRPBSGB_HESA_NISR and press the display
    button
    3. Select menu option Implementation->Create
    4. Give implementation a name such as Z_HRPBSGB_HESA_NISR
    5. You can now make any changes you require to the BADI within this
    implementation, for example choose the Interface tab
    6. Double click on the method you want to change, you can now enter
    any code you require.
    7. Please note to find out what import and export parameters a
    method has got return the original BADI definition
    (i.e. HRPBSGB_HESA_NISR) and double click on the method name
    for example within HRPBSGB_HESA_NISR contract is a method
    8. When changes have been made activate the implementation
    BADI(Business Add-In) is the object oriented method of user exits...
    Each BAdI has a definition and more than one implementation. The definition means the methods(in class concept) that are used for performing various functions. The BAdI definition can be viewed in SE18 transaction(for standard ones) and user-defined BAdIs can be created in the same transaction as well.
    When you create a BAdI definition, an class interface will be automatically created and you can define your methods in the interface. The implementation of the methods can be done in SE19 transaction
    Intro.....
    http://help.sap.com/saphelp_nw04/helpdata/en/e6/d54d3c596f0b26e10000000a11402f/content.htm
    Check these links for info about badi..
    BADI's
    http://help.sap.com/saphelp_erp2005/helpdata/en/73/7e7941601b1d09e10000000a155106/frameset.htm
    http://support.sas.com/rnd/papers/sugi30/SAP.ppt
    BADI's
    http://help.sap.com/saphelp_erp2005/helpdata/en/73/7e7941601b1d09e10000000a155106/frameset.htm
    http://support.sas.com/rnd/papers/sugi30/SAP.ppt
    http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/abapindx.htm
    http://members.aol.com/_ht_a/skarkada/sap/
    http://www.ct-software.com/reportpool_frame.htm
    http://www.saphelp.com/SAP_Technical.htm
    http://www.kabai.com/abaps/q.htm
    http://www.guidancetech.com/people/holland/sap/abap/
    http://www.planetsap.com/download_abap_programs.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/c8/1975cc43b111d1896f0000e8322d00/content.htm
    /people/thomas.weiss/blog/2006/04/03/how-to-define-a-new-badi-within-the-enhancement-framework--part-3-of-the-series
    /people/thomas.weiss/blog/2006/04/18/how-to-implement-a-badi-and-how-to-use-a-filter--part-4-of-the-series-on-the-new-enhancement-framework
    http://www.esnips.com/web/BAdI
    http://www.allsaplinks.com/badi.html
    New to Badi
    Regards
    Ankit

  • Can anyone tell me about BAdi customizing in simple terms?

    Hi friends,
      Can anyone tell me about BAdi customizing in simple terms? I need it a bit urgently.
    Thanks in advance.
    cheers,
      Joy

    BADIs are known as Business Add-Ins. They are enhancements to the standard version of the SAP system. The application developer creates an interface for the add-in. From this, enhancement management creates an adapter class that implements the interface and thus provides the interface for implementation by the customer, partner, and so on. The developer then creates an instance of the adapter class in the application program and calls the corresponding method at the appropriate time. Enhancement gives SAP customers the ability to adapt SAP to suit specific requirements. It does not require a modification to standard code and code will not be overwritten during the upgrade.
    In SAP, Business Add-Ins, Customer Exits and User Exists are used for enhancements.
    Customer Exits provide predefined exit points from SAP source code, enabling you to insert your own code and locally enhance a standard application without having to get into SAP application logic.
    SAP creates user exits for specific programs, screens, and menus within standard R/3 applications. These exits do not contain any functionality.
    An application developer who wishes to have a Business Add-In in a particular program defines the interface for an enhancement in the Business Add-In Builder. In the following step, he or she programs the interface call in the application program at the appropriate place. Customers can then select the add-in and implement it according to their needs.
    The Business Add-In enhancement technique differentiates between enhancements that can only be implemented once and enhancements that can be used actively by any number of customers at the same time. In addition, Business Add-Ins can be defined according to filter values. This allows you to differentiate between Add-In implementations using the filter Country or other criteria.
    BADIs are Object Oriented techniques used for enhancements and nowadays they are widely used as a replacement for Customer exits. BADIs are predefined exit points in a source that allow developers to either insert their own logic during implementation or simply adopt one of the standard supplemental solutions provided by SAP.
    A single Business Add-In contains all of the interfaces necessary to implement a specific task implementation. All ABAP sources, screens, GUIs, and table interfaces created using this enhancement technique are defined in a manner that allows customers to include their own enhancements in the standard.
    Normally BADIs will be available within the standard programs and when we need some enhancements or if there is a change request made by the customer in the functionality, BADIs or Customer exits are used.
    Types of Business Add-Ins:
    u2022     Multiple use BADIs.
    u2022     Filter dependant BADIs.
    From SAP menu Tools-> ABAP Workbench-> Utilities-> Business Add-Ins-> SE18 u2013 Definition or else use SE18 (T-code).

  • I want complete information about Badi?

    i want complete information about Badi?

    Hi
    Please go thru the stuff below.
    BADI is just an object-oriented version of user-exit. Instead of entering program code into some function module (as in customer-exit), you define some class which has to implement predefined methods and those methods are fired at predefined points just like an old user-exit. Some BADI can have multiple independent implementations which is much better for software deployment as several developers can implement the same BADI independently.
    Difference between BADI and User Exits
    Business Add-Ins are a new SAP enhancement technique based on ABAP Objects. They can be inserted into the SAP System to accommodate user requirements too specific to be included in the standard delivery. Since specific industries often require special functions, SAP allows you to predefine these points in your software.
    As with customer exits two different views are available:
    In the definition view, an application programmer predefines exit points in a source that allow specific industry sectors, partners, and customers to attach additional software to standard SAP source code without having to modify the original object.
    In the implementation view, the users of Business Add-Ins can customize the logic they need or use a standard logic if one is available.
    In contrast to customer exits, Business Add-Ins no longer assume a two-level infrastructure (SAP and customer solutions), but instead allow for a multi-level system landscape (SAP, partner, and customer solutions, as well as country versions, industry solutions, and the like). Definitions and implementations of Business Add-Ins can be created at each level within such a system infrastructure.
    SAP guarantees the upward compatibility of all Business Add-In interfaces. Release upgrades do not affect enhancement calls from within the standard software nor do they affect the validity of call interfaces. You do not have to register Business Add-Ins in SSCR.
    The Business Add-In enhancement technique differentiates between enhancements that can only be implemented once and enhancements that can be used actively by any number of customers at the same time. In addition, Business Add-Ins can be defined according to filter values. This allows you to control add-in implementation and make it dependent on specific criteria (on a specific Country value, for example).
    All ABAP sources, screens, GUIs, and table interfaces created using this enhancement technique are defined in a manner that allows customers to include their own enhancements in the standard. A single Business Add-In contains all of the interfaces necessary to implement a specific task.
    The actual program code is enhanced using ABAP Objects. In order to better understand the programming techniques behind the Business Add-In enhancement concept, SAP recommends reading the section on ABAP Objects.
    Check the below links:
    http://sap.ittoolbox.com/groups/technical-functional/sap-r3-dev/badi-vs-user-exit-405324
    http://www.sapfans.com/forums/viewtopic.php?t=172792
    Difference between BADI's & User-Exit.
    1. Check the replies for your question which asked by another person.
    http://sap.ittoolbox.com/groups/technical-functional/sap-r3-dev/569786
    2. Similar thread.
    http://www.sapfans.com/forums/viewtopic.php?p=559472&sid=99caa729618b18a8f7c46cc2f047af52
    3. Same question explained
    http://www.sap-img.com/abap/difference-between-badi-and-user-exits.htm
    Badi Tutorials
    1. Sample program.
    http://www.sap-img.com/abap/business-add-in-you-need-to-understand-abap-oo-interface-concept.htm
    2. Implementing BADI.
    http://www.sapdevelopment.co.uk/enhance/enhance_badi.htm
    Hope it helps.
    3. From help.sap.com
    http://help.sap.com/saphelp_nw04/helpdata/en/5f/071eed117c11d5b37d0050dadef62b/frameset.htm
    Rewards Points if Useful
    Regards
    Anuj

  • Where do we post issues about bad apple customer support

    where do we post issues about bad apple customer support?

    Well, these are user-to-user forums. I'm not sure that posting complaints about Apple customer support here would be a) productive (what can we really do?) and b) acceptable under the terms of use, though I'm not sure. My inclination would be to write a letter directly to Apple. Even in this email age, "real" letters seem to command more attention.
    Best of luck.

  • Impact of drop the bad partition

    Hi,
    We have one partitioned table, As the part of adding new partions we are drop the bad partition(name of partition).
    Is there any impact of our DB.
    If that partition is having data what will be tha impact??
    ALTER TABLE ASR.AR_ILS_INTERIM_ILL DROP PARTITION BAD_PART VALUES LESS THAN (MAXVALUE)
    LOGGING
    NOCOMPRESS
    TABLESPACE DETAIL_PART
    PCTFREE 10
    INITRANS 1
    MAXTRANS 255
    STORAGE (
    INITIAL 25M
    NEXT 25M
    MINEXTENTS 1
    MAXEXTENTS UNLIMITED
    PCTINCREASE 0
    BUFFER_POOL DEFAULT
    DB is in : 9.2.0.6
    Plz help me...

    Srini wrote:
    Hi,
    We have one partitioned table, As the part of adding new partions we are drop the bad partition(name of partition).
    Is there any impact of our DB.
    If that partition is having data what will be tha impact??
    ALTER TABLE ASR.AR_ILS_INTERIM_ILL DROP PARTITION BAD_PART VALUES LESS THAN (MAXVALUE)
    LOGGING
    NOCOMPRESS
    TABLESPACE DETAIL_PART
    PCTFREE 10
    INITRANS 1
    MAXTRANS 255
    STORAGE (
    INITIAL 25M
    NEXT 25M
    MINEXTENTS 1
    MAXEXTENTS UNLIMITED
    PCTINCREASE 0
    BUFFER_POOL DEFAULT
    DB is in : 9.2.0.6
    Plz help me...the data in that partition will no long be accessible.

  • Satellite A200 - Question about HDD partitions and RAM

    This may be in the wrong section... I don't know.
    I've never owned an OEM OS and I also don't understand why the HDD comes partitioned 90, 2, 90 (who thought of that?).
    The thing is that I have to format and partition differently (since I have to dual boot Linux) and need to create a structure more like 40,40,100 or such. (100 being fat32 so data can be accessed for both)
    Now I'm just wondering which data I should be keeping from these drives. There's a folder called Toshiba on the C:\ drive which seems to have drivers and such, a few wallpapers and who knows what else. Then there's the D: drive called WinRE which has some sort of sdi and wim files.
    Another question, if I buy the 2GB which is listed in the compatible options for my laptop (A200-28P)
    Link: [http://uk.computers.toshiba-europe.com/innovation/jsp/individualOptions.do?service=UK&OPTION_ID=138301&t oshibaShop=true&selCategory=4700]
    Will it match the 2GB already in the laptop? Will it void the warranty in any way?

    Yes, I am using Vista, sorry, I forgot to mention that. The drive however is definately not hidden (it's clearly visible as the D drive and labelled WinRE).
    I'm not an idiot. I understand it, but you have got to admit that giving the OS 90 is a bit extreme and obviously I know what I can do with the other 90.
    I'd also like to point something out:
    "It's always advisable to partition an large HDD in more partition. This improves the performance because OS can access the files much faster."
    This is more than just an urban myth, it is down right stupid to believe that. After all, the data has a physical position on the drive and partitioning doesn't change the fact that it still has to get the needle to point to the location where the data is located on the drive.
    The needle still travels the same distance as referred to by the MFT.
    The question is if I can alter the partitions when using the strange Toshiba recovery disk. Afterall OEMs don't come with standard install disks and seem to limit your options.
    Again regarding the ram, I know the laptop can run 4 gigs, but I want to know whether the 2GB stick I'd buy from Toshiba would be the exact same as the one already installed, as in same timings and such.
    So in conclusion the data on D is worthless. What about the stuff in the Toshiba folder? And sorry if I sound condescending or like an *insert disallowed word here*, I'm just not in the best mood right now (serious data loss on my project because of a Uni server crash!).

  • Recovering data from bad partitions

    I have an iMac G5. Recently I created 3 partitions on the internal hard drive; one running the latest Tiger version (my primary volume), another running the version of Tiger straight from the disk (no updates), and one running 10.3.4.
    I went out of town for a week and after returning booted up. The primary volume booted (the one running the latest version of Tiger) but I got the endless spinning wheel. After a while I shut down by holding down the power button. When I rebooted, the computer could not read any of the partitions (got a gray circle with a slash through it).
    Running a hardware diagnostic turned up no malfunctions.
    I managed to boot using the software restore disks that came with the computer. Using Disk Utility I erased the partition housing 10.3.4 (since all of my personal data is on the primary partition) and reinstalled the software.
    That volume boots fine now.
    Disk Utility, however, can not repair the other two volumes (they appear grayed-out in the volumes list).
    I ran Disk Warrior, but it hangs for a very long time when in step 5 (locating directories... I get a message "speed inhibited due to disk malfunction"... but it continues to churn away). Ran it for almost 24 hours before aborting.
    I've also tried retriving my data using Data Rescue II (downloaded and run from my 10.3.4 volume), but it also gets hung up reading my bad volumes... maybe I would have better luck booting the app from a disk???
    All I really want to do is retrieve my data, put it on an external drive, then wipe and zero out my internal drive and reinstall.
    Any suggestions? Am I on the right track or totally lost? (I'm something of a back-end illiterate)

    I would try to let DiskWarrior finish the rebuild process. DiskWarrior has been known to take up to several days to rebuild a volume that's severely damaged.
    My G5 recently had a hard freeze and had to be force-shut-down. It would not power back on, and needed to have the power switch/power supply/logic board replaced. On a HD I pulled from it before sending it in for repair, I had 4 partitions. While they all mounted, some had errors that Disk Utility couldn't fix. DiskWarrior was able to rebuild them all, and during one of them, displayed the same "speed inhibited due to disk malfunction" warning you were receiving. I don't think that was a sign of any real hardware problems with the hard drive, just that the directory of that particular volume was severely damaged. After the rebuild of that partition (which did take several hours), there was a "Rescued Items" folder on the root level of the volume that contained salvaged items.
    I think the results you'll get with DiskWarrior will probably be your best bet, but it may take a while for the rebuild to complete.
    Hope this helps....
    Dual 2.7 GHz PowerPC G5 w/ 2.5 GB RAM   Mac OS X (10.4.3)  

  • Find any materials about badi: hrhap00_admin

    hi,experts.
    i am suprised that there is no demo about baid hrhap00_admin  in standard system. so i am refused how to use this badi.
    can anyone show some information about this badi ?
    thanks a lot.
    yours ping.

    The button "administrator functions" is set for customer own functions which can be included with BAdI HRHAP00_ADMIN.
    If you only want to change existing documents eg. changing the appraiser you can use the buttons available like hightlighting the line with the appropriate document and click "change", then you get the "edit screen" where you can change the header data.
    Best Regards

  • Question about bad query

    Hi all ,
    I have small question related to bad query .
    what is the affecting happens to database if there is lot of bad query , i know the performance issue is there what's other things .like archive log generated database time , IO , TMP tablespace , please give me information about it's .
    thanks & regards.

    user11969912 wrote:
    I have small question related to bad query . What do you consider a bad query? A bad query can be the result of poorly written and illogical SQL. It can be due to not using bind variables. It can be due to a on-optimal execution plan generated by the CBO. It can be due to poorly designed code that uses what seems to be a "good query", badly and in the wrong way (using bulk collection when a native SQL alone suffices, or hitting the very same data multiple times, etc).
    what is the affecting happens to database if there is lot of bad query Each of these have a different impact on the database. A "bad query" can cause a snapshot-too-old error. A deadlock error. A shared pool memory allocation error. Can cause no error and simple increase I/O. Or increase CPU. Etc.
    It is a lot more complex than what you seem to think, given your question.

  • About BADIs

    Hi,
    Can anyone tell me what BADIs are and some information about them...

    Hi Vijay,
    To give u an overview, BADIs can be imagined as OO extensions of SAP enhancements concept. Primary difference between customer enhancemnt and BADIs is BADIs can have multiple implementations.
    Also BADIs can be defined according to filter values (filter dependent BADIs) which are useful for mplementing country specific implementations e.g.
    The basic theory of BADIs is based on the concept of keyword INTERFACE
    Well, if u r CPP or Java developer u must be aware of Interface concept. Interface can be imagined as collection of <b>empty</b> methods. This interface needs to be implemented.
    <b>Remember that the class which implements the interface is responsible to provide concrete implementations of interface methods.</b>
    I hope u r with me upto this point.
    To relate this with how this happens in SAP, imagine that SAP wants his customers to provide certain enhacements to MIGO screen. Hence while designing the application SAP will design/define a BADI creating the interfaces needed. The interface designing is a very crucial task.
    Now u can imagine that, as a customer when we are supposed to provide enhancement to  MIGO transaction, we will need to implement certain BADI.
    SAP has created a BADI MB_MIGO_BADI e.g which can be viewed using SE18 transaction (BADI Definition).
    Now when it comes to implementing BADI, it implicitly means that we will be creating a class which will implement the inteface defined by SAP. Ok ?
    U can implement the BADI using SE19 transaction wherein u need to specify the BADI name. Implementing a BADI creates a class.
    e.g.
    1. Invoke SE19
    2. Put ZMB_MIGO_BADI
    3. Specify MB_MIGO_BADI as BADI definition name. If the BADI is filter dependent u can specify the filter criteria.
    4. This will create a class <b>ZCL_IM_MB_MIGO_BADI</b>
    5. U will see different methods which will have empty implementations. Now u r responsible to fill the necessary details.
    6. If u want to see the example code which can be filled in these implmentations some BADIs like MB_MIGO_BADI provides sample code too.
    7. Just have a look at <b>CL_EXM_IM_MB_MIGO_BADI</b>
    Hope I have cleared What BADIs are and how to implement them.
    Revert back to me in case u need further assistance.
    Reward the points if the problem is solved
    Cheers,
    Nitin

  • Question for Ali Brown about split partition

    Ali:
    I thought that I was posting a new topic by changing the subject line but I saw that it didn't work--but it was already up in lights . . . . It's an amazing race, eh? Thanks for your previous reply, glad it's easy to do--please, informa me . . . . While replying to Warren P about his printer issues I saw that you are running a split partition in one of your computers. I have an Imac G4 with 10.1.5/9.22 that perhaps one day I'd like to bring up to 10.3.9, but keeping the OS 9 side intact. Is that a GUI type exercise or did it take a special program? I haven't look at Disc Util in my iMac to see how that might be done, nor have I searched Apple Database . . .. Seeing your hardware info just piqued my curiosity. Any links to info about how to do what you did?? Thanks.
    eep

    Hi Again eep!
    As I posted in the previous topic, my HD is not partitioned.
    OS 9 & OS X exist together, and my iMac is Dual-Boot.
    When I upgraded from 10.1.5, I did a Simple Update to Panther 10.3.x, and eventually updated to 10.3.9.
    Some info in these links:
    Mac OS X 10.3 installation (FAQ).
    About installation options. Basically the same for Panther 10.3.x.
    Tiger is available for purchase at The Apple Store (U.S.).
    Panther, is no longer available directly from the Apple Online Store, as Tiger 10.4.x is the most up to date OS.
    If you know what to look for, a Full Retail Version, of the Panther Install CDs, or a Full Retail Version, of the Tiger Install DVD, can also be purchased rather inexpensively, at some online Apple retailers, Amazon, eBay, AppleRescue, FastMac, etc.
    Be sure not to purchase grey, upgrade or machine specific CDs or DVDs.
    Panther is only on CDs, not DVDs.
    Unless purchased from AppleRescue, the discs should look exactly like the images in the above links, and not say Upgrade on them.
    Additional info in these links.
    Using OS X Install CDs/DVDs On Multiple Macs
    What's A Computer Specific Mac OS X Release
    Software Update, Upgrade: What's The Difference?
    Before upgrading to any OS X version, check to see if your Mac needs a Firmware Update.
    If one is required, you must start the computer from a Mac OS 8 or Mac OS 9 System Folder on the computer's hard disk, not from a CD, in order to install it.
    Once Panther 10.3.x is installed, you can use the 10.3.9 Combo Update, to upgrade to the final version.
    If your Mac meets the System Requirements for Tiger, you could also consider installing that.
    And then use the PPC 10.4.8 Combo Update, to upgrade to the current version.
    Panther System Requirements
    Additional Panther System Requirements
    Tiger System Requirements
    Additionally, "Tiger ships on a DVD, but if your Mac doesn’t have a built-in DVD-ROM player, you’ll need CD media. When you buy Mac OS X Tiger, you qualify to purchase Tiger CDs for only $9.95."
    Download the Media Exchange Program Order From Here.
    Orders must be mailed by March 19, 2007.
    AppleRescue, also sells a Tiger installation set on CD
    Shop Carefully, Examine All Documentation, And Good Luck!
    ali b

Maybe you are looking for

  • How to sync more than one iphone to a macbook?..

    How to sync more than one iphone to a macbook?..

  • No duplication of line items in  Invoice

    After combining 2 or more deliveries if these deliveries contains the same line items,if i make one invoice out of these then my requirment will be same line items shd not be appear againg and again in the invoice instead quanties for the same line i

  • Use of Classification in MIC

    Hi All, I know the relation of Class type 023 (Batch) and classification in the Material master.But what is the use of having Classification in Master Inspection Charecteristic, is there any relation between class type 005 (masterinspection charecter

  • How to start for reorg datas ?

    Hi members, I have a few questions about an 9i Oracle database for using with IBM WebSphere Commerce. DB is not very big ... only 1,3 Gb. Production release : 9.2.0.7 Every night at 2:00am I have a task for analyzing statistics on all tables (3 schem

  • Restore hidden photos in iPhoto app

    I hid some photos in an iPhoto app (IOS 5.1) and when I returned to the album they were gone. The selected hidden photos worked until I left the album and they remain in the Photo app. Any ideas on getting them back into iPhoto?