Need help with arch linux install!

Hello, let me start off by telling you about the predicament I'm in at the moment. I've been trying to install arch linux on with a cd-drive that has been failing for a little over a year now, so you can already see where my problem starts!  The cd-drive, however will work with such cd's as Windows, Ubuntu, and Slackware, which I'm happy with. Yet, archlinux doesn't work so much.
And now maybe my solution. I've got a usb cd drive, that I've had laying around that works well, just not well enough for my bios to be able to boot from; which is horrible I know. I've searched the bios for loading a usb cd drive and everything else, including google so I don't think I'm going to get anywhere with that one. Anyways what I'm thinking of doing is that when archlinux is in the terminal right before you type the "/arch/setup" command, I would like to know if there is any command that allows you to change the cd it boots the cd from to go right into the installation. I'm still working on easying my out of the newbie stage of linux at the moment, but I've never run into a command like that, that would help me out. Hopefully there is one though, because I would very much like to archlinux to work, so please respond! Right now I'm running elinks through the terminal right before you type "/arch/setup". Thanks!

loosec wrote:
So you get through the boot process just fine then on your old CD drive. The only thing you should have to do after that is to throw your CD into the USB CD drive and proceed with the installation. The installer should then ask you what CD drive you would like to use when you choose install from CD.
Another way to do it would be to switch cd like above and then manually mount your /dev/[your_usb_cd_here] on /src. The installer then has to be pointed to this place as the source of your installation. To find out what your usb cd drive is called you should unplug it, then replug it and run: dmesg
The mount command might also need to be shown that this is a cd so:
mount -t iso9660 /dev/[usb_cd_device_name] /src
should do the trick.
If you really want to learn more of what the installer does (and fail installing a few times) you should also check out the command
/arch/quickinstall
If your Internet connection is up for it, it seems like you could just choose an FTP install instead.
Goodluck!
Once the CD is removed from the drive that it was booted from. the installation will not continue, as the arch install always goes back to the boot drive to continue read the neccessary information for the install. I do not think there is a way to fool the computer into booting from one cd drive and then continueing on with another. To do this you would have to tell the computer that you are switching drives.
If you can boot up the CD kernel and get to where you type in /arch/setup then the next thing I would od is FTP install. That would limit your CD rom drie usage.
There is also a way to install arch from within another distro, EVEN ANOTHER LIVECD! <-- this may be your best bet. Check the wiki, there is tons of information there.
Last edited by rooloo (2008-08-16 12:32:00)

