The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Install/Finishing/es
Guia de Instalación: Finalizando
Install Guide, Chapter 16 | < Prev | Next > |
Establecer tu contraseña de root
Es un requisito que establezcas una contraseña para root antes de reinicar, para que puedas hacer login.
(chroot) # passwd
Reinicie su sistema
Ahora es el momento para dejar el chroot, desmontar las particiones y archivos Funtoo Linux y reiniciar la computadora. Cuando reinicies, el arrancador GRUB iniciará, cargará el kernel y el initramfs, y tu sistema empezará a arrancar.
Deja el chroot, cambia el directorio a /mnt, desmonta tus particiones Funtoo, y reinicia.
(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!