Problema ao instalar o Ubuntu no Chromebook

-1

Estou tentando instalar o Ubuntu no meu Chromebook HP 14 usando crouton. Eu estava seguindo um tutorial sobre cnet, mas estou com problemas. Quando eu digito o comando sudo -e ~/Downloads/crouton -t unity , tudo que eu obtenho é essa mensagem grande.

#!/bin/sh -e
# Copyright (c) 2014 The crouton Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file of the source repository, which has been replicated
# below for convenience of distribution:
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
# met:
#
#    * Redistributions of source code must retain the above copyright
# notice, this list of conditions and the following disclaimer.
#    * Redistributions in binary form must reproduce the above
# copyright notice, this list of conditions and the following disclaimer
# in the documentation and/or other materials provided with the
# distribution.
#    * Neither the name of Google Inc. nor the names of its
# contributors may be used to endorse or promote products derived from
# this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

# This is an indirect script. The actual installer will be downloaded, cached,
"/var/tmp/crouton.XXhGl4cZ" 87 lines, 3653 characters

Mesmo quando tento abrir o Crouton para examinar os arquivos, recebo essa mensagem grande. Eu já tentei redefinir e reinserir no modo de desenvolvedor, mas ainda nada. Eu acho que o instalador pode ter aparecido antes, mas sem saber eu saí do shell, então acho que talvez parte do meu problema. Alguma ideia?

tutorial da Cnet

    
por Jesse Thomas 11.10.2014 / 18:12

1 resposta

0

Com base na última linha da tela ("/var/tmp/crouton.XXhGl4cZ" 87 linhas, 3653 caracteres), é o editor de texto vi que está sendo executado. Presumivelmente, o processo de instalação quer que você leia sua licença. Para sair do vi, digite: q e pressione enter. Ao sair do vi, o processo de instalação continuará.

    
por Kim Phillips 11.10.2014 / 19:52