installation of several houses problem

Oracle 11.2.0.1 SE - One
Oracle Linux 64-bit 5.6.
Oracle Grid Infrastructure, autonomous - without CARS

First the background and intention, then the real problem.

Background

I have built a virtual machine under Vbox and I try to set up as close as possible to imitate our primary development server. The dev server had several houses and houses of asm db facilities. Currently only one of each is actually in use. Shows the current inventory
<HOME_LIST>
<HOME NAME="OraDb11g_home1" LOC="/u01/app/oracle/product/11.2.0/dwdev" TYPE="O" IDX="1"/>
11.2.0.1.0; patch 9655066 applied; running 3 databases

<HOME NAME="Ora11g_gridinfrahome1" LOC="/u01/app/11.2.0/grid" TYPE="O" IDX="2"/>
11.2.0.1.0; no patches; no instances

<HOME NAME="Ora11g_gridinfrahome2" LOC="/u01/app/oracle/product/11.2.0/grid" TYPE="O" IDX="3"/>
11.2.0.1.0; patch 9655066 applied; no instances

<HOME NAME="OraDb11g_home2" LOC="/u01/app/oracle/product/11.2.0.2/dw" TYPE="O" IDX="6"/>
11.2.0.2.0; no patches; no instances

<HOME NAME="OraDb11g_home3" LOC="/u01/app/oracle/product/11.2.0/dw" TYPE="O" IDX="7"/>
11.2.0.2.0; no patches; no instances


<HOME NAME="Ora11g_gridinfrahome3" LOC="/u01/app/oracle/11.2.0/grid" TYPE="O" IDX="8" CRS="true"/>
11.2.0.2.0; no patches; active ASM instance

<HOME NAME="OraDb10g_home1" LOC="/u01/app/oracle/oracle/product/10.2.0/fsupg" TYPE="O" IDX="4" REMOVED="T"/>
<HOME NAME="OraDb10g_home2" LOC="/u01/app/oracle/product/10.2.0/fsupg" TYPE="O" IDX="5" REMOVED="T"/>
</HOME_LIST>
So I thought that the best way to get to the same configuration would be to install different products in the same order that they are indexed in the inventory. After each successful installation, take a snapshot of the virtual machine, so I have a point to return if the next step is having problems. I'm so glad I did.
First, install db 11.2.0.1, no database. completed as planned.
Then, install GI 11.2.0.1, autonomous. If I tried to install all software, he wanted a clustered environment, so I chose (as I had a lot of vm earlier and simpler) install and configure a standalone, which required that I provide records for a DG. OK, actually, no problem. Snapshot taken by this point.

Then just install 11.2.0.1, autonomous, but in a different House - this time under ORACLE_BASE. After a few false starts I realized that I first had to force drop the disk group, and then force deconfig installation (perl rootcrs.pl - deconfig-force).

The fun starts now. Execute runInstaller, select "install and config for a stand-alone server network infrastructure" and everything seems fine until the end of root.sh.

It seems actually finishes with
Successfully configured Oracle Grid Infrastructure for a Standalone Server
Updating inventory properties for clusterware
Starting Oracle Universal Installer...

