Classic Support in Tiger and Leopard

Hi,
I have a PowerMac G5 (PowerMac 7,2 XB35028YNVB) and would like to know if it's possible to install OS9 Classic support for this system.
I currently have Tiger 10.4.10 that was installed from a retail cd. It did not come with the system and did not come with classic installed. (Ebay special :-S )
I want to know if I can get the original cds sent to me, or if a retail OS9 cd will suffice.
Also, if the retail cd will do the trick with Tiger, will it also work for Leopard (I'll be upgrading soon)
Many thanks
-James

I am not sure if this helps you or not
http://discussions.apple.com/thread.jspa?threadID=1174990&tstart=0

Similar Messages

  • Droplet Script used to work fine in Tiger and Leopard, now doesn't

    Hey everyone,
    I'd like to apologize in advance, I'm not really good with AppleScript and was only able to create my droplet in the first place by changing little bits of a Droplet example script I found on the internet (I forgot where I found it, but it might even have been here at Apple).
    The script worked perfectly fine in Tiger and Leopard but throws an error in Snow Leopard. The error says "Can't make alias "...filepath... "into type file."
    The problem is that I can't find the problem in my script. I don't get any indication which line it may be and I hope someone here will be able to help me.
    I also tried Script Debugger, but the script works there! So that doesn't help either...
    I'd appreciate any help, here is the script:
    -- QuickTime supported image formats
    property type_list : {"JPEG", "TIFF", "PNGf", "8BPS", "BMPf", "GIFf", "PDF ", "PICT"}
    property extension_list : {"jpg", "jpeg", "tif", "tiff", "png", "psd", "bmp", "gif", "jp2", "pdf", "pict", "pct", "sgi", "tga"}
    property typeIDs_list : {"public.jpeg", "public.tiff", "public.png", "com.adobe.photoshop-image", "com.microsoft.bmp", "com.compuserve.gif", "public.jpeg-2000", "com.adobe.pdf", "com.apple.pict", "com.sgi.sgi-image", "com.truevision.tga-image"}
    -- This droplet processes files dropped onto the applet
    on open these_items
    repeat with i from 1 to the count of these_items
    set this_item to item i of these_items
    set the item_info to info for this_item
    try
    set this_extension to the name extension of item_info
    on error
    set this_extension to ""
    end try
    try
    set this_filetype to the file type of item_info
    on error
    set this_filetype to ""
    end try
    try
    set this_typeID to the type identifier of item_info
    on error
    set this_typeID to ""
    end try
    if (folder of the item_info is false) and (alias of the item_info is false) and ((this_filetype is in the type_list) or (this_extension is in the extension_list) or (this_typeID is in typeIDs_list)) then
    processitem(thisitem)
    end if
    end repeat
    end open
    -- this sub-routine processes files
    on processitem(thisfile)
    -- NOTE that the variable this_item is a file reference in alias format
    -- FILE PROCESSING STATEMENTS GOES HERE
    tell application "Image Events"
    launch
    -- get the parent folder of the image file
    set the parent_folder to the container of this_file
    -- derive new name for the new image file
    set the new_name to my addextension(thisfile, "png")
    -- look for an existing file
    if (exists file new_name of the parent_folder) then
    error "A file named \"" & new_name & "\" already exists."
    end if
    -- open the image file
    set this_image to open this_file
    -- save in new file. The result is a file ref to the new file
    set the new_image to save this_image as PNG in file new_name of the parent_folder with icon
    -- purge the open image data
    close this_image
    end tell
    end process_item
    on addextension(thisfile, new_extension)
    set this_info to the info for this_file
    set this_name to the name of this_info
    set this_extension to the name extension of this_info
    if this_extension is missing value then
    set the default_name to this_name
    else
    set the default_name to text 1 thru -((length of this_extension) + 2) of this_name
    end if
    return (the default_name & "." & the new_extension)
    end add_extension

    Here's the faulty line:
    --open the image file
    *set this_image to open this_file*
    The command open doesn't return anything that could be assigned to the variable this_image.
    I also wonder if it wouldn't be better to add “as alias” at the end of each of the following two lines:
    *set this_info to the info for this_file*
    *set the item_info to info for this_item*
    I hope this help.

  • G4 MDD FW800 Dual Boot Tiger and Leopard

    I have a Power Mac G4 1.25 Dual MDD FW800 currently running Tiger 10.4.9. I would like to install Leopard on a partition or a second hard drive so I can dual boot between Tiger and Leopard. Will the FW800 model allow this without eliminating Tiger or creating any issues with using Tiger? I recall reading somewhere that the MDD FW800 could not run Jaguar and Tiger concurrently but I don't know if this is true? Anyone running this Tiger-Leopard dual boot setup?
    Thanks Della

    Your MDD's are FW800 also?
    What you are asking doesn't matter.
    ALL G4 machines, including ALL MDD machines, including the FW800 CAN maintain two or more OS versions (such as Tiger and Leopard) and CAN boot back and forth between the versions.
    Any G4 that I have ever had, Sawtooth to MDD/FW800 has run two, three and four OS versions.
    I currently have OS9, Panther, Tiger and Leopard installed on this machine.
    Another source had told me that the FW800 MDD could not boot back to a previous version OS once a newer version OS had been installed ie once Leopard was installed you could not boot from Tiger again from another startup disk?
    Your source is incorrect, and is telling you contrary to all the content of the entire internet regarding the topic.
    The FW800 cannot boot to OS 9 (any version) nor can it boot to OS X earlier than 10.2.3.
    As with ANY G4, it cannot run OS X Snow Leopard (10.6).
    Those are the ONLY limitations.
    ALL other OS versions after OS X 10.2.3, in any number of combinations, may be present as boot volumes on the machine.
    If you had 4 drives with 3 OS versions each, as long as the version was within the machines compatibility, it would be fine and boot would be supported.

  • Can I run Tiger and Leopard on the same computer

    Hi folks.
    I've been meaning to install Leopard for ages but have never got round to it (I bought the retail box when it first came out). I have upgraded my RAM to 2GB and my hard drive to 320GB with no problems.
    My upgraded hard drive has been partitioned into 2 equal parts of 160GB. These appear on desktop as Mackintosh HD1 and HD2. HD1 is the disk with all my files, music, OS etc and HD2 is empty
    I have 2 bootable clones of my present system - one is on a 160GB external and the other is the original 80GB HD that I replaced.
    My question is this - can I install Leopard on to my 160GB external HD, then clone it on to the empty HD2. If I do this would I be able to run both Tiger and Leopard on the same Macbook?
    Is there any problems with this plan? Would I be able to transfer between the 2 OS and how do I install Leopard on the external drive. Is it just a case of inserting the Leopard DVD and choose the external drive as the target?
    As usual thanks in advance
    Del

    # Original Tiger in the internal HD, New Leopard in the external HD.
    # New Leopard in the internal, Legacy cloned Tiger in the external.
    # Split internal, one partition with Tiger, another with Leopard.
    Leopard is backwardly compatible with older Macs, just make sure yours fulfills the minimum system requirements, both use the same filesystem format, so each can see the other. You can't run both at the same time, unless you purchase the server version of Leopard and run it virtualized. 99.9% of Firewire external HD's are bootable, some USB's are bootable but have to test first. You can choose which system to boot from by pressing the Option key at boot time, before the chime. Just make sure the external HDD is plugged in and turned on if that's where you want to boot from.
    When I migrated my PBG4 from Panther to Tiger, got an external FW HDD, cloned Panther onto it, upgraded using Archive and Install, cleaned up, customized and tested it. When I was satisfied all was ok, cloned the original Panther onto another partition of the external HDD, wiped and tested for failure the internal HDD, then cloned the known good and tested Tiger into it. Only thing that died along the way was my old and ancient Photoshop v2.x, that refused to run on Tiger.

  • "Moving" Tiger and Leopard OS's from G4 (32b) to G5 (64b)

    I plan to image Tiger (10.4) and Leopard (10.5) from my Power Mac G4 (Quicksilver 2002) to a recently acquired a Power Mac G5 (Early 2005). My questions are:
    1. Tiger and Leopard were installed on a G4, a 32 bit processor, but the G5 is a 64 bit processor. Do I need to do anything after I’ve “installed” the G4 Tiger and Leopard on the G5 to have them function as 64 bit Operating Systems (a.they can detect which processor they are installed on automagically and don’t need my intervention OR b.I have to toggle something OR c.I have to reinstall one/both of the Operating Systems on the G5 for them to function as 64 bit Operating Systems)?
    2. How can I tell if the OS is running as a 32 bit or 64 bit process?
    TIA.

    Hi Barubin,
    I'm no expert on OS X's internals, but I believe Tiger and Leopard's kernel still is 32-Bit, but allows 32-64-bit bridging. In Leopard's Activity Monitor I can only find two apps running in 64-Bit mode:
    usbmuxd
    IIDCAssistant
    The best way of getting 64-Bit is to upgrade to Snow Leopard on Intel, I'm afraid.
    Your target-disk method or BDAqua's suggestions should work just fine, but I usually find hdiutil to be generally more reliable, plus I can keep around a system image for safety's sake. When I say reliable, I mean that you can always interrupt the image creation by using CTRL-C or check whether it is actually throwing any errors. The GUI has hung on me on occasions. I also love UNIX, which helps!
    I've never done a speed comparison between Disk Utility and its CLI counterparts, but I like the verbosity/flexibility provided by the CLI. It's a matter of taste, really. If you're not comfortable using the CLI, stick to the other options.
    The purpose of asr -imagescan (asr stands for Apple Software Restore), is to rebuild the target image and replace it with a checksummed and reordered (optimised) version, so it can then be verified against the contents of your target volume after you're restored the data. Also, scanning the image allows you to do a block restore, which is effectively a blazingly fast blind copy. In a matter of minutes you can easily restore 15 GB of data into your chosen volume, as opposed to not scanning it with asr or Disk Utility and the restore operation defaulting to a normal image mount --> data copy operation, which is slow and inefficient. It's a tradeoff really. You can wait for ages restoring, or creating the image
    I rather wait for image creation since it's the safest and cleanest option data-wise.
    Check out:
    $ man asr
    $ man hdiutil
    I'm confident it will all work just fine with your heart transplant!
    Cheers

  • List of sysctl add/del/changes between Tiger and Leopard

    I've ran a quick diff between the sysctl values in Tiger and Leopard. Note: This is from two different macbook's, so some values may be changed due to hardware.
    This should give folks an idea as to what buffer sizes, performance tweaks, etc. have been added.
    If you're real bored, I guess you could revert everything network related back to Tiger values ... but, yeah, good luck with that. You may break more than you fix.
    Most of these you can lookup on-line or in the kernel source to see what they do. Sometime in the next week or so I'll add descriptions if you don't have a network background or src code background.
    Removed
    T debug.net80211: 0 0
    T net.athCCAThreshold: 28 28
    T net.athaddbaignore: 0 0
    T net.athaggrfmax: 28 28
    T net.athaggrqmin: 1 1
    T net.athbadrxbuf: 0 0
    T net.athbadrxdesc: 0 0
    T net.athbgscan: 1 1
    T net.athdupie: 1 1
    T net.athforceBias: 2 2
    T net.athforcebadrx: 0 0
    T net.athpowermode: 0 0
    T net.athppmupdate: 1 1
    T net.athvendorie: 1 1
    T net.inet.tcp.delacktime: 50
    T net.pstimeout: 20 20
    Changed
    T net.link.generic.system.ifcount: 11
    L net.link.generic.system.ifcount: 7
    T net.inet6.ip6.fw.debug: 1
    L net.inet6.ip6.fw.debug: 0
    T net.inet.ip.fw.debug: 1
    L net.inet.ip.fw.debug: 0
    T net.inet.ip.fw.one_pass: 1
    L net.inet.ip.fw.one_pass: 0
    T net.inet.ip.fw.static_count: 12
    L net.inet.ip.fw.static_count: 1
    T net.inet.ip.maxchainsent: 0
    L net.inet.ip.maxchainsent: 45
    T net.inet.ip.rtexpire: 10
    L net.inet.ip.rtexpire: 140
    T net.inet.tcp.blackhole: 2
    L net.inet.tcp.blackhole: 0
    T net.inet.tcp.keepidle: 144000
    L net.inet.tcp.keepidle: 7200000
    T net.inet.tcp.keepinit: 1500
    L net.inet.tcp.keepinit: 75000
    T net.inet.tcp.keepintvl: 1500
    L net.inet.tcp.keepintvl: 75000
    T net.inet.tcp.localslowstartflightsize: 4
    L net.inet.tcp.localslowstartflightsize: 8
    T net.inet.tcp.loginvain: 3
    L net.inet.tcp.loginvain: 0
    T net.inet.tcp.msl: 600
    L net.inet.tcp.msl: 15000
    T net.inet.tcp.sendspace: 32768
    L net.inet.tcp.sendspace: 65536
    T net.inet.tcp.sockthreshold: 256
    L net.inet.tcp.sockthreshold: 64
    T net.inet.tcp.pcbcount: 41
    L net.inet.tcp.pcbcount: 38
    T net.inet.tcp.recvspace: 32768
    L net.inet.tcp.recvspace: 65536
    T net.inet.udp.blackhole: 1
    L net.inet.udp.blackhole: 0
    T net.inet.udp.loginvain: 3
    L net.inet.udp.loginvain: 0
    T net.inet.udp.pcbcount: 44
    L net.inet.udp.pcbcount: 16
    Added
    L kern.netboot: 0
    L net.inet.ip.random_id: 1
    L net.inet.ip.dummynet.debug: 0
    L net.inet.tcp.backgroundioenabled: 1
    L net.inet.tcp.backgroundiotrigger: 5
    L net.inet.tcp.ecninitiateout: 0
    L net.inet.tcp.ecnnegotiatein: 0
    L net.inet.tcp.inswcksum: 2806591
    L net.inet.tcp.insw_cksumbytes: 1244150487
    L net.inet.tcp.maxseg_unacked: 8
    L net.inet.tcp.outswcksum: 4438883
    L net.inet.tcp.outsw_cksumbytes: 4483972145
    L net.inet.tcp.rexmt_thresh: 2
    L net.inet.tcp.rfc3465: 1
    L net.inet.tcp.rtt_min: 1
    L net.inet.tcp.socketunlocked_onoutput: 1
    L net.inet.tcp.winscalefactor: 3
    L net.inet.udp.inswcksum: 5697
    L net.inet.udp.insw_cksumbytes: 721922
    L net.inet.udp.outswcksum: 4899
    L net.inet.udp.outsw_cksumbytes: 445568
    L net.inet6.ip6.fw.enable: 1
    L net.link.ether.inet.keep_announcements: 1
    L net.link.ether.inet.sendconflictingprobes: 1
    L net.link.ether.inet.sendllconflict: 0
    L net.link.generic.system.dlilinput_sanitycheck: 0
    L net.link.generic.system.multithreadedinput: 1
    L net.smb.fs.loglevel: 0
    L net.smb.fs.tcprcvbuf: 131072
    L net.smb.fs.tcpsndbuf: 131072
    L net.smb.fs.version: 104000

    Hey there,
    I believe I'm having the same issue. I'm using Mail.app in 10.5 with a gmail account (IMAP). The issues is that in Tiger we had the IMAP option in the account settings "Advanced" tab to: "Automatically synchronize changed mailboxes." This option appears to be missing, and even more, does not happen in Leopard. What this means is that changes to folders (other than one's that you explicitly open/synchronize manually, will not shows updates in Leopard.
    This is especially annoying with the "All Mail" (Archive) folder for Gmail IMAP in Leopard. In order to ensure that your "All Mail" is always up to date, you have to manually open it (to initiate a sync). Otherwise it does not auto update like it does in Tiger.
    Thanks,
    Shahrum

  • Mail app on Tiger and Leopard no longer bring in mail from non-apple servers

    My husband's computers use Tiger and Leopard (10.5.8) to access his email on the Mail program.  His mail is from Comcast and uses the Comcast server, not apple or iCloud.  His mail suddenly stopped working a couple of days ago.....as it did on one of my machines that still uses Tiger.  He had not done any updates that could have broken the software.  He does not have iCloud except on his phone and he doesn't even have a .mac address.  There is no reason for the comcast server to not be able to be accessed by Mail app.
    He did finally update everything that needed it and it still does not work.  Why would Apple's change over to iCloud break email access from other servers and how can we fix it.  He really doesn't want to do his mail on Comcast's web site as it's slow and awkward.
    Thanks for any help you all can offer.
    Paula

    Thank you for answering.
    I know it shouldn't have been able to stop those accounts from working on the Mail app but it did.Out of 4 machines, 3 stopped working at the same time.  The 4th is on Snow Leopard and continues to get my Comcast mail.  But the one Tiger machine and 2 Leopard machines no longer access any mail from any server.  Shouldn't be possible, but it happened.
    I don't want to delete accounts because I don't want to lose the old email in the different folders on there and the software is acting so bizarrely, I know the mail would be lost. 
    I checked all the settings and compared them to the one on Snow Leopard that still works.  The settings are all the same.  The only difference is the OS.
    And to make things more frustrating, I found that several entries in my Contacts book were either deleted or scrambled with phone numbers for person A in the entry for say, person C.  I mean it's a real mess and this all happened after I got a notice from Apple that they were shutting down all their mobile me stuff and sending everything to iCloud.  Syncing is obviously a mess now and I don't even want my stuff sync'd there.  My husband has never even signed up for iCloud but since he has an iTunes account, thus an Apple acct, they appear to have automatically put him on iCloud too.  And....mail quit working unless he gets it on his iPad or iPhone.
    We're fed up with Apple's insistence on total control of it's customers' previously working equipment.  We have no desire to upgrade to Lion or it's next iteration. We have been happy with what we have and asked only that it continue to just WORK. 
    It's become a rotten Apple in the past few years.  We've been with them a long time but  we're watching other companies closely for something that will do what we need without the draconian control.
    I have a feeling the only way to "fix" Mail.app is to upgrade to Lion and we won't be doing that.
    Thanks again.

  • Tiger and Leopard on the Same MacBook?

    I have a MacBook and would like to have both Tiger and Leopard on it. I Googled and found info that did not work for my "newer" machine. I purchased two months ago. I have a number of files that are Tiger only and will not be rewritten for Leopard. Can anyone offer a possibility of doing this for the newer machines!?!?!

    To boot two different OS X versions, you need to have each version installed on a different bootable Volume. This can be on different partitions on the same drive, or on different drives, i.e. the internal and an external FW drive.
    (Mac OS X and OS 9 can be on the same partition or drive for the older OS 9 bootable machines)
    This is very useful when upgrading a Mac to a new OS, then you can perform the installation on a new drive and keep your old drive in tact, allowing you to boot the old and new OS version and access files from both drives.
    However, when a Mac ships with a particular OS version, most of the time you can not downgrade to an older OS version.

  • Syncing 2 operating systems Tiger and Leopard on 1 Mac is this possible ?

    On my newly dual boot G5 I see myself living in both Tiger and Leopard equally and wanting to open access and update my Itunes, mail, calendar, and iphoto in either boot instance and be able to trust that all are in sync. Can it be done ? BTW the apps are all duplicated since there are two application folders 1 per OS, I knew you knew that
    Message was edited by: Rexy

    japamac wrote:
    Try opening iTunes while holding the Option key, and manually "point" iTunes to the iTunes Music file.
    If you only point to the iTunes file, the software will read it's xml file, which is what hasn't been updated.
    iTunes should update content when pointed to the Music file.
    The only problem with this is that the two xml files get updated for each OS version separately.
    I don't keep favorites, ratings, etc., so it isn't a bother to me.
    For those that it matters, something like this may help:
    http://www.acertant.com/web/tuneranger/
    You might also ask for suggestions in the iTunes forum.
    The people that "live" iTunes are over there.....
    WOW that worked japamac ! Thanks I'm going to test by adding media in one OS then see if it appears in the other's Itunes library. If it does then this is exactly what I was after !

  • AI have an iPad and iPhone but am stuck with Tiger and Leopard. Will I stir be able to get my email on my PowerBook if I after I upgrade to iCloud?  I don't have the cash to upgrade the mac right now.

    I have an iPad and iPhone but am stuck with Tiger and Leopard on my old powerbook G4.  Will I still be able to get my email on my PowerBook after I upgrade to iCloud?  I don't have the cash to upgrade the mac right now.  Just wondering what my email options are.  Thank You.

    You will be able to get your mail on the PowerBook. The calendars (iCal) will not sync; any events added to iPad and/or iPhone will not sync with the Mac but will sync with each other (that is: the mobile devices which are on iCloud). My  MacBook Pro (Lion) and iPad2 (iOS5) sync fine; I still get my Mail on iBook G4, MacBook Pro (Snow Leopard) and iMac (Snow Leopard). 
    Message was edited by: kennethfromtoronto

  • Tiger and Leopard disk utilities/installer incompatible

    I have a MacBook2 that came with 10.4 Tiger pre-installed and a 10.5 Leopard upgrade disk that is labelled "CPU drop-in DVD".
    It also has a 10.4 Tiger "Mac OS X Install Disk 1" (and Disk 2) labelled "For Mac Computers" (not MacBook Specific?).
    The problem I am now faced with is that the Disk Utility (and disk mounting/recognition) systems are incompatible.
    I recently had my second 120 GB Fujitsu drive (first was an 80 GB) fail. The 80 GB was replaced by Apple warranty, and since there were no longer any drives that small then,  the 120 GB was substituted, by them, to repair it. They reinstalled Leopard 10.5 on the machine, off some disk of theirs.
    Since nobody makes drives this small anymore, the drive I bought to replace the failed 120 Gb is a 320 GB "WDC WD3200BPVT-00HXZT1".
    All went well usung the familiar 10.5 Leopard Disk Utility on the "CPU drop-in DVD" in formatting and partitioning the new 320Gb WD drive, but the "CPU drop-in DVD" requires that OS X 10.4 Tiger be pre-installed on the drive for it to then upgrade it. I have properly installed the drive, partitoned/erased and tested the 320 GB Western Digital drive. In Firewire target mode on the MacBook (from my IMac) the new drive and MacBook's Serial ATA I/O systems work perfectly.
    So I went to the originally supplied 10.4 Tiger "Mac OS X Install Disk 1" to re-install an old, basic Tiger system to it from, right?
    Wrong!
    The 10.4 Tiger "Mac OS X Install Disk 1" has a foreign and incompatible disk mounting system that totally fails to recognize the GUID partition, extended, journalled volume and correct drive hardware type. It fatally and mistakenly mis-identifies the new drive hardware as a "2.3 TB" media with the same WD product model number and shows it's volume as a grayed-out BSD "disk0s1" identifier that cannot be re-partitioned, repaired nor mounted. It first claims that "Disk Utility has lost it's connection the Disk Management Tool" - "relaunch Disk Utility" and/or thereafter just reports "Disk I/O Error".
    The Tiger Os X Installer disk's primitive Disk Management Tool (Information) holds the grossly mistaken and erroneous opinion that the new 320 GB WD drive is a 2.3 TB-capacity media that uses an "FDisk_partition_scheme", and thus, needless to say and regardless of any length of patience this drive never appears in the "Select a Destination" dialog.
    Since it's old "Tiger" Disk Utility cannot properly identify the drive, and I onlly use the teenie MacBook occasionally as a portable, miniature web-browser/email reader, MagicJack host or to play DVDs or listen to internat radio and have no Time Maxchine backup of the nothing of value I ever keep stored on it,  it is now impossible for me to reinstall OS X  of any flavor on my MacBook.
    Anyone have any idea of how to re-educate it?

    Welcome to Apple Discussions!
    G5s can run specific versions of 10.4 depending on age.
    Read the serial number (do not post it here) to determine the age by going to Apple menu -> About This Mac -> More info -> Hardware. The serial number consists of these initial components:
    2 alphanumeric characters for factory code.
    1 number for the year.
    2 numbers for the week of the year.
    Thus W80410 is the 10th week of 2004.
    Running any spreadsheet with consecutive date cells adding 7 to consecutive cells will give you the week of the year for any year, if you start with 01/01/year and give out the actual date of that year.
    As long as your G5 was made:
    Before April 8 2005, it can run any version of Tiger retail which looks like * and does not say Update, Dropin, or OEM.
    April 8 to April 28, 2005 it can run the Update installer as well to install 10.4
    April 29, to October 30, 2005 it can only run the retail installer which looks like above and has 10.4.3 or 10.4.6 on it, or the PowerMac G5 installer disc which came with it to install 10.4
    October 31, 2005 to April 2, 2006, it can only run the retail installer which looks like above and has 10.4.6 on it, or the PowerMac G5 installer disc which came with it to install 10.4.
    April 3, 2006 and later PowerMac G5s can only use the PowerMac G5 installer disc which came with them to install 10.4
    Given those limitations, yes, you can install 10.4 on one hard drive, and 10.5 on another. 10.5 also requires a minimum of 512 MB of RAM, and at least 9 GB of hard disk in addition to approximately 15% of the hard disc empty (based on arbitrary estimates). 10.4 will install with 5GB + 15% (based on arbitrary estimates) free. These amounts are unique to each hard drive.
    Note 10.5 has no Classic support.
    G5s can't boot Mac OS 9, but can use Classic from the original installer discs that shipped wtih them, when booted into 10.4.
    - * Links to my pages may give me compensation.

  • New iMac G5 but no classic support in Tiger?

    I have just bought a new iMac G5 20" with the latest Tiger 10.4x. When I want to install a peripheral or Quark from my old Os 9.2.2 it say "I do not have a version of Mac Os9 installed that supports classic or later." in the pop up window. I hit the ? button and it tells me to install from disc 2 the support files. When I do that it tells me there is nothing to install.
    A greyed out icon appears in the menu bar. A widget appears in the widget bar.
    I checked the startup disk to see if mac os9 was on it ,it's not.
    Do I have a dud install 2 disk? The icon is only an alias for os9 support files.

    What constitutes "compatibility" is partly what you mean by the word.
    From Tiger's built-in dictionary:
    "• (of a computer, a piece of software, or other device) able to be used with a specified piece of equipment or software without special adaptation or modification"
    By this definition, all recent Macs (except servers?) up to but not including the Intel-based ones are compatible with Classic, at least to the extent that installing the included Classic support is not considered a "special adaptation."
    I think most people would consider something like SheepShaver quite a special adaptation: from what I can tell, it requires both an image of the PowerMac ROM & a copy of the Mac OS, which I presume are not included with Intel-based Macs. I also note it claims only to offer a "varying degree of functionality" with listed systems, among them "Darwin/ppc," but no specific reference to Darwin + Intel support. The only Intel CPU reference I see is to "Linux/ia32 (AKA x86)" so I'm not sure this emulator really should or could be considered a replacement for Classic in OS X/Intel systems, even in a limited way.
    If you know otherwise, I'm sure that info would be of great interest to readers of this thread.

  • Can't find Classic support on Tiger DVD

    I need help. I recently purchased a used 17" powerbook. I wiped out the hard drive and installed the Tiger DVD, and everything works fine... but I can't find anything that installs Classic. Can I install the Classic Environment from the Tiger DVD? Or do I have to use my old Panther CDs to install Classic on the laptop. My two other Macs, a G5 (with Tiger) has classic working. However, they originally had Panther and then I just upgraded to Tiger. How can I get Classic back?

    Apple does not advise installing OS 9 for Classic support from any source other than either the original disks that came with the Mac or (in some cases) with a retail version of OS 9. If your OS 9.2 disk is a stand alone retail installer (not an updater for OS 9.0 or 9.1) it should work. Your Panther disk will not, unless it is a model specific version for your model.
    The exact method of installing OS 9 varies greatly depending on what disks you have. Please be as specific as possible about this -- the source of the disk(s), if they say they are bootable, if they are for a specific model, etc.
    By far the easiest way to do the install is with the original disks for the PowerBook. You should try to get them from the seller to avoid a lot of hassles.

  • ICal with Tiger and Leopard

    Hi,
    I have a PowerMac G5 running Tiger 10.4.11 and a powerbook pro laptop that runs Leopard. I cannot seem to have iCal work on Tiger: it keeps crashing after a few seconds, after sync starts asking to review conflicts. On the laptop with Leopard, there is no problem. Do you know if this problem can be resolved?
    I tried to remove the Library/Application Support/SyncServices directory and redo the syncing but it does not work.
    Thanks for any help,
    marc

    I have a problem that may give you the answer, though if it's correct it's not an answer you would like. I don't have iCal on my machine. I reinstalled the OS a few months back and I guess it didn't go with it. There was an installer in library/receipts in a package form, but the installation wouldn't go through. By the way, I'm running 10.4.11. Anyway, I went to Apple's download site and found that the only iCal they had on the site was for 10.3.9 at the latest. There was nothing past that to download. I'm thinking perhaps if you don't have the same iCal you did when you bought Tiger/your new computer, you're running a version that's not supposed to be on that version. Now I just have to find a copy of the program for Tiger. If not on Apple's site (and I tried versiontracker), then I don't really know where. That's really all I can think of.

  • Problem installing Classic Support on Tiger

    I'm trying to install Classic support on my iBook. The install appears to complete. It says it did anyway.
    When I double click on a classic app I get this error:
    "The Operation could not be completed.
    An unexpected error occurred (error code -1)."
    There also seems to be no preference panel for Classic like there should be.
    I'm thinking that the install actually did not complete but I can't figure out why.
    I saw this in the install.log file when I tried installing it but I don't know if it is relevent:
    "Package Authoring Error: Infinite loop between <choice> attributes and mixed state aborted."
    I tried repairing permissions but it didn't appear to do anything.
    Anyone have any ideas?
    14" iBook G4 (mid 2005)   Mac OS X (10.4.5)  

    I'm using the "Install Mac OS 9 System Support" symlink on the cd that came with the ibook.

Maybe you are looking for

  • How to set a password on my airpot express?

    I am using for more than 5 years and i still don't know how to set tha password on it. any one can help?

  • WL7.0 SP2  different version?

    I am getting the following: ####<Mar 3, 2004 7:49:52 PM EST> <Info> <EJB> <server1> <app1> <main> <kernel identity> <> <010008> <EJB Deploying file: Bean1.jar> ####<Mar 3, 2004 7:49:52 PM EST> <Warning> <EJB> <server1> <app1> <main> <kernel identity>

  • Handling header information present in flat file

    Hi All, We have an option to ignore flat file header information present in a flat file while cerating the flat file module. We need to extract the file creation date from the header information.Is there any way to make use of that header information

  • Can u xplain what to do agent assignment in my current situation

    Hi...        There is a workflow where if an employee is recruited then a mail should be triggered to an unit where there will be certain positions. So, here when what is the agent i should assign for the task. The agent should be assigned through a

  • Assign a new Screen sequence to a BP role.

    Hi, I am trying to assign a new 'Z-screen sequence' to a new 'Z-BP role' but the 'Z-screen sequence' does not appear when creating a BP with the 'Z-BP role'. The new 'Z-screen sequence category' looks fine in the BUCA (Screen configuration) I have as