On Jan 11, 2013, at 9:47 AM, Richard Barnette <
jrbar...@chromium.org> wrote:
> (again, from the right address)
>
> On Jan 10, 2013, at 5:47 PM,
teke...@gmail.com wrote:
>
>> 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
>
... and the code for enabling the 'shell' command in crosh is here:
system. That shouldn't happen for a properly built developer
image. How did you build your image?