Someone can help me , How i make lines inside the "grub.cfg" from boot directly from iso ? , i try with the follow lines
menuentry ‘Siduction 14.1.0 (Live ISO)’ –class debian –class gnu-linux –class gnu –class os –group group_main {
recordfail
insmod gzio
insmod ext2
insmod part_msdos
set root=’(hd1,1)’
echo “Iniciando Siduction 14.1.0 – Modo Live ISO”
set isofile=”/ISOS/Linux/siduction-14.1.0-paintitblack-lxqt-amd64-201405081704.iso”
loopback loop (hd1,1)$isofile
linux (loop)/boot/vmlinuz0.amd locale=es_ES bootkbd=es console-setup/layoutcode=es quiet splash
iso-scan/filename=$isofile noprompt noeject
echo “Introduciendome en la memoria Ram …”
initrd (loop)/boot/initrd0.amd
}
But i got this -
http://tinypic.com/3ia3wjd3BusyBox , I can't Boot Live Mode . Someone can help me , what i must fix in the lines