Trying to make a multiboot flash based on grub2-efi.
- Recorded on a flash drive grub pc-efi.
- Filled images (unpacked) Windows, everything loads, everything is fine
- Filled the image of Debian and here the first plug
- Filled files like Victoria, mhdd, memtest, etc. and then the second plug
- Filled the rEFInd program, loads, runs, but incorrectly counts configs. This is the third plug.
About plugs
When I try to install Debian Jessie 8.2 from an iso-file, linux starts to work, but flies to search for a disk image.
menuentry "Debian 8.2 Jessie" { echo "Настройка окружения" set isofile="/boot/tools/debian-live-8.2.iso" loopback loop $isofile echo "Загрузка ядра Linux" linux (loop)/install/gtk/vmlinuz boot=live noprompt iso-scan/filename=$isofile vga=normal -- echo "Монтирование файловой системы" initrd (loop)/install/gtk/initrd.img }
When trying to load MHDD - hangs in the last stage
echo "Поиск ядра Memdisk" search -f /boot/tools/memdisk -s root echo "Загрузка ядра Memdisk" linux16 /boot/tools/memdisk echo "Загрузка программы MHDD" initrd16 /boot/tools/mhdd32.iso
About rEFInd - in principle, garbage, but I would like everyone to listen to me.
there is one more thing - I can not download Alkid LiveCD
echo "Подключение модулей" insmod ntldr echo "Поиск файла загрузки" search -f /alkid/i386/setupldr.bin -s root echo "Загрузка лайв диска" ntldr /alkid/i386/setupldr.bin boot
How to use GRUB2 to load Kaspersky Rescue Disk?
set gfxpayload=$linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 insmod fat insmod ntfs search --no-floppy --fs-uuid --set=root 8614-5FEE linux /boot/rescue subdir=/ root=/dev/ram0 vga=791 init=/linuxrc looptype=squashfs loop=/image.squashfs nodevfs kav_lang=en udev aufs quiet noresume doscsi kav_lang=ru cdroot=/dev/sd[az][0-9] initrd /boot/rescue.igz`