Install/Download LiveCD/pl

From Funtoo
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
This page is a translated version of the page Install/Download LiveCD and the translation is 38% complete.
Outdated translations are marked like this.
Other languages:
English • ‎español • ‎français • ‎italiano • ‎polski • ‎português do Brasil • ‎русский • ‎中文(中国大陆)‎ • ‎中文(台灣)‎

Przewodnik Instalacji: Pobieranie obrazu LiveCD/DVD/USB

Install Guide, Chapter 1 < Prev Next >

Żeby zainstalować Funtoo Linux, najpierw musisz uruchomić komputer przy użyciu 'Live CD/DVD' lub pamięci USB z systemem Linux. Zalecamy użycie dystrybucji opartej na Funtoo Funtoo:New Install Experience/LiveCD ponieważ zawiera nowoczesne jądro, a także pełne środowisko graficzne. Można ją nagrać na CD / DVD lub zainstalować na USB. Obraz pobierzesz tutaj:

When installing Funtoo Linux on x86-64bit, we highly recommend the official Funtoo Linux LiveCD/LiveUSB, which can always be downloaded here:

While any modern bootable Linux image should be sufficient to install Funtoo Linux, the Funtoo LiveCD has several advantages over other options. Because it natively runs Funtoo Linux, and includes our official debian-sources kernel with very good hardware support, the hardware it supports is going to match the hardware that Funtoo Linux supports -- thus allowing you to identify any hardware compatibility issues immediately.

In addition, our LiveCD is regularly updated, and includes NetworkManager which allows the use of the easy nmtui command to configure your network. It also includes our innovative Fchroot tool, which allows you to use QEMU to "chroot" into non-x86 systems such as arm-64bit and riscv-64bit. This allows the Funtoo LiveCD to be used to even rescue and set up systems with different instruction sets!

Aby skopiować obraz na pamięć USB, użyj następującego polecenia:

root # dd if=funtoo-livecd-area31-5.1-beta.iso of=/dev/sdx bs=4k status=progress

Musisz wstawić /dev/sdx , zamieniając "x" na literę wskazującą na podłączoną pamięć USB (pendrive).

Dostęp do Sieci

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

Instalacja Zdalna

Alternatywną możliwością jest zalogowanie się do Area31 Funtoo LiveCD poprzez sieć za pomocą SSH. Może to być bardziej wygodny sposób przeprowadzenia instalacji z innego komputera.

First ensure that sshd is running. You may need to start sshd as follows:

root # /etc/init.d/sshd start

Jeśli chcesz zainstalować zdalnie Funtoo Linux, oto jak to zrobić. Najpierw musisz upewnić się, że Area31 LiveCD ma działające połączenie sieciowe. Następnie wymagane jest ustawienie hasła root 'a:

root # passwd
Nowe hasło : ********
Proszę ponownie wpisać nowe hasło : ********
passwd: hasło zostało zmienione


Kiedy wpiszesz nowe hasło, niezbędnym jest określenie adresu IP uruchomionego LiveCD/DVD/USB. Później możesz użyć ssh do połączenia się z nim przez sieć. Żeby określić aktualnie używany adres IP, wpisz ifconfig:

root # ifconfig

Inną możliwością ustalenia obecnego adresu IP jest użycie narzędzia ip iproute2:

root # ip addr show

Jeden z interfejsów powinien mieć adres IP (wyświetlony jako inet addr:) z Twojej sieci LAN. W następnym kroku możesz połączyć się zdalnie z LiveCD za pomocą innego komputera i wygodnie podejmować działania z Linuksa albo MacOS. Aby zainicjować połączenie zdalne z systemu "gościa", wpisz następującą komendę, zastępując 1.2.3.4 adresem IP środowiska LiveCD/DVD/USB:

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

Jeśli chciałbyś połączyć się zdalnie z systemu Microsoft Windows, powinieneś zainstalować klienta SSH dla Windows'a, takiego jak OpenSSH.

Po zalogowaniu przy użyciu SSH, jesteś zdalnie połączony z LiveCD/DVD/USB i możesz kontynuować proces instalacji.

Install Guide, Chapter 1 < Prev Next >