본문으로 바로가기

리눅스 부팅 usb 만들기 및 설치

category 리눅스 2019. 10. 9. 20:26
반응형

안녕하세요. 리눅스 부팅 USB를 만들어 보려고 합니다.

 

 먼저 부팅 USB를 만들기 위해서 필요한 준비물
                 USB
                 USB 드라이버
                 ISO 파일
 USB 포맷


 USB 드라이버 설치
                          1) http://rufus.akeo.ie/ 들어가서 다운로드!

 ISO 파일
                          1) https://linuxmint.com/download.php

 

Download - Linux Mint

Information Our latest release is Linux Mint 19.2, codename "Tina". Read the documentation Read the release notes Choose your favorite edition below. If you're not sure which one is right for you, "Cinnamon 64-bit edition" is the most popular. Download lin

linuxmint.com

 

                          2) 운영체제에 맞게 32bit, 64bit 설치

● 부팅 USB만들기

                          1) 장치는 부팅 USB를 만들고자 하는 USB를 클릭한다.
                          2) 저기 디스크 이미지를 클릭 후, 아까 다운받았던 Linux iso파일을 넣는다.
                          3) 시작을 누르고 기다리면 완성!!
 리눅스 설치
                          1) 만든 부팅 USB를 컴퓨터에 연결!
                          2) 재빠르게 부팅설정 하는 곳으로 들어가서 설치
                          3) 바탕화면에 CD모양을 클릭 후 사용자 지정 설정
 인터넷 연결
                          1) 강의실은 Iptime무선 공유기를 사용하기 떄문에 드라이버가 필요하다.
                          2)  https://github.com/abperiasamy/rtl8812AU_8821AU_linux

 

abperiasamy/rtl8812AU_8821AU_linux

rtl8812AU_8821AU linux kernel driver for AC1200 (801.11ac) Wireless Dual-Band USB Adapter - abperiasamy/rtl8812AU_8821AU_linux

github.com

                        3) 들어가서 Iptime 무선 랜카드 통합 설치를 하고 USB로 옮긴다음.
                          4) cd /무선랜카드 통합 설치 드라이버 위치
                          5) 터미널 창 - make 
                          6)터미널 창 -make install
                          7) 재부팅!

● 필수 설치
                          1) 터미널 창 - sudo passwd root (root 비번 설정)
                          2) 터미널 창 - su - (root 권한)
                          3) 터미널 창 - apt-get update 
                          4) 터미널 창 - apt-get -y upgrade
                          5) 터미널 창 - 
apt-get install -y gedit (c언어 하기 위해서 필요한 것)
                          6) 터미널 창 - apt-get install -y build-essiontial (c언어 하기 위해서 필요한 것)
 virtual box
                          1) https://www.virtualbox.org/wiki/Linux_Downloads
                          2) 소프트웨어 설치 하는 곳에 virtual box 찾아서 설치하면 됨.

 

Linux_Downloads – Oracle VM VirtualBox

Download VirtualBox for Linux Hosts Note: The package architecture has to match the Linux kernel architecture, that is, if you are running a 64-bit kernel, install the appropriate AMD64 package (it does not matter if you have an Intel or an AMD CPU). Mixed

www.virtualbox.org

※궁금하신 점은 댓글로 남겨주세요

※공감이 되셨다면 공감 버튼도 눌러주세요

반응형

'리눅스' 카테고리의 다른 글

CentOS ISO, Virtual Box 다운로드  (0) 2021.04.07