Featured Worklog

Price Search



PC Apex Sponsor


PC Apex Sponsors



PC Apex RSS Feeds

RSS Feed for PC Apex Reviews & ArticlesRSS Feed for PC Apex PC Modding WorklogsRSS Feed for the PC Apex Daily DisturbanceRSS Feed for the latest PC Apex Site NewsRSS Feed for PC Apex Affiliate and Web NewsRSS Feed for PC Apex Deals and Steals

Go Back   Apex Community Forums // PC Apex Forums // PC Apex Troubleshooting // Windows OS Problems

Windows OS Problems General Windows OS issues.

Reply
 
LinkBack Thread Tools Display Modes
Old 25-October-07, 10:54 AM   #1 (permalink)
Apex Advanced Techie
GodlyGreek's Avatar
Default How do you delete ntldr?

I know it's a weird question, but I need to know how to delete ntldr using a CLI command for my windows class. (it's for troubleshooting purposes) I've tried searching it on google, but everything just explains how to fix a missing ntldr.

Thanks.
GodlyGreek is offline     Reply With Quote
Old 25-October-07, 10:57 AM   #2 (permalink)
Joosey
Joose's Avatar
Default Re: How do you delete ntldr?

I hate helping people cheat, but here's a hint:

You don't delete NTLDR. You change the pointer from the current NTLDR to an invalid location.

You gotta find the pointer. I ain't helping you that much!!! Ya gotta learn!!!
Joose is offline     Reply With Quote
Old 25-October-07, 11:11 AM   #3 (permalink)
Apex Advanced Techie
GodlyGreek's Avatar
Default Re: How do you delete ntldr?

hmmm, what do you mean? Just change the location of ntldr? I am so confused lol....TELL ME!!! haha.
GodlyGreek is offline     Reply With Quote
Old 25-October-07, 11:13 AM   #4 (permalink)
Joosey
Joose's Avatar
Default Re: How do you delete ntldr?

How does the operating system know where to look for the NTLDR file?
Joose is offline     Reply With Quote
Old 25-October-07, 11:26 AM   #5 (permalink)
Apex Advanced Techie
GodlyGreek's Avatar
Default Re: How do you delete ntldr?

MBR finds the boot sector, and the boot sector finds ntdlr in the root of the system partition.
GodlyGreek is offline     Reply With Quote
Old 25-October-07, 11:29 AM   #6 (permalink)
Joosey
Joose's Avatar
Default Re: How do you delete ntldr?

What if you have more than 1 operating system (or instance) installed on the computer? How does it know which NTLDR to use?
Joose is offline     Reply With Quote
Old 25-October-07, 11:30 AM   #7 (permalink)
Apex Advanced Techie
GodlyGreek's Avatar
Default Re: How do you delete ntldr?

I don't know
GodlyGreek is offline     Reply With Quote
Old 25-October-07, 11:34 AM   #8 (permalink)
PCApex Review Editor
drougnor's Avatar
Default Re: How do you delete ntldr?

My confusion here is how is making that drive unbootable a troubleshooting technique? Just feels counter intuitive to me . . . Unless this ASSUMES multiple OS's . . . And then it makes sense.
drougnor is offline     Reply With Quote
Old 25-October-07, 11:37 AM   #9 (permalink)
Joosey
Joose's Avatar
Default Re: How do you delete ntldr?

the same principle holds true if there's one OS or there's 5...the pointers are all in the same place. In a file. Editable by any editor, including a CLI-based editor like "edit".

Or you could also use the cacls command in your quest to find operating system non-bootage.

By the way, GodlyGreek, you left out a step in your post #5.

If I just tell you the answer, you're going to forget it when it comes time to actually troubleshoot a real problem. By thinking about it, you're better able to understand why what you do will break the OS, then be able to troubleshoot what your other classmates have done to their test systems.

You will come across this problem, (likely faily frequently) in the real world, so understanding how to fix it (or how to break it) will come in very handy.

Last edited by Joose; 25-October-07 at 11:43 AM..
Joose is offline     Reply With Quote
Old 25-October-07, 11:38 AM   #10 (permalink)
Apex Advanced Techie
GodlyGreek's Avatar
Default Re: How do you delete ntldr?

I know it's stupid. But, gotta do what the prof says lol. It's a windows troubleshooting assignment. One question is how do you delete ntldr using CLI. And another similar one is how do you delete ntdetect.com using CLI.


He wants us to know how to do it because then he wants us to actually do it in class to fix missing ntdlr and so on... ugh...lol
GodlyGreek is offline     Reply With Quote
Old 25-October-07, 11:39 AM   #11 (permalink)
Editor/Reviewer/LED Guru
Twizted's Avatar
Default Re: How do you delete ntldr?

sigh..... lol

