Mounting saved pkg's during install [solved]

I have copied my saved pkg cache "/var/cache/pacman/pkg/" to an extra partition. With the idea of not having to re-download them for a new install. (about 1.3 gigs)
During the install I mount it to /src/arch/pkg  But when I continue, it can't find /src/arch/pkg/setup.  So I mount the CD, check and see that it has a
"setup" folder under it's "pkg" folder. I copy that over to my pkg's. Now setup can't find the pacman database, which turns out to be "current.db.tar.gz"(I think), also in the "pkg" folder on the CD.
So my question is, how would I create the "current.db.tar.gz" with my latest cache. 
Also, would I need to create the "/src/arch/pkg/setup/packages.txt" also? And if so, how?
Thanks for your help!
[Edit] Note: my install cd is current-08-20061218-i686.iso

ok, I found that on the ftp mirrors I can get
ftp://ftp.archlinux.org/current/os/i686 … .db.tar.gz
as well as the setup folder...
ftp://ftp.archlinux.org/current/os/i686 … ckages.txt
ftp://ftp.archlinux.org/current/os/i686 … pkg.tar.gz
Would it work to just copy these?  Or should it be generated off my current cache/pacman/pkg folder?  I would rather not download all the files off the mirror, but just keep the ones I use and have already downloaded.
Thanks for your help!