Checking swap space: must be greater than 500 MB.   Actual 5951 MB    Passed
The inventory pointer is located at /etc/oraInst.loc
The inventory is located at /u01/app/oraInventory
'UpdateNodeList' was successful.
But then, after having taken this step, I get a pop up stating "[INS 20802] Automatic Storage Management Configuration Wizard failed", and the last lines of the referenced installation log read
INFO: Command /u01/app/oracle/product/11.2.0/grid/bin/asmca -silent -oui_internal -configureASM -diskString /dev/asm* -diskGroupName DATA -diskList /dev/asm-disk1,/dev/asm-disk2 -redundancy NORMAL
INFO: ... GenericInternalPlugIn.handleProcess() entered.
INFO: ... GenericInternalPlugIn: getting configAssistantParmas.
INFO: ... GenericInternalPlugIn: checking secretArguments.
INFO: ... GenericInternalPlugIn: starting read loop.
INFO: Read: SYS_PASSWORD_PROMPT
INFO: Processing: SYS_PASSWORD_PROMPT for argument tag -sysAsmPassword
INFO: Read: ASMSNMP_PASSWORD_PROMPT
INFO: Processing: ASMSNMP_PASSWORD_PROMPT for argument tag -asmMonitorPassword
INFO: End of argument passing to stdin
INFO: Read:
INFO: Read: An ASM Instance with SID +ASM is already detected. ASM failed to start. Check /u01/app/oracle/cfgtoollogs/asmca/asmca-13011512PM0937.log for details.
INFO: Read:
INFO: Completed Plugin named: Automatic Storage Management Configuration Assistant
and by checking the end of /u01/app/oracle/cfgtoollogs/asmca/asmca-13011512PM0937.log
[main] [ 2013-01-15 12:09:46.233 CST ] [SQLEngine.initialize:317]  Execing SQLPLUS/SVRMGR process...
[main] [ 2013-01-15 12:09:46.245 CST ] [SQLEngine.initialize:354]  m_bReaderStarted: false
[main] [ 2013-01-15 12:09:46.246 CST ] [SQLEngine.initialize:358]  Starting Reader Thread...
[main] [ 2013-01-15 12:09:46.250 CST ] [SQLEngine.initialize:407]  Waiting for m_bReaderStarted to be true
[main] [ 2013-01-15 12:09:46.276 CST ] [SQLEngine.done:2148]  Done called
[main] [ 2013-01-15 12:09:46.276 CST ] [UsmcaLogger.logException:171]  SEVERE:method oracle.sysman.assistants.usmca.backend.USMInstance:checkAndStartupInstance
[main] [ 2013-01-15 12:09:46.276 CST ] [UsmcaLogger.logException:172]  ORA-01034: ORACLE not available

[main] [ 2013-01-15 12:09:46.276 CST ] [UsmcaLogger.logException:173]  oracle.sysman.assistants.util.sqlEngine.SQLFatalErrorException: ORA-01034: ORACLE not available

oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeImpl(SQLEngine.java:1650)
oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeQuery(SQLEngine.java:823)
oracle.sysman.assistants.usmca.backend.USMInstance.checkAndStartupInstance(USMInstance.java:602)
oracle.sysman.assistants.usmca.backend.USMInstance.configurePresentASM(USMInstance.java:1068)
oracle.sysman.assistants.usmca.backend.USMInstance.configureASM(USMInstance.java:865)
oracle.sysman.assistants.usmca.service.UsmcaService.configureASM(UsmcaService.java:189)
oracle.sysman.assistants.usmca.model.UsmcaModel.performConfigureASM(UsmcaModel.java:693)
oracle.sysman.assistants.usmca.model.UsmcaModel.performOperation(UsmcaModel.java:497)
oracle.sysman.assistants.usmca.Usmca.execute(Usmca.java:156)
oracle.sysman.assistants.usmca.Usmca.main(Usmca.java:333)
[main] [ 2013-01-15 12:09:46.277 CST ] [UsmcaLogger.logExit:122]  Exiting oracle.sysman.assistants.usmca.backend.USMInstance Method : checkAndStartupInstance
[main] [ 2013-01-15 12:09:46.277 CST ] [UsmcaLogger.logException:171]  SEVERE:method oracle.sysman.assistants.usmca.backend.USMInstance:configureASM
[main] [ 2013-01-15 12:09:46.277 CST ] [UsmcaLogger.logException:172]  An ASM Instance with SID +ASM is already detected. ASM failed to start. Check /u01/app/oracle/cfgtoollogs/asmca/asmca-13011512PM0937.log for details.
[main] [ 2013-01-15 12:09:46.278 CST ] [UsmcaLogger.logException:173]  java.lang.Exception: An ASM Instance with SID +ASM is already detected. ASM failed to start. Check /u01/app/oracle/cfgtoollogs/asmca/asmca-13011512PM0937.log for details.
oracle.sysman.assistants.usmca.backend.USMInstance.configurePresentASM(USMInstance.java:1078)
oracle.sysman.assistants.usmca.backend.USMInstance.configureASM(USMInstance.java:865)
oracle.sysman.assistants.usmca.service.UsmcaService.configureASM(UsmcaService.java:189)
oracle.sysman.assistants.usmca.model.UsmcaModel.performConfigureASM(UsmcaModel.java:693)
oracle.sysman.assistants.usmca.model.UsmcaModel.performOperation(UsmcaModel.java:497)
oracle.sysman.assistants.usmca.Usmca.execute(Usmca.java:156)
oracle.sysman.assistants.usmca.Usmca.main(Usmca.java:333)
[main] [ 2013-01-15 12:09:46.278 CST ] [UsmcaLogger.logExit:122]  Exiting oracle.sysman.assistants.usmca.model.UsmcaModel Method : performCreateASMInstance
[main] [ 2013-01-15 12:09:46.278 CST ] [UsmcaLogger.logExit:122]  Exiting oracle.sysman.assistants.usmca.model.UsmcaModel Method : performOperation
[root@vbdwsbd01 logs]#
I searched google and MOS on key error messages, but came up with nothing that seemed useful in this case.

