search for: loadfloppyintoram

Displaying 1 result from an estimated 1 matches for "loadfloppyintoram".

2005 Jan 07
0
Re: syslinux] syslinux vs grub
...RD 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 image) from the cdrom, it's relatively easy to modify the image, but it's a lot of work to recreate the cdrom again (MKIS...