Recovering earlier installed Windows 7 after installing Arch Linux

I'm trying to boot windows on my ASUS notebook.
There was windows 7 from the very beginning (disks C:\ and D:\), then I divided disk D:\ on several partitions and installed Arch Linux. I overwrited Windows boot information by boot part of Linux. Now I want to recover windows, that I still have on hard drive. It doesn's matter what there will be: dualboot or only windows (but dualboot is prefered).
Disk info:
[jhon@fckrsns ~]$ sudo fdisk -l
Disk /dev/sda: 698.7 GiB, 750156374016 bytes, 1465149168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 1AFC9DFF-CD3B-4CE1-8CAF-41C3E5B75772
Device Start End Size Type
/dev/sda1 2048 411647 200M EFI System
/dev/sda2 411648 673791 128M Microsoft reserved
/dev/sda3 673792 586731519 279.5G Microsoft basic data
/dev/sda4 586731520 691589119 50G Linux filesystem
/dev/sda5 1412718592 1465147391 25G Windows recovery environment
/dev/sda6 691589120 901304319 100G Linux filesystem
/dev/sda7 901304320 1412718591 243.9G Microsoft basic data
[jhon@fckrsns ~]$ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 698.7G 0 disk
├─sda1 8:1 0 200M 0 part /boot
├─sda2 8:2 0 128M 0 part
├─sda3 8:3 0 279.5G 0 part
├─sda4 8:4 0 50G 0 part /
├─sda5 8:5 0 25G 0 part
├─sda6 8:6 0 100G 0 part /home
└─sda7 8:7 0 243.9G 0 part
sr0 11:0 1 1024M 0 rom
[jhon@fckrsns ~]$ lsblk -f
NAME FSTYPE LABEL UUID MOUNTPOINT
sda
├─sda1 vfat 4DEB-D6D2 /boot
├─sda2
├─sda3 ntfs OS 62364BE9364BBCB3
├─sda4 ext4 c4da4683-871a-49fa-96a3-4da11387d31d /
├─sda5 ntfs Recovery 8ECE4F50CE4F2FAF
├─sda6 ext4 3eba01c6-e422-4542-8442-16064c74a563 /home
└─sda7 ntfs 3B29E7794F6CD932
sr0
OS partition (/dev/sda3):
[jhon@fckrsns /]$ ls /run/media/jhon/OS
altera Boot djvureader DrWeb Quarantine eSupport hiberfil.sys MSOCache N56VM.BIN pagefile.sys Program Files Recovery SecurityScanner.dll VisualCLibs
AsusVibeData bootmgr Documents and Settings eclipse Games Intel MS.Office.2007.Portable.micro.v.1.16 N56VZ.BIN PerfLogs Program Files (x86) $Recycle.Bin System Volume Information Windows
AVScanner.ini BOOTSECT.BAK DOSBox_SIM END gcc Keil_v5 mtd NVIDIA ProgramData Qt R.G. Catalyst Users
I tried to recover MBR with different ways:
with syslinux:
[jhon@fckrsns /]$ sudo dd if=/usr/lib/syslinux/bios/mbr.bin of=/dev/sda
0+1 records in
0+1 records out
440 bytes (440 B) copied, 0.0226394 s, 19.4 kB/s
with ms-sys:
[jhon@fckrsns /]$ sudo ms-sys --partition /dev/sda1
Start sector 2048 (nr of hidden sectors) successfully written to /dev/sda1
Physical disk drive id 0x80 (C:) successfully written to /dev/sda1
Number of heads (255) successfully written to /dev/sda1
[jhon@fckrsns /]$ sudo ms-sys --mbr7 /dev/sda
Windows 7 master boot record successfully written to /dev/sda
But there is still no way to boot windows.
I run grub-mkconfig before and after these manipulations with MBR:
[jhon@fckrsns ~]$ sudo grub-mkconfig -o /boot/grub/grub.cfg
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-linux
Found initrd image: /boot/initramfs-linux.img
Found fallback initramfs image: /boot/initramfs-linux-fallback.img
No volume groups found
done
[jhon@fckrsns /]$ sudo os-prober
/dev/cdrom: open failed: No medium found
No volume groups found
I installed rEFInd, now I have two choices on boot screen: vmlinuz-linux, which it founded, and my earlier installed grub bootloader.
Maybe I missed something, but i don't know what exactly.
Last edited by Jhon (2014-09-28 16:45:38)

Now I know that I don't need MBR at all (but google told me that recovering windows = recovering MBR..)
Are there any ways to recover boot information on EFI system partition from Linux without using Windows Live CD and it's bootrec.exe?
I have bootmgr and bootmgfw.efi files on /dev/sda3 (partition with windows installed), what else I need? Simple copy of bootmgfw.efi to /boot/EFI/Microsoft/Boot/bootmgfw.efi and addition of custom menu item to /etc/grub.d/40_custom does'nt work. There is Windows now in rEFInd and GRUB menus, but there is error on loading.

Similar Messages

  • Install 2nd instance of Arch Linux without internet connection

    I have successfully install a first instance of Arch Linux using Arch Linux ISO + pacstrap + pacman with internet connection.
    I have updated to latest package database list (/var/lib/pacman/sync) and package cache files (/var/cache/pacman/pkg) in first instance of Arch Linux with "pacman -Swyu".
    Next, I would like to install 2nd instance of Arch Linux without using internet connection.
    I share the "/var/lib/pacman/sync" and "/var/cache/pacman/pkg" via NFS from first Arch Linux instance.
    I boot the 2nd instance with Arch Linux ISO and attempt to install without internet connection.  I mount the two NFS shares from 1st instance to "/var/cache/pacman/pkg" and "/mnt/var/lib/pacman/sync" respectively.  I execute
       # pacstrap -i -c /mnt"
    to start installation.
    I found it is almost impossible with current implementation of pacstrap script.  The pacstrap script always attempt to update package database list with -Sy option.
    I think some amendments on pacstrap script is needed to install Arch Linux without internet connection.

    I made the edit by adding the option -o to do what you want.
    I am too lazy for a feature request right now...
    #!/bin/bash
    # Assumptions:
    # 1) User has partitioned, formatted, and mounted partitions on /mnt
    # 2) Network is functional
    # 3) Arguments passed to the script are valid pacman targets
    # 4) A valid mirror appears in /etc/pacman.d/mirrorlist
    shopt -s extglob
    out() { printf "$1 $2\n" "${@:3}"; }
    error() { out "==> ERROR:" "$@"; } >&2
    msg() { out "==>" "$@"; }
    msg2() { out " ->" "$@";}
    die() { error "$@"; exit 1; }
    in_array() {
    local i
    for i in "${@:2}"; do
    [[ $1 = "$i" ]] && return
    done
    track_mount() {
    mount "$@" && CHROOT_ACTIVE_MOUNTS=("$2" "${CHROOT_ACTIVE_MOUNTS[@]}")
    api_fs_mount() {
    CHROOT_ACTIVE_MOUNTS=()
    { mountpoint -q "$1" || track_mount "$1" "$1" --bind; } &&
    track_mount proc "$1/proc" -t proc -o nosuid,noexec,nodev &&
    track_mount sys "$1/sys" -t sysfs -o nosuid,noexec,nodev &&
    track_mount udev "$1/dev" -t devtmpfs -o mode=0755,nosuid &&
    track_mount devpts "$1/dev/pts" -t devpts -o mode=0620,gid=5,nosuid,noexec &&
    track_mount shm "$1/dev/shm" -t tmpfs -o mode=1777,nosuid,nodev &&
    track_mount run "$1/run" -t tmpfs -o nosuid,nodev,mode=0755 &&
    track_mount tmp "$1/tmp" -t tmpfs -o mode=1777,strictatime,nodev,nosuid
    api_fs_umount() {
    umount "${CHROOT_ACTIVE_MOUNTS[@]}"
    valid_number_of_base() {
    local base=$1 len=${#2} i=
    for (( i = 0; i < len; i++ )); do
    (( (${2:i:1} & ~(base - 1)) == 0 )) || return
    done
    mangle() {
    local i= chr= out=
    unset {a..f} {A..F}
    for (( i = 0; i < ${#1}; i++ )); do
    chr=${1:i:1}
    case $chr in
    [[:space:]\\])
    printf -v chr '%03o' "'$chr"
    out+=\\
    # fallthrough
    out+=$chr
    esac
    done
    printf '%s' "$out"
    unmangle() {
    local i= chr= out= len=$(( ${#1} - 4 ))
    unset {a..f} {A..F}
    for (( i = 0; i < len; i++ )); do
    chr=${1:i:1}
    case $chr in
    if valid_number_of_base 8 "${1:i+1:3}" ||
    valid_number_of_base 16 "${1:i+1:3}"; then
    printf -v chr '%b' "${1:i:4}"
    (( i += 3 ))
    fi
    # fallthrough
    out+=$chr
    esac
    done
    printf '%s' "$out${1:i}"
    dm_name_for_devnode() {
    read dm_name <"/sys/class/block/${1#/dev/}/dm/name"
    if [[ $dm_name ]]; then
    printf '/dev/mapper/%s' "$dm_name"
    else
    # don't leave the caller hanging, just print the original name
    # along with the failure.
    print '%s' "$1"
    error 'Failed to resolve device mapper name for: %s' "$1"
    fi
    fstype_is_pseudofs() {
    # list taken from util-linux source: libmount/src/utils.c
    local -A pseudofs_types=([anon_inodefs]=1
    [autofs]=1
    [bdev]=1
    [binfmt_misc]=1
    [cgroup]=1
    [configfs]=1
    [cpuset]=1
    [debugfs]=1
    [devfs]=1
    [devpts]=1
    [devtmpfs]=1
    [dlmfs]=1
    [fuse.gvfs-fuse-daemon]=1
    [fusectl]=1
    [hugetlbfs]=1
    [mqueue]=1
    [nfsd]=1
    [none]=1
    [pipefs]=1
    [proc]=1
    [pstore]=1
    [ramfs]=1
    [rootfs]=1
    [rpc_pipefs]=1
    [securityfs]=1
    [sockfs]=1
    [spufs]=1
    [sysfs]=1
    [tmpfs]=1)
    (( pseudofs_types["$1"] ))
    newroot=/mnt
    hostcache=0
    copykeyring=1
    copymirrorlist=1
    offline=0
    usage() {
    cat <<EOF
    usage: ${0##*/} [options] root [packages...]
    Options:
    -C config Use an alternate config file for pacman
    -c Use the package cache on the host, rather than the target
    -d Allow installation to a non-mountpoint directory
    -G Avoid copying the host's pacman keyring to the target
    -i Avoid auto-confirmation of package selections
    -M Avoid copying the host's mirrorlist to the target
    -o Do not update the pacman cache for offline installation
    -h Print this help message
    pacstrap installs packages to the specified new root directory. If no packages
    are given, pacstrap defaults to the "base" group.
    EOF
    if [[ -z $1 || $1 = @(-h|--help) ]]; then
    usage
    exit $(( $# ? 0 : 1 ))
    fi
    (( EUID == 0 )) || die 'This script must be run with root privileges'
    while getopts ':C:cdGiMo' flag; do
    case $flag in
    C)
    pacman_config=$OPTARG
    d)
    directory=1
    c)
    hostcache=1
    i)
    interactive=1
    G)
    copykeyring=0
    M)
    copymirrorlist=0
    o)
    offline=1
    die '%s: option requires an argument -- '\''%s'\' "${0##*/}" "$OPTARG"
    die '%s: invalid option -- '\''%s'\' "${0##*/}" "$OPTARG"
    esac
    done
    shift $(( OPTIND - 1 ))
    (( $# )) || die "No root directory specified"
    newroot=$1; shift
    pacman_args=("${@:-base}")
    if (( ! hostcache )); then
    pacman_args+=(--cachedir="$newroot/var/cache/pacman/pkg")
    fi
    if (( ! interactive )); then
    pacman_args+=(--noconfirm)
    fi
    if (( ! offline )); then
    pacman_args+=(-y)
    fi
    if [[ $pacman_config ]]; then
    pacman_args+=(--config="$pacman_config")
    fi
    [[ -d $newroot ]] || die "%s is not a directory" "$newroot"
    if ! mountpoint -q "$newroot" && (( ! directory )); then
    die '%s is not a mountpoint!' "$newroot"
    fi
    # create obligatory directories
    msg 'Creating install root at %s' "$newroot"
    mkdir -m 0755 -p "$newroot"/var/{cache/pacman/pkg,lib/pacman,log} "$newroot"/{dev,run,etc}
    mkdir -m 1777 -p "$newroot"/tmp
    mkdir -m 0555 -p "$newroot"/{sys,proc}
    # always call umount on quit after this point
    trap 'api_fs_umount "$newroot" 2>/dev/null' EXIT
    # mount API filesystems
    api_fs_mount "$newroot" || die "failed to setup API filesystems in new root"
    msg 'Installing packages to %s' "$newroot"
    if ! pacman -r "$newroot" -S "${pacman_args[@]}"; then
    die 'Failed to install packages to new root'
    fi
    if (( copykeyring )); then
    # if there's a keyring on the host, copy it into the new root, unless it exists already
    if [[ -d /etc/pacman.d/gnupg && ! -d $newroot/etc/pacman.d/gnupg ]]; then
    cp -a /etc/pacman.d/gnupg "$newroot/etc/pacman.d/"
    fi
    fi
    if (( copymirrorlist )); then
    # install the host's mirrorlist onto the new root
    cp -a /etc/pacman.d/mirrorlist "$newroot/etc/pacman.d/"
    fi
    # vim: et ts=2 sw=2 ft=sh:

  • S10e -- Can I install Windows XP onto my Linux-Netbook and same way Linux on Windows Netbook?

    Hello all,
    I wanna buy a S10e and I still have one question:  
    Can I install Windows XP onto my Linux-Netbook and same way Linux on my Windows Netbook?
    I wanna use Suse for all my net applications and still wanna Windows for just old games running on a long trip as flights ect..
    Is it possible? Install booth?
    Thanks 
    Message Edited by ykin on 01-24-2009 12:43 PM

    Boot Camp will only let you install onto an internal disk. This is largely because of Windows restrictions, not Mac OS restrictions. The beta thread has some supposed approaches to let you do this, using manual steps instead of using Boot Camp Assistant.
    Doug

  • Will effect software to be erase in windows after install Leopard?

    Any idea will effect those software are installed will be erased in windows section? like have to reinstall back all the software again or reformat the windows after installed the Leopard? Please advise if somebody know about it. Thank you in advance.

    Installing Mac OS X 10.5 will not erase the Windows partition or anything on it; only using the Disk Utility to erase the partition or repartition the drive will.
    (26114)

  • I just bought a 15" macbook pro, do the cds that come with the mac have the drivers i need to update windows after installing windows using boot camp?

    I just bought a 15" macbook pro, do the cds that come with the mac have the drivers i need to update windows after installing windows using boot camp?

    What DVDs are this ?
    If it is OSX Snow Leopard Installation DVD then yes this disc contains the BootCamp Drivers version 3.x and is needed after the installation of Windows to install the BootCamp Drivers.
    With OSX Lion BootCamp is at version 4.x and the BootCamp Drivers have to be downloaded during use of the BootCamp Assistant in OSX.
    Boot Camp 3.0, Mac OS X 10.6 FAQ
    Frequently asked questions about Lion and Boot Camp 4.0
    Stefan

  • How to recover Passwords Plus data after installing Lion?

    How to recover Passwords Plus data after installing Lion?

    While waiting for DataViz to rewrite the app, get another hard drive and install 10.6 on that; re-start from there, you can then open Passwords Plus. Use whatever method you like to copy the data. A bit of a chore yes, but I can't think of another way.
    There is in the AppStore Ascendo DataVault which performs the same function. I am going to wait a week for DataViz, then jump ship.

  • Windows XP and Arch Linux

    How do I install both Windows XP and Arch Linux on my system? I want to be able to boot either of the two from a menu that loads after the bios. I have created 4 partitions (NTFS, linux root, linux swap, linux home) and installed Windows XP on the NTFS system, as well as Linux on the other partitions. How do I go about the booting process? Are there any better ways of doing this than as above?
    Kirk
    PS How do I make a user supervisor in Arch Linux? When I try and reboot under my made user, I do not have sufficient rights.

    kirkl_uk wrote:How do I install both Windows XP and Arch Linux on my system? I want to be able to boot either of the two from a menu that loads after the bios. I have created 4 partitions (NTFS, linux root, linux swap, linux home) and installed Windows XP on the NTFS system, as well as Linux on the other partitions. How do I go about the booting process? Are there any better ways of doing this than as above?
    Just add the following in your /boot/grub/menu.lst
    # (1) Windoze XP
    title Windows XP Professional
    root (hd0,0)
    makeactive
    chainloader +1
    I assume from your description that you installed XP on the 1st partition of your 1st disc. If not, replace hd0,0 according to your setup.
    kirkl_uk wrote:PS How do I make a user supervisor in Arch Linux? When I try and reboot under my made user, I do not have sufficient rights.
    Just add that user in the root group in /etc/group. Or you can install sudo & 'man sudo' for details.
    However, believe me, you don't want to do something like that. In windoze if you try to delete, ie the windows folder through explorer it'll stop you, pointing that this is evil. In linux you can easily call a 'rm -rf /' (as root) and wipe your disc out .
    So better stick to a non-root user for everyday usage and su (or sudo) when you need root-access for a task.

  • How to install iWork after installing the iOS7

    How to install iWork after installing the iOS7.

    Oh, but it is since you have already erase the volume. What more do you wish to do? If you want to do an online Internet Recovery and your computer is able to do so, then do this:
    Install OS X Using Internet Recovery
    Boot to the Internet Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND-OPTION- R keys until a globe appears on the screen. Wait patiently - 15-20 minutes - until the Recovery main menu appears.
    Partition and Format the hard drive:
    Select Disk Utility from the main menu and click on the Continue button.
    After DU loads select your newly installed hard drive (this is the entry with the mfgr.'s ID and size) from the left side list. Click on the Partition tab in the DU main window.
    Under the Volume Scheme heading set the number of partitions from the drop down menu to one. Click on the Options button, set the partition scheme to GUID then click on the OK button. Set the format type to Mac OS Extended (Journaled.) Click on the Partition button and wait until the process has completed. Quit DU and return to the main menu.
    Reinstall OS X: Select Reinstall OS X and click on the Install button. Be sure to select the correct drive to use if you have more than one.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible because it is three times faster than wireless.
    This should restore the version of OS X originally pre-installed on the computer.

  • Problems recovering HP Stream 7 after installing Windows 10 TP

    Hi all
    About a month ago I bought the HP Stream 7. Soon after receiving it, I installed Windows 10 TP, without first creating and saving a System Recovery Image on an external drive. While playing with Windows 10 TP, suddently the touch screen stopped working, as well as WLAN. The SD card is not recognized eiter (and I am unable to boot from it). I now can with Windows only when attaching an external USB keyboard. I am able to enter the BIOS (Power-Volume-Down).
    I have been trying to revert to Windows 8.1, so far unsuccessful. I have tried the regular Windows recovery mechanisms - all fail. When booting from a USB 2.0 stick with Windows 8.1 32-bit install source attached to a bus-powered USB hub, I at least am able to boot, and I see that partition 4 is a recovery partition. Yet when mounting the partition (via DISKPART) in order to check for recovery images in the "Windows Images" folder I only get "Access denied".
    Does anyone have advice on how to recover my HP Stream 7?
    Thanks for reading!
    /Maurice
    This question was solved.
    View Solution.

    Yes, I don't think you can delete the partition with DISKPART, I think you should be able to delete all the partitions from the 8.1 installation GUI, select Advanced mode where it shows all the partitions?  Delete them all and click Next and it should hopefully install to the clean disk.  It works this way for Windows 10 at least.  If this fails, you might also wipe the drive clean and install the latest version of 10 and then install the drivers from hp.com, I did that today and everything seems to be working well.
    Also, FYI, it is not possible to boot from the micro SD slot, it apparently is not supported in the UEFI firmware.

  • Satellite A200-137 - Can not install windows after hard disk crash

    last week my a200-137 crashed and now i have new hitachi 500 gb hdd on it, same as before the crash.
    I install with Toshiba recovery DVD windows Vista on it and after succesfull install i have to start windows, it says preparing windows for first use then i have to wait a moment and then i get the message that windows installation is not completed. But it is complete!
    After trying for 3 times installing with recovert I tried to install windows xp.
    After a couple of minutes and transering files, I get the message no disk found! It says that there is no hard disk on the laptop!
    But when I start up the boot menu or the setup menu I can see the 500 gb Hitachi hard disk!
    So why can windows not find the hard disk and why can I not start windowds visat after installing with the recovery dvd?

    > So why can windows not find the hard disk and why can I not start windowds visat after installing with the recovery dvd?
    On this virtual way it is not easy to say why you cannot install recovery image. It would be interesting to know if the same will happen when you replace HDD with the same or identical one.
    Which capacity has had original HDD?
    If possible try to obtain original Microsoft installation disc and check if HDD will be recognized by Vista or Win7 and of course if you will be able to install and start preinstalled OS.
    About WXP installation: it is well known that WXP installation will not starts properly due to missing SATA driver that must be loaded before WXP installation starts.
    Check this forum and you will find hundreds of threads with detailed explanation why this happen and what can you do about it.

  • MSI GE620 can't boot to windows after installing CoreCenter 2.0.6.8

    I have made a very huge mistake by installing an overclocking software without knowing anything about overclocking :(
    Here is what I have done
    - I installed CoreCenter version 2.0.6.8, after the installation finished it ask me to reboot the system, so I reboot.
    - First my system won't shutdown it tell be that S-Bar (an toolbar that come with my GE 620 laptop) prevent me from shutdown, so I hit force shutdown. Then the system started to shutdown but it stuck at windows logo (Shutting down screen) so I hold down the power button to force turn off
    - Windows gives me an option to boot into safe mode (because I hold down the power button and it is unexpected shutdown), I hit start Windows normally
    - It goes into a Windows logo screen like normal, but it won't boot. It's just stuck at the Windows logo screen. At this time I tell myself "OMG what I have done!???"
    - I try most option in a boot option (not sure what it called, it's a menu brings up when you press F8). I tried boot into safe mode, safe mode with cmd (both stuck at loading disk.sys), repair system, enable low res (640x480), last known good config, Directory service restore mode and debugging mode. None of them are able to boot.
    - I grab a Windows 7 Ultimate repair disc that I have created long time ago. And.... "Oh no! It even cannot boot into a repair disc!"
    - I give a Hiren's BootCD 15.2 a try. I boot Mini XP from that disc and..... It can't even boot XP from the CD.
    - Ok Ok, maybe it mess something with BIOS setting, I press DEL into a BIOS setting (I believed) and hit restore all setting to default. Unfortunately, my system still won't boot.
    Any idea of how I can uninstall this CoreCenter or any clues that what it have done to my system?
    The only thing I know for now is just re-installing Windows, but I need to backup some data in C:/ first. I think I can install windows without formatting and backup some data and re-install it with format.
    My system information
    MSI GE620 laptop (All of hardware is stock, I didn't change anything. Just install extra 4 GB of RAM)
    CPU: Core i7 2630QM
    GPU: nVidia GeForce GT 540M / 1 GB DDR3
    RAM: 8 GB
    OS: Windows 7 Ultimate x64
    Update: I can't even boot from a Windows 7 installation disc!! *cry*

    Having not yet installed Developer 6 on my own system, (still running most recent 200 version), I can't be exactly sure. However your problem sounds a lot like the problem I encountered in trying to get my Dev 2000 install to connect.
    Here are some things to check:
    Is your listener running?
    Is your listener properly configured to look for your host machine?
    Look in the Oracle Net 8 Assitant utility and see how many listeners have been established. This is where my problem existed. I had 2 listeners. One was trying to connect to my loop back address (127.0.0.1) and could not. The other was properly configured for my host address but would not run because of the failure of the other. Once I removed the listener the was using the loop back address things began to work.
    Make sure you have the appropriate alias set up through SQL Net Easy Config and/or Net8 Config.
    Thats all I can think of for now.
    Hope something I said will help.

  • 2010 Mac Pro Boot Camp - Refuses to boot Windows after installing Boot Camp drivers

    Hey all,
    I have a quad 3.2Ghz 2010 Mac Pro with a Radeon 5870 and 8 GB RAM.
    I have 2 10000RPM WD Raptor drives, the first drive is my Lion boot drive. The 4th bay contains the second Raptor which has Windows 7 Ultimate 64 bit installed. Bay 2 has Time Machine, bay 3 has a Windows backup drive.
    I had first installed Windows and the Boot Camp drivers a few months ago and everything was humming along smoothly. Monday I tried to boot into Windows and it crashed immediately after the black Booting Windows screen started to change to the login window. This happened repeatedly. Nothing changed on the system that I am aware of. Whenever I tried to boot windows again, it booted into the repair mode. That did not seem to work because after running the repair it would still not boot.
    So I did what is usually required of Windows, and that was to reinstall. I reformatted the hard drive, ran Boot Camp assistant, and started the install.
    Everything was peachy so far, so I tried to reinstall the Boot Camp drivers (4.0). Did a reboot. Same problem. Doh!
    So I did ANOTHER reinstall, and everything was fine. But this time I tried to install the Boot Camp drivers off the os install disc that came with my Mac (3.1). Still no go!
    So finally I did my third reinstall and after that I did not install Boot Camp drivers. However, I did load up the CD and individually installed drivers for the Apple Mouse, Apple Keyboard, Cinema Display, etc. No problems whatsoever. Everything is actually still humming along fine.
    So it looks like running the full Boot Camp install for some reason no longer works. Which means I am missing the Apple Boot Camp control panel, but that's not really a big deal. Althought it's quite annoying to not have the functionality of the special Mac keyboard keys like volume control, etc.
    Has anyone run into this? I thought it might be a hardware problem but my Mac OS X OS exhibits no problems whatsoever.
    Thanks!

    Thank you to The hatter.
    I have a Mac Pro mid 2010 with a SSD and several internal hard disks. For some time I was trying to install Windows 7 on a fresh boot camp volume on a new WD 7200rpm 1TB hard disk. It was taking hours to install, and then I had a series of failures to reboot that proved permanent. The Window Repair utility would come up and took forever to repair the volume - but failed to actually do so, requiring completion reinstallation of the bootcamp volume. This occurred three times, between 1 day and 2 months after installation. I had already moved the Windows drive in to drive slot 1 of the Mac Pro.
    Eventually I gave up and installed boot camp on a secondary partition of the SSD. This worked fine, however is limited in capacity. So yesterday I thought I would try to install Windows on the hard disk again. The Windows installer took many hours to do its thing, and eventually a message came up that the installation had failed.
    I took your tip about possible hard disk failure, and ran Techtool Pro surface scan. It turns out that there are lots of bad blocks being reported. According to Micromat's documentation, the bad blocks being reported are those that may be in critical areas of the disk that cannot be mapped out. They recommend low level reinitialisation (with zeros) to map out the bad blocks, if possible. I am now running Apple's Disk Utility to do this, and fingers crossed that this reinitialisation succeeds, or I will have to replace the drive.

  • Startup error message while starting up Windows after installing NI Circuit Design Suite 10

    Hi.
    I recentely acquired NI Circuit Design Suite Student Edition v10.
    After installing it on my computer I began receiving the following error message everytime I booted up Windows.
    Faulting application nidmsrv.exe, version 4.7.1.8, faulting module unknown, version 0.0.0.0, fault address 0x007fc66f.
    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
    I checked the Windows logs and found other error messages when the system booted:
    Event Type: Error
    Event Source: Application Error
    Event Category: (100)
    Event ID: 1000
    Date:  12-01-2008
    Time:  13:17:54
    User:  N/A
    Computer: THINKPADT30
    Description:
    Faulting application nidmsrv.exe, version 4.7.1.8, faulting module unknown, version 0.0.0.0, fault address 0x007fc66f.
    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
    Data:
    0000: 41 70 70 6c 69 63 61 74   Applicat
    0008: 69 6f 6e 20 46 61 69 6c   ion Fail
    0010: 75 72 65 20 20 6e 69 64   ure  nid
    0018: 6d 73 72 76 2e 65 78 65   msrv.exe
    0020: 20 34 2e 37 2e 31 2e 38    4.7.1.8
    0028: 20 69 6e 20 75 6e 6b 6e    in unkn
    0030: 6f 77 6e 20 30 2e 30 2e   own 0.0.
    0038: 30 2e 30 20 61 74 20 6f   0.0 at o
    0040: 66 66 73 65 74 20 30 30   ffset 00
    0048: 37 66 63 36 36 66         7fc66f 
    Event Type: Error
    Event Source: Application Error
    Event Category: (100)
    Event ID: 1004
    Date:  12-01-2008
    Time:  13:18:51
    User:  N/A
    Computer: THINKPADT30
    Description:
    Faulting application nidmsrv.exe, version 4.7.1.8, faulting module unknown, version 0.0.0.0, fault address 0x007fc66f.
    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
    Data:
    0000: 41 70 70 6c 69 63 61 74   Applicat
    0008: 69 6f 6e 20 46 61 69 6c   ion Fail
    0010: 75 72 65 20 20 6e 69 64   ure  nid
    0018: 6d 73 72 76 2e 65 78 65   msrv.exe
    0020: 20 34 2e 37 2e 31 2e 38    4.7.1.8
    0028: 20 69 6e 20 75 6e 6b 6e    in unkn
    0030: 6f 77 6e 20 30 2e 30 2e   own 0.0.
    0038: 30 2e 30 20 61 74 20 6f   0.0 at o
    0040: 66 66 73 65 74 20 30 30   ffset 00
    0048: 37 66 63 36 36 66         7fc66f 
    Event Type: Error
    Event Source: Application Error
    Event Category: None
    Event ID: 1001
    Date:  12-01-2008
    Time:  13:21:33
    User:  N/A
    Computer: THINKPADT30
    Description:
    Fault bucket 619997672.
    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
    Data:
    0000: 42 75 63 6b 65 74 3a 20   Bucket:
    0008: 36 31 39 39 39 37 36 37   61999767
    0010: 32 0d 0a                  2..    
    Event Type: Error
    Event Source: Service Control Manager
    Event Category: None
    Event ID: 7034
    Date:  12-01-2008
    Time:  13:18:12
    User:  N/A
    Computer: THINKPADT30
    Description:
    The National Instruments Domain Service service terminated unexpectedly.  It has done this 1 time(s).
    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
    I checked the forums at NI and found a similar problem with a computer with Windows Vista installed. I have Windows XP Professional installed on the computer, but tried the update through the self updating feature of the NI software.
    After the update the problem remains exactly the same.
    To find out more about the error, I checked several Windows properties to identify the cause of the problem. One thing I found was on the Services control, under Administrative Tools. After the error message during boot, the services window shows up 2 services whose status is "Stopping" and the startup type is "Automatic". This services are:
    Lookout Citadel Driver
    National Instruments Time Sincronization
    I'm using an IBM ThinkPad T30 (Type 2366-BG1) with Windows XP Professional with 768Mb of memory, 80GB HDD.
    Can anyone give me some hints on this matter?
    Thank you in advance.

    Good morning.
    I tried the steps suggested but the problem remained. I then decided to try some aditional steps and apparently the problem is solved. I describe the steps I took bellow.
    The problem was related to my antivirus / firewall solution, Panda Antivirus + Antispyware 2007.
    1. I changed the previously mentioned Windows services startup to "Manual" instead of "Automatic".
    2. Rebooted the computer.
    3. Opened the services control in Administrative Tools.
    4. Selected the first service "Citadel..." and pressed the "Start" button.
    5. After a few seconds, the firewall solution presented a window stating that the program was attempting to access the internet (or my LAN). I selected "Always allow".
    6. I repeated this step for all the others NI services. Some produced the same feedback, others didn't.
    7. Changed the startup type of the services to the values I had written down before.
    8. Rebooted the computer and everything worked fine.
    It seems my firewall solution is unable to cope with a program trying to access the Internet (or network) before a user logs in.
    Thank you for your support.
    Best regards,
    Alexandre Ventura
    Message Edited by AlexandreV on 01-25-2008 04:56 AM

  • Installing RSTE after install of Windows 7 Ultimate

    I have the HP H9-1170T Desktop PC . This unit shipped with a Hitachi 1.5TB HD as the C drive, with GPT configuration and the OS on one partition, the recovery partition separate, and another partition for GPT. It was running OEM Windows 7 Home Premium. The device configuration was set at RAID.
    I installed Windows 7 Ultimate 64 bit with a 250GB WD Velociraptor as my C: Drive.
    I had a lot of trouble installing the operating system until I read up on UEFI and the Device Configurations.
    It took me 1 1/2 days to figure out the solution
    The install would halt at the cd drivers and ask for the disk. So I went into the BIOS and changed the device configuration for SATA from RAID to AHCI and the install continued without problems.
    I have downloaded HP SP59479 - Intel Rapid Storage Technology Driver (RSTE). IF I try to install this update, the system comes back and tells me "Your system does not meet the minimum requirements for installation."
    How can this be, when it came shipped with this installed and running?
    I don't believe that a UEFI partition with GPT is a requirement.
    At least it doesn't appear so based on Intel's Specs.

    I don't like your attitude.
    First of all, I am not a "you people."
    Second of all, I don't work for HP, so don't take your frustrations out on me!
    If you choose to trifle with your PC when you don't know what you're doing, that isn't my problem.  It's YOURS!
    The original question you asked was why you couldn't install the RST driver, and I explained that to you.
    Not at any time until you blew your stack, did you state that you wanted to run W7 in RAID mode.
    Had you asked that question originally, it would have saved us time, frustration and not resulted in this animosity.
    To install Windows 7 in RAID mode on your PC, you need to download and extract the Intel X79 chipset SATA Raid drivers onto a USB flash drive.
    In order to do that, download the file at the link below.
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=cp-111117-1&cc=us&dlc=en&lc=en...=
    Use the free 7-zip file utility to extract the files from the exe. 
    http://7-zip.org/
    Open the src folder, and then open the x64 folder. Copy the contents of the x64 folder (without the folder) onto your usb flash drive.
     Then you need to go into the BIOS and change the storage controller setting from AHCI to RAID. Save the setting.
    Then, you need to boot from the W7 installation disk, select the advanced installation options, and select the option to install a SATA/RAID driver.   Have your USB flash drive plugged into a usb port.
    You should then see the correct driver appear on your usb flash drive, if you leave the box checked to only inlcude compatible drivers.  The driver it should be indicating is the right one would be the Intel(R) C600 Series Chipset SATA RAID Controller.
    Windows 7 should install in RAID mode, and you can live happily ever after.

  • Hp 2000 fails to bring up windows after installing SEP64 antivirus.

    After restarting just after installing SEP64 Antivirus, computer comes up with failed to launch Windows. Options were cancel or go back to a good starting point. But, nothing seems to work...it just ends up showing HP in a circle with no "Thinking" indication. How can I get this HP 2000 laptop to get  back to normal?

    I spent 2.5 hours on the phone with HP tech support last .  Starting with changing the Bios date to 6/1/2006 and then started the recovery (3rd) time.  All look great unitl midnight when i went to bed .  It had loaded and ejected all 4 disks.  THE software installation was running.  This mornig I had a Recovery failed message.  Waiting fo rTech support to call me back (They are late). I can't do a refresh of windows 8 because the recovery has formatted the hard drive and you cannot get to an options screen. We havent reloaded any BIOS settings yet.  I am still waiting for tech support to call Case # 3017584806

  • Re-installing windows after upgrading hard drive?

    Hi, 
        Ive been searching through Google and on this site but I keep finding info on how to upgrade the hard drive or how to upgrade windows but I cannot find the answer to my specific question. 
    How do I install windows on my Satellite A305-S6905 after upgrading the hard drive? will the software be in the recovery discs that I made of the laptop? Do I have to contact toshiba for the discs? Will I need to enter a software KEY?

    Satellite A305-S6905 
    How do I install windows on my Satellite A305-S6905 after upgrading the hard drive? will the software be in the recovery discs that I made of the laptop? Do I have to contact toshiba for the discs? Will I need to enter a software KEY?
    You don't install anything. You restore the hard disk by laying down all the bytes it needs - one at a time.
    The recovery discs that you created will restore the hard drive to its original factory-new contents. No product key is necessary because that installation is preactivated.
    See the section Hard Disk Drive Recovery using the Recovery media, starting on p. 66 in the User's Guide.
       Satellite A300 Series User’s Guide
    -Jerry

Maybe you are looking for

  • Custom Tag Calling

    Can someone describe the process that JSF Servers use to call a tag. I'm writing a custom tag (actually a library of them) and I need one to call another tag. in other words: instead of: <my:tag1> <my:tag2> i'm creating a class called my:tag3, that w

  • CASH SALE-AUTO PGI AND BILLING

    Hai Gurus, This is a cash sale scenario. Delivery will be created at the time of saving the order. Now the requirement is that like delivery document created PGI and billing document also should be created. case: VA01-CREATE delivery created,pgi comp

  • HELP WRT54G: Remote Admin working with it DISABLED!

    I set up a web server last night and configure port forwarding to go to it (port 80). I connect to my IP address from the internet and I get the router configuration web page! I immediately changed my password from the default but now what. I have Re

  • Duplicate start process

    We have a problem wherein our process chains are getitng  triggered twice. The chains are scheduled by event triggering and events are triggered thru dummy jobs. WHen I  rescheduling I get this warning message. Several start processes with the same s

  • HP Mini Password help

    I'm getting error message and request for password for system. CNU9492ZM3 is the message Thanks This question was solved. View Solution.