При попытке установить Ubuntu на свой Chromebook я получаю сообщение об ошибке «недопустимый параметр» [закрыто]

Loading extra module: /usr/share/crosh/dev.d/50-crosh.sh
Welcome to crosh, the Chrome OS developer shell.

If you got here by mistake, don't panic!  Just close this tab and carry on.

Type 'help' for a list of commands.

If you want to customize the look/behavior, you can use the options page.
Load it by using the Ctrl+Shift+P keyboard shortcut.
crosh> shell
chronos@localhost / $ sudo sh -/Downloads/Crout -e -t xfce

We trust you have received the usual lecture from the local System
Administrator. It usually boils down to these three things:

    #1) Respect the privacy of others.
    #2) Think before you type.
    #3) With great power comes great responsibility.

    sh: Illegal option -/
    chronos@localhost / $ sudo sh -/Downloads/Crout -e -t xfce
    sh: Illegal option -/
    chronos@localhost / $ sudo sh -/Downloads/crouton -e -t xfce
    sh: Illegal option -/
    chronos@localhost / $ sudo sh -/Downloads/crouton -e -t xfce
    sh: Illegal option -/
    chronos@localhost / $ 
1
задан 13 February 2018 в 21:00

1 ответ

Вы неправильно читаете инструкции для установки Ubuntu на Chromebook. Корректная команда, как предполагается:

sudo sh ~/Downloads/crouton -e -t xfce # the -e flag is optional and can be omitted 

Где символ тильды ~ вместо дефиса используется в качестве сокращения для Вашего корневого каталога. (пример: ~/Downloads эквивалентно /home/your-username/Downloads)

2
ответ дан 7 December 2019 в 13:26

Другие вопросы по тегам:

Похожие вопросы: