Help: problem trying to re-install 9iAS Infrastructure

I'm using Windows 2000.
A while ago I installed 9iAS Infrastructure, and later I deleted the entire installation.
Since then, I have changed my computer's name. Now, when I try to re-install the Infrastructure, I'm getting an error message which says that I must use the same user login to install the Infrastructure as I originally used. I'm getting this message even though I deleted all the files (that I'm aware of) associated with the original installation, so, clearly, my computer still has a "memory" of the deleted installation somewhere.
Can you please tell me which additional file or files I must delete from my system to destroy this trace of the original installation? Please note that I am using the same downloaded files now to try to perform the installation as I originally used.
Thank you for your assistance.
Hugh

Hugh, here's the info you wanted:
PURPOSE
This article describes the procedure how to manually perform the actions to
create a "clean machine" on Microsoft Windows 95/98/NT/2000/XP and how to
manually remove all Oracle components (e.g.: oracle RDBMS database server,
IAS, OEM, client installations, etc) and services from your computer.
SCOPE & APPLICATION
This article is intended for DBA's on the Microsoft Windows platform.
WARNING:
1. Remove all Oracle components from your computer only as a last resort,
and only if you want to remove ALL Oracle components from your system.
2. These instructions remove all Oracle components, services, and registry
entries from your computer. In addition, any database files in the
subdirectories under ORACLE_BASE\ORADATA\ are also removed.
3. These procedures will also remove Oracle network configuration files,
user written scripts and any other user generated files that may be stored
in Oracle_Base directories.
4. Exercise extreme care when removing registry entries. Removing incorrect
entries can severely compromise your computer.
MANUALLY REMOVING ALL ORACLE COMPONENTS AND SERVICES FROM YOUR COMPUTER
Section A (steps 1-6) describes the removal of all Oracle components on
Windows NT,2000 and XP.
Section B (steps 1-4) describes the removal of all Oracle components on
Windows 95 and Windows 98.
A. Removing Components on Windows NT/2000/XP.
To remove all Oracle components from a computer on Windows NT/2000/XP:
1. Check privileges:
1.a. Ensure you are logged in as a user with Administrator privileges.
2. Stop all Oracle services (if any are running):
2.a. NT: Choose Start > Settings > Control Panel > Services.
2000,XP: Right click My Computer > Manage > Services and Applications >
> Services
2.b. If any Oracle services (their names begin with Oracle) exist and have
the status Started, select the service and click Stop.
2.c. Click Close to exit the Services window.
2.d. Close the Control Panel/Computer Management window.
3. Remove the entries in the Windows registry:
3.a. Start the registry editor:
Choose Start > Run > regedit
Note: On Windows NT you can use regedt32 instead. The searching
capabilities of regedt32 is limited compared to regedit. It will be
needed to be able to edit 32-bit entries in the registry. Since we
are not going to update any 32-bit entry it is not needed.
3.b. Go to HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE
Note the value of the key INST_LOC, this is the location of the
Oracle Universal Installer (OUI). The default location is
C:\Program Files\Oracle\Inventory. If this value is different, make
note of it, so we can delete these files later.
Delete this ORACLE key.
3.c. Go to HKEY_LOCAL_MACHINE\SOFTWARE\ODBC and expand all subkeys and
remove all keys under here which are related with the
"Oracle ODBC Driver"
3.d. Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services and remove
all keys under here that begin with ORACLE or ORAWEB.
3.e. Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\EventLog\...
...\Application and remove all keys under here that begin with ORACLE.
3.f. Go to HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\...
...\Uninstall and remove any entries related to Oracle.
3.g. Go to HKEY_CLASSES_ROOT, remove all keys that begin with Ora or ORCL
(e.g. Oracle..., ORADC..., ORAMMC..., OraOLE..., OraPerf... and ORCL...).
3.h. Close the registry.
4. Clean up the environment settings:
4.a. NT: Choose Start > Settings > Control Panel > System > Environment tab
2000,XP: Choose Start > Settings > Control Panel > System > Advanced tab >
Environment variables.
4.b. At "System Variables" click on the variable PATH in order to modify
the value. For example, you may see a path similar to this one:
C:\ORACLE\ORA81\BIN;C:\PROGRAM FILES\ORACLE\JRE\1.1.7\BIN
4.c. If an %ORACLE_HOME% was installed, remove this %ORACLE_HOME%\BIN path.
4.d. If JRE was installed by Oracle, remove the JRE path.
4.e. If there is a CLASSPATH variable under "System Variables", first make note
of the path defined, then delete it. This variable can be added back at
a later date if needed.
4.f. Check if there are any other Oracle variables set in "System Variables",
ORACLE_HOME, ORACLE_SID, TNS_ADMIN, JSERV or WV_GATEWAY_CFG. If these
exist, delete them also.
4.g. Click on APPLY and OK.
4.h. Close the Control Panel window.
5. Delete the software and icons:
5.a. NT: Choose Start > Programs > Windows NT Explorer.
2000,XP: Choose Start > Programs > Accessories > Windows Explorer.
5.b. NT: Go to %SystemDrive%\WINNT\PROFILES\ALL USERS\START MENU\PROGRAMS
2000,XP: Go to %SystemDrive%\DOCUMENTS AND SETTINGS\ALL USERS\...
...\START MENU\PROGRAMS
Note 1: These locations depend on whether OS was upgraded from NT, or
this was a fresh install of 2000/XP.
Note 2: To locate your System Drive, type in DOS-box: echo %SystemDrive%
and delete the following icons:
- Oracle Installation Products
- PRODUCT_NAME - HOME_NAME e.g.
Oracle for Windows NT - Dev6i
Oracle Reports 6i - Dev6i
Oracle Olap Client 2.2 - Dev6i
Oracle9i Lite
Oracle - OraHome92
5.c. Go to %SystemDrive%\Program Files\Oracle or the location of INST_LOC as
noted earlier in step 3.b. and delete this directory.
Note: In order to successfully delete all files, you may have to reboot
your computer first, in order to clear Operating System locks
on those files.
5.d. Go to the temporary directory and delete all files and directories in here
(see note in 5.c.).
NT: %SystemDrive%\Temp
2000,XP:
%SystemDrive%\Documents and Settings\<username>\Local Settings\Temp\
5.e. Go to the drive where the Oracle software is installed on your machine
and delete all ORACLE_BASE directories on your hard drive (see note in
5.c.).
5.f. Close the Windows Explorer / Windows NT Explorer.
6. Finish the removal:
6.a. Empty the recycle bin
Right click on recycle bin > Empty Recycle Bin.
6.b. Reboot your computer.
6.c. Optionally: If you are on Windows 2000 or XP run the System Defragmenter
utility:
- from Control Panel, select Administrative Tools > Computer Management
- expand Storage, then select Disk Defragmenter
- highlight each virtual drive, in turn, and click Defragment
- reboot your computer when finished.
B. Removing Components on Windows 95 or Windows 98.
To remove all Oracle components from a computer on Windows 95/Windows 98:
1. Remove the entries in the Windows registry:
1.a. Start the registry editor at the MS-DOS command prompt:
C:\> REGEDIT
1.b. Go to HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE
Note the value of the key INST_LOC, this is the location of the Oracle
Universal Installer. The default location is
C:\Program Files\Oracle\Inventory
If this value is different, make note of it, so we can delete these files
later. Delete this ORACLE key.
1.c. Go to HKEY_LOCAL_MACHINE\SOFTWARE\ODBC and expand all subkeys and
remove all keys under here which are related with the
"Oracle ODBC Driver".
1.d. Go to:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall
and remove any entries related to Oracle.
1.e. Go to HKEY_CLASSES_ROOT, remove all keys that begin with Ora or ORCL
(e.g. Oracle..., ORADC..., ORAMMC..., OraOLE..., OraPerf... and ORCL...).
1.f. Close the registry.
2. Clean up the environment settings:
2.a. Open your AUTOEXEC.BAT with an editor to modify the PATH variable.
For example, you may see a path similar to this one:
C:\ORACLE\ORA81\BIN;G:\PROGRAM FILES\ORACLE\JRE\1.1.7\BIN .
2.b. If an %ORACLE_HOME% was installed, remove this %ORACLE_HOME%\BIN path.
2.c. If there is a CLASSPATH variable set in the AUTOEXEC.BAT, first make note
of the path defined, then delete it. This variable can be added back at
a later date if needed.
2.d. If JRE was installed by Oracle, remove the JRE path.
2.e. Save the AUTOEXEC.BAT file and close the edit.
3. Delete the software and icons:
3.a. Choose Start > Programs > Windows Explorer.
3.b. Go to SYSTEM_DRIVE:\WINDOWS\START MENU\PROGRAMS
and delete the following icons:
- Oracle - HOME_NAME
where HOME_NAME is the previous Oracle home name.
- Oracle Installation Products
3.c. Go to SYSTEM_DRIVE:\Program Files\Oracle or the location of INST_LOC as
noted earlier in step 1.b and delete this directory.
3.d Go to SYSTEM_DRIVE:\Temp and delete all files and directories in here.
3.e. Go to the drive where the Oracle software is installed on your machine
and delete all ORACLE_BASE directories on your hard drive.
3.f. Remove any Oracle-related .INI files that may exist in the Windows
directory. The Windows directory may be found by entering
"echo %WINDIR%" from a command prompt.
Typical Oracle .INI files include ORADIM73.INI, ORADIM80.INI,
ORACLE.INI, ORAODBC.INI
3.g. Close the Windows Explorer.
4. Finish the removal:
4.a. Empty the recycle bin
Right click on recycle bin > Empty Recycle Bin
4.b. Reboot your computer.
RELATED DOCUMENTS
Oracle Installation Guides for Windows.
SEARCH WORDS
WIN95, WIN98, WINNT, WIN2000, Windows95, Windows98, WindowsNT, Windows2000,
de-install, deinstall, re-install, reinstall
Copyright (c) 1995,2000 Oracle Corporation. All Rights Reserved. Legal Notices and Terms of Use.

