(again, from the right address)
CTRl+ALT+F2 and shell works when I boot from USB, but after I install to disk, on log page CTRl+ALT+F2 don't work,and after login,shell command not found in crosh. Can any one give some advices?
VT2 is enabled conditionally with a run time check. One of the checks
is that 'chronos' has a password; you can set that at build time:
http://www.chromium.org/chromium-os/developer-guide#TOC-Set-the-chronos-user-password
If you built the image yourself, that shouldn't be necessary to enable
VT2, but if there's a bug, "shouldn't be" may not apply.
Is your hardware a Chromebook or just a stock system? I think this
is an area where the code would distinguish a system with Chrome OS
firmware from standard BIOS.
The code that actually enables VT2 is here:
src/platform/init/hotkey-access.conf
The code with the logic for "should we enable VT2" is this
script:
src/third_party/chromiumos-overlay/chromeos-base/chromeos-auth-config/files/is_developer_end_user
--
http://groups.google.com/a/chromium.org/group/chromium-os-discuss?hl=en
-- jrb