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 Nov 27, 2002 | 10:19 PM
  #1  
bumcrack's Avatar
bumcrack
Thread Starter
Scooby Regular
 
Joined: Jun 2000
Posts: 522
Likes: 0
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,
Reply
Old Nov 27, 2002 | 10:32 PM
  #2  
ChrisB's Avatar
ChrisB
Moderator
 
Joined: Dec 1998
Posts: 23,573
Likes: 0
From: Staffs
Post

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

Open this in Notepad and edit out the XP entry.
Reply
Old Nov 28, 2002 | 09:52 AM
  #3  
dsmith's Avatar
dsmith
Scooby Regular
 
Joined: Mar 1999
Posts: 4,518
Likes: 0
Post

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

Deano
Reply
Old Nov 28, 2002 | 10:02 AM
  #4  
ChrisB's Avatar
ChrisB
Moderator
 
Joined: Dec 1998
Posts: 23,573
Likes: 0
From: Staffs
Post

Or from a command prompt..

Attrib -r -h -s boot.ini

and then

attrib +r +h +s boot.ini

when you've finished
Reply
Old Nov 28, 2002 | 06:16 PM
  #5  
bumcrack's Avatar
bumcrack
Thread Starter
Scooby Regular
 
Joined: Jun 2000
Posts: 522
Likes: 0
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.
Reply
Old Nov 28, 2002 | 10:25 PM
  #6  
mj's Avatar
mj
Scooby Regular
 
Joined: Apr 2002
Posts: 6,129
Likes: 0
From: The poliotical wing of Chip Sengravy.
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]
Reply
Old Nov 28, 2002 | 10:45 PM
  #7  
mj's Avatar
mj
Scooby Regular
 
Joined: Apr 2002
Posts: 6,129
Likes: 0
From: The poliotical wing of Chip Sengravy.
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.








Reply
Old Nov 29, 2002 | 07:37 AM
  #8  
mark_h's Avatar
mark_h
Scooby Regular
 
Joined: Mar 2001
Posts: 17,497
Likes: 0
From: Just passing through...
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]
Reply
Old Nov 29, 2002 | 08:44 AM
  #9  
mj's Avatar
mj
Scooby Regular
 
Joined: Apr 2002
Posts: 6,129
Likes: 0
From: The poliotical wing of Chip Sengravy.
Post

it works though.
Reply
Old Nov 29, 2002 | 08:56 AM
  #10  
mark_h's Avatar
mark_h
Scooby Regular
 
Joined: Mar 2001
Posts: 17,497
Likes: 0
From: Just passing through...
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
Reply
Old Nov 29, 2002 | 10:49 AM
  #11  
mj's Avatar
mj
Scooby Regular
 
Joined: Apr 2002
Posts: 6,129
Likes: 0
From: The poliotical wing of Chip Sengravy.
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.
Reply
Old Nov 29, 2002 | 12:26 PM
  #12  
bumcrack's Avatar
bumcrack
Thread Starter
Scooby Regular
 
Joined: Jun 2000
Posts: 522
Likes: 0
Thumbs up

IT'S SORTED

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




All times are GMT +1. The time now is 03:25 AM.