The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Install/Finishing/pt-br"
(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| | {{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
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
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!