Similar Messages

  • Cann't install up to date update Lion 10.7 cancel during install error: damaged by download but it's download without errors 1,34 GB. What can I do has anyone a solution to solve this issue?

    cann't install up to date update Lion 10.7 cancel during install error: damaged by download but it's download without errors 1,34 GB. What can I do has anyone a solution to solve this issue?

    I wish I fully understood your post, but perhaps you should try re-downloading. Are you trying to download the 10.7.3 update? If so, then try downloading OS X Lion Update 10.7.3 (Client Combo).

  • [Solved] Error upon selecting "base" package during install process

    Hey guys,
    I got stuck in the install process. the following issue never occured to be before.
    Upon selecting the base package during install and pressing "OK", i recieve the following error:
    ERROR: check_is_in needs a non-empty needle as $1 and a haystack as $2!(gote: check_is_in '' 'base')
    and that throws me out of the installation process.
    A google search on the error message only returned sites where the responsible script is postet.
    I am installing arch linux on a lenovo x220, on a seperate ext4 partition.
    Any help is appreciated, thanks!
    Last edited by replax (2012-11-06 20:30:55)

    ArielVoynes wrote:The problem is with mirrors.kernel.org (now that I remember, I've read about kernel.org having trouble with their servers, is this still true?). Just choosing another mirror solves the problem.
    I just read through this post and it did fix my issue.  However, I do not remember what mirror I selected. 
    It was a few selections below kernel.org......
    Last edited by BradJ (2011-09-20 04:27:17)

  • [SOLVED] DHCP error during install due to multiple net cards

    Hello all,
    At the "Setup Network" option during the installation, I choose eth0. Then it asks if I want to use DHCP. I select 'Yes' but get
    Failed to run dhcpcd. See /dev/tty7 for details
    while polling for DHCP. So I press Alt+F7 and the details are
    eth0: dhcpcd 4.0.10 starting
    eth0: waiting for carrier
    eth0: timed out
    When I try to manually set it up (ie select 'No' when asked if I want to use DHCP), it asks for the following: IP address, submask, broadcast, Gateway (optional), DNS Server. Then it says "Network is configured" but I still can't download the packages.
    I have a Realtek RTL8139 Family PCI Fast Ethernet NIC card (not wireless) to a Linksys Router. I've set up DHCP on it for 5 users (only two being used). By the way I have WinXP on the same computer which accesses the network fine, and net access also worked during other distros' installation.
    Any clues? Thanks.
    Last edited by AMA (2009-05-11 13:17:53)

    ralvez wrote:OK. You  have an IP address, so that rules out a problem with your Nic card.
    Sorry I was maybe a little bit unclear on my previous post, but I'm pretty sure that I don't have an IP address during installation. I would like to add some precisions. Here are my observations:
    When I type ifconfig immediately after login (as root), it shows
    lo Link encap:Local loopback
    inet addr:127.0.0.1 Mask 255.0.0.0
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
    Then when I run /arch/setup, Configure Network, answer 'Yes' to DHCP, and after the error message (the one on 1st post), ifconfig gives this (which clearly shows that I do NOT have an IP)
    eth0 Link encap:Ethernet HWaddr 00:00:39:63:8C:EE
    UP BROADCAST MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
    lo Link encap:Local loopback
    inet addr:127.0.0.1 Mask 255.0.0.0
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
    Finally, when I answer 'No' to the DHCP question, and after I've entered my IP/Broadcast/Subnet Mask/DNS addresses, the result of ifconfig is the one on the previous post, that is
    eth0 Link encap:Ethernet HWaddr 00:00:39:63:8C:EE
    inet addr:172.30.201.6 Bcast:172.30.201.255 Mask 255.255.255.0
    UP BROADCAST MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
    lo Link encap:Local loopback
    inet addr:127.0.0.1 Mask 255.0.0.0
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
    NB: I have entered the same addresses that I use normally (ie with Windows, the ones I see in cmd->ipconfig /all), but I could have entered whatever addresses I wanted. And I still don't have net access during install (ping does not return anything).
    Can you explain what are you doing to install Linux? Do you try to run the CD from within Windows or are you placing the CD in the CD bay and re-booting the machine and the CD fails?
    Of course I am booting the cd at startup (not within windows)! And the CD does not fail, or at least does not seem. Everything runs fine except the DHCP thing. So the problem is not the CD, but my computer. I'm finding a way to get DHCP working during the installation.

  • "WRITE SAME failed. Manually zeroing." error during install or boot

    Hello everyone!
    Since the lasts kernels (I'm almost sure it happens since 3.9 because 3.8 worked fine) I can't boot on Archlinux anymore. This error floods my screen and I can't do anything, and because the new Archlinux iso (june 2013) comes with 3.9 kernel it now also happens during installation. Fortunately, I saved the may iso so I still can install archlinux and switch during install to LTS kernel but this is not a good solution. I can't find a solution online, some people have this issue but it seems to be a bit different everytime.
    I use Archlinux on a server, with hardware raid : Dell PERC H200a with LSI SAS2008 according to my BIOS. According to http://kernelnewbies.org/Linux_3.7, the WRITE SAME SCSI command "allows the same block to be efficiently replicated throughout a block range. Only a single logical block is transferred from the host and the storage device writes the same data to all blocks described by the I/O (commit)". Here is the exact configuration :
    - DELL® PowerEdge R210 II
    - 1x Intel® Xeon® E3 1220 V2
    - HDD: 2 x 1 To SATA2 RAID
    - RAID: Hardware, Dell PERC H200, (Raid 1)
    So my first problem is that I can't find online if my server is capable of this command (but I don't think so) and then the other issue is that I want to know if I can disable it. I found kernel patches for this issue :
    https://patchwork.kernel.org/patch/1898441/ and https://patchwork.kernel.org/patch/1982051/ (the first link seems to be a better solution).
    Then, I checked in the kernel source of 3.9 and I think that this patch isn't implemented (there is no device_write_same_capable function for instance). But kernel patching is not a really good solution, if I have to patch my kernel everytime the main kernel is updated...
    After some research, I found that my hardware RAID driver seems (I'm not sure) to be the kernel module "mpt2sas", so I checked both may and june isos of Archlinux and it's the same version (14.1) so it shouldn't be the problem.
    Does somebody can help me on this issue ? I don't really know what to do now.
    Thanks for reading, if I forgot something or if you want more informations, ask me!
    Bye.
    PS : My English isn't very good, sorry.
    EDIT : I found a part of the solution ! It seems to be an issue with the kernel that doesn't detect properly if my disc is capable of doing WRITE SAME command.
    So I have to write "0" in the file "max_write_same_blocks" under /sys. But the problem is that /sys is renewed every boot so I don't know how to make my changes permanent. I made a systemd service file, it almost works, but this solution isn't nice : the parameter is applied lately so errors shows at the beginning and this is not really easy to set up. I prefer a solution like "sysctl" but it seems that it only controls parameter under /proc/sys and not /sys, am I right ?
    Moreover, I tried two other things : Ubuntu 12.04 with kernel 3.9.4 works and Archlinux iso with 3.8.10 has max_write_same_blocks > 0 and it also works... So I don't really understand this issue. Maybe in 3.8 the parameter max_write_same_blocks has no effect (or not the same as in 3.9) ?
    Here is the systemd file that I made to reduce the issue :
    [Unit]
    Description=No WRITE SAME
    After=local-fs.target
    [Service]
    Type=oneshot
    ExecStart=/bin/sh -c 'echo 0 > /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/host0/target0:1:0/0:1:0:0/scsi_disk/0:1:0:0/max_write_same_blocks'
    RemainAfterExit=no
    [Install]
    WantedBy=multi-user.target
    This is not a good solution, see my next post. I don't delete it in case you want to compare.
    Last edited by rfnx (2013-06-02 15:26:50)

    I found a solution to disable the WRITE SAME command. That doesn't answer all my questions but it solves my issue. I was looking for a file like "sysctl.conf" but for /sys parameters : you already can do that in Arch, just create a file that ends with ".conf" in tmpfiles.d and add one line per parameter you want to modify. This file will be loaded early at boot.
    To disable it in an existing Archlinux installation, add in you file the line :
    w /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/host0/target0:1:0/0:1:0:0/scsi_disk/0:1:0:0/max_write_same_blocks - - - - 0
    Read the manpage of tmpfiles.d if you don't understand this line, it depends on your configuration and you can't copy it.
    Then reboot and no more error !
    If you want to disable it during the Arch install, just change directly the value you want in /sys. You have to do it at the beginning before mounting partitions, for instance just after choosing your keymap.
    Bye.
    Last edited by rfnx (2013-06-02 15:34:11)

  • Acrobat XI 11.0.06 update fails during install

    acrobat XI 11.0.06 update fails during install. Any advice or help? Here is the installer log contents:
    Jan 17 00:32:34 fox.local installd[5955]: PackageKit: ----- Begin install -----
    Jan 17 00:33:44 fox.local installd[5955]: PackageKit: Install Failed: Error Domain=PKInstallErrorDomain Code=112 "An error occurred while running scripts from the package “AcrobatUpd11006.pkg”." UserInfo=0x7fb9615c5160 {NSFilePath=./postinstall, NSURL=file://localhost/Volumes/AcrobatUpd11006/AcrobatUpd11006.pkg#payload.pkg, PKInstallPackageIdentifier=com.adobe.acrobat.a11.AcrobatUpd11006, NSLocalizedDescription=An error occurred while running scripts from the package “AcrobatUpd11006.pkg”.} {
            NSFilePath = "./postinstall";
            NSLocalizedDescription = "An error occurred while running scripts from the package \U201cAcrobatUpd11006.pkg\U201d.";
            NSURL = "file://localhost/Volumes/AcrobatUpd11006/AcrobatUpd11006.pkg#payload.pkg";
            PKInstallPackageIdentifier = "com.adobe.acrobat.a11.AcrobatUpd11006";
    Jan 17 00:33:44 fox.local Installer[11306]: Install failed: The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance.
    Jan 17 00:33:44 fox.local Installer[11306]: Displaying 'Install Failed' UI.
    Jan 17 00:33:44 fox.local Installer[11306]: 'Install Failed' UI displayed message:'The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance.'.

    You are right. There are a lot more self-support tools available in Windows
    than in MacOS. All you ever get on a Mac is "That didn't work: -304998173".
    Thanks for your insights.
    Re: acrobat XI 11.0.06 update fails during install
    created by Bill@VT <http://forums.adobe.com/people/Bill%40VT>  in Acrobat
    Installation & Update Issues - View the full discussion
    <http://forums.adobe.com/message/6040206#6040206>
    The upgrade is not the 11.0.06, but that is an update. The upgrade is what
    you can purchase if you had a previous version of Acrobat (at least AA 9).
    The upgrade is substantially less in price than the full product. With the
    upgrade you also have to have the SN of the previous product available for
    the install. That is why I asked about the upgrade. Once you install AA XI,
    then going to 11.0.06 is a free update (updates are changes in the
    sub-version and are done quarterly or when there is a critical security
    issue).  You can often fix installations by running a repair. In Windows
    that is done either from Help>Repair or from the Control Panel. I do not
    know the equivalent of the Control panel in the MAC. In any case I am glad
    you got it fixed.
    Please note that the Adobe Forums do not accept email attachments. If you
    want to embed a screen image in your message please visit the thread in the
    forum to embed the image at http://forums.adobe.com/message/6040206#6040206
    Replies to this message go to everyone subscribed to this thread, not
    directly to the person who posted the message. To post a reply, either reply
    to this email or visit the message page:
    http://forums.adobe.com/message/6040206#6040206 To unsubscribe from this
    thread, please visit the message page at
    http://forums.adobe.com/message/6040206#6040206. In the Actions box on the
    right, click the Stop Email Notifications link.  Start a new discussion in
    Acrobat Installation & Update Issues at Adobe Community
    <http://forums.adobe.com/choose-container!input.jspa?contentType=1&container
    Type=14&container=4714>  For more information about maintaining your forum
    email notifications please go to
    http://forums.adobe.com/thread/416458?tstart=0.

  • Integrity constraint error during install

    We have installed htmldb on zlinux from the companion CD.
    Because we had an error during install of the flows schema we repeat it (have removed the Flows-User and Flow-Files before) using ins.sql! The apache was still running.
    Most of the new installation was fine but near the end we got:
    error creating "Procedure arguments" id=122 Ora-01400, cannot insert NULL into ("FLOWS_010500,"WWv_Flows_STEPS","SECURITY_GROUP_ID")
    declare
    Error at line1
    Ora-02291- integrity constraint(FLOWS_0150000.WWV_FLOW_PLUG_ZO_PAGE_FK) violated
    parent key not found
    ORA-06512 at "FLOWS_01500.WWV_FLOW_API line 4695
    ...

    OK, it's solved:
    I finally managed to install Apex 3.0 correctly once I figured out my error.
    I was logging in remotely to the server the dadbase was on, then trying to connect to sqlplus using 'sys/password@instance as sysdba' to run the script.
    Turns out that the problem had something to do with sys not being allowed to be sysdba when I log in remotely, or that having the username/password and instance info in there made the program think I was logging in remotely and therefore not giving me sysdba privileges.
    The root of the problem was running the install .sql without the correct privileges.
    Since I found out the database server I was trying to install on uses OS authentication, I remote-connected to the database server as the oracle user, tried to run the install .sql again after connecting to sqlplus: 'conn / as sysdba'
    and everything worked like a charm!
    ~PF :)

  • Pass kernel arguments during install to force sata detection

    Is it possible to pass kernel arguments during install of the 0.7.1 noodle base iso? I want the installer to detect my harddisc (with is a pata drive but I have a sata controller in my laptop) as sata. (Needed because of this problem http://bbs.archlinux.org/viewtopic.php?t=17696)
    Update
    I managed to pass the kernel argument (just typed arch hdc=noprobe) but I have to do hdd=noprobe as well because otherwise my harddisc is not recognized at all. But as a result, I'm unable to get my dvd-drive working and for that I'm unable to use the reiserfs to format my root disc. Also my ethernet module can't be loaded so I'm still unable to install
    Solved
    Problem solved, I managed to chroot into my install with the install cd (after doing the install but not having installed bootloader) and with passing kernel arguments hdc=noprobe hdd=noprobe I was able to install lilo on sda. I edited fstab and the kernel 2.6.15 handles the disc and the dvd-station very well. So I'm happy

    Hmm, I saw that klibc before I installed to the pata drive.  I just ran pacman -Rd klibc before upgrading and had no problems.  Though, since klibc is a dependency of mkinitcpio, I should try removing the symlink rather than the package itself.

  • Itunes error during install service apple mobile device failed to start.. help

    I had to install Chrome browser in order to use my gmail account.  Now I cannot open itunes on my Window Vista computer, get a Microsoft Visual C++ Runtime Library. R6034. I uninstall itunes and reinstall itunes 64-bit itunes installer.  During install received error during the 'starting services' process "Service 'Apple Mobile Device' (Apple Mobile Device) failed to start. Verify that you have sufficient privelges to start sytem services. I ignore with the same error message so I abort. At the end of uninstalling I received the Microsoft Visual C++ Runtime Library error again. I click ok than an error from itunes. "itunes was not installed correctly. Please reinstall itunes. Error 7 (Windows error 1114). I click ok.  Help.. 

    Try the following user tip:
    Troubleshooting issues with iTunes for Windows updates

  • Error During INSTALL of Application Export File

    An error is reported during INSTALL of an application that I am trying to copy (Import/Install) from a "development" Work Space into a "production" Work Space. The production (target) Work Space is on the same HTML DB instance as the development Work Space.
    I am receiving the following INSTALL error:
    ORA-20001: GET_BLOCK Error. ORA-20001: GET_STMT error. ORA-20001: Execution of the statement was unsuccessful. ORA-06550: line 15, column 1: PLS-00103: Encountered the symbol &amp;quot;,'39','RD8','8','S','10','U','43','UD','41','UG','11','W')) END)&amp;quot; when expecting one of the following: . ( * @ % &amp;amp; = - + ; &amp;lt; / &amp;gt; at in is mod remainder not rem &amp;lt;an exponent (**)&amp;gt; &amp;lt;&amp;gt; or != or ~= &amp;gt;= &amp;lt;=
    Following is some pertinent (hopefully) information:
    The above INSTALL error takes exception to part of a Region Select (sql) that works fine in the development Work Space.
    The common HTML DB (v1.6) instance is on UNIX.
    A new Work Space was created on the same instance.
    A new schema name was created during creation of the new Work Space. However, this schema does not point to a database. (We were not certain how to setup the schema to parse to our live database.) I will be running DBLINK upon production application startup in order to access the database objects.
    EXPORT INFO -
    File Format: UNIX (also, tried DOS but received same error during INSTALL)
    IMPORT INFO -
    File Type: Application/Page Export
    File Character Set: Western European Windows 1252
    Target Work Space is newly created on the same HTML DB instance.
    INSTALL INFO -
    *Parse As Schema: COLLIVE17 (Again, this schema does not parse to a database. I intend to use DBLINK.)
    *Build Status: Run and Build Application
    Please refer to above error message.
    Again, any insights or suggestions are appreciated.

    Urgently need help! I've read several other Forum messages having a related problem but none having same Install error message.
    Again, my Export/Import from development Workspace to production Workspace is successful. The following error is reported when I attempt to "Install" into the production Workspace:
    ORA-20001: GET_BLOCK Error. ORA-20001: GET_STMT error. ORA-20001: Execution of the statement was unsuccessful. ORA-06550: line 15, column 1: PLS-00103: Encountered the symbol &amp;quot;,'39','RD8','8','S','10','U','43','UD','41','UG','11','W')) END)&amp;quot; when expecting one of the following: . ( * @ % &amp;amp; = - + ; &amp;lt; / &amp;gt; at in is mod remainder not rem &amp;lt;an exponent (**)&amp;gt; &amp;lt;&amp;gt; or != or ~= &amp;gt;= &amp;lt;=
    The "snippet" of Region Sql Select code that relates to the reported error is:
    ELSE htmldb_item.display_and_save (5, DECODE (GET_GRADE_B93 (sac.stc_final_grade,sac.stc_verified_grade),'18','AU','1','A','3','B','4','C','7','CR','5','D','46','DR','6','F','47','FW','49','IB','30','IC','31','ID','23','IF','44','MW','9','NC','21','RD','14','RD0','33','RD1','32','RD2','34','RD3','35','RD4','36','RD5','37','RD6','38','RD7','39','RD8','8','S','10','U','43','UD','41','UG','11','W'),'GRADE_'||ROWNUM) END q_v_grade,
    HTML DB version is: 1.6.0.00.67. I've also tried to Export/Import/Install the application into the "same" Workspace specifying the same schema, and only changing the Application ID. However, I get the same Install error (see above).
    Any suggestions on things to try in order to get application into production is greatly appreciated.
    Thanks, Bernard.

  • Creative cloud installer just disappears during install

    I had creative cloud and on last update most of the applications are gone along with the desktop icon.
    I have tried to install creative cloud again - but it just stops halfway and disappears during install.
    I've tried safe mode install
    Ive renamed OOBE folders in both librarys
    I've tried the adobe application manager and that crashes on install
    I've tried the Adobe clean up tool
    Nothing is working to get creative cloud to reinstall on the computer - I've lost about 4 applications in creative cloud
    Working on a Mac - Yosemite OS

    Hi!  The cleaner failed - simply could not detect any creative cloud products. ( It did find a previous CS6 installation, long since uninstalled, actually).
    Didn't get a chance to try ROOT, as an Adobe tech (Loveneesh) remoted in and did some 'known fixes'... basically he cleaned up the failed CC desktop installation ( deleted a couple of folders) - and then gave "wide open" permissions to a couple of sets of library folders ( One for machine, and one for user). I believe they were
    /library/application support/
    /library/application support/Adobe/
    /users/[username]/library/application support/
    /users/[username]/library/application support/Adobe/
    Still couldn't install CC desktop, (failed twice!) BUT that at least allowed  the installation of "Adobe App Manager" - which was subsequently UPGRADED to CC Desktop. Something of a clever workaround, if you ask me!
    And now its all working OK again.
    I'm a bit bothered by the somewhat cavalier ""Everybody" permissions applied to library folders, but as I understand this is the quick fix when nobody quite knows what the heck is going on with permissions... (I suppose ROOT access gives much the same effect for installations)

  • Error message during install

    Anyone have a clue what to do?  Keep receiving error message during install.  Have disable firewall, no help.  Here is the error message:
    Error Microsoft.VC80.CRT.type="win32".version="8.0.50727.4053".publicKeyToken="1fc8b3 b9a1e18e3b".processorArchitecture="amd64".
    HRESULT:0x8007054f
    I uninstalled because Itunes would not upgrade.  Now I can't install.  I was able to install an older version, but couldn't access my music because it was an older version, so I uninstalled that and now have nothing.  I would appreciate any help.
    Thank you.

    Glad to read that renaming trick helped to get iTunes installed for you. Your thread here is fine for more questions.
    Search your hard drive for your music - it should still be there, but perhaps this fresh install of iTunes just isn't seeing it.
    Find music: http://support.apple.com/kb/TS1408
    You absolutely do NOT want to sync your iPhone with an empty iTunes library. It will erase everything. Apple only gives you one download and you need to make backups. I hope it is still on your PC! But at least you have it on your iPhone.
    I don't think you synced your iPhone with your father's iTunes, or his music would be on it. Have a look in a folder named Previous iTunes Libraries. There might be an iTunes database ITL file in there that you can use.
    They have names like "iTunes Library 2009-04-06.itl" which would be from April 6th, 2009.
    Press and hold the shift key while starting iTunes, and when prompted, choose the most recent previous library. Does it show most of your music, and can you play some songs in iTunes OK?

  • Audigy 4 gives blue screen during install of drivers on Windows XP SP3

    FAudigy 4 gives blue screen during install of drivers on Windows XP SP3! Specs
    Asus a8n-sli
    GB RAM
    6600 GT
    Audigy 4
    LC Power 550 W PSU
    I put in the installation CD that comes with the card. I want to install everything (full install), and mid-install I get a blue screen.
    I then uninstalled everything and tried only to install the updated drivers from the website in safe-mode and still a blue screen. Should I get the dump file and send it to Creative?
    How do get this card to work like it should? I also have a remote control that came together with the card.
    Im currently using the onboard AC97 Realtek ALC850 soundcard.
    Whats the whole procedure to make this work? Detailed please. How do I eliminate all traces of the audigy on my PC?

    Re: Audigy 4 gives blue screen during install of drivers on Windows XP SP38 Perhaps you'd want to read this old thread of mine about my misadventures with the same exact card you are trying to use. IMHO that card was not worth the time and money I spent on it (even even less the time and money it caused me to spend afterwards to repair the damage it caused.
    Message Edited by CreativeSkeptic on 2-23-2008 0:4 PMMessage Edited by CreativeSkeptic on 2-23-2008 0:4 PM

  • I5 17''MBP  gets blue screen during install windows 7 32 bit

    Hello all:
    I heard that quite many people get classic windows' "blue screen" during using windows , whatever Windows XP, Vista or 7. But now i face the "blue screen" during install Windows 7, which means I even can not complete installation.
    I bought my Macbook Pro i5 17'' one month ago, and I'm trying to install Windows 7 but I face the problem during the installation. After finishing first 4 steps the computer would restart and start to "finish installation", but at this time it gets "blue screen" and shows "error: 0x0000009c" and stuck there. I have to shut down the turn off button and interrupt the installation.
    I don't know if there's any one else face this unlucky situation. I searched on the net and it says the problem could be from memory, graphic card (too new), or even overlocking the cpu,whatever it must be the problem of hardware. I thought it might be the problem of compatible.
    If anyone knows how to deal with this problem??!! I do need to use some software under Windows system!

    It is good to see that it is indeed a USB2.
    The support software on the USB is used in the Pre-boot environment setup and provides drivers for Apple specific hardware, GPU, BT, Mouse, etc. You can verify that by looking at the USB contents. The DVD contains generic drivers when hardware is not recognized as defaults to use. Apple does enough 'secret sauce' to make them different. The following does not explicitly state the USB2 need when using the DVD Installer and mentions W8 (not W7).
    From Boot Camp: Creating an ISO image from a Windows installation DVD - Apple Support
    Insert a blank USB 2 flash drive that is a least 16GB in size into a USB port on the computer. Boot Camp Assistant uses this drive to store the Windows 8 install media and support drivers during installation of Windows.
    Note: This flash drive needs to be formatted for the FAT32 file system and must use the Master Boot Record partitioning scheme. Use Disk Utility to check the format of the flash drive before proceeding, and partition or erase the flash drive if necessary.
    I suspect the GPU is not getting the correct driver and the Installer fails. The Generic VGA should work. From the OS X side, can you see files in your BC volume? If yes, can you look for logs in the BC volume at the following locations.
    ./Windows/Inf/setupapi.dev.log
    ./Windows/Inf/setupapi.offline.log
    ./Windows/Inf/setupapi.setup.log
    ./Windows/Logs/SetupCleanupTask/setupact.log
    ./Windows/Logs/SetupCleanupTask/setuperr.log
    ./Windows/Panther/FastCleanup/setupact.log
    ./Windows/Panther/FastCleanup/setuperr.log
    ./Windows/Panther/setupact.log
    ./Windows/Panther/setuperr.log
    ./Windows/Panther/UnattendGC/setupact.log
    ./Windows/Panther/UnattendGC/setuperr.log
    ./Windows/setupact.log
    ./Windows/setuperr.log
    ./Windows/System32/Sysprep/Panther/IE/setupact.log
    ./Windows/System32/Sysprep/Panther/IE/setuperr.log

  • Error has occured during install before the requested operation for i tunes could not be completed your system has not been modified

    error has occured during install before the requested operation for I tunes could be completed  Your system has not been modified to complete the install run the installer again and I have it still won't work

    See:
    Trouble installing iTunes or QuickTime for Windows

Maybe you are looking for

  • What happens to a logged in user?

    Sorry for the newbie question, but I'm a recent "switcher". I need to access my new iMac from work pc and plan on using VNC or something similar. (I could use my Mac laptop and Apple Remote Desktop, too). I was just wondering what will happen if my w

  • Camera raw 8.8

    PSE 13 showed I had Camera Raw version 8.7.1 so went to Help>Updates to update to 8.8 and it said I was up to date. So I downloaded from Adobe website 8.8 update for Mac and installed as instructed and ended with a ' Installation Successful' message.

  • I have Adobe CS4. No longer have the disc

    My discs for Adobe CS4 were stolen, I have the serial number and want to know how to download it to my PC. I did download the first file out of 2. I tried to download the second & I get "the file archive part of CS4 is missing". I've tried to install

  • Safari is not working showing error

    Safari is showing error

  • After Effects CS5 not Opening Properly - Mac

    Hi, After effects CS5 on my Mac seems to not be opening properly. This is what happens:      1. I click on After effects icon in my dock      2. After Effects starts to load      3. when finished loading only the top thin grey bar with the "x" and "-