설치 준비
이 장은 당신이 설치를 시작하기 전에 수행하는데 필요한 단계를 설명합니다. 모든 단계를 엄격하게 따를 필요는 없습니다 - 예를 들면, 만약 당신이 기본 설치 설정을 사용하고자 계획하면, 디스크 장치 이름표/UUID와 같은 시스템 정보 또는 시스템의 IP 주소와 같은 네트워크 정보를 수집 할 필요가 없습니다. 아무튼, 당신은 사용 가능한 설치 미디어 유형과 부팅 미디어 및 설치 원천을 준비하는 방법도 설명하므로 이와 같은 장을 통해 계속 진행해야 합니다.
향상 또는 설치?
만약 이미 페도라가 설치되어 있고 자신의 설치를 최신 버전으로 향상하려는 경우에, 다음과 같은 두 가지 기본 방법이 있습니다:
- dnf system upgrade 사용하여 자동으로 향상
-
당신의 시스템을 향상하는데 선호하는 방법은 dnf 시스템 향상 유틸리티를 사용하여 자동 향상하는 것입니다. 자동으로 향상하는 정보는, 다음 페도라 위키 DNF 시스템 향상을 참조하세요.
- 수동 재설치
-
[application]*dnf 시스템 향상*에 의존하는 대신에 최신 버전의 페도라를 수동으로 향상 할 수 있습니다. 이는 새로 설치를 수행하는 것처럼 설치 프로그램을 부팅하고, 기존 페도라 시스템을 탐지하며 다른 파티션과 볼륨에서 자료를 보존하면서 루트 파티션을 덮어 쓰는 것이 포함됩니다. 필요하다면, 동일한 처리는 시스템을 재설치 하는데 사용 할 수도 있습니다. 보다 자세한 내용은, 수동 시스템 향상 또는 재설치를 참조하세요.
당신의 선택이 어떻든 간에, 시스템을 향상하거나 재설치를 수행하기 전에 항상 당신의 자료를 따로 저장하세요. |
부트와 설치 이미지 내려받기
페도라 프로젝트는 몇몇 특정 사용 경우에 맞게 차려진 다양한 배포판을 제공합니다. 당신을 위한 최상의 페도라 배포판을 선택하거나 설치 후에 사용자 정의를 통해, 또는 킥스타트 파일 생성에 설명 된 대로 킥스타트 파일을 사용하여 자기 스스로 제작 할 수 있습니다. 킥스타트 설치는 netinstall
미디어 유형, 또는 PXE와 같은 직접 설치 부팅 방법이 필요합니다;킥스타트는 라이브 이미지를 지원하지 않습니다.
페도라 내려받기에서 페도라 웍스테이션, 페도라 클라우드, 페도라 서버 및 사용 가능한 미디어 유형에 대해 더 알아보기.
당신은 또한 페도라를 위한 대체 데스크탑에서 특별화된 업무를 위해 선호하는 데스크탑 또는 도구 기능을 갖는 페도라 _스핀_을 선택 할 수 있습니다.
내려받은 이미지를 확인 중
전송 오류 또는 기타 문제 때문에 당신이 내려받은 페도라 이미지가 손상될 수 있기 때문에, 이는 파일의 무결성을 확인하는 것이 중요합니다. 이미지가 생성된 후에, 동작은 복잡한 수학적 알고리즘을 사용하여 `체크썸`이라 불리는 값을 생산하는 파일에서 수행됩니다. 동작은 충분히 복잡하며 원본 파일에서 *변경 부분*은 다른 체크썸이 생성됩니다.
자신의 컴퓨터에서 이미지 체크썸
계산하고 원본 `체크썸`과 비교하여, 당신은 이미지가 변조되거나 손상되지 않았음을 확인 할 수 있습니다. 원본 체크썸 값은 확인에서 제공되며, 이들 무결성을 입증하기 위해 gpg 서명됩니다.
윈도우 시스템에서 체크썸 확인하기
-
https://fedoraproject.org/get-fedora에서 자신의 선택한 페도라 이미지와 https://getfedora.org/verify/에서 일치하는 체크썸을 내려받기
-
powershell 세션을 개방합니다.
-
내려받은 파일이 포함되어 있는 디렉토리로 변경.
> cd $HOME\Downloads\ > ls 디렉토리: C:\Users\Pete\Downloads 방식 최종쓰기시간 길이 이름 ---- ------------- ------ ---- -a--- 11/25/2014 12:39 PM 272 Fedora-Server-21-x86_64-CHECKSUM -a--- 11/25/2014 12:39 PM 2047868928 Fedora-Server-DVD-x86_64-21.iso
-
체크썸을 계산하는 데 필요한 자원을 적재합니다.
> $image = "Fedora-Server-DVD-x86_64-21.iso" > $checksum_file = "Fedora-Server-21-x86_64-CHECKSUM" > $sha256 = New-Object -TypeName System.Security.Cryptography.sha256CryptoServiceProvider > $expected_checksum = ((Get-Content $checksum_file | Select-String -Pattern $image) -split " ")[0].ToLower()
-
내려받은 이미지의 체크썸을 계산합니다. 이는 잠시 시간이 걸립니다!
> $download_checksum = [System.BitConverter]::ToString($sha256.ComputeHash([System.IO.File]::ReadAllBytes("$PWD\$image"))).ToLower() -replace '-', ''
-
계산된 체크썸을 예상된 체크썸과 비교합니다.
> echo "내려받은 체크썸: $download_checksum" > echo "예상된 체크썸: $expected_checksum" > if ( $download_checksum -eq "$expected_checksum" ) { echo "체크썸 시험 통과!" } else { echo "체크썸 시험 실패." }
리눅스와 맥OS 시스템에서 checksums 확인하기
-
https://fedoraproject.org/get-fedora에서 자신의 선택한 페도라 이미지와 https://getfedora.org/verify/에서 일치하는 체크썸을 내려받기
-
터미널 창을 열고, 그리고 내려받은 파일이 있는 디렉토리로 이동합니다.
$ cd ~/Downloads
-
이미지 체크썸 확인에 적당한 유틸리티를 사용합니다.
-
리눅스를 위해:
$ sha256sum -c *CHECKSUM
-
OSX에서:
$ shasum -a 256 -c *CHECKSUM
-
부팅 미디어 준비하기
페도라 이미지는 `Hybrid ISOs`이고, 바이오스와 UEFI 시스템 모두에서 부팅하기 위한 광학식 및 USB 저장 장치로 설치 미디어를 생성하는데 사용 될 수 있습니다.
페도라 미디어 작성기와 범용의 USB 생성기
Fedora Media Writer has been improved and is now the default way to make bootable media. Fedora Media Writer supports Linux, Mac, and Windows. It is an easy way to make bootable USB media to install Fedora (or other operating systems). While use of Fedora Media Writer is strongly encouraged, other USB media creation software can work as well. Some of the new additions to Fedora Media Writer are that Fedora Workstation and Server are the first choices on the main screen. However more choices are available if you select the button below "Custom OS". Options like Fedora Spins will appear. Fedora Spins such as XFCE and Mate will be selectable. Unetbootin*와 같은 범용 USB 생성 도구는 역사적으로 광 미디어를 위한 ISO에서 USB 설치자를 생성하는 것으로 선호된 방식입니다. 이는 전형적으로 이미지에서 파일을 추출, 그리고 [application]*syslinux 부트로더를 장치에 작성하기 의해 USB 드라이브에서 파일 시스템을 생성합니다. 이들 방법은 BIOS 시스템 뿐만 아니라 SecureBoot가 활성화된 UEFI 시스템에서 부팅하도록 미리-분할되고 설계된 페도라 이미지에 내장된 부트-로더 구성을 둘러 쌉니다. 이는 특별히 UEFI 시스템과 함께 사용하기 위해 페도라 이미지와 함께 일관된 결과를 생산하지 않습니다. Utilities that use a direct write method, and do not modify the Fedora image, will produce the most consistently successful results. |
Be sure you choose the right device!
Most media creation methods in this section are destructive. Ensure you do not need any data on the USB stick, and double check you have chosen the correct device before continuing.
-
Download the latest Windows Installer file from Marin Briza’s github page: https://github.com/MartinBriza/MediaWriter/releases.
-
Run the installation by double clicking it, and then clicking next through the set-up wizard. The Wizard gives you the options to customize the software’s installation if you choose to.
-
In Windows 8 and 10, the application will be under "all apps" under F for Fedora Media Writer. Or in Windows 10, you can just type Fedora Media Writer in the search box on the task bar.
-
부팅 가능한 USB 드라이버를 만들려면 자신이 원하는 페도라 배포판을 선택합니다.
Figure 1. 페도라 미디어 작성기 주요 화면: 자신의 페도라 배포판을 선택합니다 -
If you choose one of the beginning default Fedora editions, such as Fedora workstation or server. Fedora Media Writer will give you information and details about it before you proceed with the download and USB creation. For Fedora Workstation, you can choose a different architecture, such as 32bit if you select "other architectures". Otherwise select "Create Live USB" to proceed.
Figure 2. 페도라 미디어 작성기 배포 정보 -
Fedora Media Writer will automatically download the ISO for you, but if you all-ready have it in your Downloads directory it will be immediately available to use.
Figure 3. 페도라 미디어 작성기를 자동으로 내려받기 -
After the download completes, or when Fedora Media Writer is ready. Plug in a USB drive you wish to use as a bootable media.
-
빨간 "디스크에 쓰기" 누름 단추를 누릅니다.
Figure 4. 페도라 미디어 작성기를 USB 장치에 작성합니다
-
페도라 25 또는 이후 배포판에서, 당신은 다음 명령으로 페도라 미디어 작성기를 내려 받을 수 있습니다:
$ sudo dnf install mediawriter
-
당신은 다음 명령을 실행하여 페도라 미디어 작성기 를 호출 할 수 있습니다:
$ sudo mediawriter
or in Gnome 3 by selecting Activities, then selecting Utilities, and then selecting Fedora Media Writer.
-
부팅 가능한 USB 드라이버를 만들려면 자신이 원하는 페도라 배포판을 선택합니다.
Figure 5. 페도라 미디어 작성기 주요 화면: 자신의 페도라 배포판을 선택합니다 -
If you choose one of the beginning default Fedora editions, such as Fedora workstation or server. Fedora Media Writer will give you information and details about it before you proceed with the download and USB creation. For Fedora Workstation, you can choose a different architecture, such as 32bit if you select "other architectures". Otherwise select "Create Live USB" to proceed.
Figure 6. 페도라 미디어 작성기 배포 정보 -
Fedora Media Writer will automatically download the ISO for you, but if you all-ready have it in your Downloads directory it will be immediately available to use.
Figure 7. 페도라 미디어 작성기를 자동으로 내려받기 -
After the download completes, or when Fedora Media Writer is ready. Plug in a USB drive you wish to use as a bootable media.
-
빨간 "디스크에 쓰기" 누름 단추를 누릅니다.
Figure 8. 페도라 미디어 작성기를 USB 장치에 작성합니다
-
Download the latest Macintosh Disk Image (the package will have a .dmg extension) from Marin Briza’s github page: https://github.com/MartinBriza/MediaWriter/releases.
-
Open the .dmg file and copy the mediawriter file into your applications folder.
-
Navigate to your applications directory, and then launch the mediawriter app.
-
Mac OS will then ask if you are sure you want to open the file (it is from the internet after all), select "Open" to run the program.
-
부팅 가능한 USB 드라이버를 만들려면 자신이 원하는 페도라 배포판을 선택합니다.
Figure 9. 페도라 미디어 작성기 주요 화면: 자신의 페도라 배포판을 선택합니다 -
If you choose one of the beginning default Fedora editions, such as Fedora workstation or server. Fedora Media Writer will give you information and details about it before you proceed with the download and USB creation. For Fedora Workstation, you can choose a different architecture, such as 32bit if you select "other architectures". Otherwise select "Create Live USB" to proceed.
Figure 10. 페도라 미디어 작성기 배포 정보 -
Fedora Media Writer will automatically download the ISO for you, but if you all-ready have it in your Downloads directory it will be immediately available to use.
Figure 11. 페도라 미디어 작성기를 자동으로 내려받기 -
After the download completes, or when Fedora Media Writer is ready. Plug in a USB drive you wish to use as a bootable media.
-
빨간 "디스크에 쓰기" 누름 단추를 누릅니다.
Figure 12. 페도라 미디어 작성기를 USB 장치에 작성합니다
-
그놈, 또는 gnome-disk-utility 꾸러미가 설치된 시스템에서, 시스템 메뉴를 사용해 `디스크`를 엽니다.
-
좌측 행에서 자신의 USB 장치를 누릅니다.
-
창의 상단 우측 모서리 부분에서 메뉴 아이콘을 누르고,
디스크 이미지 복구
옵션을 선택하세요. -
자신의 이미지 파일을 이동하고 `복구하기 시작`을 누릅니다. 몇 분 후에, 이는 프로세서가 완료되면 보고하고 자신의 설치 미디어가 사용하도록 준비합니다.
-
터미널 창을 열고 USB 드라이버를 넣어주세요.
-
드라이버에 할당된 `장치 노드`를 찾습니다. 아래 예제에서, 드라이브는 `sdd`가 제공됩니다.
$ dmesg|tail [288954.686557] usb 2-1.8: New USB device strings: Mfr=0, Product=1, SerialNumber=2 [288954.686559] usb 2-1.8: Product: USB Storage [288954.686562] usb 2-1.8: SerialNumber: 000000009225 [288954.712590] usb-storage 2-1.8:1.0: USB Mass Storage device detected [288954.712687] scsi host6: usb-storage 2-1.8:1.0 [288954.712809] usbcore: registered new interface driver usb-storage [288954.716682] usbcore: registered new interface driver uas [288955.717140] scsi 6:0:0:0: Direct-Access Generic STORAGE DEVICE 9228 PQ: 0 ANSI: 0 [288955.717745] sd 6:0:0:0: Attached scsi generic sg4 type 0 [288961.876382] sd 6:0:0:0: sdd Attached SCSI removable disk
-
Use the dd utility to write the image. Make sure you have the right drive!
# dd if=/path/to/Fedora-Live-Security-x86_64-21.iso of=/dev/sdd
부팅 가능한 USB 저장장치 드라이브를 생성하는 것 외에도, 당신은 또한 제공된 ISO 이미지를 사용하여 부팅 가능한 광 미디어(CD 또는 DVD)를 생성 할 수 있습니다. 이와 같은 접근은 USB에서 부팅 할 수 없는 예전 시스템에서 Fedora를 설치 할 때 필요 할 수도 있습니다.
ISO 이미지에서 부팅 가능한 CD 또는 DVD를 제작하기 위해 필요한 정확한 단계는 당신이 사용하는 디스크 제작 소프트웨어에 따라 달라집니다. 이와 같은 절차는 일반적인 개요만 제공합니다. |
-
미사용 CD 또는 DVD를 자신의 시스템 CD 또는 DVD 제작기에 넣어주세요.
-
자신의 미디어 제작 소프트웨어를 엽니다 - 예로, 그놈 데스크탑 환경과 같은 Fedora 시스템에서 브라세로, 또는 윈도우즈 시스템에서 Nero. 소프트웨어의 주 메뉴에서, ISO 이미지를 디스크로 제작 할 수 있는 옵션을 찾습니다. 예로, [application]*브라세로*에서, 이와 같은 옵션은 창 왼쪽의 기본 메뉴에 있는 `이미지 굽기`입니다.
-
입력행에서, 제작하려는 Fedora의 ISO 이미지와 빈 디스크가 들어 있는 CD 또는 DVD 제작기를 선택합니다 (만약 당신이 드라이브가 두 개 이상을 가진 경우).
-
자신의 선택을 확인하고, 디스크가 제작될 때까지 기다리세요.
Want to help? Learn how to contribute to Fedora Docs ›