Part install Win7 doesn't show on BOOT.INI

Permabanned
Joined
19 Nov 2008
Posts
661
Location
Peterborough, England
Basically was installing Win7 and it got stuck so I had to restart but now it won't load the installer and is now the primary boot so I want to delete that from the boot options but the only OS in BOOT.INI is Win XP I think this is what it looks like.

PIC1bootloader.jpg


Any help would be appreciated.Thanks
 
I don't think W7 uses the boot.ini file. At least on my system it only lists my old install of XP.

You may need to use the recovery console by booting from the disc. Search for the command bcdedit.exe, that may give you some useful info.

Edit:

In fact here is the contents of my boot.ini.

Code:
;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
 
Last edited:
Back
Top Bottom