=====Floppy image opnemen als optie in boot.ini (via GRUB)===== Dit kan door gebruik te maken van [[https://gna.org/projects/grub4dos/|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 [[http://www.gnu.org/software/grub/manual/grub.html|GNU GRUB Manual 0.97]] voor commando's in menu.lst en README_GRUB4DOS.txt in de download van grub4dos. =====/3GB switch===== [[http://blogs.msdn.com/oldnewthing/archive/2004/08/06/209840.aspx|The Old New Thing - Kernel address space consequences of the /3GB switch]] \\ [[http://spsdreamjob.spaces.live.com/blog/cns!D0B14C6B969D7501!129.entry|Say No to /3GB in boot.ini]] \\