Displaying 1 result from an estimated 1 matches for "loaddiskimagefromfloppy".
2005 Jan 07
0
Re: syslinux] syslinux vs grub
...every component that is not Syslinux itself.
PXElinux, Isolinux, Memdisk, Menu, Sample programs.
Since 3.10preX, Memdisk's INITRD can take multiple files. However, can it also take a few different always-present media, like imagefile(s) on harddisk or floppy, or take the floppy itself?
LABEL loadDiskImageFromFloppy
kernel memdisk
append initrd=fd0/fdboot.img # or initrd=A:\FDBOOT.IMG ???
or take the floppy itself:
LABEL loadFloppyIntoRAM
kernel memdisk
append initrd=fd0 # or APPEND initrd=A: ???
Bootable cdroms for example have a data area and a bootfile area.
It's easy to obtain the bootfile (disk im...