11.3. Rebooting the System

Now that all of the software has been installed, it is time to reboot your computer. However, you should be aware of a few things. The system you have created in this book is quite minimal, and most likely will not have the functionality you would need to be able to continue forward. By installing a few extra packages from the BLFS book while still in our current environment, you can leave yourself in a much better position to continue on once you reboot into your new LFS installation. Here are some suggestions:

[Note]

Note

You may need to copy source tarballs from your host system to the target machine via a USB stick, as the non-loopback network interfaces are not initialized properly in our build environment.

Now that we have said that, let's move on to booting our shiny new LFS installation for the first time! First exit from the build environment:

logout

Unmount the boot and EFI parition:

umount -Rv /boot

Now, ensure all cached modification to filesystems really written into the disk:

sync

We don't have a fully functional init process, so we can't shut down cleanly here. Use Ctrl-Alt-Delete combination or the reset button to reboot.

Assuming the GRUB boot loader was set up as outlined earlier, the menu is set to boot LFS cross-la-r11.0-228-systemd automatically.

When the reboot is complete, the LFS system is ready for use and more software may be added to suit your needs.