OOPS bad install : onk::b

first off hi ther folks. this is my first build since my 875p neo(keep the faith guys this was released before bios as well but turned into an excellent board) so i,m a bit rusty
built this machine but i forgot to set the bios before installing xp pro i did use the f6 install ( only one option available)
the bios does not detect the sata h/ds.windows boots and appears to be ok (shows error on ide2 even when disabled in bios)the hardware manager shows 2 h/ds both with the same number also shows the computer as a standard p/c
please tell me its a matter of upgrading pc driver in hardware manager and clearing cmos or have i lost the ahci hal
   :D    TIA

I think you need to check your BIOS settings.
Standard PC? <-- make sure enable ACPI in the BIOS.
unable to detect SATA? <--- well, SATA HDD also considered as IDE. Make sure you enable SATA in the BIOS as "Native".

Similar Messages

  • Cant retore after bad install of 10.5

    HELP
    Did an install of Leopard using Archive, was a bad install, apple care walked me through doing a 'erase and install" Was feeling good that I had done a full backup to an external Lacie drive the day before.
    now when i try to do a restore, it scans , then says restore failed, I copied the file to my desl top think that may be the problem?
    any suggestions,

    No it is not
    I used apples Back up, that comes with .mac
    did weekly home folder back up to lacie disk
    yesterday morning, i did a new "full" back up, vs the weekly incremental, did not do an erase install on purpose, ut had to because of a bad install, now I open back up, select "home folder" select restore, it scans about 25,000 items, then says restore failed,
    the home folder back up is 56GB

  • Yaourt - Bad Install? Trying to remove and install properly...

    Hello all, I just posted in the "Newbie Announcement Thread" and I'm about as new to Linux as someone can get. I picked up the Arch ISO a few days ago and followed the Beginners Guide on the wiki and have installed Xfce4 and GDM on my Sony Laptop so far. I was looking for a AUR Helper and thought to go with Yaourt based on some brief search results.
    I goofed up, and got impatient i think ... please be gentle.
    I downloaded http://mir.archlinux.fr/~tuxce/releases … 0.1.tar.gz from the AUR and extracted it.
    [durzo@PCNAME ~]$ cd /home/durzo/yaourt-1.0.1
    bash: cd: /home/nexus/yaourt-1.0.1: No such file or directory
    [durzo@PCNAME ~]$ cd /home/durzo/Downloads/yaourt-1.0.1
    [durzo@PCNAME yaourt-1.0.1]$ make install
    GEN yaourt.sh
    GEN pacdiffviewer.sh
    GEN lib/util.sh
    GEN lib/pkgbuild.sh
    GEN lib/pacman.sh
    GEN lib/abs.sh
    /bin/install -d /usr/local/bin
    /bin/install -d /usr/local/lib/yaourt
    /bin/install: cannot change permissions of `/usr/local/lib/yaourt': No such file or directory
    make: *** [install] Error 1
    [durzo@PCNAME yaourt-1.0.1]$ sudo make install
    Password:
    /bin/install -d /usr/local/bin
    /bin/install -d /usr/local/lib/yaourt
    /bin/install -d /usr/local/etc
    /bin/install -d /usr/local/etc/bash_completion.d
    /bin/install -d /usr/local/share/man/man{5,8}
    # Scripts
    /bin/install -m755 yaourt.sh /usr/local/bin/yaourt
    /bin/install -m755 pacdiffviewer.sh /usr/local/bin/pacdiffviewer
    # Configuration
    /bin/install -m644 yaourtrc /usr/local/etc/yaourtrc
    /bin/install -m644 bashcompletion /usr/local/etc/bash_completion.d/yaourt
    # Libs
    /bin/install -m644 lib/alpm_backup.sh /usr/local/lib/yaourt
    /bin/install -m644 lib/alpm_query.sh /usr/local/lib/yaourt
    /bin/install -m644 lib/alpm_stats.sh /usr/local/lib/yaourt
    /bin/install -m644 lib/abs.sh /usr/local/lib/yaourt
    /bin/install -m644 lib/aur.sh /usr/local/lib/yaourt
    /bin/install -m644 lib/util.sh /usr/local/lib/yaourt
    /bin/install -m644 lib/io.sh /usr/local/lib/yaourt
    /bin/install -m644 lib/pacman.sh /usr/local/lib/yaourt
    /bin/install -m644 lib/pkgbuild.sh /usr/local/lib/yaourt
    /bin/install -m644 lib/misc.sh /usr/local/lib/yaourt
    # Man
    /bin/install -m644 man/*.5 /usr/local/share/man/man5
    /bin/install -m644 man/*.8 /usr/local/share/man/man8
    # Locales
    test -x /usr/bin/msgfmt && for file in po/*/*.po; \
    do \
    package=$(echo $file | /bin/sed -e 's#po/\([^/]\+\).*#\1#'); \
    lang=$(echo $file | /bin/sed -e 's#.*/\([^/]\+\).po#\1#'); \
    /bin/install -d /usr/local/share/locale/$lang/LC_MESSAGES; \
    /usr/bin/msgfmt -o /usr/local/share/locale/$lang/LC_MESSAGES/$package.mo $file; \
    done
    [durzo@PCNAME yaourt-1.0.1]$ yaourt
    error: no operation specified (use -h for help)
    [durzo@PCNAME yaourt-1.0.1]$ yaourt -h
    Usage: yaourt <operation> [...]
    operations:
    yaourt (search pattern|package file)
    yaourt {-h --help}
    yaourt {-V --version}
    yaourt {-Q --query} [options] [package(s)]
    yaourt {-R --remove} [options] <package(s)>
    yaourt {-S --sync} [options] [package(s)]
    yaourt {-U --upgrade} [options] <package(s)>
    yaourt {-C --clean} [options]
    yaourt {-B --backup} [save directory|restore file]
    yaourt {-G --getpkgbuild} [options] <package(s)>
    yaourt {--stats}
    I'm thinking I had more steps to do maybe? or was "make install" it? I ask because pacman does not see Yaourt installed so i cannot "pacman -Rns yaourt" and i'm getting an error when I try to do anything with yaourt.
    [durzo@PCNAME ~]$ sudo pacman -Rns yaourt
    Password:
    error: target not found: yaourt
    [durzo@PCNAME ~]$ yaourt -Syua
    :: Synchronizing package databases...
    core is up to date
    extra is up to date
    community is up to date
    multilib is up to date
    ==> WARNING: problem in pkgbuild.sh library
    /usr/local/lib/yaourt/util.sh: line 163: package-query: command not found
    /usr/local/lib/yaourt/util.sh: line 163: package-query: command not found
    /usr/local/lib/yaourt/util.sh: line 163: package-query: command not found
    [durzo@PCNAME ~]$
    Did I do something wrong to break yaourt or is this something different that i'm missing? I do not think i have the "package-query" package installed that is available on the AUR, but i didn't know it needed to be installed along with yaourt.

    Durzo wrote:
    tomk wrote:Durzo, I'm sure you're delighted you got yaourt installed, and hopefully you learned something, but IMO you're getting off to a bad start. Others have already said it, but it's worth saying again - fi you're going to use the AUR, learn how it works first before you start using any helper application. Your self-confessed uber-noobiness makes this an even more crucial requirement.
    As meph mentioned, I too intended on having Yaourt only install AUR packages keeping pacman the primary in package installation.
    The point is to know how to use the AUR without relying on a helper, because yaourt is more than a 'helper'. Something like 'cower' is much more of a helper in that you still have to take care of the main steps yourself. Using yaourt instead of pacman for -Syu doesn't change much, its using it as a 'pacman for the AUR' which can cause confusion. Which is as well the only reason to use it....
    Durzo wrote:"learn how it works first" ...do you mean download each tarball PKGBUILD from the AUR separately, and then install with the "makepkg -is" command?
    Yes. The fact that you even know that's what you have to do is already good (perhaps better than those who have right-away gone for yaourt).
    There's no inherent 'negative' to yaourt (if you ignore the fact that it may not work following some pacman/libarchive upgrades) if you know how to live without it.

  • Bad Install Disk

    I have a 14 inch iBook, and recently figured out that my hard drive is bad. I can get on it, but the s.m.a.r.t. status is "failing". Anyways, I got a new external hard drive and I want to install Panther onto it, but the 1st disk is very scratched up, and when i start to install, it comes up with an error saying it can't read it, due to the scratches. Is there anyway I can get the system from my old hard drive to my new one, or do you think the Apple store would give me a new one? Thanks a lot.

    StrangeBrew89:
    In terms of the install disk, if you call Apple Customer Relations (not tech support) and tell them about your disk, the will replace your damaged disk for a small fee (about $20, I think). Lost disks cost about $60.
    Kenichi has described how you can make a bootable clone of your entire Hard Disk Drive, Operating System and all, from the original HDD in a firewire enclosure.
    If you plan to replace the internal HDD you will find directions at ifixit. The iBook is a bit of a chore getting into, but it is not difficult, just very intensive and time consuming. If you are handy with a screw driver you can do it. If you think you would like to do it, post back for some tips. Here is a list of available HDDs. You will not I selected an early model of 14" iBook since I am not sure of the exact model of your iBook. These drives will work on your computer. However, if you have a later model (after 2002), it will support a drive up to 160 GB.
    Please post back with further questions or comments.
    Cheers.
    cornelius

  • Bad Install DVD

    My Leopard Install DVD is bad and I cannot install from the disk. I tried cleaning the DVD media to no avail. Is it possible to get a replacement?

    There are no Apple stores in South Korea, so I guess my option is to try and call Apple support?
    I'm not sure how many localized versions there are of the documentation that comes with the Leopard package, but yours should include some information about your support options. And as I said, contacting the place of purchase may be of some help with this.

  • How to delete a language bad install?

    Hi everyone!
    I have installed SAP ECC 6, but I find that the load of language remain poorly done. You can remove this load, to be able to reinstall the language correctly.
    thanks

    Hi,
    Try to configure TREX once again.
    TREX supports the indexing of documents that exist in different languages. When TREX is installed, you select the languages to be identified by language recognition. You can retrospectively configure TREX to recognize additional languages.
    Go through the following link :
    http://help.sap.com/saphelp_nw04s/helpdata/en/e8/a86642a3423654e10000000a155106/frameset.htm
    Hope it will help you.
    Thanks,
    Nitesh Jain

  • Error message after bad install

    "getPlusPlus_Adobe_reg_bootstrap.exe has encountered a problem and needs to close"
    This happens each time I open firefox. I tried to uninstall / re-install adobe reader to no avail.
    Any ideas??
    Thanks !

    Hello, Kalimba:
    I'm not sure what the root cause of the problem is but I believe you are experiencing an issue with the Adobe DLM Firefox plugin for GetPlus. I have found a Mozilla support article which explains how to go about diagnosing plugin issues and how to disable/reinstall the offending plugin:
    http://support.mozilla.com/en-US/kb/Troubleshooting+plugins
    Let me know if this helps otherwise I will keep looking for a possible solution.
    Best regards,
         Michael

  • Leopard DVD won't boot after bad install

    I ran the leopard installation yesterday and I realized that i needed to do some more work on the drive before i installed, so i clicke cancel and restarted the computer. Now the dvd won't boot. I installed tiger again(came with laptop) and tried doing various other things with the disk. Almost any ntensive use of the disk (booting from it, trying to clone it, etc.) will result in the superdrive powering up and then down repeatedly, sans result. I left the leopard dvd to boot for hours and when it tries it gets to the grey logo and the drive does that power up/down cycle endlessly. I can boot from ubuntu's disk and the tiger disk that came with my computer. The disk mounts to the desktop, btw, and i can browse the files and everything. Apple support was no help.

    I've been doing some work with the disk. I did another attempt at creating a dmg from it and got the same result, so I googled the error which led me to a thread on this site with a similar issue. The error was input/output error. They found that it was due to a corrupt file... so I did a cp -r of the disk and it said that a few files did not exist:
    cp -r "Mac OS X Install DVD" /Users/mattebooks/Desktop/Leopard
    cp: Mac OS X Install DVD/usr/lib/libpython.dylib: No such file or directory
    cp: Mac OS X Install DVD/usr/lib/libpython2.5.dylib: No such file or directory
    cp: Mac OS X Install DVD/usr/lib/libpython2.dylib: No such file or directory
    cp: Mac OS X Install DVD/usr/lib/libruby.1.dylib: No such file or directory
    cp: Mac OS X Install DVD/usr/lib/libruby.dylib: No such file or directory
    cp: Mac OS X Install DVD/usr/lib/libtcl.dylib: No such file or directory
    cp: Mac OS X Install DVD/usr/lib/libtcl8.4.dylib: No such file or directory
    cp: Mac OS X Install DVD/usr/lib/libtk.dylib: No such file or directory
    cp: Mac OS X Install DVD/usr/lib/libtk8.4.dylib: No such file or directory
    So I set Finder to show hidden files and went to these files libpython and libpython2.5 are aliases of libpython2 and libpython2 is an alias of a file in a non-existing folder. A little more digging and I find out that the python, ruby, tcl and tk framework folders are all missing, all from the same folder... interesting. Maybe I could add the files in and reburn the disk. My guess is that the loader looks for these files repeatedly. The path to the files is /System/Library/Frameworks/... If anyone could email these to me I could try and rebuild the disk...

  • Bad install or bug in my copy of FCP ?

    Hi there,
    I experience some weird problems with my new version of FCP7, such as unable to copy paste, delete, blocks of text or pictures in the ti;eline or simply save my project when I use the cmd C,V or S.
    All these work when I use them from the edit menu. Forinstance, I can copy from the edit menu and paste with cdmV.
    Everything works fine if
    - I delete FCP preferences (user data folder and plist)prior to restart. Then FCP is asking serial number, and works fine, until I switch off the computer or restart, or log off and relog. Then the same weird behavior occurs...
    Of course I checked that cdm+any key is working in other applications.
    All that to say I believe that either the FCP7 disk that I used to install on my brand new Mac (no migration performed) with OS10.6.2 is faulty
    or that there was a glitch during the installation process.
    What would be the best way to proceed
    1) to know whether the disk is faulty
    2) to re-install FCP (should I reinstall the whole package as I have not yet tried motion, and other applications ...)
    I understand that reinstall is not going to wipe off the previous install. Is that correct ?
    Could someone advise me so as I don't spend my whole week end fooling around doing wrong things...
    Thanks in advance
    Ivan

    Hi,
    If you do a search on this forum you will find that doing a clean install of SL followed by Final Cut Studio is the best way to avoid problems including, possibly, the ones you have.
    DM

  • 3.0.2 plugin & 3.4.1 Eclipse Bad install

    Fresh install of Eclipse "all in one" (includes PDT and the
    debugger) and Flex plugin seem to install as there are no errors
    reported during installation but nothing for Flex works in Eclipse.
    All kinds of errors about failing to instantiate this or that.
    Thanks for any help.

    Hi Andre,
      Im in the US so it maybe a different server for me. I think they are trying to replace those downloads with the sp11 package thats advertised on the home page. I would click on HOME then look on the first article titled "New SAP NetWeaver 04 Sneak Preview Package"
    You should then see a grid of two possible downloads. I would download the first one (The slim edition). This is the NetWeaver Developer Workplace (J2EE + NWDS). You may not want that but you can remove the j2ee engine later, or there may be an option to install NWDS alone.
    hope this helps,
    Wael

  • My adobe Premiere Pro bad install!!!

    I installed the CS5 package which included adobe premiere pro CS5, but for some reason, it shows up as an icon of a blank piece of paper and an ex through it. Now this was on a Mac Book Pro with the OSX Snow Leopard...Can someone help?

    What exact MacBook? Sounds like you don't meet the system requirements and are running with the 32bit kernel...
    Mylenium

  • Bad install disk - unable to retry

    Attempting to install Solaris on a laptop. The first CD went fine. The second CD failed about 70% through. Redownloaded and burnt the second disk, though I can't get it to reattempt the second disk install - it wants to go straight to 3, which, even when I put that in, does not recognize it as disk 3.
    Very new to Solaris and unix/linux-like systems. Any way to restart my installation?

    The best way to use a DVD which is faster and efficient.
    Imran

  • Bad install of Oracle81

    So that we may better diagnose problems, please provide the following information.
    - Server name
    - Filename
    - Date/Time
    - Browser + Version
    - O/S + Version
    - Error Msg
    My SQL & PL/SQL instructor at Community College of Denver let me borrow his disk to install Oracle on my home PC, with the stipulation that I register with you folks. The install seemed to go well, until the part that I had to reboot to activate the new version of autoexec.bat. WINDOWS could not completely load because it could not find win.com. Fortunately, the message about autoexec.bat gave me a clue--so I renamed the Oracle version of autoexec.bat to something else, figured out what MY version was, & renamed IT. I was scared silly, so now I want to just deinstall Oracle--but the DEINSTALL won't work.//There's an Oracle folder directly in the c:\ directory; a WinZip .cab file in C:\Windows\Options\Cabs\PWS; Two folders in C:\Windows\ StartMenu\Programs; and an Oracle folder in c:\ProgramFiles.//My QUESTION is: If I delete those files and folders, will Oracle be deinstalled? Or will there still be some hooks somewhere?//
    Thanks for any help you can give me. Sincerely, Ada Baniszewski
    Still pretty nervous -- wish I could've made it work.

    Did you try an EFI install instead of Bootcamp? What Mac year/model is it? Are you able to bring up Recovery via Command+R? If the GPT is corrupted, it should use the backup, unless both are corrupted during the W8.1 installation, which is unlikely.

  • Solution for bad install files in B1DE

    Sometimes when try make install files in B1DE, intall files created but after registration addon not run (Addon is disconnected).
    In Your Addon VB Project You can remove WB.pdb, WB.exe, Interop.SBODI_Server from BIN folder, Interop.SBODI_Server from OBJ folder, and WB.exe, nad WB.pdb from OBJ\DEBUG.
    Now You have to run this project and make install files in B1DE.
    Krzysztof Sala

    It's just solution for simple installer
    k.s.

  • "Sounds like a bad install. Backup then restore via iTunes. Restoring iOS Software"

    Cant back up because the phone turns off so quickly.  Is there any way to reverse the install quickly?

    Assuming you have a default itunes installation, that list should keep you covered.
    It's got a lot of folder paths for XP, though.Your profile says Win 7 which  uses this folder, for instance in step 11.
    \Users\(username)\AppData\Roaming\Apple Computer\MobileSync\Backup\
    XP uses the \Documents and Settings\; W7 doesn't.
    Here's an apple article on iphone backups:
    http://support.apple.com/kb/ht1766
    The main file to backup for ratings, play lists, etc is the ITL file.
    Don't forget to deauthorize your PC before you wipe it.

Maybe you are looking for