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 "Deja el chroot, cambia el directorio a /mnt, desmonta tus particiones Funtoo, y reinicia. <console> (chroot) # ##i##exit # ##i##cd /mnt # ##i##umount -lR funtoo # ##i##reboot...") |
Johnnygarb (talk | contribs) (Created page with "{{fancynote|El System Rescue CD desmontará en forma segura tus nuevos sistemas de archivos Funtoo como parte de su secuencia normal de apagado.}}") |
||
Line 25: | Line 25: | ||
</console> | </console> | ||
{{fancynote|System Rescue CD | {{fancynote|El System Rescue CD desmontará en forma segura tus nuevos sistemas de archivos Funtoo como parte de su secuencia normal de apagado.}} | ||
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:52, 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.
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
El System Rescue CD desmontará en forma segura tus nuevos sistemas de archivos Funtoo como parte de su secuencia normal de apagado.
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!