Similar Messages

  • Need help with some JS installing Bumpbox 2.0

    I am trying to add a lightbox effect to a pdf on my website, I found a Javascript plugin at http://www.artviper.net/bumpbox-demo/index.html that looks like it should do the trick, but I am having trouble getting it to work.
    To narrow down the problem I created a test.html file that I stuck in the root directory of the folder I downloaded from their site (so I am working locally off my desktop at this point)
    My code is as follows... I feel like I am missing something super obvious, does anyone see it? (do I need to define the .bump class in the css file?)
    Thank you in advance for the much needed help!
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Untitled Document</title>
    </head>
    <body>
          <a href="http://www.artviper.net/test.pdf" class="bump" rel="800-350">PDF File &raquo;</a><br />
    <script type="text/javascript" src="js/mootools.js"></script>
    <script type="text/javascript" src="js/bumpbox-2.0.1.js"></script>
    <script type="text/javascript"> doBump( '.bump',750, 500, '111', '900', '0.8', 5, 1 ,'333', 15,'000', 4,
                     Fx.Transitions.Bounce.EaseOut,
                     Fx.Transitions.Bounce.EaseOut,
                     'images/demo_bg_bumpbox.png',
                     'top left',
                     'repeat-x' ); </script>
    </body>
    </html>

    These paths won't work because they point to files on your local hard drive.
    <script type="text/javascript" src="file:///Macintosh HD/Users/Robert/Downloads/bumpbox Folder copy/js/mootools.js"></script>
    <script type="text/javascript" src="file:///Macintosh HD/Users/Robert/Downloads/bumpbox Folder copy/js/bumpbox-2.0.1.js"></script>
    Are you working within a properly defined local site?
    Did you save those javascript files to the js folder in your local site root?
    Correct path to scripts for this test page should look like this:
    <script type="text/javascript" src="../js/mootools.js"></script>
    <script type="text/javascript" src="../js/bumpbox-2.0.1.js"></script>
    PS.  Do not add spaces to folder or file names.  It can create problems for web files.
    Nancy O.

  • Need help with 10gAS infrastructure install on RH linux

    Attempting to install a 10g Infrastructure (10.1.2.0.4) on an RedHat ES 4.0, update 2 Server (Brand new clean install of OS followed by install of Infrastructure.) System is a AMD64 3000+ with 2GB memory (we will be loading the AS on this same server, so we went with extra memory.)
    Following the Installation guide to the letter (even caught and corrected the incorrect SHMMAX parameter value in the QIG)… All of the pre install steps completed. During the actual install accepting mostly defaults… (changing group to oinstall vice oracle and putting in the system name where required are the only 2 “changes” I can think of…)
    Everything installs fine until we get to the Single Sign-on Configuration assistant… At that point we get an error “ERROR : Exception while configing SSO DAD :
    oracle.ons.SubscriptionException: Subscription request timed out after 120000 millseconds. Possible causes: OPMN may not be running, you may have an OPMN running in an alternate ORACLE_HOME using duplicate port values, or OPMN may be misconfigured.
         at oracle.ons.SubscriptionNotification.waitForReply(SubscriptionNotification.java:82)
         at oracle.ons.ONS.addSubscriber(ONS.java:336)
         at oracle.ons.Subscriber.realStartup(Subscriber.java:92)
         at oracle.ons.Subscriber.<init>(Subscriber.java:80)
         at oracle.ons.ONS.createNewSubscriber(ONS.java:690)
         at oracle.ias.sysmgmt.task.TaskMaster.sysInit(Unknown Source)
         at oracle.ias.sysmgmt.task.TaskMaster.sysInit(Unknown Source)
         at oracle.ias.sysmgmt.task.InstanceManager.sysInit(Unknown Source)
         at oracle.ias.sysmgmt.task.InstanceManager.init(Unknown Source)
         at oracle.ias.sysmgmt.EntryPoint.init(Unknown Source)
         at oracle.webdb.config.smi.GeneralConfig.<init>(Unknown Source)
         at oracle.webdb.config.smi.GeneralDADConfig.<init>(Unknown Source)
         at oracle.webdb.config.smi.DADConfig904Imp.<init>(Unknown Source)
         at oracle.webdb.config.smi.ConfigFactory.getGeneralDADConfig(Unknown Source)
         at oracle.webdb.config.smi.ConfigFactory.getDADConfig904(Unknown Source)
         at oracle.webdb.config.smi.ConfigFactory.getDADConfigLatest(Unknown Source)
         at oracle.webdb.config.smi.ConfigFactory.getDADConfigLatest(Unknown Source)
         at oracle.security.sso.SSOConfigAssistant.configDAD(SSOConfigAssistant.java:1493)
         at oracle.security.sso.SSOConfigAssistant.ssoConfig(SSOConfigAssistant.java:1270)
         at oracle.security.sso.SSOConfigAssistant.main(SSOConfigAssistant.java:217)
    Please fix the error reported in the stack trace above and re-run SSO Config Tool./home/oracle/OraHome_1/jdk/bin/java
    -cp
    /home/oracle/OraHome_1/lib/xmlparserv2.jar:/home/oracle/OraHome_1/sysman/webapps/emd/WEB-INF/lib/emd.jar:/home/oracle/OraHome_1/sysman/webapps/emd/WEB-INF/lib/log4j-core.jar:/home/oracle/OraHome_1/lib/emSDK.jar
    -DORACLE_HOME=/home/oracle/OraHome_1
    oracle.sysman.emSDK.conf.TargetInstaller
    deletetarget
    oracle_sso_server
    orainfra.menehune_Single Sign-On:orassoSetting the AS product version value in targets.xml to be "10.1.2.0.2".
    Calling method getASTargetInfo.
    getASTargetInfo: oracleHome = "/home/oracle/OraHome_1".
    getASTargetInfo: iasName = "orainfra.menehune".
    getASTargetInfo: iAS Target Type = "oracle_ias".getASTargetInfo: StatusURL value = "http://menehune:7777".
    Retrieved SSO protocol, host, and port info from targets.xml.
    The values are: "http://menehune:7777".
    The following values will be used to configure the sso_server target entry in targets.xml.
    Protocol: "http".
    Hostname: "menehune".
    Port: "7777".
    /home/oracle/OraHome_1/jdk/bin/java
    -cp
    /home/oracle/OraHome_1/lib/xmlparserv2.jar:/home/oracle/OraHome_1/sysman/webapps/emd/WEB-INF/lib/emd.jar:/home/oracle/OraHome_1/sysman/webapps/emd/WEB-INF/lib/log4j-core.jar:/home/oracle/OraHome_1/lib/emSDK.jar
    -DORACLE_HOME=/home/oracle/OraHome_1
    oracle.sysman.emSDK.conf.TargetInstaller
    addtarget
    /home/oracle/OraHome_1/sso/sso_server_target2add.xmlConfiguring SSO languages with the following language code:
    us Language us is already installed.
    About to execute java call using emConfigInstall.jar.
    Here are the arguments:
    /home/oracle/OraHome_1/jdk/bin/java
    -DORACLE_HOME=/home/oracle/OraHome_1
    -jar
    /home/oracle/OraHome_1/jlib/emConfigInstall.jar
    consolesn
    /home/oracle/OraHome_1/sso/conf/consoleConfigSNSegment.xml
    Finished executing the call.Child Process has exited.
    SSO Configuration Assistant failed.
    Configuration assistant "Single Sign-On Configuration Assistant" failed…
    I would swear that this worked once before when I have the server at home (and not attached to the network) but we have tried to re-install (both OS and Oracle from the ground up) while not connected to the network and still get this error… (we have another LDAP on the network that we thought was conflicting, but have eliminated that as a prossiblity.)
    This is the production version of the Oracle applications server, so I would assume that if a number of people were having a problem, I would see something in either OTN or Metalink and I don’t see it in either…
    The only difference I can see is that I am using Update 2 vice Update 1 (the certified version)… I can try going back but V1 but would that make that much difference?
    I see several others have done this without a problem so I home they can help… Ideas from anyone?
    Thanks.
    Michael
    <Note: Cross posted on Identity Management forum (as it's an SSO error)>

    Hi Michael!
    The problems I had with SSO were way different than your problems. What came to my mind is to check the network settings of the machine. What I usually do is to set the hostname and the domain in the /etc/sysctl.conf .I have a ES40u2 were I had no problems whatsoever.
    cu
    Andreas

  • SCCM Driver Injection : What am I missing? Need help with getting drivers installing correctly in my environment.

    Everyone,
    I'm not new to using SCCM, but i'm VERY new to setting up and managing it.  I have just laid it down for the school district that I manage, and i'm loving it.  Imaging is going great, all but one thing now...drivers installing.
    Let me tell you what I've been doing, so hopefully a kind soul out there can tell me where my logic of the driver "injection" process is lacking and might can fill in some gaps. 
    I downloaded all drivers pertaining to the 7-8 series of computers we have in our environment currently, and imported them based on a criteria such as this:
    x86.LenovoEdge71.Desktop
    x86.DellOpti755.Desktop
    so forth and so on
    I created packages based on the same exact naming scheme.  I update my distribution point at the end of the import, and all the drivers/packages/categories are in place.  When I go to Monitoring/Distribution Status/Content Status, all of my packages
    show up , but under targeted it says 0.
    My thoughts from reading online, is I upload all these drivers and during my task sequence where it says it's "applying device drivers" it's set to "install only the best matched compatible drivers" and "consider drivers from all
    categories".  I also checked "do unattended installation of unsigned drivers no versions of Windows where this is allowed".
    so correct me if my thinking is incorrect, it should search through all series of the computers we have in our environment and grab the best drivers from the overall database.  Is this not right?
    The reason I ask this, is we have a few hundred HP 6000 Pro desktops.  WHen I image them, it comes up with 2 unknown devices.  OF these, I can manually point them at the folder from which I uploaded the drivers for this series/category and it installs
    100% successfully...MANUALLY.  What's the reasoning behind this?
    I can't help but think there's something missing in my process / logic and I need to be set straight. 
    Can someone out there tell me what i'm doing wrong?  We're planning a district-wide re-imaging before summer's over, and the clock's ticking...but the drivers being installed are all that's keeping us from starting our migrations.
    Any help on this is GREATLY appreciated, thank you very much!

    You have setup everything correct, but for your desired result you need to use "Apply Driver Package" Task rather than "Auto Apply Drivers".
    Auto Apply drivers will install the best matched/compatible drivers for only the PNP devices.For more info on this:http://technet.microsoft.com/en-us/library/bb680990.aspx
    Whereas "Apply Driver Package" would install all drivers you have in the package and hence you don't see the unknown drivers in device manager. For more info on this: http://technet.microsoft.com/en-us/library/bb680403.aspx
    If you have multiple models, create this task for each model individually and then associate with a WMI query condition under Options tab to check the manufacturer/model
    Example: Select * from Win32_ComputerSystem where Manufacturer = "HP" and Model Like "6000%"
    Regards,
    Manohar Pusala

  • [SOLVED, Thanks]Need help with pacman post install

    Hi
    It took me a bit of time to install arch but i finally did it, turns out i just needed to disable ipv6. Anyway yesterday everything worked fine and now that i try to complete the install by downloading a wm suddenly pacman refuse to download anything, it says it can't synchronise.  Can anybody help pls ?
    http://www.hostingpics.net/viewer.php?i … roblem.png
    Last edited by oozernem (2015-05-09 08:15:51)

    Head_on_a_Stick wrote:
    Have you tried:
    # systemctl start dhcpcd.service
    If that brings your connection up, use:
    # systemctl enable dhcpcd.service
    https://wiki.archlinux.org/index.php/Be … uide#Wired
    Thanks m8, it fixed it
    Thanks to everybody else who replied in the thread.

  • Need help with Arch on a UEFI problem

    hello. big fan of Arch, been using it for a while now.. i got a new laptop and when i tried to install it on the lappy, it just wont take. everything goes smooth
    as silk but no matter which bootstrapper i use be it gummiboot, grub, etc. it all says that the image is missing or incorrect. ive tried the install several
    times with the same results. ive also tried other linux distros and half of them wont even boot off the cd! the only ones that would install properly is ubuntu
    and mint.. and i HAAAAATE ubuntu. can anyone shed some light on what im doing wrong or missing?

    sorry, didnt mean to break the rules! yes i boot into UEFI mode.. its a regular install nothing special. i've followed the install guide to a T. the only problem i see to be having trouble with
    besides the UEFI is that i use cfdisk to make my partitions and sometimes it screws up.. ive tried using gdisk but it thinks i have 2 hard drives and lists
    their size incorrectly. my laptop is an hp 2000. maybe i should do like the guy in the other post and install an OS that will actually boot on it, like ubuntu
    and just use it to boot up my arch?

  • Need help on sloooow Linux install

    I'm experiencing extremely slow performance when I try to install 64 bit Linux (so far I've tried SuSE 9.0 x86-64 and Gentoo AMD64 031221).  Screen redraws just creep along and IO is terrible (it takes about 4+ hours just to load disk 1 of SuSE).
    I have not had this problem at all with 32 bit OSes (Knoppix Linux, Xandros Linux, Win XP).
    Anybody got a clue what's going on here?  It's driving me nuts.  Here's my setup:
    K8T Master2-FAR mobo (BIOS 1.1) with dual Opteron 248's and 512x2 Infineon PC2700 registered ECC CAS 2.5 RAM.  Video is a GeForce 4 Ti 4400.  Power supply is a 350W something-or-other.
    Kernel options I've tried (all at once or various combos)
    "apm=off acpi=off idebus=50 agpgart"
    Legacy USB support is off.
    Help!  Is my mobo bad?  I've tried different RAM, no change.   I've tried text mode installs vs GUI, no change.  Ack!

    Quote
    Originally posted by FriedMutant
    I'm experiencing extremely slow performance when I try to install 64 bit Linux (so far I've tried SuSE 9.0 x86-64 and Gentoo AMD64 031221).  Screen redraws just creep along and IO is terrible (it takes about 4+ hours just to load disk 1 of SuSE).
    Try kernel 2.6.1; there have been quite a few fixes in iommu, agpgart and smp code for x86_64 recently.
    Also, try pulling a CPU and reboot, if the problem goes away, then you know it is smp code and my first comment will be useful
    What kind of drives are you using??
    err!
    jak

  • Need Help with boot camp install, keep getting message can not install need

    Hi Folks,
    I keep getting a message that the boot camp assistant can not install needs firmware update. All updates are currently installed. I have tried all available updates and hey ell me the computer doesn't need them????
    Any help that you may provide is greatly appreciated.
    Jack
    P.S. The computer is an Imac early 2006 1.83 gb.
    Machine Name: iMac
    Machine Model: iMac4,1
    CPU Type: Intel Core Duo
    Number Of Cores: 2
    CPU Speed: 1.83 GHz
    L2 Cache (shared): 2 MB
    Memory: 1 GB
    Bus Speed: 667 MHz
    Boot ROM Version: IM41.0039.B00
    Serial Number: W86220MSU2N
    SMC Version: 1.1f5

    You do not have the firmware update installed. You only have the SMC firmware update. Boot Camp requires this firmware update.

  • KGlad - need help with arched text again

    Hi, you helped me recently with some arhed text. I was trying
    to figure out at way to get the arched text font size to get
    smaller as more and more letters were entered into the input field.
    What would you charge to get something like that working?

    1. you wanted the text to start in the center-top of the
    output textfield and begin to arch towards the lower right and
    lower left symmetrically so the arched text expands from the center
    towards the lower corners.
    2. you want to start with a certain font and font-size
    3. you want to decrease the font-size as more text is entered
    in the input textfield just when the arched text begins to extend
    beyond the output textfield's borders in order to keep the arched
    text within the output textfield's borders.
    is that correct? is there anything else?

  • Firefox: Flickering when scrolling - need help with clean 'new' install

    Screen is flickering when scrolling (IE does not). I tried disabling add-ons and tried safe mode - neither helped. Running Win 7 Pro 64bit. Uninstalled via 'Programs and Features'. Download and reinstalled Firefox. Now it shows all my previous settings: menu bar, bookmarks bar, etc. Question: how did it get that stuff back if it 'cleanly' uninstalled? Question: how do I know it didn't pick up it's old 'bad habit' from the previous settings? I am an experienced PC user but not Firefox expert. Looking for help lest I have to ditch Firefox completely...

    Hello,
    Try disabling graphics hardware acceleration. Since this feature was added to Firefox, it has gradually improved, but there still are a few glitches.
    You might need to restart Firefox in order for this to take effect, so save all work first (e.g., mail you are composing, online documents you're editing, etc.).
    Then perform these steps:
    #Open Firefox ''Options'' window (''Preferences'' on Mac or Linux) as follows:
    #* In Firefox 29.0 and above, click the menu button [[Image:New Fx Menu]] and select ''Options'' for Windows or ''Preferences'' on Mac or Linux.
    #* In Firefox 28.0 and previous versions, click the orange Firefox button at the top left, then select the "Options" button, or, if there is no Firefox button at the top, go to Tools > Options.
    #In the Firefox Options (or Preferences) window, click the ''Advanced'' tab, then select ''General''.
    #In the settings list, you should find the ''Use hardware acceleration when available'' checkbox. Uncheck this checkbox.
    #Now, restart Firefox and see if the problems persist.
    Additionally, please check for updates for your graphics driver by following the steps mentioned in the following Knowledge base articles:
    * [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]]
    * [[Upgrade your graphics drivers to use hardware acceleration and WebGL]]
    Did this fix your problems? Please report back to us!
    Thank you.

  • Need help with DM software install - installer thinks I have previous installati​on, but I don't

    This is really frustrating me, but I recently uninstalled v4.3 and have been struggling to re-install ANY version of the DM onto my XP Pro machine.  I have followed every bit of advice I can find including clean un-install / install, change the TEMP environment variable, unzip the installer and store locally, but I still can't figure this out.
    I've been studying the installer log file, and I think this might be a clue:
    InstallShield 14:12:58: Registering Msi Server...
    MSI (c) (4C!DC) [14:12:58:742]: Note: 1: 2732 2: 0
    InstallShield 14:12:58: Invoking script function RIM_CheckForDesktopDowngrade
    RIM: Found existing DesktopMgr.exe at: C:\Program Files\Research In Motion\BlackBerry\DesktopMgr.exe
    RIM: Failed to retrieve version info from: C:\Program Files\Research In Motion\BlackBerry\DesktopMgr.exe
    InstallShield 14:12:58: CallScriptFunctionFromMsiCA() ends
    MSI (c) (4C!DC) [14:12:58:774]: Leaked MSIHANDLE (55) of type 790531 for thread 3804
    MSI (c) (4C!DC) [14:12:58:774]: Leaked MSIHANDLE (54) of type 790531 for thread 3804
    Action ended 14:12:58: RIM_CheckForDesktopDowngrade. Return value 3.
    MSI (c) (4C:40) [14:12:58:789]: Doing action: SetupCompleteError
    Action 14:12:58: SetupCompleteError.
    Action start 14:12:58: SetupCompleteError.
    Info 2898.For Tahoma8 textstyle, the system created a 'Tahoma' font, in 0 character set.
    Info 2898.For TahomaBold10 textstyle, the system created a 'Tahoma' font, in 0 character set.
    Action 14:12:58: SetupCompleteError. Dialog created
    It seems to think that I have a previous version installed in my Program Files, but no such executable exists (as I mentioned earlier, I have followed the clean install procedures more than once
    Any ideas?
    Message Edited by tbarcelo on 05-19-2009 02:21 PM
    Solved!
    Go to Solution.

    Hi and Welcome to the Forums!
    You say you followed the instructions for a clean install -- but what about a clean un-install? Those instructions are here...
    http://www.blackberry.com/btsc/microsites/search.d​o?cmd=displayKC&docType=kc&externalId=KB02206&slic​...
     Edit -- oh...and reboots...lots of them...one between each step...after an uninstall...after an install...etc.
    Message Edited by sdgardne on 05-19-2009 11:09 AM
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Need help with serials to install msidvd plese

    Hi , i have a kt4v (msi 6712)
    I have checked the (none too helpful) link on the msicomputers website but i still do not know what to enter when it asks for my serial number when trying to install the msidvd software which came with the mainboard,.
    I emailed tech suppport about 2 weeks ago and they havent responded in any way -- not good !
    Would appreciate help from msi customers if msi themselves cant be arsed.
    Thanks - details follow:
    ms-6712   ver:10a
    n1996
    106518  kt4v-l(ms-6712) 4719072000110       ktv4-lk0212012604

    hehe glad to see you found out where it was :P.  I would of gave you mine if you didnt find it coz I hate WinDVD  

  • Need Help with Creative Cloud Install

    Have attempted several times to install creative cloud, however continue to get a failed install message with code or reason why.  Working on Mac Desktop, OSx 10.9.1.  Any assistance would be appreciated.

    Hi regoronivert,
    Welcome to Adobe Forum,
    Please try installing in the root user account and check.
    or
    You can try reinstalling Adobe application manger. Go to HD>library>application support>adobe>caps and rename the caps folder.
    After renaming this folder, go to USER library>application support>adobe>OOBE and rename OOBE folder as well and install Adobe application manager from below link. it should work fine.
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=4774
    Please check the link below for resolution.
    http://helpx.adobe.com/x-productkb/global/mac-os-mavericks-compatabili ty.html
    Let us know if it helps.
    Regards,
    Rajshree

  • K9N SLI Platinum MS7250 ver1.1 ... need help with Windows 7 install

    Hello,
    Having an intermittant issue with Windows 7 32bit.  During startup Windows 7 gets stuck at the logo screen.  Not always though.  Every 7-8th reboot it will make it past and go all the way into Windows 7.  I've tried all sorts of combinations of "ebabling/disabling".  This system ran XP professional for 3 years without any issues.  Currently, I have the most luck by connecting the keyboard and mouse to PS2 and leaving USB disabled.  This may not be the issue though.  Once I got Win7 to boot I performed driver updates etc. 
    If someone has suggestions please let me know.  I'm about to try the USB bios flash but have never done it before. 
    Thank you,
    BK
    CPU:   AMD 64 x2  5000+
    RAM:   4GB Patriot Viper Series  -- set to 2.1V per specs, 800MHz, setup in Dual Channel mode
    Video:  NVidia GeForce 7900GS
    PSU:    600Watt  CoolerMaster ATX12V   12volt rails push around 18amps and I'm using the additional power port for power to the video card
    Bios ver:   1.3  (this is what shows on the splash screen at startup however CPUID shows 080014 - not sure what that means)
    Motherboard:  K9N SLI Platinum MS7250 ver1.1

    Hi Guys,
    Thank you for the replies. 
    -  Yes it is a fresh install of Windows7 on a drive that originally had XP Pro
    -  If I boot into safe mode it does go into Win7 most of the time. 
    -  I posted on the MSI tech support page (http://support.msi.com/index.php) and the response was to upgrade the BIOS.  What do you think?
    -  I've been using this graphics card for three years and is nowhere near as powerful as what's out there now.  In fact all of the components are three years old except the RAM
    -  I tried the old RAM (2GB Corsair) and it also had the same issue.  Even at default RAM settings or otherwise.  Now I'm back to the 4GB Patriot Vipers.
    -  What is this capacitor problem people are referring to?  Is it a problem specifically on this model board? 
    Thank you..
    BK

  • Need help with flash player install

    I am having trouble installing Adobe Flash Player on my hp notebook. It keeps saying it can't initialize once it hits 50%. Any ideas?

    What is your operating system?  If Windows, download the offline installer from http://helpx.adobe.com/content/help/en/flash-player/kb/installation-problems-flash-player- windows.html#main-pars_header
    [topic moved to Flash Player forum]

Maybe you are looking for

  • Pytagwrite - easily write ID3 tags to your songs

    So, I eventually got fed up of manually typing in the song titles and artists in ncmpcpp. I mean, the title is the same as the file name, right? #!/usr/bin/env python2 import os import sys from mutagen.id3 import ID3 from mutagen.easyid3 import EasyI

  • Archived log

    hi size of archived log on my system is growing very rapidly. i have to delete the enteries in archive log file on weekly basis. how can i do it?

  • IPad mini touchscreen not as responsive...

    Hi, I have purchased my iPad mini last Friday and been using it since. I noticed when I am watching video and trying to adjust the volume on the screen, it's not as responsive as I experienced on my iphone. I have to try so many times for sensing my

  • Downloading then converting FLAC files to Mac compatible formats

    Hi all... I've been downloading music from archive.org and I always go for the mp3 files for one simple reason: I just don't know how to deal with the FLAC files. I've read dozens of posts here and still don't get it... so I live with the compressed

  • Multiple problems with new retina iMac. Suspect graphics driver

    New retina IMac, top spec, with latest Yosemite, and additional Cinema Display attached. Having multiple problems which I suspect are being caused by the graphics driver: The long running issue with Adobe PS whereby under certain size options the too