How to install from a Solaris 8 install .iso?

I want to try to install Solaris 8 in an LDOM. I know that it is "not supported" - but it may be possible, according to some discussions I have had, so I want to try.
Unfortunately, when I try the naive approach and add the iso image of the CD as a virtual disk to the domain and try to boot from it, it tells me the file isn't executable. The explanation, it seems, is that the CD actually contains several slices, and only the first one is visible when you look at it as an iso file. So, I guess my question is: Is it actually possible to get to a point where I can try to install from this CD image into an LDOM?

Well, if it was supported you would be able to ;)
The thing with the SPARC installation CD's is that they are indeed sliced, i think the reason for it to be sliced is that different slices supports different CPU architectures, so that slice 2 (or slice :b when you boot it from an OK prompt) was originally, long time ago, used for the sun4c CPU's, slice 3 (or :c) was used for sun4m and slice 4 (:d) was used for sun4d.
Then came sun4u which used slice 5/:e
Then slice 0 would contain a HSFS filesystem which actually contained the packages and the installation program.
You can get the vtoc with dd, and then extract the slices you want with dd and access them using LOFS. But yet again this is probably futile. I don't think there is a single chip in the T4 hardware which is supported with Solaris 8.
Given how powerful the T4 seems, and how ineffective Solaris 8 could sometimes be at utilizing resources, it would also seem like a waste..
Have you had a look at native zones? that way you can run Solaris 8 / 9 in zones under Solaris 10..
.7/M.

