Toon posts:

ntldr van XP Pro NL?

Pagina: 1
Acties:
  • 59 views sinds 30-01-2008

Verwijderd

Topicstarter
Kan iemand mij ntldr (systeembestand) van Win XP Professional NL naar mij opsturen. Want het schijnt dat als ik dat bestand vervang met mijn Win 2000 ntldr dat ik dan wel weer in XP kan komen. Ik kan nu namelijk niet meer in XP komen omdat de bootloader van Win 2000 niet samen gaat met Win XP.

Mail maar naar creationcyber@hotmail.com Alvast bedankt...!

Verwijderd

probeer je rescue optie met instalatie van xp eens die zal het waarschijnlijk ook wel fixen....

  • DarkSide
  • Registratie: Oktober 2000
  • Laatst online: 21:14

DarkSide

theres no place like ::1

de bootloader van 2000 gaat goed zamen met xp.
Je kan makkelijk xp en 2k naast elkaar draaien.
Verder kan je ook met de XP cd opstarten en voor de optie R kiezen.
Dan repareert hij vanzelf ook de bootloader.

There are 10 kinds of people in this world..... Those who know binary. And those who don't.


Verwijderd

Topicstarter
DarkSide schreef op 05 February 2003 @ 18:54:
de bootloader van 2000 gaat goed zamen met xp.
Je kan makkelijk xp en 2k naast elkaar draaien.
Verder kan je ook met de XP cd opstarten en voor de optie R kiezen.
Dan repareert hij vanzelf ook de bootloader.
Ik heb in dat repair console fixmbr gedaan maar dit heeft niet geholpen.
De bootloader van XP werkt wel goed met Win 2000 maar niet andersom..

Verwijderd

het MBR is ook wat anders als NTLDR dit is namenlijk een van de eerste files die XP 2000 of NT nodig hebben om te booten.
en met die repair optie moet het lukken het best is het als je een ERD (emergency rescue disk) aan hebt gemaakt na installatie van XP.

  • Hoyden
  • Registratie: December 1999
  • Laatst online: 06:47
http://www.stevens.cistron.nl/ntldr.zip

Zip weghalen :D

Zeg maar ff als je er wat aan hebt, of niet.. :)

Anders haal ik hem weer weg..

[ Voor 43% gewijzigd door Hoyden op 05-02-2003 19:36 ]


  • mutsje
  • Registratie: September 2000
  • Laatst online: 15-05 10:25

mutsje

Certified Prutser

This article was previously published under Q119467 (www.technet.com)
SUMMARY
This article describes how to create a Windows bootable disk to access a drive with a faulty boot sequence on an Intel-
based computer.

NOTE: The procedure for RISC-based computers is different and not documented in this article.
MORE INFORMATION
You may be able to use a Windows bootable disk to start the operating system on a computer running Windows NT or Windows
2000. Use the procedures in this article to work around the following boot problems:
Damaged boot sector
Damaged master boot record (MBR)
Virus infections
Missing or damaged Ntldr or Ntdetect.com files
Incorrect Ntbootdd.sys driver
To boot from the shadow of a broken mirror

Note that you may have to modify the Boot.ini file to do this.
Note that you cannot use the Windows Emergancy Repair disk (ERD) to help resolve the following problems:
Incorrect or damaged device drivers that are installed in the System folder.
Boot problems that occur after you see the Windows Startup (Osloader) screen.
To work around or fix these problems, run the ERD, load the last known good control set, or reinstall Windows.
How to Create a Windows bootable disk
The Windows boot disk must include the Ntldr (or Setupldr.bin in Windows NT 3.5),Ntdetect.com, and Boot.ini files, and
may require ntbootdd.sys which is the device driver for your hard disk controller renamed to ntbootdd.sys.

NOTE: The Ntldr, Ntdetect.com, and Boot.ini files typically have their file attributes set to system, hidden, or read-
only. You do not have to reset these attributes for the bootable disk to work. For additional information about the
structure of the Boot.ini file, click the article number below to view the article in the Microsoft Knowledge Base:
102873 BOOT.INI and ARC Path Naming Conventions and Usage

To create a Windows bootable floppy disk, use one of the following methods.
If You Do Not Have Access to a Computer Running Windows
Create a copy of the first Windows Setup disk by using the diskcopy command. To do this:
Click Start, and then click Shut Down.
Click Restart the computer in MS-DOS mode, and then click Yes.
At a command prompt, type the following command, where <a> is the drive that contains the Windows Setup disk and <b> is
the drive that contains the blank floppy disk to which you want to become the Windows bootable disk:
diskcopy a: b:

Copy both the Ntdetect.com and Ntldr files from the I386 folder on the Windows CD-ROM to the new floppy disk.
Rename the Ntldr file to Setupldr.bin.
Create a Boot.ini file.

The following sample Boot.ini file provides an example for a single partition SCSI drive with Windows installed in the
Winnt folder; however, the exact value in the [operating systems] section depends on the configuration of the Windows
computer that you want to boot:
[boot loader]
timeout=30
Default= scsi(0)disk(0)rdisk(0)partition(1)\winnt

[operating systems]
scsi(0)disk(0)rdisk(0)partition(1)\winnt="Windows NT"

If your computer boots from an IDE, EIDE, or ESDI hard disk, replace scsi(0) with multi(0). If you are running Windows NT
3.5 or Windows NT 3.51 and your computer boots from the first or second SCSI drive, then you can also replace scsi(0)
with multi(0).

