1. You are viewing our forum as a guest. For full access please Register. WindowsBBS.com is completely free, paid for by advertisers and donations.

How to Remove Dual Boot?

Discussion in 'Windows XP' started by buzzmag, 2004/01/23.

Thread Status:
Not open for further replies.
  1. 2004/01/23
    buzzmag

    buzzmag Well-Known Member Thread Starter

    Joined:
    2002/02/08
    Messages:
    206
    Likes Received:
    0
    How to Remove Dual Boot??

    Running Win XP SP1.

    Now dual booting Win XP Pro from C drive and second hard drive. I want to dump the booting from the second drive. Can I simply delete the entry from the boot.ini file and then delete the windows folder from the second drive?
     
  2. 2004/01/23
    reboot

    reboot Inactive

    Joined:
    2002/01/07
    Messages:
    831
    Likes Received:
    0
    Yes :D
     

  3. to hide this advert.

  4. 2004/01/26
    Crucial

    Crucial Banned

    Joined:
    2004/01/16
    Messages:
    30
    Likes Received:
    0
    Yes, but you will need to edit the Boot.ini Manually to get rid of the dual boot menu, to do this go to My computer right click > Properties > Advanced > Startup and recovery settings > System startup > Edit.
     
  5. 2004/01/30
    Gordon_South Sh

    Gordon_South Sh Inactive

    Joined:
    2003/12/03
    Messages:
    14
    Likes Received:
    0
    I've had a problem with dual boot since upgrading to XP Pro.

    I had to do multiple installs/uninstalls and ended up with the dual boot menu, both displaying windows XP.

    It's not a major problem, as I set the delay to 1 second, but I'd like to remove the thing all together.

    This is the current boot.ini:

    [boot loader]
    timeout=1
    default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
    [operating systems]
    multi(0)disk(0)rdisk(0)partition(1)\WINDOWS= "Microsoft Windows XP Professional" /fastdetect
    multi(0)disk(0)rdisk(0)partition(1)\WIN_XP= "Microsoft Windows XP Professional" /fastdetect

    How should I edit it?
     
  6. 2004/01/30
    PeteC

    PeteC SuperGeek Staff

    Joined:
    2002/05/10
    Messages:
    28,896
    Likes Received:
    389
    Your boot.ini should look like this

    [boot loader]
    timeout=30
    default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
    [operating systems]
    multi(0)disk(0)rdisk(0)partition(1)\WINDOWS= "Microsoft Windows XP Professional" /fastdetect

    Note the 'S' should be on the end of 'Window ' - it's the way the page is formatted that drops the S.

    I suggest you make a copy of boot .ini (bootold.ini) in case of problems and edit out the last line in the original.

    And to be doubly sure that you can restart the PC first make a boot disk - everyone should have one :) as outlined in MS KB Article How to use System Files to Create a Boot Disk to Guard Against Being Unable to Start Windows XP
     
  7. 2004/01/30
    Newt

    Newt Inactive

    Joined:
    2002/01/07
    Messages:
    10,974
    Likes Received:
    2
    Another alternative I use since I hate having to time the keypress correctly to do a safe mode boot is to have my boot.ini look like this. It defaults to a normal boot after 5 seconds but does offer a selection of the bottom line where the switches have been added to do a verbose safe mode boot (one that shows all the stuff loading).
    Code:
    [boot loader]
    timeout=5  
    default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS  
    [operating systems]
    multi(0)disk(0)rdisk(0)partition(1)\WINDOWS= "Normal" /fastdetect
    multi(0)disk(0)rdisk(0)partition(1)\WINDOWS= "Safe Mode" /fastdetect /safeboot /sos /bootlog
    You can tell from an examination of yours (or mine) that both lines point to the same place by looking at the disk, rdisk, and partition. As noted earlier, the default line ends with WINDOWS and the forum displaying 'S' on a separate line is a glitch in the way the forum handles that particular line.
     
    Newt,
    #6
  8. 2004/01/31
    Gordon_South Sh

    Gordon_South Sh Inactive

    Joined:
    2003/12/03
    Messages:
    14
    Likes Received:
    0
    Thanks everyone.

    I taken PeteCs approach as it's faster loading (not by much but enough to matter)

    I've taken a copy of Newts version in case I need it later.
     
Thread Status:
Not open for further replies.

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.