First, maybe this forum should have Vista in the title now, its reached public beta so everyone can sue it now
Ok back to the problem, I installed Windows Vista Beta 2, then i decided to reinstall windows xp as xp media center was making me tear my hair out, and after reinstalling windows, i lost my Vista boot menu and cant access windows vista anymore. Is there a way to get access to windows vista?, i really donw want to spend time re installing vista, its set just how i want it and its really good
The easiest thing to do to make sure both O/S’s are ok is probably download an indipendant boot loader, like this and run it off a floppy, if you can access both O/S’s using that then you know neither have been corrupted (genrally the rule is install the newer version of Windows last), so XP could have broken Vista, but I’m not 100% sure.
I am sure XP has not broke VISTA as i have 3 partitions, 2 xp and one vista and there one 3 seperate partitions. How will an independant boot loader work, does this search for all operating systems or somthing?
MS OS’s install and think they know best you are better installing a boot loader after each install of OS (e.g. bootloader installed on HDD, you install XP you then need to reinstall bootloader, then you install vista then you need to reinstall the bootloader (not sure about this) XP recovery console:
type "bootcfg /rebuild (to use XP or vista’s (i think) bootloader)
and dont type any options but enter an identifier for the bootloader to display
i still have xp’s boot loader, when you install Windows vista, there is an option you select saying somthing along the lines of, Microsoft Pre Operating Systems, and returns you to the XP bootloader, but XP instaled over vista makes the vista boot load not accessible. Anyone know how to boot into Dos?
MS OS’s install, and think they know best,
you are better installing a boot loader after each install of OS (e.g. bootloader installed on HDD, then after you install XP you then need to reinstall bootloader,
then you install vista then you need to reinstall the bootloader (not sure about this)
XP recovery console:
type "bootcfg /rebuild
when prompted for options, type nothing just press enter, when prompted to enter a unique identfier just enter exactly what you want to appear on the bootloader screen for that OS
no idea about vista, but i think thats what you type in XP
Control Panel > Folder Options > ‘View’ Tab > Untick ‘Hide Protected Operating System Files’.
Navigate to your C:\ drive and look for a file called ‘boot.ini’. Right-click it and choose ‘Properties’. Uncheck the ‘Read Only’ box and press ‘OK’. Now double-click on the file to open it.
What you are now looking at is the Windows boot menu configuration. All you need to do is add a entry for Windows Vista.
You need to know what partition number and what hard drive number you have installed Windows Vista on.
‘disk(0)’ is your Primary Master hard drive, ‘Partition(1)’ would be your C:\ drive
[boot loader]
timeout=3
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=OptOut
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Windows Server 2003, Enterprise" /fastdetect
C:\CMDCONS\BOOTSECT.DAT="Microsoft Windows Recovery Console" /cmdcons
This is my boot.ini file. As you can see, I have Windows XP installed on drive C:\ (partition (1)). I have Server 2003 installed on drive D:\ (Partition(2)).
If Windows Vista is installed on your C:\ drive, you may add this line into your boot.ini file:
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows Vista" /fastdetect
Control Panel > Folder Options > ‘View’ Tab > Untick ‘Hide Protected Operating System Files’.
Navigate to your C:\ drive and look for a file called ‘boot.ini’. Right-click it and choose ‘Properties’. Uncheck the ‘Read Only’ box and press ‘OK’. Now double-click on the file to open it.
What you are now looking at is the Windows boot menu configuration. All you need to do is add a entry for Windows Vista.
You need to know what partition number and what hard drive number you have installed Windows Vista on.
‘disk(0)’ is your Primary Master hard drive, ‘Partition(1)’ would be your C:\ drive
[boot loader]
timeout=3
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=OptOut
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Windows Server 2003, Enterprise" /fastdetect
C:\CMDCONS\BOOTSECT.DAT="Microsoft Windows Recovery Console" /cmdcons
This is my boot.ini file. As you can see, I have Windows XP installed on drive C:\ (partition (1)). I have Server 2003 installed on drive D:\ (Partition(2)).
If Windows Vista is installed on your C:\ drive, you may add this line into your boot.ini file:
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows Vista" /fastdetect
Does that make sense?
[/QUOTE]
yeah, it makes perfect sense to me, but am i right about
[QUOTE=zeus]
Isnt boot.ini on the c: a backup or summit?
Ive only ever succesfully editted that file using msconfig. Never tried messing with it on XP, though they are both NT.
[/QUOTE]
one thing to remember is “boot.ini” in C: XP is relient on this file for boot configufation (as you can very easily make you system unbootable, fixable from recovery console)