Ich will freedos eine GUI verpassen, die modernen Anforderungen gerecht wird. Das will ich tun indem ich ein kleines Linux wie Antix oder das Linux fremde KolibriOS, das nur 60MByte umfasst, aber als .IMG vorligt, von DOS Prompt aus booten. Mit Easy2Boot einen Bootstick angeleggt funktioniert das einwandfrei aber noch nicht mit Grub4Dos. Weder mit Grub im MBR noch mit Grub.exe
Grub verwendet automatisch eine Datei menu.lst für die zu bootendes Systeme. Die sieht bei mir so aus:
Code: Alles auswählen
color blue/green yellow/red white/magenta white/magenta
timeout 30
default /default
title Boot Kolibri-OS
fallback 1
find --set-root /gui/kolibri/kolibri.img
map /kolibri.img (0xff) || map --mem /kolibri.img (0xff)
map --hook
chainloader (0xff)
savedefault --wait=2
title back to dos
quit
title reboot
reboot
title halt
halt
title MAXDOS.IMG
find --set-root --ignore-floppies /boot/MAXDOS.IMG
map --mem /boot/MAXDOS.IMG (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
Warum bootet Kolibri nicht?
Muss im Fall einer ISO Datei noch was zusätzliches hinzugefügt oder beachtet werden?
.