Ideas?

Hello
Have you checked/var/opt/oracle/oratab? Probably the first GI facility to input of + ASM and second installation fails because the instance is already set up by the first installation?
Can you try to make installations of GI (software only) first for Ora11g_gridinfrahome1 and Ora11g_gridinfrahome2 and then for and the latest GI for Ora11g_gridinfrahome3 installation, you can choose "install and configure" installation option so that no conflict occurs.

Salman

Tags: Database

Similar Questions

  • VC ++: using several houses

    Hello! Having problems with several houses of oracle. Our client uses 8.0.5 and 11R1 on the same computer.
    Our program uses 11R1 and works with CADOConnection. When 8.0.5 is set by default to home, our application will fail. When we put
    11R1 as default 8.0.5 home, old application fails. I tried to configure system variables PATH and ORACLE_HOME 11R1 path for our application, to force them using 11R1 House, but still have no luck. Looking for troubleshooting this problem are also without effect.

    So the question is: ' how to change oracle home of our application?
    Any ideas would be appreciated. Thanks in advance.

    UPD. Something tells me that I should register oracle oledb DLL, everytime I try to change the home page... Hope I'm wrong...


    PS. forgive me my bad English.

    Edited by: user8824595 the 31.08.2010 08:18

    Both apps using OLEDB? Because it is a COM object, OLEDB is a single product home, so can only be used in one House at a time.

    If I remember correctly however, Oracle will not come out with an OLEDB provider before 806, so I wonder if it's actually in your 805 app using OLEDB.

    It is difficult to offer a suggestion without knowing with certainty what use applications and this error message you get, but the jist of it is:

    (1) only one version of OraOLEDB can be stored in the registry at a given time.
    (2) OraOLEDB requires the matching version of the Oracle client software to be first in your PATH environment variable.
    (3) pretty well however it connects, the 805 House will probably need to be first in the path, as a principle no driver Oracle Windows multiple homes very well taken Oracle supported by day 8.0. (odbc, oledb, oo4o, etc.)
    (4) even while 11.1, the OLEDB provider would have to be first in your path.
    (5) you can provide a specific application paths through the following: http://www.codeguru.com/Cpp/W-P/dll/article.php/c99, but you won't get around to try to use multiple versions of OLEDB at the same time.

    It will be useful,
    Greg

  • Error: "SQLDUMPER library failed initialization.your installation is either corrupt or has been tampered with please uninstall then re run the installer to correct this problem.

    Original title: "SQLDUMPER.

    When I start my laptop windows xp, an error message appears "SQLDUMPER library failed initialization.your installation is either corrupt or has been tampered with please uninstall then re run the installer to correct this problem.

    Hi mark25666,
     
    Here's a similar post on this issue. Check the suggestion given in the link and see if it helps you too the question of fixing.
     
    If this is not enough, post your query in the SQL Server instances for better assistance.
  • It didn't install the package when I download the Flash Installer. Are there problems with Adobe?

    It didn't install the package when I download the Flash Installer. Are there problems with Adobe?

    I don't know what you've downloaded; Try

  • can we have several houses Oracle versions on single server

    can we have several houses Oracle versions on a single server in Pap and no cars?

    appreciate your answers

    thnku

    Yes

  • How to install oracle several houses in oralce 9i on unix

    Hello world

    Can someone show me the steps how to install several houses Oracle of oracle 9i on unix AIX. I went through the google results but and oracle, but no documentation has provided specific steps.

    I need to know if there is no prerequisite. (allocation of disks, create the os users, groups etc...)

    I need to know if using DBCA must do all that for me. (for database software)

    What is the .profile file which should I change to inform the operating system that is the default SID?

    I need to do to test patches and .dmp files imported into a database structure.

    Please help me.

    Kind regards

    Published by: cutedba on August 5, 2009 10:07

    cutedba wrote:
    Thank you for answer you. What LD_Library_PATH, LIBPATH environment variables? I'll keep the defined in the .profile file, since they are already?

    If they are targeted at a specific individual OHOME directory...
    >

    What happens if I comment the variables OraHome1 environment and added values of OraHome2? do I need to restart a service or process again I need to disconnect the user and the connection again?

    . Profile (or its variant) is processed when the owner user account logs on the system. So if change you it after you log on this subject will have to be rerun. You have not to sign out and then sign back in to make. You can 'source' file like this:

    myosprompt$> . .profile
    

    Notice that the syntax... dot space If you simply run .profile it will run in a child process and nothing will affect your current process. Using the syntax 'source' (dot space filename) defined environment variables will be seen by your current process.

    But it's really a clumsy way to do. I would not depend on having to constantly change and my .profile file source.

    What did you find when read you on "oraenv?
    >

    Please your comments...

    Published by: cutedba on August 6, 2009 18:09

    Published by: cutedba on August 6, 2009 18:10

  • Installation/space Windows Vista problems

    Recently the Windows Vista Setup program does not allow the installation of the different software components.  Sometimes I have a vague (as impossible to install) error code, sometimes the installation starts from inside IE and then just comes back to IE. But no installation occurs.

    I am slot as Vista Business 64-bit Service Pack 2. (5 gig Ram)

    I have between 50 to 500 free MB on the disk. (I have a drive c to 35 gigabytes.  But, windows uses 31 G (winsxs uses 20 G).)  Supposedly, it's a problem of Microsoft to know during the years that they have no desire to fix.  I regularly try to clean the space, but it's like trying to hold back the Mississippi...

    Uninstall seems to work.

    I ran various utiilties of Microsoft to try to resolve the problem. (I think this is worse!)

    I ran sfc/scannow and it has detected/fixed no problem.

    When I was able to capture more storage space (by moving my virtual memory on another drive) briefly the problem has not disappeared.  The Publisher of the software after several hours of searching in various newspapers told me it was a problem of Microsoft Installer.

    I don't want to re - install the OS that I don't have a number of my installation for different software products discs (they are all legal).

    I'm not so sure that Windows installs my updates properly at this stage either.

    Any help would be appreciated.  I'm drowning in time to support.

    What is E? The dual computer boot or pagefile on E refers to the operating system in C?

    I did not used Easeus Partition Manager, Partition Magic and Acronis who buy software using, but the principles will be similar. What you need to do is to reduce the size of D, so that there is a free space between C and D, and then increase the size of C in this space. You can then increase the size of D in the original unallocated space of 5.86 GB in D.

    I suggest that you study the knowledge base, and there is a line on manual. Print the relevant parts. The FAQ in the first link and follow two particularly relevant links:

    http://www.partition-tool.com/EASEUS-partition-Manager/FAQ.htm

    http://www.partition-tool.com/EASEUS-partition-Manager/FAQ/technical-faq32.htm

    http://www.partition-tool.com/knowledge-base/how-to-extend-system-partition.htm

    Good luck.

  • Installation of creative cloud problem

    I installed creative cloud and installed the trial Lighroom. But now my creative cloud won't open and keeps giving me an error message

    I tried loading several times. but nothing works.

    Any suggestions?

    Sign out of your account... Uninstall... to run vacuuming...

    -http://helpx.adobe.com/creative-cloud/help/install-apps.html (and uninstall)

    -using the vacuuming after uninstalling and before reinstalling is often necessary

    -https://helpx.adobe.com/creative-cloud/kb/cc-cleaner-tool-installation-problems.html

    -Restart your computer... Sign in to your account... Reinstall

    - and 5 steps in response to #1 https://forums.adobe.com/thread/2144928

  • Oracle 11g Installation of Windows R2 problem

    Hey everybody,

    I tried to install Oracle 11 g R2 on a computer Windows Server 2008 64 - bit. When installing, I get an error several times (about 20 times) message where it says that it can't find some files as C:\app\ora11g\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\WFMLRSVCApp.ear and a few other files too. If I click on go in the dialog box whenever an error occurs, the installation will succeed and completes successfully.

    What I'm doing wrong, what I have to change anything before installation starts?

    I use the 64-bit correct installation files that I downloaded from the homepage of the Oracle...

    Edited by: user12266335 the 07.04.2010 05:32

    I lived a similar problem. The first file, which it found was:

    $ORACLE_HOME\oc4j\...something...\em.ear

    There was a lot more after that.

    To give you some background, I unzipped my pieces of downloaded files (1 and 2) in the default directories.

    Who created two folders:

    ...\win32_11gR2_database1of2
    ...\win32_11gR2_database2of2

    When I had errors that were missing from the files, I thought I'd try choose my repertoire
    to decompress the files. I made sure that now, they went in the same directory:

    ...\win32_11gR2_database

    After that, I don't have the mistakes that I had before. Installation was successful. This technique is indicated in the documentation to a certain extent. However,.
    I think they need to emphasize that this is necessary, otherwise the installation will not work. Unlike Oracle 9i when we had several installation
    directories (disk1, disk2, disk3, etc.), the 11 GR 2 installer doesn't seem to be able to automatically find other/next directories. Looks like an oversight
    or a step backwards for me.

  • Several major problems with Firefox - crash, loss of bookmarks and history, totalling amnesia

    On my Windows 7 Professional 64-bit system, I met worse problems I've had with Firefox (all versions, I tried the oldest and the newest, who currently use 37). One day, I rebooted by computer, and when I started Firefox, it was completely broken. He was not able to load my favorites, TabGroupsManager could not load my recorded session and it crashed when I tried to search Google or visit several Web sites. I couldn't fix it and migrate Pale Moon until exactly the same thing happened there. I uninstalled Firefox and reinstalled, but now whenever I open it, it's as if it was just installed - no profile information, no Add-ons, no Favorites, absolutely nothing. Application data HAVE folders for profiles that have been opened every time - Firefox does not access and does not recognize that they exist.

    I'm totally lost and at the end of my mind. None of the aid or other sites have been any help at all. The problem is exclusive to a single computer - two other computers I've used do not have this problem at all. Help, please!

    (Additional note: when I met the first problems of Pale Moon, it gave me an error that it could not access the bookmarks and history because another application has their use.) This error never appeared in Firefox, but given identical patterns of problems and the fact that the pale Moon is based on Firefox, I think it might be relevant).

    Well, I think that the problem at least explained that now and patched up right now. I went to a COMPUTER specialist at work and after work things have stabilized.

    The computer I'm is a Department that usually connects to a server. The profile data is actually stored via this server, and when I lived the problems, I was at home and that it was not connected to the server said. Normally it is supposed to be a current synchronization that stores things like that to a task on my computer - but for some reason what not really, or at least not properly. That's why I couldn't find a profile.ini file - it was only stored in a place that could not access the computer. After getting to work and do a few random files and other reading, Firefox and Pale Moon are fully functional again, and I can't find the files profile.ini appropriate on the server (they are not yet on my computer, and I don't know how to read locally).

    The best solution to the problems 'offline' we had was through a VPN so that I always have access to the server. I would like to get the files on my computer so that I wouldn't have to worry about this, but it's a question that needs to be addressed separately.

    Thanks to Seraph for their help in this confusing issue. I have an idea of what to look for if something like this happens again.

  • Installation of Qosmio G30 problem

    Hello to all the boys

    I have a huge problem

    I have a Qosmio G30, recently he repeats, or used the disk, format it, confg. RAID, it will restart the formatting begins, ends will restart and the problem here.
    Resuming at the end of installation, which occurs not because the video driver crashes (nv4_disp). So, every time I turn on the PC are always half installation.

    I ask for help! And while we are to what you enter into the BIOS of Toshiba Qosmio G30.
    Thank you

    To be honest, your assignment is a little confusing for me. If I understand you right, you want to install own OS, right?

    Are you using the original recovery for the OS installation disc or you try to use the clean version?

  • Installation of El Capitan problem: "an error occurred during the preparation of the installation. Try running the application again. »

    I've been a fight 2 days now trying to improve my iMac 21.5 2009 end of Mavericks in El Capitan, but as the installation is about to be launched I get this message "an error occurred during the preparation of the installation. Try running the application again".

    Here is a list of all the things I've tried:

    Running the application again;

    Move the installation to another folder application;

    Control date & time and it was already correct;

    Do the installation in safe mode;

    Installation of the upgrade of another user I created only for that purpose;

    The computer restarts and I tried install the upgrade several times;

    And, to be sure that the installation application was not corrupted I made a copy of it on an external HD and tried to install it on my 2011 MacBook Air and it worked (I didn't install because I have El Capitan installed on my MacBook).

    Well, I don't know what else can be done, and I'd rather not have to completely restore my iMac.

    Please try installing again after taking each of these steps you have already taken it.

    Step 1

    Reset the PRAM from your computer.

    Step 2

    If possible, set the clock system as indicated here. If you can only boot into recovery mode, see below.

    In the OS X Utilities screen, select get online help. Safari will launch. While in recovery, you will have no access to your bookmarks or history. Load this web page.

    Triple-click anywhere in the line below to select:

    date 0801000014

    Copy the selected text in the Clipboard by pressing Control-C key combination.

    Quit Safari. You go back to the OS X Utilities screen.

    Select

    Utilities ▹ Terminal

    in the menu bar. It will open a Terminal window. Paste in the window by pressing the command-V key combination.

    Wait for a new line ending with a dollar sign ($) below what you entered. If it does not appear, press return.

    Quit the Terminal to return to the main screen.

    Step 3

    If your model has replaceable memory by the user and you have upgraded modules of memory, reinstall the original memory and see if there is any improvement. Make sure not to touch the Gold contacts. Clean them with a mild solvent such as rubbing alcohol. Spare memory must exactly match the technical specifications of the machine. Do not install more memory to the maximum value specified, even if a seller of RAM, or someone else, said you that it will work.

    Step 4

    Back up the data at least two different storage devices, if you haven't done so already. A backup is not enough to be sure. Backups are possible with Time Machine or disk utility. Preferably both.

    Erase and install OS X. This operation will destroy all the data on the boot volume, if you be better be sure backups.

  • Lenovo G770 - Installation of Win 7 problems

    A Chairde

    Have recently bought a G770 with 500 GB, Intel GMA and processor i3 - 2330M.

    http://www.computeruniverse.NET/products/e90438088/Lenovo-essential-G770-m533wge-FreeDOS.asp

    I tried to install Windows 7 Ultimate, Professional (32-64 bit), it seems to install wells, loaded files, restart, add user IDS and automatic updates, reboot... then the system starts, but restarts until it loads the operating system and prevents the restart.

    Similar to the use of CD-ROM as main boot drive and do not have a bootable CD in the drive.

    I loaded Win XP (had to change the setting of the drive SATA from AHCI to COMPATIBILITY), and it works very well. I can see the previous installation of Windows 7 on a separate partition, it was installed.

    Anyone seen this before, any ideas?

    Thanks for the suggestions of Dave,

    I found a solution

    The DVD that I used worked on HP NC2400, no problem, I found a different OEM DVD with Windows 7 64 bit and installed flawlessy.

    Thanks again Dave

    Slan / Ed

  • Lenovo y530 Windows 7 installation cd/dvd driver problem

    Hello everyone!

    I'm a happy user of Lenovo y530 bought with MS Windows Vista Home Premium. I have easy access to your MSDN AA software. It allows me to download and install Windows 7 Professional for example. I downloaded the image, tested on virtual machine and it works fine. So I decided to install it directly on my hard drive for portable computers. I burned a dvd with a possible minimum speed and here I had a problem. It starts very well, I choose the language and locale, but after she, I have information that there is a missing cd/dvd driver. Installer wants to give me a file location.

    I don't know what driver is needed. I downloaded files related to my Optirac drive but they are all exe and it does not accept the installation program. Could someone help me?

    I searched many forums, but there is no ansfer of satisfaing I can't use USB key to install it.

    I also tried another DVD to burn, another Windows build - and the result was the same.

    Edit: have you tried with another order of start (CD 1) - with the same results

    The response was quite strange for me. I tried a DVD + R instead of DVD - R disc and it works

  • Pavilion 6110y: installation of Windows 7 problem (it won't)

    I want to have vista 64-bit home premium for Windows7 64-bit home premium. I bought a new HD 500 GB but will not complete the installation of windows 7. It says that it cannot install on this material. Online research indicates a possible problem or sata controller mode setting (bios) driver. I need new drivers (and if yes where can I find the) or change the raid sata controller mode setting FROM ahci or ide fix it? And if drivers or settings solves the problem I will always be able to access my current hd without any problem? Thanks in advance.

    I was finally able to find good information on what to do. I changed the sata controller ahci bios and after installing windows drivers the aok installation is complete. Everything works fine now with two hard drives.

Maybe you are looking for

  • Satellite A100-405 has problems when working on sector

    Hi everyone (sorry for my bad English) When the laptop is charging or just work on sector it slows down (he sews to doesn't work does not correctly), but the biggest problem is when I play (a simple game that does not have the best perfomances like M

  • Inform them of the events compared to filter events

    Hi all I'm sitting here in the first day of the "Core 2".  It was mostly review for me, but I just learned about "notification events.  The instructor tried to describe when you would use an event filter against a notification event, but I have not b

  • SL1

    Got my new SL1 yesterday, unpacked all, put the battery on the charger and loaded the software on my computer.  The battery was ready for use, but when I tried to put it in, it won't stay in or 'click' into place so to speak. Anyone have any suggesti

  • PC crashes after a while.

    Hello Just renewed of my 4 GB RAM (8 GB total) and the PC freeze during reboot I got 5 flashing lights/beeps. I discovered that one of the RAM had to be changed on. I bought a new CORSAIR with the exact specification as well as the old and installed.

  • Windows 7 stops on its own without warning

    My pc running windows 7 Home premium keeps stopping on its own without warning - I checked and its not overheating there are a lot of ventilation. I was told that it may be registry settings but don't see why I should pay for a reg cleaner because I