Difference between revisions of "Install/Download LiveCD"

From Funtoo
Jump to navigation Jump to search
m (Reverted edits by Pnoecker (talk) to last revision by Drobbins)
Tag: Rollback
m (dd's flag oflag=sync makes a USB-drive bootable)
(4 intermediate revisions by one other user not shown)
Line 9: Line 9:


<!--T:23-->
<!--T:23-->
In order to install Funtoo Linux, you will first need to boot your computer using a Linux-based Live CD or USB stick. We recommend the Funtoo-based {{LiveCD}} as it contains a modern kernel as well as a full graphical environment. It can be burned to CD/DVD or installed on a USB stick. Download it here:
In order to install Funtoo Linux, you will first need to boot your computer using a Linux-based Live CD or USB stick. We currently recommend the [[Gentoo Minimal Installation CD]] as it contains a modern kernel and updated booting for UEFI systems, and is a quick download. It can be burned to CD/DVD or installed on a USB stick. Download it here:
   
   
* Download from '''{{LiveCD}}'''
* Download from '''{{LiveCD}}'''
Line 18: Line 18:
<!--T:25-->
<!--T:25-->
{{console|body=
{{console|body=
# ##i##dd if=funtoo-livecd-area31-5.1-beta.iso of=/dev/sdx bs=4k status=progress
# ##i##dd if=install-amd64-minimal-20210103T214503Z.iso of=/dev/sdx bs=4k status=progress oflag=sync
}}
}}


Line 26: Line 26:
==== Network Access ==== <!--T:4-->  
==== Network Access ==== <!--T:4-->  


<!--T:5-->
<!--T:27-->
Once you have booted the Area31 Funtoo LiveCD, see if you have Internet access. Internet access is required for installing Funtoo Linux:
For steps on setting up network access from the LiveCD, please see the {{LiveCD}} page.


<!--T:6-->
==== Remote Install ==== <!--T:10-->  
{{console|body=
# ##i##ping www.google.com
PING www.google.com (216.58.217.36) 56(84) bytes of data.
64 bytes from den03s10-in-f4.1e100.net (216.58.217.36): icmp_seq=1 ttl=57 time=30.1 ms}}


<!--T:7-->
<!--T:11-->
If the ping is successful (you see <code>64 bytes</code> messages as above,) then your Network is set up. Hit Control-C to stop the ping.  
Alternatively, you can log into your bootable environment over the network via SSH to perform the install from another computer, and this may be more convenient way to install Funtoo Linux.


<!--T:8-->
<!--T:28-->
If you need to set up a WiFi connection for Internet access, then this can be accomplished using the {{c|nmtui}} command-line tool:
First ensure that {{c|sshd}} is running. For the Gentoo Minimal Installation CD, you will need to start {{c|sshd}} as follows:


<!--T:9-->
<!--T:29-->
{{console|body=
{{console|body=
# ##i##nmtui
# ##i##/etc/init.d/sshd start
}}
}}
</translate><translate>
==== Remote Install ==== <!--T:10-->
<!--T:11-->
Alternatively, you can log into Area31 Funtoo LiveCD over the network via SSH to perform the install from another computer, and this may be more convenient way to install Funtoo Linux.


<!--T:12-->
<!--T:12-->
If you'd like to complete the install remotely, here's how. First, you will need to ensure that the Area31 LiveCD has a functioning network connection. Then, you will need to set a root password for the Area31 Funtoo LiveCD:
If you'd like to complete the install remotely, here's how. First, you will need to ensure that your bootable CD/USB image has a functioning network connection. Then, you will need to set a root password:


<!--T:13-->
<!--T:13-->
Line 62: Line 52:
passwd: password updated successfully
passwd: password updated successfully
}}
}}


<!--T:14-->
<!--T:14-->
Once you have typed in a password, you will now need to determine the IP address of the LiveCD, and then you can use {{c|ssh}} to connect to it. To determine the IP address currently being used by the LiveCD, type {{c|ifconfig}}:
Once you have typed in a password, you will now need to determine the IP address of the bootable system, and then you can use {{c|ssh}} to connect to it. To determine the IP address currently being used by the LiveCD, type {{c|ifconfig}}:


<!--T:15-->
<!--T:15-->
Line 80: Line 71:


<!--T:18-->
<!--T:18-->
One of the interfaces should have an IP address (listed as {{c|inet addr:}}) from your LAN. You can then connect remotely, from another system on your LAN, to System Rescue CD, and perform steps from the comfort of an existing OS. On your remote system, type the following, replacing {{c|1.2.3.4}} with the IP address of the LiveCD. Connecting from an existing Linux or MacOS system would look something like this:
One of the interfaces should have an IP address (listed as {{c|inet addr:}}) from your LAN. You can then connect remotely, from another system on your LAN, your bootable environment, and perform steps from the comfort of an existing OS. On your remote system, type the following, replacing {{c|1.2.3.4}} with the IP address of the LiveCD. Connecting from an existing Linux or MacOS system would look something like this:


<!--T:19-->
<!--T:19-->

Revision as of 19:44, September 14, 2021

Other languages:
English • ‎español • ‎français • ‎italiano • ‎polski • ‎português do Brasil • ‎русский • ‎中文(中国大陆)‎ • ‎中文(台灣)‎

Install Guide: Download LiveCD

Install Guide, Chapter 1 < Prev Next >

In order to install Funtoo Linux, you will first need to boot your computer using a Linux-based Live CD or USB stick. We currently recommend the Gentoo Minimal Installation CD as it contains a modern kernel and updated booting for UEFI systems, and is a quick download. It can be burned to CD/DVD or installed on a USB stick. Download it here:

To copy it to a USB stick for booting, use the following command:

root # dd if=install-amd64-minimal-20210103T214503Z.iso of=/dev/sdx bs=4k status=progress oflag=sync

Of course, you will need to change /dev/sdx to point to the block device of the USB stick on your system.

Network Access

For steps on setting up network access from the LiveCD, please see the Funtoo:New Install Experience/LiveCD page.

Remote Install

Alternatively, you can log into your bootable environment over the network via SSH to perform the install from another computer, and this may be more convenient way to install Funtoo Linux.

First ensure that sshd is running. For the Gentoo Minimal Installation CD, you will need to start sshd as follows:

root # /etc/init.d/sshd start

If you'd like to complete the install remotely, here's how. First, you will need to ensure that your bootable CD/USB image has a functioning network connection. Then, you will need to set a root password:

root # passwd
New password: ********
Retype new password: ********
passwd: password updated successfully


Once you have typed in a password, you will now need to determine the IP address of the bootable system, and then you can use ssh to connect to it. To determine the IP address currently being used by the LiveCD, type ifconfig:

root # ifconfig

Alternatively, determining of an IP address is possible with iproute2 ip tool:

root # ip addr show

One of the interfaces should have an IP address (listed as inet addr:) from your LAN. You can then connect remotely, from another system on your LAN, your bootable environment, and perform steps from the comfort of an existing OS. On your remote system, type the following, replacing 1.2.3.4 with the IP address of the LiveCD. Connecting from an existing Linux or MacOS system would look something like this:

remote system $ ssh root@1.2.3.4
Password: **********
   Note

If you'd like to connect remotely from an existing Microsoft Windows system, you'll need to download an SSH client for Windows, such as OpenSSH.

After you've logged in via SSH, you're now connected remotely to the LiveCD and can perform the installation steps.

Install Guide, Chapter 1 < Prev Next >