[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Detailed boot menu for Knoppix with GRUB 2



> How do you think about to map the settings from the file
> "/boot/isolinux/isolinux.cfg" to a nice GRUB 2 boot menu?
> Would you like to add any advices for specific boot parameters from your
> configuration experience?

I am trying a script out like the following.

  menuentry 'Knoppix 7.2' --class Debian --class Linux --class ISO {
    insmod part_msdos
    insmod ntfs

ISO='/geladen/Freeware/KNOPPIX_V7.2.0DVD-2013-06-16-DE/KNOPPIX_V7.2.0DVD-2013-06-16-DE.iso'
    search -f --set --no-floppy $ISO
    loopback xyz $ISO
    linux (xyz)/boot/isolinux/linux64 findiso=/boot$ISO
${GRUB_CMDLINE_LINUX_DEFAULT} ${GRUB_CMDLINE_LINUX} ramdisk_size=100000 lang=de
    initrd (xyz)/boot/isolinux/minirt.gz
  }


The corresponding boot process works only partly by this approach. The logo
appears and then it seems that a command does not find some system requirements
until the detection stops with a debug console.
Which parameters should I add here to resolve this issue?

Regards,
Markus


Reply to: