User Tools

Site Tools


microsoft:windows:bootini

Floppy image opnemen als optie in boot.ini (via GRUB)

Dit kan door gebruik te maken van grub4dos:

  • Download de laatste versie.
  • Haal grldr en menu.lst uit het zip bestand en plaats deze naast boot.ini.
  • Maak een (RAW) image (.img) van de floppy die je op deze manier wil starten en plaats deze ook naast boot.ini.
  • Voorzie boot.ini van een extra regel in de vorm C:\GRLDR=“Omschrijving”. Voorbeeld:
C:\GRLDR="GRUB laden"
  • Pas de inhoud van menu.lst aan met een tekstverwerker tot zoiets als:
# This is a sample menu.lst file. You should make some changes to it.
# The old install method of booting via the stage-files has been removed.
# Please install GRLDR boot strap code to MBR with the bootlace.com
# utility under DOS/Win9x or Linux.

color black/cyan yellow/cyan
timeout 30
default /default

title Systeem starten
find --set-root /ntldr
chainloader /ntldr

title Floppy image starten
map --mem /floppy.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
map --floppies=1
boot

title herstarten
reboot

title uitzetten
halt
  • Herstart de machine en selecteer de extra optie (in dit geval “GRUB Laden”) en kies in het volgende menu “Floppy image starten” om te booten van de floppy.img diskette image.

Zie ook GNU GRUB Manual 0.97 voor commando's in menu.lst en README_GRUB4DOS.txt in de download van grub4dos.

/3GB switch

microsoft/windows/bootini.txt · Last modified: 2008/12/07 14:25 by bas

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki