Difference between revisions of "Install/Finishing/pt-br"

From Funtoo
Jump to navigation Jump to search
(Created page with "Deixe o ambiente chroot, altere o diretório atual para /mnt, desmonte suas partições do Funtoo e reinicialize. <console> (chroot) # ##i##exit # ##i##cd /mnt # ##i##umount -...")
(Created page with "{{fancynote|O CD de Recuperação do Sistema (SystemRescueCD) desmontará seus novos sistemas de arquivos Funtoo como parte de sua sequência normal de desligamento.}}")
Line 25: Line 25:
</console>
</console>


{{fancynote|System Rescue CD will gracefully unmount your new Funtoo filesystems as part of its normal shutdown sequence.}}
{{fancynote|O CD de Recuperação do Sistema (SystemRescueCD) desmontará seus novos sistemas de arquivos Funtoo como parte de sua sequência normal de desligamento.}}


You should now see your system reboot, the GRUB boot loader appear for a few seconds, and then see the Linux kernel and initramfs loading. After this, you should see Funtoo Linux itself start to boot, and you should be greeted with a <code>login:</code> prompt. Funtoo Linux has been successfully installed!
You should now see your system reboot, the GRUB boot loader appear for a few seconds, and then see the Linux kernel and initramfs loading. After this, you should see Funtoo Linux itself start to boot, and you should be greeted with a <code>login:</code> prompt. Funtoo Linux has been successfully installed!

Revision as of 15:24, September 29, 2018

Other languages:
English • ‎español • ‎português do Brasil • ‎русский • ‎中文(中国大陆)‎

Guia de Instalação: Concluindo

Install Guide, Chapter 16 < Prev Next >

Defina a senha do superusuário

É imperativo que você defina sua senha de root antes de reinicializar para que você possa efetuar login.

(chroot) # passwd

Reiniciando seu sistema

Agora é a hora de deixar o ambiente chroot, desmontar partições e arquivos do Funtoo Linux e reiniciar seu computador. Quando você reiniciar, o gerenciador de inicialização GRUB será iniciado, carregará o kernel Linux e o initramfs, e seu sistema começará a inicialização.

Deixe o ambiente chroot, altere o diretório atual para /mnt, desmonte suas partições do Funtoo e reinicialize.

(chroot) # exit
root # cd /mnt
root # umount -lR funtoo
root # reboot
   Note

O CD de Recuperação do Sistema (SystemRescueCD) desmontará seus novos sistemas de arquivos Funtoo como parte de sua sequência normal de desligamento.

You should now see your system reboot, the GRUB boot loader appear for a few seconds, and then see the Linux kernel and initramfs loading. After this, you should see Funtoo Linux itself start to boot, and you should be greeted with a login: prompt. Funtoo Linux has been successfully installed!