Instalador Debian - espaços em branco na tela

0

Eu quero instalar o Debian no meu novo Lenovo Yoga 730.

Eu tenho uma imagem de instalação em um USB, mas quando eu tentei selecionar o instalador da Debian ou o instalador gráfico do Debian, a tela fica preta e nada aparece.

Eu encontrei a esta questão do mesmo problema no Super Usuário e tentei seguir a solução proposta, mas ela não funcionou no meu sistema; Eu tenho a mesma tela preta.

Agora, recebi uma imagem do Live CD em um USB, e o Linux Live funciona bem; Eu posso iniciar isso sem problema.

No entanto, a opção de instalação ainda falha.

Quando vejo os comandos de opção do Instalador Debian gráfico agora, eles são diferentes:

setparams 'Graphical Debian Installer'
    Linux /d-i/gtk/vmlinuz append video=vesa:ywrap,mtrr vga=788 "${loopback}"
    Initrd /d-i/gtk/initrd gz

Eu não sei qual é a diferença, mas desde que o Live CD, pelo menos, funciona, eu sinto que deveria haver uma maneira de fazer o instalador funcionar.

Alguém pode me ajudar a consertar a tela?

    
por D Asiagi 19.08.2018 / 21:35

1 resposta

0

I want to install Debian on my new Lenovo Yoga 730.

Can anyone help me fix the screen disappearing?

When I look at the Graphical Debian Installer option commands now, they are different:

setparams 'Graphical Debian Installer'
  Linux /d-i/gtk/vmlinuz append video=vesa:ywrap,mtrr vga=788 "${loopback}"
  Initrd /d-i/gtk/initrd gz

Veja a resposta a que você se conectou: " Tela preta ao tentar instalar o Ubuntu ou o Debian em um novo laptop ":

"In the grub screen, I typed "e" to edit the "Graphical Install" entry. Then I ..."

Seguir essas instruções deve dar uma dica de onde está ficando pendurado.

Você também pode tentar o instalador de texto, se apenas instalá-lo for sua única preocupação.

Veja também: " 5.3. Parâmetros de Inicialização - Capítulo 5. Iniciando o Sistema de Instalação ":

Uma coisa que aparece nessa página é:

"debian-installer/framebuffer (fb)

Some architectures use the kernel framebuffer to offer installation in a number of languages. If framebuffer causes a problem on your system you can disable the feature using the parameter vga=normal fb=false. Problem symptoms are error messages about bterm or bogl, a blank screen, or a freeze within a few minutes after starting the install.".

Veja também a seção " 5.3.2. Parâmetros do Instalador Debian

  • debconf/priority (priority)

    This parameter sets the lowest priority of messages to be displayed.

    The default installation uses priority=high. This means that both high and critical priority messages are shown, but medium and low priority messages are skipped. If problems are encountered, the installer adjusts the priority as needed.

    If you add priority=medium as boot parameter, you will be shown the installation menu and gain more control over the installation. When priority=low is used, all messages are shown (this is equivalent to the expert boot method). With priority=critical, the installation system will display only critical messages and try to do the right thing without fuss.

  • DEBIAN_FRONTEND

    This boot parameter controls the type of user interface used for the installer. The current possible parameter settings are:

    DEBIAN_FRONTEND=noninteractive

    DEBIAN_FRONTEND=text

    DEBIAN_FRONTEND=newt

    DEBIAN_FRONTEND=gtk

    The default frontend is DEBIAN_FRONTEND=newt. DEBIAN_FRONTEND=text may be preferable for serial console installs. Some specialized types of install media may only offer a limited selection of frontends, but the newt and text frontends are available on most default install media. On architectures that support it, the graphical installer uses the gtk frontend.

  • BOOT_DEBUG

    Setting this boot parameter to 2 will cause the installer's boot process to be verbosely logged. Setting it to 3 makes debug shells available at strategic points in the boot process. (Exit the shells to continue the boot process.)

    BOOT_DEBUG=0

    This is the default.

    BOOT_DEBUG=1

    More verbose than usual.

    BOOT_DEBUG=2

    Lots of debugging information.

    BOOT_DEBUG=3

    Shells are run at various points in the boot process to allow detailed debugging. Exit the shell to continue the boot.

Além disso, há uma seção: " 5.4 Solução de problemas no processo de instalação - Capítulo 5. Iniciando o sistema de instalação ":

5.4.4. Common 32-bit PC Installation Problems

There are some common installation problems that can be solved or avoided by passing certain boot parameters to the installer.

If your screen begins to show a weird picture while the kernel boots, eg. pure white, pure black or colored pixel garbage, your system may contain a problematic video card which does not switch to the framebuffer mode properly. Then you can use the boot parameter fb=false to disable the framebuffer console. Only a reduced set of languages will be available during the installation due to limited console features. See Section 5.3, “Boot Parameters” for details.

Observe também a seção: "5.4.5. Interpretando as Mensagens de Inicialização do Kernel", "5.4.6. Relatando Problemas de Instalação", e "5.4.7. Submetendo Relatórios de Instalação", Se você ainda tiver problemas, por favor envie um relatório de instalação.

Seja pedindo ajuda aqui ou ali, há uma quantidade mínima de informações que você precisará fornecer e uma lista de coisas padrão para tentar (o que é útil mencionar antes de pedir mais assistência).

    
por 20.08.2018 / 03:17