I have similar issue while installing Ubuntu via Cisco UCSM. Installation stuck 
on live-installer-console-setup until any key is pressed.
The proble was in in-target setupcon (executed by 
25live-installer-console-setup) on printf redirected to $console:
 > for console in $ACTIVE_CONSOLES; do
 >             [ -w $console ] || continue
 >             if \
 >                 [ "$CHARMAP" = UTF-8 ] || [ -z "$CONSOLE_MAP$CHARMAP" ]
 >             then
 >                 printf '\033%%G' >$console # here the installation stucks
 >             else
 >                 printf '\033%%@' >$console
 >             fi
 >         done

so i ajdusted preseed not to use live-installer was workaround and everything 
worked fine: 
d-i live-installer/enable boolean fase

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/989396

Title:
  Package keyboard-configuration  post-installation script. Hang on
  /bin/setupcon --force --save for 10 min then killed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/989396/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to