Grub4dos: What about Ox X !!!!!!!
- It can recognize many file systems (NTFs (main windows system format), ext2, ext3 (main Linux system format), fat, fat16 (floppy disk format), and FAT32 (USB disk format), iso-9660 (disc format)
- Multiple installation methods are supported: MBR, external OS files, boot sector of a floppy disk, and boot area of a CD
- Multiple usage methods: Command interaction, menu non-interactive, menu and command mixed mode!
Startup command menu file: Sample ISO files such as slax and ubuntu!
Example menu. lst
timeout 30
default/default
title slax-chainloader
map -- Mem (hd0, 0)/slax. ISO (hd32)
map -- hook
root (hd32)
chainloader (hd32)
title slax-kernel
map -- Mem (hd0, 0) /slax. ISO (hd32)
map -- hook
root (hd32)
kernel/boot/vmlinuz ramdisk_size = 6666 root =/dev/ram0 RW autoexec = xconf; telinit ~ 4 changes =/slax/
initrd/boot/initrd.gz
title pup-431.iso
map -- Mem (hd0, 0) /pup-431.iso (hd32)
map -- hook
root (hd32)
Find -- Set-root/pup_431.sfs
kernel/vmlinuz root =/dev/ram0 pmedia = CD
initrd/initrd.gz
title reboot
chainloader (hd0)