The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Install/Finishing/pt-br
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
System Rescue CD will gracefully unmount your new Funtoo filesystems as part of its normal shutdown sequence.
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!