# 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. # # It must be UTF-8 encoding for multi-lingual support. Font lines can be # appended to the file. The font lines should be in the unifont.hex format. color blue/green yellow/red white/magenta white/magenta timeout 60 ## menu border color color border=0xEEFFEE ## set vbe mode graphicsmode -1 640:800 480:600 24:32 || graphicsmode -1 -1 -1 24:32 ## loading splashimage splashimage /boot/grub/splashimage.xpm || splashimage /boot/grub/splashimage.bmp default /default ## Menu AutoNumber write 0x8274 0x2001 title Boot to Windows XP Professional fallback +1 find --set-root --ignore-floppies --ignore-cd /ntldr map () (hd0) map (hd0) () map --rehook find --set-root --ignore-floppies --ignore-cd /ntldr chainloader /ntldr savedefault --wait=2 title Switch to GRUB2 core.img To Boot Centaurus Q4OS fallback +1 find --set-root --ignore-floppies --ignore-cd /boot/grub/i386-pc/core.img kernel /boot/grub/i386-pc/core.img title reboot reboot # In the end, font lines for unicode chars in unifont.hex format. # It should include all unicode chars used in the above menu code. # Surely normal ASCII chars are not necessary to be included here. 5173:10100810082000003FF8010001000100FFFE010002800280044008203018C006 542F:010000801FFC1004100410041FFC10001000100017FC24042404440487FC0404 673A:100011F011101110FD10111031103910551055109110111211121212120E1400 91CD:001000F83F000100FFFE01001FF011101FF011101FF001003FF80100FFFE0000 # title Q4OS Desktop 3.8 Centaurus # find --set-root --ignore-floppies --ignore-cd /boot/vmlinuz-4.19.0-6-686-pae # echo 'Loading Q4OS operating system ...' # kernel /boot/vmlinuz-4.19.0-6-686-pae root=UUID=5011cf2d-8555-42a3-9b80-b74427e2fe0d ro quiet loglevel=3 systemd.log_color=0 systemd.show_status=1 # echo 'Loading initial ramdisk ...' # initrd /boot/initrd.img-4.19.0-6-686-pae # title Q4OS Desktop 3.8 Centaurus (hd1) GRUB2 # rootnoverify (hd1) # chainloader +1 # title Q4OS Desktop 3.8 Centaurus (hd1,0) GRUB2 # root (hd1,0) # chainloader +1 # title Q4OS Desktop 3.8 Centaurus core.img GRUB2 # find --set-root --ignore-floppies --ignore-cd /boot/grub/core.img # kernel /boot/grub/core.img # title Q4OS Desktop 3.8 Centaurus core.img 386-pc GRUB2 # find --set-root --ignore-floppies --ignore-cd /boot/grub/i386-pc/core.img # kernel /boot/grub/i386-pc/core.img