Custom splash screen instead of debug information?
A partition and disk imaging/cloning program
Brought to you by:
steven_shiau
So I've finally succeeded in creating a syslinux.cfg that works! I plug in my drive, boot the PC, and 5 minutes later it reboots to a clean, customized version of Windows 10. Yay.
I'd like to know if it's possible to 'hide' the text that gets displayed when booting to Clonezilla. So that's anything other than the progress bars of the image-check and image-write actions.
I've added my syslinux.cfg-file for completeness sake.
Try to put "quiet" in the boot parameters, and change "nosplash" to "splash", and include the splash program in the system. You may check this:
https://drbl.org/faq/fine-print.php?path=./2_System/81_add_prog_in_filesystem-squashfs.faq#81_add_prog_in_filesystem-squashfs.faq
Steven