If you are using scsi(x) in the Boot.ini file, copy the correct device driver for the SCSI controller that is in use on
the computer, and then rename it to Ntbootdd.sys. If you are using multi(x) in the Boot.ini file, you do not have to do
this.
Start your computer by using the bootable disk, and then log on to Windows.
If You Have Access to a Computer That Is Running Windows
Format a floppy disk by using the full format option in the Windows NT utility to properly rewrite any boot sector
content on the floppy disk.NOTE: If you perform a quick format on the first Windows Setup bootable floppy disk, the boot
sector keeps a reference to the Setupldr.bin file and requires that you rename the Ntldr file to Setupldr.bin.

A full format prevents boot sector viruses from running.
Copy the Ntldr file from the Windows CD-ROM, or from a computer that is running the same version of Windows as the
computer that you want to access with the bootable floppy disk. In Windows NT 4.0, you can copy this file from the
Windows NT 4.0 CD-ROM. In version of Windows earlier than Windows NT 4.0, you may have to expand the file from NTLDR._ to
NTLDR by typing the following command at a command prompt:
expand ntldr._ ntldr

Copy the Ntdetect.com file to the floppy disk.
Create a Boot.ini file or copy one from a computer that is running Windows, and then modify it to match the computer that
you are trying to access. The following sample Boot.ini file provides an example for a single partition SCSI drive with
Windows installed in the Winnt folder; however, the exact value in the [operating systems] section depends on the
configuration of the Windows computer that you are trying to access:
[boot loader]
timeout=30
Default= scsi(0)disk(0)rdisk(0)partition(1)\winnt

[operating systems]
scsi(0)disk(0)rdisk(0)partition(1)\winnt="Windows NT"

If your computer starts from an IDE, EIDE, or ESDI hard disk, replace scsi(0) with multi(0). If you are using a computer
that is running Windows NT 3.5 or Windows NT 3.51 and your computer starts from the first or second SCSI drive, then you
can also replace scsi(0) with multi(0).

If you are using scsi(x) in the Boot.ini file, copy the correct device driver for the SCSI controller and then rename it
to Ntbootdd.sys. If you are using multi(x) in the Boot.ini file, you do not have to do this.
Start your computer by using the bootable disk, and then log on to Windows.
If You Are Using Windows NT 3.51
Format a blank floppy disk in Windows NT 3.51.
Copy both the Ntdetect.com and Ntldr files to the new disk.
Create a Boot.ini file with the following lines (note that this example is for a single partition SCSI drive with Windows
NT installed in the default folder, C:\Winnt35):
[boot loader]
timeout=30
Default= multi(0)disk(0)rdisk(0)partition(1)\winnt35

[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\winnt35="Windows NT 3.51"

Boot from the floppy disk, and then log on to Windows.
Troubleshooting
You may experience one or more of the following problems when you try to start your computer with your Windows bootable
disk:
If the path that points to the system files is incorrect or includes the drive letter, you may receive the following
error message:

Windows NT could not start because of the following ARC firmware boot configuration problem: Did not properly generate
ARC name for HAL and system paths. Please check the Windows NT (TM) documentation about ARC configuration options and
your hardware reference manuals for additional information. Boot Failed.
If an incorrect SCSI driver is selected or if the Ntbootdd.sys file does not exist, you may receive the following error
message:

Windows NT could not start because of a computer disk hardware configuration problem. Could not read from selected boot
disk. Check boot path and disk hardware. Please check the Windows NT (TM) documentation about hardware disk configuration
and your hardware disk configuration and your hardware reference manuals for additional information. Boot Failed.

  • Viking Kvinne
  • Registratie: Mei 2002
  • Laatst online: 21:57
Kon het langer?

Verwijderd

Ntdetect.com en ntldr staan in de root. Maar worden kennelijk niet (op die plek) gezien.

Ik gebruik Lilo en vandaaruit ging het altijd prima, totdat . . .

hoe kom ik van de fout "ntldr is missing" af?

  • elevator
  • Registratie: December 2001
  • Niet online

elevator

Officieel moto fan :)

nixmit,

Welkom op GoT :)

Ik sluit dit topic eventjes omdat het topic wat je gevonden hebt, al zo oud is, dat de kans groot is dat mensen over jou vraag heenlezen, en gaan antwoorden op de originele vraag.

Open gerust even een nieuw topic, maar let een beetje op de volgende richtlijnen, die zijn namelijk belangrijk bij het openen van een topic:
  • Kies een duidelijke topic titel - zorg er dus voor dat mensen die vluchtig de topiclijst bekijken, meteen weten dat ze jou kunnen helpen. Een titel als "Help! Help!" is dus niet zo goed als "[XP] Fout "ntldr" ", zorg er ook voor dat als er in het behorende forum bepaalde eisen zijn gesteld aan de topic titels, dat je hier aan voldoet (bijvoorbeeld zien we in WOS graag dat je het OS tussen vierkante haakjes in je topic titel zet).
  • Geef in je topicstart duidelijk aan wat je zelf geprobeerd hebt, wat je zelf al gezocht hebt (op de GoT search, en op bijvoorbeeld Google search). Wat je op dat moment gevonden hebt, neem dit dan op in je topic start. Door dit soort punten op te nemen, voorkom je dat mensen dingen gaan voorstellen die jij al geprobeerd hebt. Ook nodig je er mensen mee uit om moeite voor je te doen - je laat er namelijk mee zien dat je zelf ook moeite er voor neemt.
  • Zorg ervoor dat je topicstart voldoende relevante informatie bevat. Denk bijvoorbeeld aan de exacte foutmelding, de dingen die je gedaan hebt om tot deze situatie te komen, en dergelijke
Verder.
Veel Plezier op GoT :)
Pagina: 1

Dit topic is gesloten.