[Win98]Bootsector.dos

Pagina: 1
Acties:
  • 203 views sinds 30-01-2008
  • Reageer

  • Pearl
  • Registratie: September 2002
  • Laatst online: 08:54
Ik heb verschillende mogelijkheden op Google gevonden om een opstartimage voor windows 98 te maken als deze later is geinstalleerd als 2000/XP.

Dat kun je met debug doen, maar deze werken niet als er ook nog een XP mbr opstaat en ook niet met een Windows 98 mbr, de juiste commando's ben ik vergeten ( en niet opgeschreven 8)7 ).

Met sys C: of fdisk /mbr kom ik wel in Windows98 maar dan ben ik uiteraard de MBR van XP weer kwijt en omgekeerd met fixmbr.

Zelfs op een stand alone 98 machine die commando's geprobeerd die ik kon vinden op Google, helaas, deze zijn geen 512 byte en bevatten ook niet de juiste informatie. :'(

Ik heb nu een XP install gedaan vanuit 98 en na het kopieëren van de bestanden opgestart in 98 en alle installatiebestanden weer gewist en de boot.ini aangepast, oftewel dat compje werkt weer, maar vroeg mij af of iemand dat zo uit zijn bolle hoofd zou weten wat die commando's zijn/waren.

Als ik het weer weet weten meer mensen het hier, want met de search kon ik op Got niets vinden en is het handig om het mee te nemen in de faq, mocht het zo zijn dat ik met mijn oor gekeken heb dek ik mij bij voorbaat in en verwijder dan dit topic en stuur mij stiekem de pagina waar het staat. :)

Een specialist weet alles van niks en een generalist weet niks van alles.


  • ajouin
  • Registratie: Juli 2001
  • Laatst online: 08-09 13:57
bedoel je zoiets

quote

...Enige voorwaarde is dat de SBR van Windows 98 als bestand bootsect.dos aanwezig is. Herstart vanaf de bootdisk en geef het commando debug. Op de prompt geeft u de volgende opdrachten, elke regel afsluiten met een Enter:

-l 100 2 0 1
-n a:\bootsect.dos
-rcx

-200

-w
-q

U hebt nu een bestand bootsect.dos van exact 512 bytes. Daarin staat, als het goed is, vanaf het vierde teken de tekst MSWIN4. Dit kunt u controleren door het commando
"type bootsect.dos" in te typen.

eind quote

gehaald uit http://www.pc-active.nl/toonArtikel.asp?artikelID=223

Acties:
  • 0 Henk 'm!

  • Pearl
  • Registratie: September 2002
  • Laatst online: 08:54
Die had ik al gevonden maar de regel rcx klopt volgens mij niet, het vervolg is dan : en geen prompt en geef ik de waarde 200 dan gaat het fout en met de waarde 512 ook, w=write en q=quite, volgens mij mis ik nog een commando maar daar ben ik nog niet achter welke dat is.

Al wezen zoeken naar meerdere/betere uiteg over debug maar met mijn zoek gegevens/ingave/intelligentie O-) nog niets kunnen vinden. :'(

Zelfs in mijn oude dos manual uit het jaar 0 staat niets wat ik kan gebruiken.

[ Voor 10% gewijzigd door Pearl op 12-09-2003 00:14 ]

Een specialist weet alles van niks en een generalist weet niks van alles.


Acties:
  • 0 Henk 'm!

  • ajouin
  • Registratie: Juli 2001
  • Laatst online: 08-09 13:57
er staat een lege regel na rcx en 200
dus na rcx en 200 tweemaal op enter kloppen :?

Acties:
  • 0 Henk 'm!

  • Pearl
  • Registratie: September 2002
  • Laatst online: 08:54
Ik heb 'm gevonden, is handig voor een 98 install na een XP/2000/2003.

http://www.bcpl.net/~dbryan/ntfs-dual-boot.html

Een specialist weet alles van niks en een generalist weet niks van alles.


Acties:
  • 0 Henk 'm!

  • Yoeri
  • Registratie: Maart 2003
  • Niet online

Yoeri

O+ Joyce O+

(overleden)
This procedure was performed on FAT32 drives. For NTFS drives, click here. The procedure for NTFS drives should work on FAT32 drives as well.

Install Windows 2000

1) Use a Win98/me Startup disk (with CD support) to boot your computer. If you don't have one, you can download the files to make a boot disk at www.bootdisk.com
2) Insert your Windows 2000 CD into the CD Rom drive.
3) At the A: prompt type X:\I386\WINNT.EXE where X: is your CD-ROM drive.
4) Proceed with the install. Install Windows 2000 to a different partition than XP is installed in.
5) Complete the Windows install. Allow the computer to boot into Windows 2000.

