0 Members and 1 Guest are viewing this topic.
i don't care whats wrong with the entry, because every time i try to set this up by hand i make mistakes - therefore i would suggest our package grub2-fll-fromiso instead of reinventing the wheel.
menuentry "Siduction-Live-lxqt" { insmod iso9660 insmod part_msdos insmod reiserfs set root='hd1,msdos5' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd2,msdos5 --hint-efi=hd2,msdos5 --hint-baremetal=ahci2,msdos5 --hint='hd1,msdos5' ecf8c612-b748-4c4c-8ac6-d983ab0504ec else search --no-floppy --fs-uuid --set=root ecf8c612-b748-4c4c-8ac6-d983ab0504ec fi loopback loop /siduction/siduction-14.1.0-paintitblack-lxqt-amd64-201405082315.iso linux (loop)/boot/vmlinuz0.amd fromhd=UUID=ecf8c612-b748-4c4c-8ac6-d983ab0504ec fromiso=/siduction/siduction-14.1.0-paintitblack-lxqt-amd64-201405082315.iso boot=fll lang=en_US tz=America/New York quiet noeject toram initrd (loop)/boot/initrd0.amd}
........... tz=America/New York ... .
# Defaults for grub2-fll-fromiso update-grub helper# sourced by grub2's update-grub# installed at /etc/default/grub2-fll-fromiso by the maintainer scripts## This is a POSIX shell fragment## specify where to look for the ISO# default: /srv/ISO#FLL_GRUB2_ISO_LOCATION="/srv/ISO"# array for defining ISO prefices --> siduction-*.iso, non-recursive# default: "siduction- fullstory-"FLL_GRUB2_ISO_PREFIX="siduction- debian- "# set default language# default: en_USFLL_GRUB2_LANG="de_DE"# override the default timezone.# default: UTCFLL_GRUB2_TZ="Europe/Berlin"# additional cheatcodes# default: quiet noejectFLL_GRUB2_CHEATCODE="quiet noeject"
@piper - one can simply change the /etc/default/grub2-ffl-fromiso like that:Code: [Select]# Defaults for grub2-fll-fromiso update-grub helper# sourced by grub2's update-grub# installed at /etc/default/grub2-fll-fromiso by the maintainer scripts## This is a POSIX shell fragment## specify where to look for the ISO# default: /srv/ISO#FLL_GRUB2_ISO_LOCATION="/srv/ISO"# array for defining ISO prefices --> siduction-*.iso, non-recursive# default: "siduction- fullstory-"FLL_GRUB2_ISO_PREFIX="siduction- debian- "# set default language# default: en_USFLL_GRUB2_LANG="de_DE"# override the default timezone.# default: UTCFLL_GRUB2_TZ="Europe/Berlin"# additional cheatcodes# default: quiet noejectFLL_GRUB2_CHEATCODE="quiet noeject"update-grub will then do the magic
# Defaults for grub2-fll-fromiso update-grub helper# sourced by grub2's update-grub# installed at /etc/default/grub2-fll-fromiso by the maintainer scripts## This is a POSIX shell fragment## specify where to look for the ISO# default: /srv/ISOFLL_GRUB2_ISO_LOCATION="/media/disk2part5/siduction"# array for defining ISO prefices --> siduction-*.iso, non-recursive# default: "siduction- fullstory-"FLL_GRUB2_ISO_PREFIX="aptosid-2012-01-thanatos-kde-full-i386-amd64-201212010120 siduction-12.2.0-ridersonthestorm-lxde-amd64-201212092122 siduction-12.2.0-ridersonthestorm-xfce-amd64-201212092126 siduction-12.2.0-ridersonthestorm-rqt-amd64-201212092240 siduction-13.0.5 PaintItBlack-kde-amd64-201308031300"# set default language# default: en_USFLL_GRUB2_LANG="en_US"# override the default timezone.# default: UTCFLL_GRUB2_TZ="America/New York"# additional cheatcodes# default: quiet noejectFLL_GRUB2_CHEATCODE="quiet noeject toram"