The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    problem in dual bootin

    Discussion in 'HP' started by nishan82, May 20, 2008.

  1. nishan82

    nishan82 Newbie

    Reputations:
    0
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    5
    hi pals
    i have got a big problem, i bought a new hp notebook with vista installed and when i tried to dual boot the system after creating the partition it says that the there is no hard disk detected in ur system ,this msg comes when i strat installin xp in the system. help me out fellas
     
  2. rahulk

    rahulk Notebook Guru

    Reputations:
    2
    Messages:
    57
    Likes Received:
    0
    Trophy Points:
    15
    I had the same problem when I tried to dualboot, but what you need to do is slipstream the SATA driver for your hard drive in to your Windows Xp cd. Since Windows XP doesn't come with the SATA driver, it will not recognize your hard drive. Since i have a intel chipset, i downloaded the driver from their website. Also for the slipstream step i used the nLite software. If you have any questions feel free to ask.
     
  3. stewie

    stewie What the deuce?

    Reputations:
    3,666
    Messages:
    2,174
    Likes Received:
    0
    Trophy Points:
    55
    There is an easier way if you don't want to go through the trouble of slipstreaming.

    Before booting with XP CD, just go in your BIOS and change the SATA setting to "Compatibility" mode. You will change this back after XP installation, then install the proper SATA driver.

    Also, when you're installing XP with Vista installed already, once you installed XP, you won't be able to boot into your Vista again because the XP boot manager took over. You will have to use your Vista DVD and fix the Vista boot manager afterward. Here is a good step-by-step guide:

    http://apcmag.com/how_to_dual_boot_vista_and_xp_with_vista_installed_first__the_stepbystep_guide.htm
     
  4. flipfire

    flipfire Moderately Boss

    Reputations:
    6,156
    Messages:
    11,214
    Likes Received:
    68
    Trophy Points:
    466
    not all BIOS has the "native SATA" option.

    My dv2000 does but my dv2500 doesnt.
     
  5. timtravel42

    timtravel42 Notebook Virtuoso

    Reputations:
    827
    Messages:
    2,004
    Likes Received:
    1
    Trophy Points:
    56
    See the sticky in this subforum and it will tell you exactly what to do
     
  6. f15hp

    f15hp Notebook Consultant

    Reputations:
    2
    Messages:
    250
    Likes Received:
    0
    Trophy Points:
    30
    In order to get XP to dual boot with Vista you must install XP first and then Vista. I did not had the HDD problem you are having but that is how I got it working when I was dualbooting XP-Vista.
     
  7. dekka

    dekka Notebook Enthusiast

    Reputations:
    0
    Messages:
    33
    Likes Received:
    0
    Trophy Points:
    15
    I always see people use one harddrive for dual boot, are someone using 2 harddrives for dual boot ? I mean one HD for Vista and another HD for XP, I tried that but it did not work, I used EasyBCD1.7, if someone are using 2 HD for dual boot and works please tell me how to set it up. Thanks.
     
  8. stewie

    stewie What the deuce?

    Reputations:
    3,666
    Messages:
    2,174
    Likes Received:
    0
    Trophy Points:
    55
    True, didn't keep that in mind.

    Not true, my dual-boot Vista/XP, I installed Vista first on purpose because I wanted Vista to be at the beginning of the drive. You can install them in either sequence, it will work if you're installing them with the correct method.

    It does work, dual boot doesn't have to be on the same HDD. You just have to edit your boot.ini file to point to the right disc/partition for the 2nd OS. Either using EasyBCD or the built-in BCDEdit command line tool will work.

    Check out this tutorial on BCDEdit:

    http://www.pronetworks.org/forum/viewtopic.php?t=79102

    The Vista boot loader will still point to the XP boot.ini file when booting to XP, so maybe it's just the entry in your XP boot.ini file is wrong. Let's say your Vista HDD is the first HDD on the same adapter as your XP HDD, then your XP "rdisk" should be "rdisk(1)" being the second HDD on the same adapter.

    In your XP boot.ini file, you should see some entries that look like this:

    multi(w)disk(x)rdisk(y)partition(z)\WINDOWS="Microsoft Windows XP"

    So in my example as I assume your 2nd HDD being on the same adapter, your entry should be like this instead:

    multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="Microsoft Windows XP"