USB Errors while trying to install 64 bit Arch

I'm trying to install Arch onto some brand new hardware. I am installing using the Arch Netboot environment.
When I try to install 64 bit Arch, I get the following errors straight after archiso.img is downloaded and the kernel is booted:
usb 2-5: device descriptor read/64, error -32
usb 2-5: device descriptor read/64, error -32
usb 2-5: device descriptor read/64, error -32
usb 2-5: device descriptor read/64, error -32
usb 2-5: device not accepting address 4, error -32
usb 2-5: device not accepting address 5, error -32
hub 2-0:1.0: unable to enumerate USB device on port 5
The same lines appear for usb 4-1, 6-5 and 7-1. The only USB device that is plugged in is the USB key that I booted ipxe.lkrn from.
Googling seems to point to a kernel module that needs to be loaded earlier or a faulty USB controller. I do not know how to change what kernel modules are used during installation, and I'm fairly certain the USB controllers are fine. Its a brand new motherboard and I can access my USB key fine (I can boot from it) in any of the available USB ports.
I was close to giving up until for some reason I decided to try and install the 32 bit version of Arch instead. This worked as expected and I am sent to the archiso installation prompt without seeing any of the same USB errors.
Can someone please assist me with this? I would really prefer to have the 64 bit version installed.

https://bbs.archlinux.org/viewtopic.php?id=158206
This seems to be related, although my errors are giving error -32 instead of -110.
Is there a way I can force the installation environment to use kernel 3.7.6? Does the 32 bit installer use a different kernel to the 64 bit installer?
Is there a way I can use the 32 bit installation environment to install 64 bit as well as the 3.7.6 kernel?

