Notices
Computer & Technology Related Post here for help and discussion of computing and related technology. Internet, TVs, phones, consoles, computers, tablets and any other gadgets.

Another one for you bofin's

Thread Tools
 
Search this Thread
 
Old 27 November 2002, 10:19 PM
  #1  
bumcrack
Scooby Regular
Thread Starter
 
bumcrack's Avatar
 
Join Date: Jun 2000
Posts: 522
Likes: 0
Received 0 Likes on 0 Posts
Post

I installed xp and half way though I decided to cancel it. Now when my pc boots up, I get a choice of which OS I want to use. My question is, how can I get rid of the aborted option,
Old 27 November 2002, 10:32 PM
  #2  
ChrisB
Moderator
 
ChrisB's Avatar
 
Join Date: Dec 1998
Location: Staffs
Posts: 23,573
Likes: 0
Received 0 Likes on 0 Posts
Post

There should be hidden, read only file in C:\ called boot.ini

Open this in Notepad and edit out the XP entry.
Old 28 November 2002, 09:52 AM
  #3  
dsmith
Scooby Regular
 
dsmith's Avatar
 
Join Date: Mar 1999
Posts: 4,518
Likes: 0
Received 0 Likes on 0 Posts
Post

Its hidden by default so you'll need to turn on "view system and hidden files" to find it.

Deano
Old 28 November 2002, 10:02 AM
  #4  
ChrisB
Moderator
 
ChrisB's Avatar
 
Join Date: Dec 1998
Location: Staffs
Posts: 23,573
Likes: 0
Received 0 Likes on 0 Posts
Post

Or from a command prompt..

Attrib -r -h -s boot.ini

and then

attrib +r +h +s boot.ini

when you've finished
Old 28 November 2002, 06:16 PM
  #5  
bumcrack
Scooby Regular
Thread Starter
 
bumcrack's Avatar
 
Join Date: Jun 2000
Posts: 522
Likes: 0
Received 0 Likes on 0 Posts
Post

Or from a command prompt..

"Attrib -r -h -s boot.ini

and then

attrib +r +h +s boot.ini

when you've finished "


thanks, but no chance me understanding or doing that.

I've turned on the system files in the folders menu, but can't find "boot.ini" using search or any other way. Can't you type boot.cfg or something it the run menu to alter it.
Old 28 November 2002, 10:25 PM
  #6  
mj
Scooby Regular
 
mj's Avatar
 
Join Date: Apr 2002
Location: The poliotical wing of Chip Sengravy.
Posts: 6,129
Likes: 0
Received 0 Likes on 0 Posts
Post

Bumcrack ( nice user name by the way )

start/run, then type boot.ini

when i do it notepad opens with this:

boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINNT
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINNT="Microso ft Windows 2000 Professional" /fastdetect
C:\="Microsoft Windows"

the question is which bit to delete???


forgot to say, " show hidden files and folders" will not show the boot.ini file. You need to UN-tick " hide protectected operating system files"

mods - I dunno...

do I win £5 ?

[Edited by mj - 11/28/2002 10:29:39 PM]
Old 28 November 2002, 10:45 PM
  #7  
mj
Scooby Regular
 
mj's Avatar
 
Join Date: Apr 2002
Location: The poliotical wing of Chip Sengravy.
Posts: 6,129
Likes: 0
Received 0 Likes on 0 Posts
Post

Bumcrack ( nice user name by the way )

I had the same problem and have now sussed it.

opec c: in explorer.

folder options - UN-tick " hide protectected operating system files"

right click on boot.ini and select properties. UN tick the read only attribute.

open boot.ini.

delete the last section of text that says - /fastdetect
C:\="Microsoft Windows" - or in your case winXP or whatever.

close and save the changes.

reapply the read ony attribute to the boot.ini file if you want.

undo the folder options changes.


start/shutdown/restart.

hey presto it works.








Old 29 November 2002, 07:37 AM
  #8  
mark_h
Scooby Regular
 
mark_h's Avatar
 
Join Date: Mar 2001
Location: Just passing through...
Posts: 17,497
Likes: 0
Received 0 Likes on 0 Posts
Post

You've deleted too much / the wrong thing MJ.

Bumcrack, what OS do you have currently?

If you still can't find boot.ini, try this:

click [Start] [Run] then type 'cmd' (without the quotes) and press [Enter]

type these commands:

ATTRIB -r -s -h c:\boot.ini
NOTEPAD c:\boot.ini

In notepad, you'll see a file similar to what MJ posted. Maximize the window and turn off word wrap (under Format menu I think). In the file, under [operating systems] there will be two entries. One will say Windows XP, the other will be for whatever OS you were using before. If this was NT or Win2000, you'll see something like:

multi(0)disk(0)rdisk(0)partition(1)\WINXP="Microso ft Windows XP Professional" /fastdetect
multi(0)disk(0)rdisk(0)partition(1)\WINNT="Microso ft Windows 2000 Professional" /fastdetect

If your other OS was 95/98/ME, you'll see something like this instead:

multi(0)disk(0)rdisk(0)partition(1)\WINNT="Microso ft Windows XP Professional" /fastdetect
C:\="Microsoft Windows"

Whichever you see, if you want to delete the line corresponding to the OS you want to hide. If this is XP, delete the line mentioning XP.

The other thing to edit is the default line at the top. This needs to be set to the entry you want selected by default. It should match the text to the left of the = sign in the lines under [operating system]. Eg, set it to something like:

default=multi(0)disk(0)rdisk(0)partition(1)\WINNT
or
default=C:\

depending on which OS you want to use.

[Edited by mark_h - 11/29/2002 7:38:25 AM]
Old 29 November 2002, 08:44 AM
  #9  
mj
Scooby Regular
 
mj's Avatar
 
Join Date: Apr 2002
Location: The poliotical wing of Chip Sengravy.
Posts: 6,129
Likes: 0
Received 0 Likes on 0 Posts
Post

it works though.
Old 29 November 2002, 08:56 AM
  #10  
mark_h
Scooby Regular
 
mark_h's Avatar
 
Join Date: Mar 2001
Location: Just passing through...
Posts: 17,497
Likes: 0
Received 0 Likes on 0 Posts
Post

it works though.
On your PC maybe. But you deleted the line that would boot 95/98/ME - what if that's the OS that bumcrack wants to run? He's trying to remove the aborted XP insallation - it's a great help if you get him to delete the line for the OS that works.

You also removed /fastdetect from the win2000 line.

Don't assume that every copy of boot.ini is the same as yours
Old 29 November 2002, 10:49 AM
  #11  
mj
Scooby Regular
 
mj's Avatar
 
Join Date: Apr 2002
Location: The poliotical wing of Chip Sengravy.
Posts: 6,129
Likes: 0
Received 0 Likes on 0 Posts
Post

ok, understand.
if you read my post above where i displayed my original boot.ini, which particular bit should i delete.

apologies to bumcrack if he followed my instructions and had probs.

cheers,

mike.
Old 29 November 2002, 12:26 PM
  #12  
bumcrack
Scooby Regular
Thread Starter
 
bumcrack's Avatar
 
Join Date: Jun 2000
Posts: 522
Likes: 0
Received 0 Likes on 0 Posts
Thumbs up

IT'S SORTED

Luckly I did have any prob's, cheers Mark for the thicko version.
Until next time!
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
steveo2579
General Technical
3
20 April 2010 12:17 AM



Quick Reply: Another one for you bofin's



All times are GMT +1. The time now is 01:26 AM.