Difference between revisions of "Install/Finishing/ru"

From Funtoo
Jump to navigation Jump to search
(Created page with "==== Установите пароль для пользоователя root ==== Крайне важно, чтобы вы установили свой пароль root-а...")
(Created page with "===Перезагрузка системы ===")
Line 13: Line 13:
}}
}}


===Restart your system ===
===Перезагрузка системы ===


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.
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.

Revision as of 14:04, April 14, 2019

Other languages:
English • ‎español • ‎português do Brasil • ‎русский • ‎中文(中国大陆)‎

Руководство по установке: Заключительные шаги

Install Guide, Chapter 16 < Prev Next >

Установите пароль для пользоователя root

Крайне важно, чтобы вы установили свой пароль root-а перед перезагрузкой, чтобы после нее вы смогли войти в систему.

(chroot) # passwd

Перезагрузка системы

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.

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!