If i boot my live-usb i still have to choose my prefered option "menuentry --hotkey=l "Clonezilla live (VGA with large font & To RAM)"
is enforcing the preselection of the clonezilla -version on the first boot screen?
Did i assume the wrong functionality for the enforcing parameter?
** i didn't find an hint in the docs about the parameter enforcing**
Last edit: NoErrorNoCry 2022-09-27
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
"enforcing=1" is Linux kernel, and it's nothing to do with grub.
If you want to set the default boot menu, you should edit this line in grub.cfg:
set default="0"
to set the default menu when booting. The above line assign the 1st one (0) menu as the default booting.
Steven
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
and
https://clonezilla.org/fine-print-live-doc.php?path=./clonezilla-live/doc/99_Misc/00_live-boot-parameters.doc#00_live-boot-parameters.doc
Last edit: NoErrorNoCry 2022-09-27
Anyone :( ? Is there an reference about this parameter available
"enforcing=1" is Linux kernel, and it's nothing to do with grub.
If you want to set the default boot menu, you should edit this line in grub.cfg:
set default="0"
to set the default menu when booting. The above line assign the 1st one (0) menu as the default booting.
Steven
thanks, everything works now
i set
set default="2" and
set timeout="0"
now i have the menu with larger fonts set auto. thanks
Thanks for confirming that. Enjoy Clonezilla!
Steven