I am booting from an ISO in HD with persitence, using this menu entry in grub2:
menuentry 'ISO Booting - Ubuntu-64bit.iso live' {
set isofile="/home/user/Desktop/ISO/Ubuntu-64bit.iso"
loopback loop (hd0,3)$isofile
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile persistent noprompt noeject --
initrd (loop)/casper/initrd.lz
}
as explained HERE
But every time I boot the keyboard configuration is reset and I have to reconfigure it (I ran dpkg-reconfigure).
What can I do to avoid this?
I have tried using these parameters:
bootkbd=es console-setup/layoutcode=es
in the menuentry above and it works to login with that general keyboard config. but I cannot configure all options like the third level key and the keyboard model.
Isn't it possible?