The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Install/Finishing/es"
Johnnygarb (talk | contribs) (Created page with "=== Reinicie su sistema ===") |
Johnnygarb (talk | contribs) (Created page with "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...") |
||
Line 15: | Line 15: | ||
=== Reinicie su sistema === | === 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. | |||
Leave the chroot, change directory to /mnt, unmount your Funtoo partitions, and reboot. | Leave the chroot, change directory to /mnt, unmount your Funtoo partitions, and reboot. |
Revision as of 15:51, October 12, 2018
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.
Leave the chroot, change directory to /mnt, unmount your Funtoo partitions, and reboot.
(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!