The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Install/Introduction/en"
(Updating to match new version of source page) |
(Updating to match new version of source page) |
||
Line 19: | Line 19: | ||
<div style="background-color: #eeefe3; border-radius: 8px; padding: 10px;"> | <div style="background-color: #eeefe3; border-radius: 8px; padding: 10px;"> | ||
;Current Release: The current release of Funtoo Linux is {{c|1.4}}, sometimes referred to as {{c|1.4-release}} or {{c|1.4-release-std}}. | ;Current Release: The current release of Funtoo Linux is {{c|1.4}}, sometimes referred to as {{c|1.4-release}} or {{c|1.4-release-std}}. This is actually a (mostly) rolling release with an emphasis on stability. We also have {{c|next}} available, which is a rolling release with updated core packages and is the default for Raspberry Pi 4 and the SiFive U740 RISC-V stages. | ||
;Development Model: Funtoo Linux is a ''community-developed'' Linux meta-distribution. If you use Funtoo Linux, you are welcome to contribute to its development via code.funtoo.org without going through any special procedure or complicated approval process. See [[Development Guide]] for more information on how to contribute to Funtoo. We also have [https://www.youtube.com/playlist?list=PL2YVrx9jFJOd8aBrJBbXPir8zCMcK3Ip8 YouTube video tutorials] to help you get started. | ;Development Model: Funtoo Linux is a ''community-developed'' Linux meta-distribution. If you use Funtoo Linux, you are welcome to contribute to its development via code.funtoo.org without going through any special procedure or complicated approval process. See [[Development Guide]] for more information on how to contribute to Funtoo. We also have [https://www.youtube.com/playlist?list=PL2YVrx9jFJOd8aBrJBbXPir8zCMcK3Ip8 YouTube video tutorials] to help you get started. | ||
Line 46: | Line 46: | ||
# [[Install/Get Acquainted|Get Acquainted with Funtoo's Culture and Support Matrix]]. | # [[Install/Get Acquainted|Get Acquainted with Funtoo's Culture and Support Matrix]]. | ||
# [[Install/Download_LiveCD|Download and boot the | # [[Install/Download_LiveCD|Download and boot the Funtoo LiveCD/LiveUSB]]. | ||
# [[Install/Prepare_Disk|Prepare your disk]]. | # [[Install/Prepare_Disk|Prepare your disk]]. | ||
# [[Install/MBR_Partitioning|MBR Partitioning]]. | # [[Install/MBR_Partitioning|MBR Partitioning]]. |
Revision as of 20:19, June 2, 2022
Install Guide: Introduction
root # Welcome to Funtoo Linux!
Welcome to Funtoo Linux! This document was written to help you install Funtoo Linux on PC-compatible systems, while keeping distracting options regarding system configuration to a minimum.
If you're new to installing a Gentoo-based Linux, or new to Linux entirely -- welcome! We have attempted to make these installation instructions understandable to new users as well. We encourage all new users to read Wolf Pack Philosophy to understand some of the distinctives of the Funtoo community.
Before we get started, please review the following important information:
- Current Release
- The current release of Funtoo Linux is
1.4
, sometimes referred to as1.4-release
or1.4-release-std
. This is actually a (mostly) rolling release with an emphasis on stability. We also havenext
available, which is a rolling release with updated core packages and is the default for Raspberry Pi 4 and the SiFive U740 RISC-V stages.
- Development Model
- Funtoo Linux is a community-developed Linux meta-distribution. If you use Funtoo Linux, you are welcome to contribute to its development via code.funtoo.org without going through any special procedure or complicated approval process. See Development Guide for more information on how to contribute to Funtoo. We also have YouTube video tutorials to help you get started.
- Support Matrix
- Please use our Support Matrix to familiarize yourself with the technologies we do -- and do not -- support.
- Documentation Styles
- We now offer the ability to read and browse the Install Guide section-by-section. Online users may find this more convenient.
- Release Notes
- To familiarize yourself with the latest changes in Funtoo Linux, Release Notes for Funtoo Linux 1.4 are available.
- Upgrade Instructions
- If upgrading from Funtoo Linux 1.3 or earlier, please consult Funtoo Linux 1.4 Upgrade Instructions.
- AWS and Docker Images
- We now offer direct deployment of Docker images as well as Funtoo Linux in Amazon Web Services. This is a useful option for those who wish to take advantage of AWS or deploy Funtoo Linux automatically. A tutorial-style guide on how to use AWS with Funtoo is available.
- Running Steam
- We have recently released official Steam Docker Images as well as support for Steam on Flatpak -- these are the officially-supported way to run Steam on Funtoo. See Steam for more information.
- Containers
- LXD container management as well as Docker is officially supported. Please see Chroot and Containers for an incomplete but growing list of container technologies available, along with links to further documentation.
- New Fchroot Tool
- Our new fchroot tool is now available to allow you to run ARM and RISCV environments on PC-compatible hardware. This is a very effective tool for accelerating building of large pieces of software on resource-constrained ARM systems. See the code.funtoo.org page, Frankenchroot and Frankenchroot/Live_NFS_Frankenchroot for set-up information.
Now that we've covered all that important information, it's time to get started installing Funtoo Linux!
Installation Overview
This is a basic overview of the Funtoo installation process:
- Get Acquainted with Funtoo's Culture and Support Matrix.
- Download and boot the Funtoo LiveCD/LiveUSB.
- Prepare your disk.
- MBR Partitioning.
- GPT Partitioning.
- Create and mount filesystems.
- Setting the Date.
- Install the Funtoo stage tarball of your choice.
- Chroot into your new system.
- Download the Portage tree.
- Configure your system.
- Introducing Portage.
- Install a kernel.
- Install a bootloader.
- Configure the Network.
- Complete final steps.
- Profile Configuration.
- All Done! Enjoy!
Install Guide, Chapter 0 | Next > |