Difference between revisions of "Install/Finishing/en"

From Funtoo
Jump to navigation Jump to search
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 10: Line 10:
It's imperative that you set your root password before rebooting so that you can log in.
It's imperative that you set your root password before rebooting so that you can log in.
{{console|body=
{{console|body=
(chroot) # ##i##passwd
%chroot% ##i##passwd
}}
}}


Line 19: Line 19:
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.
<console>
<console>
(chroot) # ##i##exit
%chroot% ##i##exit
# ##i##cd /mnt
# ##i##cd /mnt
# ##i##umount -lR funtoo
# ##i##umount -lR funtoo
Line 28: Line 28:


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!
<noinclude>{{InstallNavigation|num=16|prev=Network|next=Profiles|align=right}}</noinclude>

Revision as of 22:05, October 10, 2019

Other languages:

Install Guide: Finishing Up

Install Guide, Chapter 16 < Prev Next >

Set your root password

It's imperative that you set your root password before rebooting so that you can log in.

chroot # passwd

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.

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!

Install Guide, Chapter 16 < Prev Next >