Similar Messages

  • Problems with installing 9ias infrastructure

    Iam trying to install oracle 9ias application server on a windows 2000 professional edition.
    so before installing application server iam trying to install 9ias infrastructure.
    my initial attempts have failed so iam trying to reinstall it again after deinstalling the existing infrastructure.
    the error iam getting is that the user who installed earlier is different from current user.
    i use only one account on the machine. how can i correct the problem.
    thanks
    chakri

    The server has 2 500mhz Pentium Processors.
    Actually, I was able to bypass the issue by forcing the OUI to use 1 processer (Note 229478.1), but I am now having issues with the Infrastructure Schema Configuration Assistant. Even though it says it succeeded, the log says otherwise.

  • De-installing 9iAS infrastructure tier

    I have a server that has the 9iAS infrastructure installed. None of the 9iAS mid-tier instances require SSO or clustering. The questions I have is:
    - Do these 9iAS mid-tier instances use the infrastructure if they are not using SSO or clustering?
    - If they're not, is there any impact on any of the mid-tier instances if the 9iAS infrastructure is de-installed
    - If they do, is there a safe way to remove the 9iAS infrastructure without impacting the mid-tier instances?
    Thanks
    James

    However, once you have associated any mid tier with infrastructure, it is not supported to remove the infrastructure except in one case. If you want to use FOrms and Reports without Infrastructure, following the instructions you can find in the white paper available on OTN, you can remove Infrastructure. This means you will not be able to use SSO capabilities with forms and reports.
    So, if you are using J2EE and Web Cache and do not care about SSO or database managed clustering feature, you have to make that decision during install and do not associate with infrastructure.
    Regards
    Pavna Jain
    Oracle9iAS Product Manager

  • Help! Trying to re-install Driver for Epson Stylus Photo R300

    My computer recently crashed and I had to do a system re-install. My system then updated to OS 10.4.8, I am on a 1.67 Power PC G4 Powerbook.
    After re-installing everything my Epson Stylus Photo R300 is not working. I could not find the original disk so I went to the website and downloaded the installer which extracted into "epson11601.sea" . When I go to run this file the computer launches a program called Automator.
    Pleaes help. I need to print some DVD's for work and I can't do this until I re-install the Epson Drivers, etc.
    Thanks -Erik

    installer which extracted into "epson11601.sea" .
    When I go to run this file the computer launches a
    program called Automator.
    This is a problem with Stuffit Expander 11. Luckily the .sea file is still able to be used. Highlight the epson11601.sea file and do a GetInof (command-I) for it. There will be a section on what application to use to open the file. Change the application to "epson11601.sea". The .sea extension indicates that it is a Self Extracting Archive. It is indeed a small application that does the work of extracting the files in the archive.
    Matt

  • Problems trying to re-install

    I installed Itunes (Windows XP), downloaded a couple tracks. Went to download a 3rd and some file couldn't be found. Tried to repair still didn't work. Uninstalled and tried to download again. Got message that download would start automatically. Just sat there. What am I doing wrong? Can I not download again?
    Regards
    CB

    Directions to find it are on the page with the installation instructions.
    Locate the language and application you want to install and note its serial number (located to the right of the download links). The serial number is required during installation. 
    Note:The serial numbers included with your original CS2 applications do not work with these CS2 application versions.

  • Help with 9iAS Infrastructure post-instalation

    Hi,
    Can anyone tell me where I'm going wrong with this? Having installed 9iAS infrastructure component (V9.0.2.0.1) on a Windows 2000 machine, everything seems to work fine. I can log in using the IAS_ADMIN password I have set up, start up all the services and run all the demos. However, once I reboot, I can no longer log in as IAS_ADMIN. It refuses to accept the password I have set up. Is there any post-installation stuff I have missed?
    Thanks

    Even I am having the same problem.
    I am still struggling to get this right but in the meantime you can start from the following URL:
    Re: Alter table doubts
    All the best.
    -Puneet

  • Trying backup and install software version 7.0 Bundle 2416

    I can't help but have the same problem trying backup and install software version 7.0 Bundle 2416?   Anyone got any ideas - my 9900 is now completely unusable and is stuck on "Backing Up Your Data"!!

    Hi and Welcome to the Community!
    RIM is constantly changing, due to many many reasons (some of which are licensing), the compatible PIMs for the Desktop Software. I've no idea what prior version supported CardScan, but the current KB regarding compatibility is here:
    KB12268Applications supported by BlackBerry Desktop Software for Windows for synchronization
    You can find some older versions of the Desktop Software in this archive:
    http://www.blackberryforums.com/rim-software/253387-archived-rim-desktop-software.html#post1744114
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Error while installing 9iAS

    I tried to install 9iAS-Infrastructure first. Installation completed but hanged while linking.
    Later decided to install J2EE & Web Cache option of 9iAS with out the infrastructure.It stopped while setting up install types after 23% of progress, with message:'An error occured while trying to determine the running process'. I hit continue and a dependencies screen came up with a following message : ' oracle 9iAS installation has detected that the Enterprise Manager website is running on this system. Install cannot continue unless it is shutdown. Unset ORACLE_HOME and run the command emctl stop under the bin directory of the 9iAS infrastructure home directory...' I did not type exactly but that is the main point.
    But Infrastructure installation did not go through and i have completely removed all the files from the location where it placed files during its installation.
    I am not sure from where Installer is finding this Enterprise Manager website and the emctl command.
    I did unset ORACLE_HOME env variable before starting the installation.
    Any idea how to clean up.
    Thanks
    RK

    Sorry for the delay in replying. I am trying to install 9iAS on Red Had Linux 8. I looked into /var and i don't see anything related to oracle. the directory under which 9iAS infrastucture was being installed, i removed the entire directory in the process of cleaning up. Still not able to install ias & web cach option.
    Can i try to download Red Hat 9 and do a fresh install. I saw few people have sucessfully installed it.
    Or should i have to go for the Advanced server which is a bit costly for me. I know that is what Oracle recommends to use or on the SuSe flavor.
    Thanks - RK.

  • Trying to re-install Skype

    HELP. I'm having problems trying to re-install Skype on my Asus tablet. I keep getting an error showing '-24'

    Your device is Android-based.  The install error (-24) you are having is somewhat common on Android devices and can happen to any program, not just Skype.  From the Android FAQ thread.  You are experiencing problem #2.
    http://community.skype.com/t5/Android/Frequently-asked-Android-questions-Answers/td-p/211358
    The below is the simplest solution next to obtaining root access to the tablet and hunting down the equivalent of leftover/stray files/settings to fix the error.
    2) "Insufficient available space" during installation
    This is actually a bug in Android itself due to not all files being removed after uninstalling. Try restarting your device, e.g. switch off and on again. Afterwards retry installation from Android Market.  If that did not help try resetting your device to factory settings.

  • Installing 9ias step by step and/or workarounds needed!

    Hi:
    Is there any document (technet or metalink) explaining step by step instructions and/or workarounds needed to install 9iAS infrastructure and complete ias (forms, reports, portal, wireless) on same machine (WINDOWS 2000)?
    I've installed it on one machine but my REPORTS server do not work and i don't know anything else to do to put it working (the reports server startup and after that shutdowns immediatly without any warning).
    Is there any issue found after releasing 9iAS for Windows 2000?
    Would appreciate any help.

    This will definitely be my endgame.
    But since this code just came out, I am not willing to jump direct to it, yet.
    Also, I haven't found much documentation on how to make this transition, i.e., exactly what settings on the ASA will make it replace the IPN, and if any changes need to be made on the Admin/Policy/MnT server.
    Then as soon as I make that transition, I will be able to rebuild the 3315 (have 2) to be failover between the two locations.

  • 9ias infrastructure installation

    Hi:
    i installed 9ias infrastructure, but when running oid configuration assistant, it failed during installation with an error "can`t find OID Server". Then other configuration assistans failed after oidca failed, like OPMN....
    After that, i changed some environment variables, and started oidca, but and error message appeared "error configuring subscriber fails".
    What can be wrong, has anybody got this error before. Should i start all over the installation from cero.
    Please, somebody save my life......
    Grantful......
    Andres Wong

    What I did was to let the Oracle create the infrastructure database and then shutdown the database and move the control file and datafile to other locations. There are more than 40 datafiles need to be moved. I am not sure you can change the database version.
    Jean

  • Problem Linking 9iAS infrastructure on Linux - Please Help

    My installation of 9iAS infrastructure fails at the linking stage.
    The install documentation states that I must install the binutils patch,
    binutils-2.11.90.0.8-13
    from the Oracle Metalink site.
    I have no Metalink account so am unable to obtain the patch from there.
    My Red Hat Linux installation is 7.2 and my binutils package was at 2.11.90.0.8-12
    I downloaded binutils-2.11.93.0.2-11.i386.rpm from the Red Hat site and installed it.
    I still however get linking errors.
    Do I need this specific (binutils-2.11.90.0.8-13) patch ?
    If so, where can I get it from if I have no Metalink account ?
    Many thanks,
    Adrian

    Hello.
    I'm installing 9iAS R2 on SUSE Linux 8.0.
    The installer failed when it relinks:
    'Error in invoking target relink of makefile /home/oracle/8.1.7/precomp/lib/ins-precomp.mk'
    I solved this problem editing the file:
    $ORACLE_HOME/bin/genclntsh and change the following line
    LD_SELF_CONTAINED="-z defs"
    to read:
    LD_SELF_CONTAINED=""
    Then run the script $ORACLE_HOME/bin/genclntsh. Also make sure you have all the Oracle environments set!
    The script should create new lib file!
    After that hit retry in the error popup.
    All the Infrasctructure installation finished succesfully.
    I'll hope this help you.
    Now I'm trying to install Portal and Wireless, but the installer says can't find the SSO Server (default port is 7777?).
    If you can install it, please, let me to know it: [email protected]
    Good luck !!!
    Adolfo.

  • Hi im having huge problems trying to install flash for my mac 10.5 imac, iv gone through the internet and tried all of the solutions, everytime i try to install flash it says cant read the download file, or it just wont install, anybody plz help!

    hi im having huge problems trying to install flash for my mac 10.5 imac, iv gone through the internet and tried all of the solutions, everytime i try to install flash it says cant read the download file, or it just wont install, anybody plz help!
    iv unistalled flash, iv checked plug ins it just wont work,

    It would have been a great help to know precisely what Mac you have, so some of the following may not apply:
    You can check here:  http://www.adobe.com/products/flash/about/  to see which version you should install for your Mac and OS. Note that version 10,1,102,64 is the last version available to PPC Mac users*. The latest version,10.3.183.23 or later, is for Intel Macs only running Tiger or Leopard, as Adobe no longer support the PPC platform. Version 11.4.402.265 or later is for Snow Leopard onwards.
    (If you are running Mavericks: After years of fighting malware and exploits facilitated through Adobe's Flash Player, the company is taking advantage of Apple's new App Sandbox feature to restrict malicious code from running outside of Safari in OS X Mavericks.)
    * Unhelpfully, if you want the last version for PPC (G4 or G5) Macs, you need to go here:  http://kb2.adobe.com/cps/142/tn_14266.html  and scroll down to 'Archived Versions/Older Archives'. Flash Player 10.1.102.64 is the one you download. More information here:  http://kb2.adobe.com/cps/838/cpsid_83808.html
    You should first uninstall any previous version of Flash Player, using the uninstaller from here (make sure you use the correct one!):
    http://kb2.adobe.com/cps/909/cpsid_90906.html
    and also that you follow the instructions closely, such as closing ALL applications (including Safari) first before installing. You must also carry out a permission repair after installing anything from Adobe.
    After installing, reboot your Mac and relaunch Safari, then in Safari Preferences/Security enable ‘Allow Plugins’. If you are running 10.6.8 or later:
    When you have installed the latest version of Flash, relaunch Safari and test.
    If you're getting a "blocked plug-in" error, then in System Preferences… ▹ Flash Player ▹ Advanced
    click Check Now. Quit and relaunch your browser.
    You can also try these illustrated instructions from C F McBlob to perform a full "clean install", which will resolve the "Blocked Plug-in" message when trying to update via the GUI updater from Adobe.
    Use the FULL installer for 12.0.0.44:  Flash Player 12 (Mac OS X)
    And the instructons are here: Snow Leopard Clean Install.pdf
    (If you are running a PPC Mac with Flash Player 10.1.102.64 and are having problems with watching videos on FaceBook or other sites, try the following solution which fools the site into thinking that you are running the version 11.5.502.55:)
    Download this http://scriptogr.am/nordkril/post/adobe-flash-11.5-for-powerpc to your desktop, unzip it, and replace the current Flash Player plug-in which is in your main/Library/Internet Plug-Ins folder, (not the user Library). Save the old one just in case this one doesn't work.

  • Update database installed with 9iAS Infrastructure?

    Hi!
    I'm about to install BIBeans on this system, which has Oracle 9i Database (9.2.0.4), 9iAS Infrastructure (9.0.2.3) and 9i Mid-Tier (9.0.2.3)... In the readme for the bibdemo schema, it says this: "Install (and upgrade, if you have an existing installation) the Oracle9i database. You must also install the required patchsets to get your database to version 9.2.0.3 or higher. Installation of the demo database schema will fail if the correct patchsets are not installed."
    I previously patched the 9i Database instance up to 9.2.0.4, but I was under the impression that Infrastructure installed its own copy of the database... Is that correct? If so, do I also have to update the IASDB? I had a look at the readme for the 9.2.0.4 DB patch, and it looked like that could only be applied to the 9i Database Server...
    Any help would be greatly appreciated.
    Thanks!

    Even I am having the same problem.
    I am still struggling to get this right but in the meantime you can start from the following URL:
    Re: Alter table doubts
    All the best.
    -Puneet

  • Problem trying to install XP via Boot Camp, computer almost died

    Hi there,
    I just recently purchased a 24" 2.8Ghz intel iMac 500GB harddrive with OS X 10.5.2. I plugged everything together yesterday morning and the computer was going fine, just liek a dream. On a side note I was genuinely impressed with the ease of setting up and how quick, intuitive and reliable the mac and OS X Leopard was.
    This is a bit long but I think I need to go into detail what happened in order for any of you to fully understand what happened to my mac.
    Later in the afternoon I decided to install Win XP via Boot Camp. I knew that XP SP2 or later and VISTA was recommended but I decided to use my XP Home Edition "2002 version" install disc instead.
    I opened up the Boot Camp Assistant, partitioned 15GB of the 500GB harddrive, inserted WinXP install disc and the computer restarted with everything going to plan thus far. I was going through the install process as normal but I came to a window asking which partition to use to install XP ("c" or "d") or if I wanted to create another partition. I also had my iPod still connected to the computer and I think the installation recognised that harddrive too (all 12GB of space left on my iPod). I wasn't sure what to do so I decided to quit the install process by pressing the relevent keys ("press F3 to quit" etc). Upon automatically restarting the computer I first came to a white screen for about1 or so minutes and then a black screen came up with white text asking me to "press any key to 'something' the CD" (can't remember what the rest of the text was), but the keyboard was unresponsive. I turned the computer off and unplugged it as according to the instruction manual that came with the mac, waited the suggested 5-6 seconds, turned it back on but I came across the same screens. I couldn't eject the XP install disc either. I restarted the computer again, held down the eject button whilst restarting, the disc thankfully ejected but I then came across the same black screen but with no text, just a white flashing underscore cursor. I decided to remove my iPod and restart the computer again. AGAIN I came across the same white screen, then black screen with the flashing white underscore cursor and unresponsive keyboard. I decided to insert the OS X install disc 1 (I don't remember if I inserted it whilst at the black screen or if I restarted the computer and THEN inserted the OS X install disc). The disc loaded slowly but I eventually went through the install process (choosing your language) and then came across a window asking me "Where would you like to install OS X?" but I couldn't install it anywhere. I opened "disk utility" or some program with the word "disk" in it, had no idea what I was doing, somehow created a new volume (though I thought I was actually erasing the XP partition I set up earlier) but in MS-DOS FAT Format or something. I then was able to choose a place (or volume) to install OS X but I had to change the format of the untitled volume from FAT to something along the lines of "Mac OS X journaled (enabled)" (whatever that means). There were other format options available but I just chose the top one on the list (Mac OS X journaled (enabled)). I then made a full install of OS X 10.5.2 and late last night downloaded the latest pdate for Leopard (10.5.4) along with other updates. The computer is working fine now thankfully andeverything seems to be back to normal.
    I just want to know what actually happened. What did happen to my computer? Did I somehow wipe the harddrive? Why didn't the computer reboot to HDD when I ejected the WinXP install disc? Which format is the HDD formatted to? What does "Mac OS X journaled (enabled)" mean? Also how come my HDD is 500GB whereas when I checked Boot Camp Asistant a second time (but not installing Win XP again) My HDD is 460GB with 440GB of available space? Is there still another partition I am unable to see? Is there an extra 40GB of data floating around the harddrive that I'm unaware of? What are the factory settings for my computer? I really hope I haven't formatted the disk and installed the OS to settings that weren't like how the computer was originally set BEFORE I regrettably tried to install WinXP via Boot Camp.
    If anyone could respond or give me some sort of advice, explanation or help I would very much appreciate your assistance.
    Cheers.

    According to wiki "the documentation from Apple states that Windows XP Service Pack 2 or Windows Vista is requisite for a Boot Camp installation, and it also mentions that trying to install an unsupported operating system could prevent the computer from booting even into Mac OS X". Sure that was from wiki, but it does seem to support and somewhat validate the problem I had with installing an earlier edition of XP.
    http://en.wikipedia.org/wiki/BootCamp_%28software%29#Other_operatingsystems
    Thanks for the info on the Filesystem info. My problem is that installing OS X on a mac is just a little bit more technical than installing Windows on a PC as there are a few more things to consider. Plus I'm not familiar with any of the utility programs as well. It's a **** miracle I managed to somehow create a volume to install OS X on when I thought I was erasing the partition I created for WinXP.
    But I'm still not sure about the missing 40GB from my 500GB HDD. Upon coming to the desktop straight after OS X was fully re-installed I noticed that the HDD only had 460GB and that 440GB of it available space. So the full installation of OS X was 20GB, but where has the other 40GB gone? I swear I saw that I had much more available space on my harddrive (BEFORE I tried to partition my HDD under Boot Camp Assistant and stuffing up the computer). Is the missing 40GB from the ORIGINAL FACTORY INSTALL of OS X INCLUDING all my iTunes music and other files I uploaded to the computer earlier? It would make sense but there's no way, as far as I know, of checking this. Any ideas?
    Cheers.

Maybe you are looking for