Similar Messages

  • Error while trying to install SAP CE 7.1 EHP 1 on Windows 7

    I am trying to install SAP CE 7.1 EHP 1 on Windows 7.  I am getting below error while trying to install. can you please help to fix this problem?
    Running msiexec failed with return code 1603: undefined
    Commandline was msiexec.exe /norestart /L sapmmcX86u.log /i sapmmcX86u.msi /qn
    If you want the installer to retry, choose Yes. If you want the installer to abort the installation, choose No.
    Thanks,
    Sridhar.

    I donu2019t think so it is windows 7 or 64/32 bit hardware/software issue. I have faced u201Cmsiexec failed with return code 1603u201D error many times during SAP installation and solved this issue with below mentioned procedure.
    Solution:
    Just change the location of temp directory to empty folder in user environment variable without cancel installation in current user session. After that, click on yes button to continue the installation. If installation will ended after click on yes button, restart the installation with continue old installation option.
    Regards.
    Yasir

  • Error while trying to install EBS 12.1.1

    We are getting an error while trying to install EBS R12.1.1 on Linux x86_64 os(RHEL 5.2).We are getting the error at step 2 of 5 during database configuration stage 33% (65%) stage.The error is as given below,
    RW-50004:Error code received when running external process.Check log files for details.Running Database Install Driver for TEST instance.
    We checked the log files and in ApplyDB_****.log the error is
    RW-50010 :script has returned an error: 1
    How to fix these issues??
    Regards,
    Rupdipt

    Hi Taj,
    I am getting these error messages consistently throughout the log file,
    Executing CreateDB...
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL='null'
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost : testerp
    sDbDomain : eigl.com
    sDbPort : 1521
    sDbSid : TEST
    sDbUser : APPS
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@testerp.eigl.com:1521:TEST
    Exception occurred: java.sql.SQLException: ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux-x86_64 Error: 2: No such file or directory
    Trying to connect using SID as ServiceName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=testerp.eigl.com)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=TEST)))
    Exception occurred: java.sql.SQLException: ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux-x86_64 Error: 2: No such file or directory
    Trying to connect using SID as ServiceName.DomainName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=testerp.eigl.com)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=TEST.eigl.com)))
    Exception occurred: java.sql.SQLException: Listener refused the connection with the following error:
    ORA-12514, TNS:listener does not currently know of service requested in connect descriptor
    The Connection descriptor used by the client was:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=testerp.eigl.com)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=TEST.eigl.com)))
    Connection could not be obtained; returning null
    -------------------ADX Database Utility Finished---------------
    adcrdb.sh started at Wed Jul 22 17:47:10 IST 2009
    The environment settings are as follows ...
    ORACLE_HOME : /d01/oracle/TEST/db/tech_st/11.1.0
    ORACLE_SID : TEST
    TWO_TASK :
    PATH : /d01/oracle/TEST/db/tech_st/11.1.0/perl/bin:/d01/oracle/TEST/db/tech_st/11.1.0/bin:/usr/bin:/usr/sbin:/d01/oracle/TEST/db/tech_st/11.1.0/appsutil/jre/bin:/bin:/usr/bin/X11:/usr/local/bin:/usr/bin:/d04/StageR12/startCD/Disk1/rapidwiz/unzip/Linux_x64:/usr/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin:.
    LD_LIBRARY_PATH : /d01/oracle/TEST/db/tech_st/11.1.0/lib:/usr/X11R6/lib:/usr/openwin/lib:/d01/oracle/TEST/db/tech_st/11.1.0/lib:/usr/dt/lib:/d01/oracle/TEST/db/tech_st/11.1.0/ctx/lib
    Executable : /d01/oracle/TEST/db/tech_st/11.1.0/bin/sqlplus
    The log information will be written to
         /d01/oracle/TEST/db/tech_st/11.1.0/appsutil/log/TEST_testerp/adcrdb_TEST.txt
    Creating the control file for TEST_testerp database ...
    SQL*Plus: Release 11.1.0.7.0 - Production on Wed Jul 22 17:47:11 2009
    Copyright (c) 1982, 2008, Oracle. All rights reserved.
    Connected to an idle instance.
    ORACLE instance shut down.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area 1068937216 bytes
    Fixed Size          2166536 bytes
    Variable Size          427819256 bytes
    Database Buffers     624951296 bytes
    Redo Buffers          14000128 bytes
    CREATE CONTROLFILE REUSE SET DATABASE "TEST"
    ERROR at line 1:
    ORA-01503: CREATE CONTROLFILE failed
    ORA-01565: error in identifying file
    '/d01/oracle/TEST/db/apps_st/data/system05.dbf'
    ORA-27037: unable to obtain file status
    Linux-x86_64 Error: 2: No such file or directory
    Additional information: 3
    alter database open resetlogs
    ERROR at line 1:
    ORA-01507: database not mounted
    alter tablespace TEMP1 add tempfile '/d01/oracle/TEST/db/apps_st/data/temp01.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    alter tablespace TEMP2 add tempfile '/d01/oracle/TEST/db/apps_st/data/temp02.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    ALTER DATABASE RENAME GLOBAL_NAME TO "TEST.eigl.com"
    ERROR at line 1:
    ORA-01109: database not open
    ORA-01507: database not mounted
    ORACLE instance shut down.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area 1068937216 bytes
    Fixed Size          2166536 bytes
    Variable Size          427819256 bytes
    Database Buffers     624951296 bytes
    Redo Buffers          14000128 bytes
    ORA-00205: error in identifying control file, check alert log for more info
    BEGIN dbms_backup_restore.zeroDbid(0); END;
    ERROR at line 1:
    ORA-00210: cannot open the specified control file
    ORA-06512: at "SYS.X$DBMS_BACKUP_RESTORE", line 4652
    ORA-06512: at line 1
    ORACLE instance shut down.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area 1068937216 bytes
    Fixed Size          2166536 bytes
    Variable Size          427819256 bytes
    Database Buffers     624951296 bytes
    Redo Buffers          14000128 bytes
    CREATE CONTROLFILE REUSE SET DATABASE "TEST"
    ERROR at line 1:
    ORA-01503: CREATE CONTROLFILE failed
    ORA-01565: error in identifying file
    '/d01/oracle/TEST/db/apps_st/data/system05.dbf'
    ORA-27037: unable to obtain file status
    Linux-x86_64 Error: 2: No such file or directory
    Additional information: 3
    alter database open resetlogs
    ERROR at line 1:
    ORA-01507: database not mounted
    alter tablespace TEMP1 add tempfile '/d01/oracle/TEST/db/apps_st/data/temp01.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    alter tablespace TEMP2 add tempfile '/d01/oracle/TEST/db/apps_st/data/temp02.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    ALTER DATABASE RENAME GLOBAL_NAME TO "TEST.eigl.com"
    ERROR at line 1:
    ORA-01109: database not open
    Error Running create/replace library with adupdlib.sql
    ORA-01109: database not open
    PL/SQL procedure successfully completed.
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    exit_code=0
    Checking for errors ...
    The database has not been successfully created. Shutting down the instance ...
    SQL*Plus: Release 11.1.0.7.0 - Production on Wed Jul 22 17:47:20 2009
    Copyright (c) 1982, 2008, Oracle. All rights reserved.
    Connected.
    ORACLE instance shut down.
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    .end std out.
    .end err out.
    Whats the solution??
    Regards,
    Rupdipt

  • Receiving an error while trying to installed Photoshop CS4 . error code 6. using windows 7

    receiving an error while trying to installed Photoshop CS4 . error code 6. using windows 7

    There isn't much here which is actionable.  Please review your installation logs by following the steps listed at Troubleshoot installation with install logs | CS3, CS4 - http://helpx.adobe.com/creative-suite/kb/troubleshoot-installation-install-logs-cs3.html.

  • Error while trying to install Oracle 8.15 on Redhat 6.1

    I have been trying to install Oracle 8i (8.15) on my machine but I got an error while trying to run runInstaller:
    Initializing java virtual machine from /usr/local/jre/bin/jre. Please wait
    Error in CreateOUIProcess(): -1
    : Bad Address
    FYI:
    - I downloaded the Oracle 8i from the technet download site (I am not using a CD)
    - I am using Redhat 6.1
    - I downloaded and installed JRE as advised in the documentation.
    - My machine is a AMD K6, so is non-intel but I have not noticed any other problems using Redhat.
    - I currently only have 96MB RAM as opposed to the recommended 128MB.
    Please Help!!!
    null

    (All comments are based on redhat 6.0, not sure about other distros)
    If u are only using one linux machine, then I don't think you need to have 'DISPLAY' defined. Unset it then. This variable tells X clients where to display its X output. If unsetting does not make it work, then try 'export DISPLAY=ip_address:0.0' and then 'xhost +ip_address', where ip_address is the IP of your machine, or try 127.0.0.1.
    If u have two linux machines, like what I did:
    * Ran X on client machine (192.168.0.2).
    * Telnet to server machine (192.168.0.1 - where 8i will be installed), login as 'oracle'
    * On the telnet session, I 'su' as root then mounted the CD, then 'exit' to return to the 'oracle' login on the telnet session.
    * On the telnet session, I did 'export DISPLAY=192.168.0.2:0.0' - telling it that all X clients on this telnet session will send its X output to the host on 192.168.0.1.
    * On the client machine (where X is running), opened another shell, did a 'xhost +192.168.0.1' - telling the X server on the client machine to accept X connections from the server machine (192.168.0.1).
    * Went back to the telnet session to the server machine, then ran the installer.
    In short, everything you do can be done remotely, apart from putting the CD on the server machine.
    The installer runs on the server but send its output to the client.
    null

  • Error while trying to install SAP 8.8 Pl 10 Server on Windows 7

    Hellow All,
                       I am facing the problem while trying to instal the Server and Server Tool os SAP 8.8 Patch Level 10 on the windows server.It is displaying the error failed to installed:1628 error evertime I try to run the Server Installer.
    regards,
    pankajk

    Dear,
    Check the below link:
    https://websmp106.sap-ag.de/~form/sapnet?_SHORTKEY=01100035870000705857&_SCENARIO=01100035870000000183&_ADDINC=011000358700001192682007E&
    https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1434624&nlang=E&smpsrv=https%3a%2f%2fwebsmp110%2esap-ag%2ede
    Thanks,
    Neetu

  • 1603 error while trying to install skype

    I'm having an issue while trying to install Skype on this computer, when I try to install it, it pops up and says "Object Already Exists" and then I get a second window saying "Error 1603 has occured: Fatal Error During Installation." I had Skype and it told me I needed to update so I clicked it and I've been getting this message ever sense. I tried to find Skype to uninstall it but after clicking that update the program was gone. So I went into Program files and deleted all skype related things and tried to download and install again. Got the same message. Please help!

    You have to reboot for that fix to work.  If you already did this then for whatever reason the solution didn't work on your machine (possibly due to some other corruption).  The issue you are having is not Skype based but Windows/OS installer based.  Try to install the latest Windows updates to see if that will fix the issue as newer Windows updates were designed to address that problem.  If you have already tried that then remove the problematic Windows updates that causes this issue on some computers.
    http://community.skype.com/t5/Windows-desktop-client/Skype-Installation-fatal-error-1603/td-p/366472...

  • Error 109, network connection error while trying to install cs6 trial

    I am getting a error as described above while trying to install the CS6 trial. First time install on a new computer with Vista.
    any advice/ help..? Thanks

    hI Atul_Soni
    Error 109 indicates there were problems with your network connection.  Please try initiating a direct download by following the steps listed athttp://forums.adobe.com/thread/981369.  If you continue to experience difficulties then you may want to try an alternate Internet connection...
    For other error codes, please see the below link : http://helpx.adobe.com/creative-suite/kb/troubleshoot-download-assista nt.html
    Reasons and Solutions are provided in the above link.

  • Error while trying to install WS2012 R2 Essentials evaluation copy

    While trying to install (Setup.exe) the evaluation copy of Windows Server 2012 R2 Essentials which I downloaded from the Microsoft site, after clicking on install and the temporary files start to unpack, I received the following error:
    Windows cannot open required file C:\Users\Donald\Desktop\Windows Server 2012 Essentials\9600.16384.WINBLUE_RTM.130821-1623_X64FRE_SERVER_SOLUTION_EN-US-IRM_SSSO_X64FRE_EN-US-DV5\Sources\install.wim.  Make sure all files required for installation are
    available, and restart the installation.  Error code: 0x8007000B
    I checked in the sources folder and install.wim is present.  Should I suspect the file is corrupt?  This was extracted from the downloaded 9600.16384.WINBLUE_RTM.130821-1623_X64FRE_SERVER_SOLUTION_EN-US-IRM_SSSO_X64FRE_EN-US_DV5.ISO file.
    Thanks

    Hi,
    As Dave mentioned, maybe the ISO is corrupted. Please try to download it again to see if the issue persists.
    Best Regards,
    Andy Qi
    Andy Qi
    TechNet Community Support

  • Access denied error while trying to install graphics drivers

    Hello,
    I have a new toshiba laptop P70-A. I have installed windows 7 and the pc was working excellent up until now. Noticed yesterday that the nvidia automated system failed to install the new update. When I tried to install the new driver manually, even from the
    device manager, I got the access denied message. 
    A day now wasted reading all the possible causes and solutions but with no luck. Read all the forums and all the posts, tried almost everything. Below youll find everything I tried as a solution and failed.
    1.Disabled UAC
    2.Enabled the administrator account and trying to take control from there
    3.Run the subinacl and the reset.cmd
    4.Tried manually to take control the folder windows (and access denied while changing the rights)
    5. Scanned the system with everything there is available ( Kaspersky, MalwareBytes, RegCurePro, Tuneup Utilities, CCleaner) The system came out clean.
    6. Tried restoring the system to an earlier time (got again access denied error code 0x80070005)
    7. Checked all the group policies (all seem to be fine)
    8. Run a script to take immediate ownership over all of C:
    TAKEOWN /A /F C:
    then the next one
    TAKEOWN /F C: 
    9. With subinacl I run all the above scripts... (still nothing changed)
    @echo off
    title Resetting ACLs...
    echo.
    echo Determine whether we are on an 32 or 64 bit machine
    echo.
    if "%PROCESSOR_ARCHITECTURE%"=="x86" if "%PROCESSOR_ARCHITEW6432%"=="" goto x86
    set ProgramFilesPath=%ProgramFiles(x86)%
    goto startResetting
    :x86
    set ProgramFilesPath=%ProgramFiles%
    :startResetting
    echo.
    cd /d "%ProgramFilesPath%\Windows Resource Kits\Tools"
    echo. 
    echo Resetting ACLs...
    echo (this may take several minutes to complete)
    echo. 
    echo IMPORTANT NOTE: For this script to run correctly, you must change
    echo the values named Athena to be the Windows user account that
    echo you are logged in with.
    echo.
    echo ==========================================================================
    echo. 
    echo. 
    subinacl /subkeyreg HKEY_CURRENT_USER /grant=administrators=f /grant=system=f /grant=restricted=r /grant=Athena=f /setowner=administrators > %temp%\subinacl_output.txt
    echo. 
    echo. 
    subinacl /keyreg HKEY_CURRENT_USER /grant=administrators=f /grant=system=f /grant=restricted=r /grant=Athena=f /setowner=administrators >> %temp%\subinacl_output.txt
    echo. 
    echo. 
    subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=administrators=f /grant=system=f /grant=users=r /grant=everyone=r /grant=restricted=r /setowner=administrators >> %temp%\subinacl_output.txt
    echo. 
    echo. 
    subinacl /keyreg HKEY_LOCAL_MACHINE /grant=administrators=f /grant=system=f /grant=users=r /grant=everyone=r /grant=restricted=r /setowner=administrators >> %temp%\subinacl_output.txt
    echo. 
    echo. 
    subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=administrators=f /grant=system=f /grant=users=r /setowner=administrators >> %temp%\subinacl_output.txt
    echo. 
    echo. 
    subinacl /keyreg HKEY_CLASSES_ROOT /grant=administrators=f /grant=system=f /grant=users=r /setowner=administrators >> %temp%\subinacl_output.txt
    echo. 
    echo. 
    echo System Drive...
    subinacl /subdirectories %ProgramFilesPath%\ /grant=administrators=f /grant=system=f /grant=users=e >> %temp%\subinacl_output.txt
    echo. 
    echo. 
    echo Windows Directory...
    subinacl /subdirectories %windir%\ /grant=administrators=f /grant=system=f /grant=users=e >> %temp%\subinacl_output.txt
    echo. 
    echo. 
    echo ==========================================================================
    echo. 
    echo FINISHED.
    echo. 
    echo Press any key to exit . . .
    pause >NUL
    Im frustrated really... ANY help at all would be really appreciated.
    Thanks in Advance and sorry for the long post
    Athena 

    Hello,
    Thanks for the replies, i much appreciate it. I tried all of the above with no luck again. Safe mode allows me though to install drivers but thats reverting the moment im entering windows. Im always running commands and programs as a administrator or in
    the Admin enabled account.
    It seems the problem is solved today. Via tune up utilities I disabled most of the startup programs and services and it seems that 1 service is causing this issue. Although I havent played much with the disabled services but 3 remain to be checked. One of
    the three is causing this.
    Thanks again guys and Ill keep you posted about the soft. conflict.
    Athena

  • Error while trying to install printer on Airport Express

    Hi,
    I'm trying to install a HP Deskjet 3930 on my Macbook through the Airport Express. I'm getting an error:
    An error occured while trying to add the selected printer Error:-9672
    Anyone have any ideas?

    BINGO!!
    After trying every driver possible (and there were many...), I finally got my HP Deskjet 3930 to print through Bonjour. Here's how:
    1. Reset the printing system with Printer Setup Repair from fixamacsoftware.com
    2. Add a new printer with Printer Setup Utility
    3. Select the HP 3930 connected through Bonjour
    4. Instead of using the default HP driver, select the HP PSC 1110 Foomatic/hpijs driver (available at http://www.linuxprinting.org/macosx/hpijs/)
    I've tested the printer on a variety of print jobs and so far everything seems to be working smoothly. I should probably note that this driver does not grant access to the printer utilities, but at least it works.
    Hopefully someone finds this useful.
    Macbook Pro   Mac OS X (10.4.7)  

  • Blue screen error while trying to install windows server 2003 in Lenovo G500s essentials Notebook

    Hi,
    I bought a new lenovo G500s essentials note book. It's a freedos system.  I am trying to install windows server 2003 in it. But I am getting blue screen error . error message like ths,
    Technical Information:
    STOP: 0*0000007B (0*FFFFFADF2CE323C0, 0*FFFFFFFFC0000034, 0*0000000000000000, 0*0000000000000000)
    Can someone please help.
    Regards,
    Priya.
    Solved!
    Go to Solution.

    I don't have a similar machine to look at so this is a bit of a guess:
    Per page 30 or your user's guide http://download.lenovo.com/consumer/mobiles_pub/lenovo_g400sg400stouchg500sg500stouchg405sg505s_ug_e...:
    How can I start the BIOS setup utility?
    To start the BIOS setup utility:
    1 Shut down the computer.
    2 Press the Novo button and then select BIOS Setup
    There should be a tab labelled something like "Configuration" and on that page something like "SATA controller mode".  Select "compatible" and save and exit.
    I'm not certain this will fix your problem, but it's worth a try.
    Z.
    The large print: please read the Community Participation Rules before posting. Include as much information as possible: model, machine type, operating system, and a descriptive subject line. Do not include personal information: serial number, telephone number, email address, etc.  The fine print: I do not work for, nor do I speak for Lenovo. Unsolicited private messages will be ignored. ... GeezBlog
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

  • Windows Installer error while trying to install Acrobat Reader 8

    I am trying to install Adobe Acrobat Reader 8 off the CS3 disc. I already have Acrobat 8 Professional (8.2.3) installed. I just need the Reader. Whenever I try to install the Reader I get the following error, "The Windows Installer Service could not be accessed. This can occur if the Windows Installer is not correctly installed. Contact your support personnal for assistance."
    I have tried all the Microsoft fixes for this situation, but I still keep getting the error message. I am using Windows 7 Home Premium (64-bit). Any help would be appreciated.
    Thanks.

    Nevermind, I figured out what was wrong. I had disabled User Account Control (UAC) when I was tweaking my OS. So I enabled UAC again and was able to install Acrobat Reader 8 without any problems.

  • DW013 error while trying to install

    Hi,
    I am trying to install Dreamweaver CS 6 but I am getting this error as soon as the installation begins.
    Exit Code: 7
    Please see specific errors and warnings below for troubleshooting. For example,  ERROR: DW013 ...
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 1 error(s), 0 warning(s)
    ERROR: DW013: Unable to get root from inChildPath
    Tried all possible posts but still no avail. Followed all the instructions but still not working.
    Tried to install adobe creative suite cleaner tool but when i run it, a black screen opens (cmd window) and closes immideately..
    Please help as i really need it.
    Thanks,
    Amit

    What are your source/target install directories. The installer seems unable to find the root drive.
    To run the cleaner tool make sure you are running it as a user with admin privileges.
    If the problems don't go please post the logs from these locations :-
    • Windows 32 bit (XP, Vista, 7): \Program Files\Common Files\Adobe\Installers\
    • Windows 64 bit (XP, Vista, 7): \Program Files(x86)\Common Files\Adobe\Installers
    Thanks,
    Himanshu

  • Bootcamp "no bootable device" error while trying to install win7 on imac

    Hello everyone,
    I'm trying to install my original copy of windows 7 on my iMac 21,5 mid 2010 with mavericks as os.
    This is what i do:
    With my dvd of windows inserted in my cd/dvd reader I open bootcamp, i make the usb with drivers, i make the partition dedicated to windows and then the iMac restarts automaticcally.
    When the iMac boots up a black screen (windowslike) appear saying : "no bootable device insert...etcetc and press any key"
    First of all i'm using an external dvd reader because since i've upgraded to mavericks my superdrive stopped working (another big issue i've found out these days).
    Then i've also tried making an usb bootable device....same black screen appeared.
    I've been searching on the internet for days now without luck.
    I believe i've tried everying but this funky situation keeps occourring.
    I need to say that I installed windows on my iMac in the past and everything worked just fine, more then fine!
    I need help please because i need windows on this machine due to working deadlines.
    I'm desperate.
    Help.

    Hello everyone,
    I'm trying to install my original copy of windows 7 on my iMac 21,5 mid 2010 with mavericks as os.
    This is what i do:
    With my dvd of windows inserted in my cd/dvd reader I open bootcamp, i make the usb with drivers, i make the partition dedicated to windows and then the iMac restarts automaticcally.
    When the iMac boots up a black screen (windowslike) appear saying : "no bootable device insert...etcetc and press any key"
    First of all i'm using an external dvd reader because since i've upgraded to mavericks my superdrive stopped working (another big issue i've found out these days).
    Then i've also tried making an usb bootable device....same black screen appeared.
    I've been searching on the internet for days now without luck.
    I believe i've tried everying but this funky situation keeps occourring.
    I need to say that I installed windows on my iMac in the past and everything worked just fine, more then fine!
    I need help please because i need windows on this machine due to working deadlines.
    I'm desperate.
    Help.

Maybe you are looking for

  • My iPad is no longer connected to my iTunes account.

    The iPad does not show up in my Devices under iTunes - however, it did before iTunes updated.  It does show up on my iCloud account.  iPad, iTunes and iCloud use the same Apple ID. When I connect my iPad to my computer, it does not bring it up in iTu

  • Select table fields on selection screen

    I have a requirement, where I need to select the table fields dynamically from the selection screen and further I should give option to user to save selected fields as variant and display the final report with the selected fields as catalog. For EX:

  • Inserting images into form.

    Hi, i am new to midlet programming. Can anybody help me in inserting images into forms. And how do we set a thumbnail view in a form. Thanks.

  • Using migration assistant from 10.4.11

    I just bought a new Retina MacBook Pro and am trying to use Migration Assistant to migrate data from my old Macbook Pro. When I start it up on the old and new Macs, I get a message on the new Mac that Migration Assistant must be upgraded on the old M

  • Captivate 4 - quiz errors

    When previewing the quiz section of my CBT program it always indicates at least one question was responded in error.  I have checked the settings for that question by still comes up that the correct answer is incorrect.  When I delete that question a