Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

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?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.