PDA

View Full Version : Remove entry in dual boot menu


digitized
17-11-2006, 03:39 PM
Hi,

I do not know whether this has been discussed before, so I am opening a new thread. I used to have windows XP SP2 and windows vista beta 2 on two partitions of the HDD. XP was on C drive, vista was on F drive (I have a 80GB HDD with 4 partitions, C, D, E, F). Now I formatted the F drive. Previously I used to have a dual boot menu between XP and Vista on startup. But even after I formatted the F drive, I am still getting the dual boot menu.

Any suggestions as to how to remove the entry of Vista from startup so that the system would boot directly into XP without waiting for user input? I know I can edit the C:\boot.ini but I heard that if something goes wrong, I might not be able to boot. So I wanted the safest way to edit the same.

Any help will be greatly appreciated. Thanks.

Vishal Gupta
17-11-2006, 03:45 PM
No u can't remove the Vista entry from boot.ini

just boot using XP CD and enter into Recovery console and give following command:

fixmbr

sakumar79
17-11-2006, 11:10 PM
No need to fixmbr...

Booting in XP, run msconfig, go to Boot.ini section. Just under the list, select "Check all boot paths" button. It should notify that the Vista option is invalid and ask if you want to remove it. Select Yes. Restart.

Arun

Vishal Gupta
17-11-2006, 11:14 PM
^^
It'll not help coz the entries are in new Vista boot loader and not in boot.ini files ;)

digitized
18-11-2006, 06:37 AM
So ultimately what should I do?

Tushar.bar
18-11-2006, 07:36 AM
No u can't remove the Vista entry from boot.ini

just boot using XP CD and enter into Recovery console and give following command:

fixmbr is that command works to remove the boot entry of linux?

Vishal Gupta
18-11-2006, 10:54 PM
^^
Yes!

@digitized
Method in my first post will do the job ;)

ravi_9793
19-11-2006, 05:18 PM
I have ur solution...follow this
start-right click my computer-properties-advance-click the setting of"start up and recovery---a new page will open-edit -u wiii find something like this..
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOW S
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /FASTDETECT /NOGUIBOOT
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Microsoft Windows vista" /noexecute=optin /fastdetect


delete the line containing the vista.

restart the system...u have done

digitized
19-11-2006, 06:05 PM
I have ur solution...follow this
start-right click my computer-properties-advance-click the setting of"start up and recovery---a new page will open-edit -u wiii find something like this..
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOW S
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /FASTDETECT /NOGUIBOOT
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Microsoft Windows vista" /noexecute=optin /fastdetect


delete the line containing the vista.

restart the system...u have done

Ok thanks, I will try it out and let you know.