> On Jun 4, 2021, at 5:32 AM, Sun, Yi <yi.sun@xxxxxxxxx> wrote: > > Hi Nadav, > > Let me confirm if I got what you meant. Do you want the grub entry look like following? > Take case memory as an example: > Add module command line taking '/boot/module' as its parameter, meanwhile package the file 'module' in the folder? > > menuentry "memory.elf" { > multiboot /boot/memory.elf tscdeadline_immed > module /boot/module # Add one line like this ? > } Yes. The entry should look exactly like that. Just to make sure we are on the same page, the “module” should be provided as a second parameter for the script. The additional “module” entry should only be added if a second parameter is provided. Thanks, Nadav