And what class are you taking? Cause it may be a little advanced at this point...
Twizted is offline     Reply With Quote
Old 25-October-07, 11:39 AM   #12 (permalink)
Apex Advanced Techie
GodlyGreek's Avatar
Default Re: How do you delete ntldr?

Quote:
Originally Posted by Joose
the same principle holds true if there's one OS or there's 5...the pointers are all in the same place. In a file. Editable by any editor, including a CLI-based editor like "edit".

Or you could also use the cacls command in your quest to find operating system non-bootage.


I know this question is a stretch but lol what would the command look like EDIT ?????
GodlyGreek is offline     Reply With Quote
Old 25-October-07, 11:41 AM   #13 (permalink)
Apex Advanced Techie
GodlyGreek's Avatar
Default Re: How do you delete ntldr?

Quote:
Originally Posted by Twizted
sigh..... lol

And what class are you taking? Cause it may be a little advanced at this point...


Little advanced? rofl. please... But if you must know it's my first year in Computer Systems Technology.
GodlyGreek is offline     Reply With Quote
Old 25-October-07, 11:44 AM   #14 (permalink)
Joosey
Joose's Avatar
Default Re: How do you delete ntldr?

Quote:
Originally Posted by drougnor
My confusion here is how is making that drive unbootable a troubleshooting technique? Just feels counter intuitive to me . . . Unless this ASSUMES multiple OS's . . . And then it makes sense.

They're likely 'breaking' their machine so a classmate can come by and fix it...thereby ingraining the troubleshooting technique. If you know how to break it, you'll definitely know how to fix it.
Joose is offline     Reply With Quote
Old 25-October-07, 11:45 AM   #15 (permalink)
Editor/Reviewer/LED Guru
Twizted's Avatar
Default Re: How do you delete ntldr?

Quote:
Originally Posted by GodlyGreek
Little advanced? rofl. please... But if you must know it's my first year in Computer Systems Technology.

Oh, I didnt mean it was an advanced class... I was thinking just a lil to advanced for you to handle.... I'm not trying to be mean but he gave you some pretty telling clues and even so, I done a quick 5 second search on google and found answers (using info joose stated in his comments with the initial question) It really is not that hard
Twizted is offline     Reply With Quote
Old 25-October-07, 11:45 AM   #16 (permalink)
Apex Advanced Techie
GodlyGreek's Avatar
Default Re: How do you delete ntldr?

Quote:
Originally Posted by Joose
They're likely 'breaking' their machine so a classmate can come by and fix it...thereby ingraining the troubleshooting technique. If you know how to break it, you'll definitely know how to fix it.


It's sad at this point that I dont know how to break it (software wise) lmao.
GodlyGreek is offline     Reply With Quote
Old 25-October-07, 11:46 AM   #17 (permalink)
PCApex Review Editor
drougnor's Avatar
Default Re: How do you delete ntldr?

I'll drop this one hint . . . you are looking at it wrong if you are seeing that it's ONE command to delete the ntldr file. You need to look at it in several stages.

And that's if you are looking SPECIFICALLY to delete it.

So, go do some reading on basic Windows command line commands and see if you can put the pieces together.

d
drougnor is offline     Reply With Quote
Old 25-October-07, 11:50 AM   #18 (permalink)
Joosey
Joose's Avatar
Default Re: How do you delete ntldr?

OK.
Sigh...

investigate the following file: boot.ini
investigate the following command: cacls
investigate the following command: edit

Windows won't let you do anything to the ntldr file itself, while windows is running. Why is that? look into that too. Ya gotta think, man!
Joose is offline     Reply With Quote
Old 25-October-07, 11:50 AM   #19 (permalink)
Editor/Reviewer/LED Guru
Twizted's Avatar
Default Re: How do you delete ntldr?

Quote:
Originally Posted by GodlyGreek
It's sad at this point that I dont know how to break it (software wise) lmao.

I have a big hammer I could loan you..
Twizted is offline     Reply With Quote
Old 25-October-07, 11:55 AM   #20 (permalink)
Apex Advanced Techie
GodlyGreek's Avatar
Default Re: How do you delete ntldr?

Well then, thanks for the....help.....

*takes hammer to head*
GodlyGreek is offline     Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
NTLDR problem Sum_12_fear Other Hardware 22 16-September-06 10:46 PM
NTLDR Not Found--WTF?? Ben Windows OS Problems 27 22-June-04 01:42 AM
NTLDR Missing demonstalker General OS Tweaks 6 07-January-04 04:40 PM
NTLDR is Missing HELP! Fantazmic2 Other PC Problem / Help 8 29-November-03 12:23 AM
NTLDR problem KayinStorm Windows OS Problems 9 13-October-03 09:03 PM


All times are GMT -5. The time now is 03:08 AM.


Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0
Copyright PCApex.com, GameApex.com, ForumApex.com 2001 - 2008
Advertisements

Page generated in 0.28500 seconds with 9 queries