I took a quick look through the previous post but didn't see anything that helped.
I loaded Vista on a separate drive and it set up the windows boot manager. I played with Vista for a while just to see what the noise was all about. Liked what I saw but decided to wait until it's released. I formatted the drive that had Vista installed. No problems, but I really don't need the boot manger anymore. What's the best (easiest) way to make it go away.
gls858

remove windows boot manager
I don't know a best and easiest way, but I am going make a suggestion:
Open Control Panel > System > Advanced (tab) > under Startup and Recovery click > Settings > under System startup click > Edit
Click File > Save as, save it to a remote location such as a Floppy for example, even better, burn it to a disk, you are gonna or might need it later.
Boot into Windows XP, insert your XP CD-ROM, launch setup install XP on the partition on which Vista was installed. If you are unable to install XP because you have a later version of XP installed compared to whats on the disk, then you need to boot off the disk into setup.
XP will start into the text based portion of setup, select the partition on which Vista was installed and install XP. The possibility that it might find an existing installation of XP is likely, but it is also likely that both are incompatible because they are two different versions (ie. XP RTM vs. XP SP2), meaning, the one you are installing fresh from the disk, might have no Service Pack and the one on hard disk does.
Do not attempt to fix this installation, go ahead do a fresh installation on the partition Vista was installed.
Its possible that this procedure might add the existing install of XP to the fresh installs boot manager or it might not. If its does not, this is what you are gonna do. Remember that file I told you save earlier? This is where it comes in. Copy it to the desktop from the remote location floppy, rename it BACKUP.
Open Control Panel > System > Advanced (tab) > under Startup and Recovery click > Settings > under System startup click > Edit
Add this entry to it: [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 /NOEXECUTE=OPTIN
If the old XP install is not on C, change partition(1) to partition(2)
It should look something 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 /NOEXECUTE=OPTIN multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Windows XP Professional x64 Edition" /NOEXECUTE=OPTIN /FASTDETECT /USENEWLOADER -- -- Andre Windows Connected | http://www.windowsconnected.com Extended64 | http://www.extended64.com Blog | http://www.extended64.com/blogs/andre http://spaces.msn.com/members/adacosta
"gls858" wrote in message
I took a quick look through the previous post but didn't see anything that helped.
I loaded Vista on a separate drive and it set up the windows boot manager. I played with Vista for a while just to see what the noise was all about. Liked what I saw but decided to wait until it's released. I formatted the drive that had Vista installed. No problems, but I really don't need the boot manger anymore. What's the best (easiest) way to make it go away.
gls858
until it's released. I formatted the drive that had Vista installed. No problems, but I really don't need the boot manger anymore. What's the best (easiest) way to make it go away.
What were your original Window$? XP? Boot PC with WinXP CD, recovery console, run fixmbr
-- .~. Might, Courage, Vision. SINCERITY. http://www.linux-sxs.org / v \ Simplicity is Beauty! May the Force and Farce be with you! /( _ )\ (Ubuntu 5.10) Linux 2.6.16.11 ^ ^ 13:08:01 up 2 days 20:22 load average: 1.00 1.00 1.00 news://news.3home.net news://news.hkpcug.org news://news.newsgroup.com.hk
Andre Da Costa [Extended64] wrote:
I don't know a best and easiest way, but I am going make a suggestion:
Open Control Panel > System > Advanced (tab) > under Startup and Recovery click > Settings > under System startup click > Edit
Click File > Save as, save it to a remote location such as a Floppy for example, even better, burn it to a disk, you are gonna or might need it later.
Boot into Windows XP, insert your XP CD-ROM, launch setup install XP on the partition on which Vista was installed. If you are unable to install XP because you have a later version of XP installed compared to whats on the disk, then you need to boot off the disk into setup.
XP will start into the text based portion of setup, select the partition on which Vista was installed and install XP. The possibility that it might find an existing installation of XP is likely, but it is also likely that both are incompatible because they are two different versions (ie. XP RTM vs. XP SP2), meaning, the one you are installing fresh from the disk, might have no Service Pack and the one on hard disk does.
Do not attempt to fix this installation, go ahead do a fresh installation on the partition Vista was installed.
Its possible that this procedure might add the existing install of XP to the fresh installs boot manager or it might not. If its does not, this is what you are gonna do. Remember that file I told you save earlier? This is where it comes in. Copy it to the desktop from the remote location floppy, rename it BACKUP.
Open Control Panel > System > Advanced (tab) > under Startup and Recovery click > Settings > under System startup click > Edit
Add this entry to it: [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 /NOEXECUTE=OPTIN
If the old XP install is not on C, change partition(1) to partition(2)
It should look something 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 /NOEXECUTE=OPTIN multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Windows XP Professional x64 Edition" /NOEXECUTE=OPTIN /FASTDETECT /USENEWLOADER
Sorry for the lack of detail. I have windows XP on my C drive and it boots just fine. I just have to select it from the windows boot manager screen. I would like to get rid of the boot manager and boot doriectly to XP. Below is my current boot.ini which appears to be exactly what you recommended except for a couple of comment lines.
; ;Warning: Boot.ini is used on Windows XP and earlier operating systems. ;Warning: Use BCDEDIT.exe to modify Windows Vista boot options. ; [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" /NOEXECUTE=OPTIN /FASTDETECT
gls858
Man-wai Chang wrote:
until it's released. I formatted the drive that had Vista installed. No problems, but I really don't need the boot manger anymore. What's the best (easiest) way to make it go away.
What were your original Window$? XP? Boot PC with WinXP CD, recovery console, run fixmbr
Thanks for the reply. I was hoping to avoid fixmbr. Seems like a drastic measure just to get rid of a couple extra keystrokes. If it's the only way, I may not bother trying to get rid of the extra screen.
gls858
Boot.ini is practically useless nowadays for editing the boot management. Stick with bcdedit.exe.
-- Zack Whittaker » ZackNET Enterprises: www.zacknet.co.uk » MSBlog on ResDev: www.msblog.org » Vista Knowledge Base: www.vistabase.co.uk » This mailing is provided "as is" with no warranties, and confers no rights. All opinions expressed are those of myself unless stated so, and not of my employer, best friend, Ghandi, my mother or my cat. Glad we cleared that up!
--: Original message follows :-- "gls858" wrote in message
Andre Da Costa [Extended64] wrote: I don't know a best and easiest way, but I am going make a suggestion:
Open Control Panel > System > Advanced (tab) > under Startup and Recovery click > Settings > under System startup click > Edit
Click File > Save as, save it to a remote location such as a Floppy for example, even better, burn it to a disk, you are gonna or might need it later.
Boot into Windows XP, insert your XP CD-ROM, launch setup install XP on the partition on which Vista was installed. If you are unable to install XP because you have a later version of XP installed compared to whats on the disk, then you need to boot off the disk into setup.
XP will start into the text based portion of setup, select the partition on which Vista was installed and install XP. The possibility that it might find an existing installation of XP is likely, but it is also likely that both are incompatible because they are two different versions (ie. XP RTM vs. XP SP2), meaning, the one you are installing fresh from the disk, might have no Service Pack and the one on hard disk does.
Do not attempt to fix this installation, go ahead do a fresh installation on the partition Vista was installed.
Its possible that this procedure might add the existing install of XP to the fresh installs boot manager or it might not. If its does not, this is what you are gonna do. Remember that file I told you save earlier? This is where it comes in. Copy it to the desktop from the remote location floppy, rename it BACKUP.
Open Control Panel > System > Advanced (tab) > under Startup and Recovery click > Settings > under System startup click > Edit
Add this entry to it: [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 /NOEXECUTE=OPTIN
If the old XP install is not on C, change partition(1) to partition(2)
It should look something 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 /NOEXECUTE=OPTIN multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Windows XP Professional x64 Edition" /NOEXECUTE=OPTIN /FASTDETECT /USENEWLOADER
Sorry for the lack of detail. I have windows XP on my C drive and it boots just fine. I just have to select it from the windows boot manager screen. I would like to get rid of the boot manager and boot doriectly to XP. Below is my current boot.ini which appears to be exactly what you recommended except for a couple of comment lines.
; ;Warning: Boot.ini is used on Windows XP and earlier operating systems. ;Warning: Use BCDEDIT.exe to modify Windows Vista boot options. ; [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" /NOEXECUTE=OPTIN /FASTDETECT
gls858
But if the user won't be running Vista on that machine and is not in an IT Environment, BCDEdit is just as useless. -- -- Andre Windows Connected | http://www.windowsconnected.com Extended64 | http://www.extended64.com Blog | http://www.extended64.com/blogs/andre http://spaces.msn.com/members/adacosta
"Zack Whittaker" wrote in message
Boot.ini is practically useless nowadays for editing the boot management. Stick with bcdedit.exe.
-- Zack Whittaker » ZackNET Enterprises: www.zacknet.co.uk » MSBlog on ResDev: www.msblog.org » Vista Knowledge Base: www.vistabase.co.uk » This mailing is provided "as is" with no warranties, and confers no rights. All opinions expressed are those of myself unless stated so, and not of my employer, best friend, Ghandi, my mother or my cat. Glad we cleared that up!
--: Original message follows :-- "gls858" wrote in message Andre Da Costa [Extended64] wrote: I don't know a best and easiest way, but I am going make a suggestion:
Open Control Panel > System > Advanced (tab) > under Startup and Recovery click > Settings > under System startup click > Edit
Click File > Save as, save it to a remote location such as a Floppy for example, even better, burn it to a disk, you are gonna or might need it later.
Boot into Windows XP, insert your XP CD-ROM, launch setup install XP on the partition on which Vista was installed. If you are unable to install XP because you have a later version of XP installed compared to whats on the disk, then you need to boot off the disk into setup.
XP will start into the text based portion of setup, select the partition on which Vista was installed and install XP. The possibility that it might find an existing installation of XP is likely, but it is also likely that both are incompatible because they are two different versions (ie. XP RTM vs. XP SP2), meaning, the one you are installing fresh from the disk, might have no Service Pack and the one on hard disk does.
Do not attempt to fix this installation, go ahead do a fresh installation on the partition Vista was installed.
Its possible that this procedure might add the existing install of XP to the fresh installs boot manager or it might not. If its does not, this is what you are gonna do. Remember that file I told you save earlier? This is where it comes in. Copy it to the desktop from the remote location floppy, rename it BACKUP.
Open Control Panel > System > Advanced (tab) > under Startup and Recovery click > Settings > under System startup click > Edit
Add this entry to it: [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 /NOEXECUTE=OPTIN
If the old XP install is not on C, change partition(1) to partition(2)
It should look something 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 /NOEXECUTE=OPTIN multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Windows XP Professional x64 Edition" /NOEXECUTE=OPTIN /FASTDETECT /USENEWLOADER
Sorry for the lack of detail. I have windows XP on my C drive and it boots just fine. I just have to select it from the windows boot manager screen. I would like to get rid of the boot manager and boot doriectly to XP. Below is my current boot.ini which appears to be exactly what you recommended except for a couple of comment lines.
; ;Warning: Boot.ini is used on Windows XP and earlier operating systems. ;Warning: Use BCDEDIT.exe to modify Windows Vista boot options. ; [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" /NOEXECUTE=OPTIN /FASTDETECT
gls858
Windows Vista
User login
Related topics
- Conexant audio drivers
- Ehernet to Powerline HomePlug Adapter problem
- 8021xconfig module has stopped working
- Opening iso-files in Vista
- Windows/Msn Messenger?
- Network drivers
- How to remove partial installation
- Problems with sound?
- Next Beta?
- Missing hard disk driver, can't install VISTA
- Help getting XP back please.
- Does Cool&Quiet for AMD work in Vista Beta 2?
- setup error "information about the disk"
- Civilization IV and Vista
- have to have DVD in rom to boot to Vista
- Using GetcurrentProcess
- Problem after installation
- Ati all in wonder 9600
- Mavbook Pro with bootcamp
- Optimum Vista display screen
- Problem in Vista Asian fonts
- How do I get the product key?
- Hang during boot
- Missing security tab on folders and files - Vista Beta 2
- News: Microsoft Smooths Road to Vista with Apptimum Buy
- Endless disk thrashing
- Unable to access protected folders on Buffalo Linkstation
- Installation Hangs After Restart
- My Dell 8400 Desktop is Working Again! Looking Forward to W
- Reformatting a Vista x64 Install to reinstall WinXP x86
- Planetside
- Runtime Error when double clicking on the Recycle bin gadget
- Installation DVD
- Secondary Hard Drive Issues
- Dual Boot - Vista & XP Pro
- Windows updates and new builds
- Aero Glass Question
- Please help!!!! installed Vita 5384 version, cannot get past
- Vista Beta II has connectivity to local LAN but not to Inter