Similar Messages

  • How can I reformat my hard drive if erase and partition don't work in disk utility and I get an error when I try to erase and install from the Leopard install disk?  I have had several kernel panics, but the volume shows up in startup disk.

    I have had several kernel panics on my iBook G4; the panic message shows up just after the desktop appears. Although the startup volume shows up in Startup Disk, the installation disk reports an error when I attempt an erase and install. Disk utility is unable either to erase or partition the hard drive. The hard drive shows up in disk utility, but the startup volume doesn’t  HELP!!!

    Do you have the original system discs that came with the iBook when it was new?
    Which exact iBook model is it?
    You can choose from this list:
    http://www.everymac.com/systems/apple/ibook/index-ibook.html
    Erasing the disc and installing Mac OS X 10.5 will result in loss of the other applications (such as the iLife applications) which came pre-installed on the iBook.

  • How to recover from Acrobat X install error?

    Yesterday I tried twice to install Acrobat X Pro under Windows 7 after having successfully installed five of the other cloud applications.  Both the first and the 'Try Again' attempts failed with the identical 1310 error that is described in various posts in the forums.  I hibernated the computer overnight and this morning opened the Application Manager for Creative Cloud to again work on the problem.  However, now the App Mgr nows shows Acrobat as "Installed" even though it is not shown in the list of All Programs with the other five successfully installed apps (e.g., InDesign).  There is no visible way to uninstall Acrobat and then do a successful install.  Now what do I do to get Acrobat from Creative Cloud working on this computer?

    Is Acrobat X listed in Control Panel > Programs and Features?
    Is it possible to uninstall it there?
    I'm moving this thread over to our download/installation forum.
    For general Creative Cloud Membership questions, here is the FAQ link:
    http://www.adobe.com/products/creativecloud/faq.html
    -Dave

  • Install from a usb or .iso

    is it possible to install windows w/ boot camp using either an image or the image on an external HD?

    lbroskee wrote:
    ya i just found out my friend has 1 i can use, but 1 question...will these work for burning leopard?
    http://www.walgreens.com/store/product.jsp?CATID=100448&navAction=jump&navCount= 0&skuid=sku2482890&id=prod2483453
    and btw the leopard copy is under 3 gb so its not a matter of size
    Leopard DVD is over 7 GB. It's a dual-layer DVD.

  • How to re-install Java in Solaris 10

    Dear all,
    Let me first apologize if this is not the most suitable forum to post my enquiry (if so, please let me know which one is!). I have a SUN Blade 1500 Silver running Solaris 10. After some patching via smpatch, the Solaris Management Console stopped working, I believe due to a problem between java 1.5 and SMC (see problem "Can't start smc " at:
    http://forum.sun.com/jive/thread.jspa?threadID=100328&messageID=342909 )
    I tried to make the SMC work by tweaking the java path and links to point the old version (1.4.2), but without any success. Moreover, in a desperate effort to solve the problem, I DELETED all the directories, files and symbolic links relating to java under the directories "/usr" and "/usr/bin" (since I couldn't find on the internet a way to "uninstall" java from the system!), and then I tried to install the java packages available at www.sun.com (JRE, J2EE, etc) by using the .sh executables provided there, but without any success. All these installers seem to only unpack java files to complete different directories from the aforementioned (under the path from which they are run), and none seem to install the files in the original locations from which I deleted files ("/usr" and "/usr/bin", and the like).
    Now, not only does the SMC continue to fail to work, but also any other application requiring java fails to excecute. IS THERE A WAY TO RESTORE THE ORIGINAL JAVA FILES THAT ARE COPIED IN THE SYSTEM WITH THE INSTALLATION OF THE SOLARIS OS??? Please note that I am not interested neither in the java plugin for browsers, nor in developing apps with/for java: I only want my system (SMC, smpatch, etc) and applications (mostly EDA software - Cadence) to run smoothly without receiving errors due to missing java files!
    Thans a lot in advance for any help or clue to overcome this rather unpleasant situation.
    Jorge Luis.

    You should be able to just download the version that contains the Solaris packages and follow the installation instructions to use pkgadd to add those packages.
    [Update: hmm it seems only the JDK is available that way not the JRE. It seems if you don't want to install the JDK (though there is no real reason not to) you'd need to reinstall the original packages from your Solaris install media - and you may need to remove any patches that updated the JRE, first.]
    That said if you deleted some of the links then the package install may not necessarily restore them.
    Here's my setup. Note I manually set the "latest" link. The default was that /usr/java linked to /usr/jdk/jdk1.5.0_07
    hypert > dir /usr/bin/java
    lrwxrwxrwx 1 root other 16 Dec 19 2005 /usr/bin/java -> ../java/bin/java
    hypert > dir /usr/java
    lrwxrwxrwx 1 root root 10 Aug 29 13:11 /usr/java -> jdk/latest
    hypert > dir /usr/jdk
    total 16
    drwxr-xr-x 4 root bin 512 Aug 29 11:30 .
    drwxr-xr-x 40 root sys 1024 Aug 29 13:11 ..
    drwxr-xr-x 4 root bin 512 Aug 29 11:29 instances
    lrwxrwxrwx 1 root other 7 Dec 19 2005 j2sdk1.4.2_08 -> ../j2se
    lrwxrwxrwx 1 root other 18 Jun 2 09:47 jdk1.5.0_07 -> instances/jdk1.5.0
    lrwxrwxrwx 1 root other 18 Aug 29 11:30 jdk1.6.0 -> instances/jdk1.6.0
    lrwxrwxrwx 1 root other 8 Aug 29 11:30 latest -> jdk1.6.0
    drwxr-xr-x 7 root bin 512 Dec 19 2005 packages
    Message was edited by:
    davidholmes

  • Installing from imac boot cds

    i have a powermac g3 B+W and a friend is going to lend me his imac dvds to install it. will this work alright or should i just go buy it for myself? powermac is g3 350mhz 768mb ram 40.0gb and 12.7gb hdd
    Powerbook G3 Wallstreet + Powermac G3 B+W   Mac OS X (10.2.x)  

    Hi Evan,
    you cannot install from hardware specific install disks that shipped with another computer. Besides this it would also be illegal. You have to buy the retail full install DVD.

  • Update packages installed from AUR

    Is there some way to automatically check for newer packages that were installed from aur and install them.
    I want achieve behaviour similiar to pacman -Syu.

    karol wrote:http://wiki.archlinux.org/index.php/AUR_Helpers
    Yes, exactly. As well, there are countless threads on the subject. This has been covered to death.

  • How can I initiate dual boot install from a CMD window...?

    Laptop hardware meets sys req for Win 10 and currently runs 8.1
    Samsung RV-511-S01UK
    i3 380M @ 2.53Ghz
    6GB RAM
    Discrete Nvidia 315M 1GB dedicated VRAM
    Having first tried 10 inside a VM... and it looks ok.... time to try it on real hardware instead of the restricted emulation.
    I'm attempting to clean install and create a DUAL_BOOT on prepared partition
    ISO downloaded direct from the correct link (SHA-1 checked) 
    USB... or DVD... installer created with the MS installer tool. 
    ALL attempts to install by booting from either installer medium, trying builds 9926, 10041 and 10049 (64 and 32 bit), end before they start....... the process stops completely at the very first screen.... the logo screen.... the indicator dots beneath
    the logo screen which appear as standard to 'indicate' that a 'process' is happening in the background NEVER appear... even after an 8 hour wait in one instance.
    Even if I follow the install instructions supplied on the download page here instead of booting direct:
    5. Double-tap or double-click setup.exe from the installation media, and then follow the steps.
    it gets to a point within the process and has to restart.... then it stops as soon as the logo screen appears just as it does when I try and boot from the created installers.
    There seems to be a problem at the Windows logo screen which halts the entire installation process !!! It suggests a BIOS/Win 10 conflict, but only one way to really find out..... process log...?
    The only way to discover where the error lies is to observe the process happening as it happens in real time (if that's possible) or create log file of my attempt.... from within a CMD window...? Unfortunately I don't know the language of CMD code
    well enough.
    I would like someone to assist with the correct code on how to initiate the install from within a CMD window so that I can see the process happen in real time within the window and therefore observe exactly where the instruction is failing.... but
    as stated if running a CMD during install is not possible then a saved log file to refer to after fail and reboot into 8.1
    This should make it easier to define the problem and as such discover the solution
    If someone can supply the code it would be very helpful..... if no-one here knows I'll pop over to the Linux forum and ask one of the people there after setting up Ubuntu with a spare partition for the Win 10 TP
    cheers

    Hi base1268,
    Can you find the following log files when you reboot into Windows 8.1?
    C:\$WINDOWS.~BT\Sources\Panther\setupact.log 
    C:\$WINDOWS.~BT\Sources\Panther\setuperr.log
    C:\$Windows.~BT\Sources\Rollback\setupact.log
    Actually, for current situation, I suggest you use native boot to try Windows 10 Technical Preview:
    http://blogs.technet.com/b/haroldwong/archive/2012/08/18/how-to-create-windows-8-vhd-for-boot-to-vhd-using-simple-easy-to-follow-steps.aspx
    it still works for Windows 10 Technical Preview.
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • How to install Dual OS(solaris 10 and Windows XP)?

    I have got a 80 gb sata hard disk and i am not able to install Dual OS(solaris and Windows XP ) on it.My Partitions are as follows:
    Primary partition-5GB
    Remaining are extended Partition.
    Extended partition details
    8 gb NTFS partition(installed windows XP)
    7 gb NTFS partiton(No data in it)
    20 gb NTFS partition(No data in it)
    20 gb NTFS partiton(has data in it)
    15 gb RAW partiton
    I first installed Windows xp on 8 gb Extended partiton.Then when i installed Solaris i could see only 2 partitons.One with the 5 gb and the other with the 71 gb.I actually wanted to install my solaris on the 15 gb Raw partition.Since i could not see the partition(15 gb Raw) i installed solaris on the 5 gb partition.Now when the comp boots it goes to solairs os only.i dont have the option to choose windows at all.
    could any one of you explain me how the partitions are supposed to be and how could i make it as a Dual OS.
    Saravanan
    Message was edited by:
    SaravananMandala

    Windows uses the primary partiton for boot, too, even if you installed it on the NTFS volume in the extended partition. Wherever you install Windows, it will need the primary partition for booting. You can never boot from Windows extended partitions
    As for the 15Gb raw partition, it look like what you call 'RAW partition' is actually just a small little part inside the extended partition. All your NTFS partitions (and your RAW partiton) are logical volumes and they all reside inside the extended partition. Even though Windows sees them as separate drives, each with its own drive letter, just as it sees the primary partition.
    You may try do use Windows fdisk or diskpart to delete the last logical volume in the extended partition, and then get the ntfs resize tool from Linux, or the CD1 from the Debian Linux install CDs, which has it included and accessible with a nice user interface, and resize your extended partition.
    I don't know if it works, I only used it to also resize some logical volume inside the partition. ntfs resize tool might not be easy to work with, you will need to read its documentation, but it does resize NTFS partitions (I have seen it).
    If it works, then you will have your 15Gb as unallocated space available for a new partition. Let the Solaris installer create this new partition automatically during install.
    Timothy Madden,
    Romania

  • How do I install dual-boot Solaris 8 and Solaris 9 on one hard disk ?

    I tried to install Solaris 8 and Solaris 9 on same disk using CDs, but
    the second installation overwrote the first Solaris which was installed
    previoudly on the half-disk size partition of same disk.
    How do I install two Solarises on one hard disk ?
    Thanks
    Yakov

    There are no tricks to get Solaris to dual boot on the same drive. Just allocate and pick the free slices not used by the first Solaris install when you put in the second install. Technically speaking there is nothing preventing you from running seven separately bootable Solaris instances on the same drive (one of 8 available slices is overlap -- slice 2) provided you use a swap file on a root partition instead of reserving a whole slice for swap.

  • Moving disks while maintaining Solaris 10 install from one v240 to another.

    Hi,
    I want to move a Solaris 10 install from a sunfire v240
    with a single cpu to another sunfire v240 with dual cpu's. Here are the
    details of the hosts as well as configuration.
    I have 2 sunfire v240's. One has a single 1 Ghz cpu and the second has
    dual 1.5 Ghz cpu. I want to move the disks of the single cpu host to
    the host with dual cpu's. I want to keep the installed version of
    Solaris 10 intact. The installation of Solaris is split across 2
    mirrored disks, i.e. 4 disks in total. I am using Suns volume manager
    for mirroring and also have one files system mirrored with zfs.
    The questions I have are the following:
    1) Can I simply shut down the servers and swap the disks to the
    destination host, in the same disk slots? The controllers the disks are
    on line up and are the same between the 2 hosts.
    2) Will the kernel pickup the changes moving from a single 1 Ghz cpu to
    dual 1.5. Ghz cpu's with out any problems? Will the kernel pickup the
    faster cpu's speeds. i.e. will it know it is now running dual 1.5. Ghz
    cpu opposed to a single 1 Ghz?
    3) Would we have to break the mirroring on the OS before shutting it
    down?
    4) As another option, instead of swapping disks, could we swap the
    cpus? Move the dual 1.5. Ghz cpu's to the other host? Will the
    motherboards read the updates of the cpu or are their jumper settings we
    would need to update?
    Thanks for your help.

    Box A
    Sparc Solaris 9, Oracle 10g
    Box B
    Solaris 10 x86, Oracle 11g
    I know there are many factors, but I'm pretty new to both unix & oracle, so I >needed some general steps to get me started. You have many options.
    Since you're in 10g, Have the Target Database created in Solaris 10 x86, Oracle 11g.
    you can use,
    RMAN - Cross platform Transportable Tablespaces.
    Datapump Export and Datapump import.
    Read the following:
    How To Use RMAN CONVERT DATABASE for Cross Platform Migration - 413586.1
    http://download-uk.oracle.com/docs/cd/B19306_01/backup.102/b14191/dbxptrn.htm
    http://www.oracle-base.com/articles/10g/OracleDataPump10g.php
    http://www.oracle-base.com/articles/10g/RMANEnhancements10g.php#cross_platform_tablespace_conversion

  • How Installing Firefox in Solaris 11

    Hi Guys
    I wanted to know where I could find a good document that explains how to step by step  install Firefox in Solaris 11 as root. Basically starting from the PKG-install.
    Thank you kindly. 

    Hi Rhine23,
    Rhine23 wrote:
    I wanted to know where I could find a good document that explains how to step by step  install Firefox in Solaris 11 as root. Basically starting from the PKG-install.
         This forum is strictly restricted to questions related to Oracle APEX product only.
         Please post this question to relevant forum : Firefox Support • mozillaZine Forums
         Moreover, google can also help you with it.
         Refer : Life on the OutSide: Install Firefox 30 (latest version) onto Oracle Solaris 11
    Regards,
    Kiran

  • Installing from an Existing ISO Image

    I would like to install and configure an Arch Linux system inside a virtual machine and then deploy that image to my laptop as a complete, working system. Is this at all possible? I saw things on the wiki about installing from an existing Linux installation that pointed suggestively in the direction I wanted to go, but it’s not clear to me whether this is doable or how to go about it.
    Archiso allows one to create custom bootable media, sure, but, as I understand it, you have to know exactly which packages you want beforehand. You can’t run the system and tinker with it before deploying. Would it make sense to configure the system in a virtual machine and then use that VM’s package list and /etc directory with archiso to make the custom system?

    Hi, welcome to Arch. Installing Arch from an existing installation means, if you have Ubuntu installed and want to install Arch from that installation.
    If you want to use a VM as your host system, then you need to clone/image the system and restore that image to your host, you can use clonezilla for that.
    I use archiso almost on a daily basis, it's very handy to try new things, e.g. a completely different setup from the one you have now. It's no problem to use the package list you made for archiso, for your future system.
    I don't see a problem in which packages you should choose beforehand, this mostly is a evolving thing, at least that's how I see it. So, if you have a working archiso, you are adjusting the configs, try it, and add the diff's to your build files, build you ISO, again try, add diff's to build files etc. etc. etc. , you get the point? Happy arching;)

  • How to access files in USB stick when installing from it?

    I have prepared my installable USB stick (8G) from Arch 2009.02 ISO file, and copied some configuration files to the USB stick. Everything looks well.
    After the Arch installation (not reboot yet), I want to access my configuration files on the stick, but I just cannot find them. Where has my USB stick been mounted to, and how can I read the files on it?
    I am confused...:rolleyes:

    lilsirecho wrote:To mount your USB stick you can mount it as root.  Using sd(x) as an example, mkdir /mnt/sd(x) in /mnt...
    Of course I tried this, but failed. Well, maybe what I said above is not explicit enough. I mean:
    1. the USB stick is just the installable USB stick I used to install Arch;
    2. not mounting the USB stick on the system I've installed, but just on the live arch linux OS that the installable USB stick introduced.
    After all, I was booting from the USB stick, so it may have been mounted. In fact, I can find it by:
      # cat /proc/mounts
    In the output, my USB stick is /dev/sdb1, and the mounted directory is /bootxxx (not remembered, sorry), but I JUST cannot find this directory. So I was confused.
    lilsirecho wrote:...Confused here that you used an .iso to generate a USB stick installer when the download archlinux-2009.02 is available in .img format for both i686 and X86_64...
    Yes, I know there's an IMG file for USB stick. But I don't want to use it, because after I use "dd" command writing the IMG file to the USB stick, the stick became the same size (about 330Mb) as the IMG file. Then how can I copy some other files into this 8G USB stick?
    So, I used archlinux-2009.02 ISO file. I prepared my USB stick by cfdisk, and formated it. I mounted the ISO file to some directory (using abc as an example), and copied all the files in abc to my USB stick, then installed grub on it. Finally, an installable 8G USB stick was made.
    Last edited by cwjiof (2009-02-19 09:24:29)

  • How to restore from Time Machine WITHOUT install discs using a second Mac

    It's a question that is asked repeatedly all over the web by Mac users like me that bought in to Time Machine (TM) on the assumption that if their computer died one day it would be a piece of cake to restore from it, only for that day to come and then to be told "ahh, okay the first thing is to get your computers install discs..." (loud crashing sound of world falling around ears).
    I've never been able to afford a new Mac and both of my machines were bought second-hand. Neither came with Leopard (both have Tiger and have been upgraded to Leopard via the net). This was never supposed to be a problem as I've been backing up with TM. However it appears that Tiger discs are as much use as an inflatable dart board when it comes to using TM. So I've been faced with the possibility of having to spend £130 (about two hundred Pres Sheets, Yankees) on the Leopard install discs just so that I can have the option of restoring from TM. Bonkers.
    However after much nashing of teeth, a very long weekend learning all sorts of things about 'Target Mode', 'Single User Mode', 'Verbose Mode', 'Open Source 9' etc the following solution has worked without the need to go out and buy those over-priced discs...
    What you will need:
    1 broken Mac requiring restoration
    1 second donor Mac running Leopard (or Snow Leopard so long as the broken Mac can run it)
    1 firewire cable with the correct fitting at either end to attach both Macs together
    1 Time Machine backup
    Note: The following is for when you have given up trying to boot from your hard drive. In my case I couldn't boot in to Safe Mode etc. so was forced to format my drive and re-import everything. If you've read this far I'm assuming your at the same point as well and have tried everything else that's out there first.
    Also - both my Macs are Power PC's so can't run Snow Leopard, so I can't say 100% this will work with SL (Intel) machines. From what I've read Snow Leopard will work with this procedure too, but if you've found differently please feel free to add your experiences below...
    STEP ONE: Format the corrupt Hard Drive or replace with a fresh HDD
    *Link the two computers with a firewire.
    *If you're replacing your HDD, remove your corrupted hard drive from the 'broken' machine and insert a new one.
    *Power up the broken Mac whilst holding down the 'T' key. This will start it up in Target Mode and you'll get a nice firewire symbol floating around that machine's screen.
    *Power up the second 'healthy' Mac. This will be our 'donor' machine. When it starts up after a few seconds you will see the hard drive of the broken Mac appear on the donor Mac's desktop.
    *Using your donor Mac's 'Disc Utility', format the broken Mac's hard drive (now's the time to partition it etc. if you want to).
    STEP TWO: Clone your donor Mac
    Your broken Mac is no longer broken and now needs a new OS. But you don't have the discs, right? Well get this... you can clone your donor mac on to your machine, even if they are totally different i.e. a laptop on to a tower.
    *Again using Disc Utility, click on your donor Mac's hard drive. The restore tab appears as an option.
    *Click on restore and drag the donor Mac's hard drive that contains the operating system in to the Source box.
    *Drag the newly formatted hard drive on the broken Mac in to the Destination box.
    *Click restore. Your donor Mac's hard drive will now be 'cloned' on to your no-longer-broken Mac. Once this is done, eject the first Mac's hard drive from your donor Mac's desktop. You no longer need the donor Mac.
    Ta daa! Your machine now starts up happy and smily again. Time to restore all that stuff that's been sat on your Time Machine drive...
    STEP 3: Restore from Time Machine using Migration Assistant
    This is the really clever part that prompted me to write this piece in the first place. Time Machine IS accessible without those Leopard install discs you don't have. You need to use something called 'Migration Assistant'.
    *Start up your machine as normal and you'll see it is an exact clone of the donor machine. Weird huh?
    *Attach your Time Machine hard drive. It will show up as an icon on the desktop and because of it's size, you'll be asked if you want to use it as a Time Machine backup. Err, NO YOU DON'T! Click 'cancel'.
    *Open Migration Assistant (if you can't find it just type it in to Finder and click). There are three options, the middle one being to restore from TM or another disc. Yup, you want that one.
    *Migration Assistant will now ask you what you want to restore in stages, firstly User Accounts, then folders, Apps etc. It will even import internet settings
    And that's you done. Let Migration Assistant do it's thang... altogether I had about 140gb to restore, so it wasn't exactly speedy. This wasn't helped by the fact that my TM hard drive is connected via USB (yes, I know). Just leave it alone and it'll whirr happily away...
    Before I go - you don't have an option of when to restore from, and will restore from the last Time Machine save. At least then you should be able to access TM and go 'backwards' if you need to.
    Also - for a Mac expert, the above will be up there with 'Spot Goes To The Farm' in terms of complexity. However, for the rest of us the above is only available in fragments all over the net. By far the most common response to 'how do I restore from Time Machine without install discs' is 'you can't'. If I'd found the above information in one place I could have saved a lot of hair pulling and swearing over the last couple of days, so forgive me for sharing this workaround with the rest of the world. Meanwhile your expertise will come in very handy for the inevitable questions that will get posted below, so please feel free to help those people that won't be sure if this solution is the right one for them. I'm no expert, I just want to help people that were stuck in the same situation (and looking at the web, there's a LOT of them).
    Hope this is of use to someone, thanks and *good luck*!

    Most maintenance and repair, restore and install procedures require the use
    of the correct OS X install DVD; be it an original machine-specific restore/install
    disc set or a later retail non-specific general install disc set.
    By having an unsupported system, perhaps installed via an illegal download or
    other file-sharing scheme, where no retail official discs are involved and the
    initial upgrade was done by other means outside of the License Agreements,
    you are asking us to discuss a matter of illegal installation and use of a product.
    There are no legal complete OS X system download upgrades online; only bits
    that are update segments to a retail or as-shipped machine's original OS X install.
    +{Or an installation where a previous owner had correct retail upgrade discs, &+
    +chose to not include them with the re-sale of the computer it was installed in.}+
    However, to answer the initial question. To get and use an externally enclosed
    hard drive in suitable boot-capable housing, and get a free-running Clone
    Utility (download online; often a donation-ware product, runs free) you can
    make a bootable backup of everything in your computer to an external HDD.
    This is the way to make a complete backup to restore all functions to the computer.
    The Time Machine has some limits, in that it can restore only that which it saves.
    It does not make a bootable clone of your entire computer system with apps and
    your files, to an external drive device. A clone can. And some of the clone utility's
    settings can also backup changes to an external drive's system; if that other drive
    is attached to the computer correctly.
    Carbon Copy Cloner, from Bombich Software; and also SuperDuper, another of
    the most known software names you can download and use to clone boot-capable
    system backups of your computer's hard disk drive contents, are often cited.
    However you resolve the matter of the running OS X system in your computer,
    derived from what appears to be questionable means, is part of the initial issue.
    Since you do need to be able to fix an existing installation by unmounting the
    computer's hard disk drive and run the computer from the other (install disc or
    system clone) while it is Unmounted; and use the correct Disk Utility version to
    help diagnose and perhaps be able to fix it. You can't use a Tiger version Disk
    Utility to fix a Leopard installation, and so on.
    So, the situation and replies as far as they can go (since the matter does
    constitute an illegal system, if it was arrived at without correct discs) is a
    limited one. And file sharing of copied Mac OS X (and other) software is
    also considered illegal.
    And, one way to get odd malware and unusual stuff, is to get an unauthorized
    system upgrade from an illegal source online. You never know what's inside it.
    The other reply was not a personal attack; the matter is of legal status and as
    you have a product with a questionable system, the answer is to correct it.
    And if you want to save everything in your computer, make a clone to a suitable
    externally enclosed self-powered boot capable hard disk drive. With older PPC
    Macs, that would best be to one with FireWire and the Oxford-type control chips.
    However that works out...
    Good luck & happy computing!

Maybe you are looking for