Repairing the Windows® XP Boot Loader

NOTE: Some users have reported that Step 1 is not necessary, but in testing I found that it was. Since the C: drive is FAT32, you can use a 98/me boot disk and skip Step 1, if you wish, but you may find that you need to do it anyway.

Boot your computer with the Windows XP CD. When prompted to Setup or Repair, choose Repair. In the Recovery Console, enter the following commands.

1) FIXBOOT, answer Yes
2) CD \
3) ATTRIB -H NTLDR
4) ATTRIB -S NTLDR
5) ATTRIB -R NTLDR
6) ATTRIB -H NTDETECT.COM
7) ATTRIB -S NTDETECT.COM
8) ATTRIB -R NTDETECT.COM
9) COPY X:\I386\NTLDR C:\
10) COPY X:\I386\NTDETECT.COM C:\

In Steps 9 and 10, X is the letter of your CD-Rom drive.


Installing Windows® 98

1) Use a Win98/me Startup disk (with CD support) to boot your computer.
2) Insert your Win98 / Me CD into the CD Rom drive.
3) At the A: prompt type X:\Win98\Setup.exe (for Win98) or X:\Win9x\Setup.exe (for Win Me) where X: is your CD-ROM drive.
4) Proceed with the install. When prompted for the install location, you'll see C:\Windows.000. Choose Other directory and change this to the drive you wish to install 98/ ME to and name the folder Windows (or something else if you prefer)
5) Complete the Win98/me install. Allow the computer to boot into Win98/Me.

Repairing the Windows® XP Boot Loader

1) Create a Win98 / Me Startup Disk
2) Create a Notepad file with the following entries, exactly as shown:

L 100 2 0 1
N C:\BOOTSECT.DOS
R BX
0
R CX
200
W
Q

3) Save the file to the Win98/me Startup Disk as READ.SCR
4) Boot the computer with the Win98/me Startup Disk and at the A: prompt type

DEBUG <READ.SCR

Steps 1 - 4 create the BOOTSECT.DOS file needed to boot Win98/Me. For your convenience, you can download READ.SCR here. I suggest you use right click and Save As. You may need to use the ATTRIB C:\BOOTSECT.DOS -S -H -R command if BOOTSECT.DOS already exists and you get an error when trying to recreate it.

5) Configure your computer to boot from the CD drive. This is done in the BIOS, or your computer may offer the option at startup if it detects a bootable CD. Consult your computer's manual for more information. If your computer does not support booting from CD-Rom, you should also be able to boot with a 98/me Startup disk, and run WINNT.EXE from the I386 folder of your XP CD.
6) Insert your XP CD and boot from it.
7) You'll see some files being copied, then you'll be presented with a choice of installing or
repairing an existing installation. Choose Repair.
8) You'll be asked which XP installation you want to log into. Enter 1. There is usually only
one installation.
9) You'll be prompted for the Administrator password. For Home, the default password is blank, so just hit Enter. For Pro, enter the same password you did during setup for the Administrator account (this is not the same as the password for an Admin level account. It must be the Administrator account password).
10) At the C:\Windows prompt, type FIXBOOT. You'll be prompted to confirm. Do so.
11) When FIXBOOT is finished, remove the XP CD and type EXIT and the machine will reboot.
Reconfigure your computer to boot from the hard drive if necessary.

You will now get the XP Boot loader with your choice of operating systems.

[ Voor 9% gewijzigd door momania op 12-09-2003 13:50 ]

Kijkje in de redactiekeuken van Tweakers.net
22 dec: Onze reputatie hooghouden
20 dec: Acht fouten


Acties:
  • 0 Henk 'm!

  • Pearl
  • Registratie: September 2002
  • Laatst online: 08:54
Bedankt maar ik had 'm al. ;)

Nee, in Nederlands past dit prima in de faq, goeie uitleg.

Alleen dat kicken op Robbedoes. :?

Een specialist weet alles van niks en een generalist weet niks van alles.


Acties:
  • 0 Henk 'm!

  • momania
  • Registratie: Mei 2000
  • Laatst online: 11-09 12:30

momania

iPhone 30! Bam!

Pearl schreef op 12 September 2003 @ 13:43:
Alleen dat kicken op Robbedoes. :?
komt door de /me code ;)
ff ge-edit :P

Neem je whisky mee, is het te weinig... *zucht*

Pagina: 1