Difference between revisions of "Install/Finishing/es"

From Funtoo
Jump to navigation Jump to search
(Created page with "=== Reinicie su sistema ===")
(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 ===


Now is the time to leave chroot, to unmount Funtoo Linux partitions and files and to restart your computer. When you restart, the GRUB boot loader will start, load the Linux kernel and initramfs, and your system will begin booting.
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

Other languages:

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
   Note

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!