2019/01/18

booting cd command line

공통 사항
메모리 스틱 언 마운트
마운트 확인 명령어
df -aTh

언마운트 해제 명령어
umount /dev/sdc1
umount /dev/sdc2

fdisk /dev/sdx
파티션 포맷
윈도우 ntfs
리눅스 ext4
부팅 플래그 추가 a
파티션 포맷 mkfs.사용할 파일 시시템(mkfs.ext4, mkfs.ntfs)

디스크 덤프 사용.
사용법
sudo dd bs=4M if=windows7.iso of=/dev/sdc

예제.
dd bs=4M if=Windows_7_Ultimate_K_x64_with_IE11_hotfix_2018-06-13.iso of=/dev/sdx

dd bs=4M if=Windows_7_Ultimate_K_x64_with_IE11_hotfix_2018-06-13.iso of=/dev/sdx

우분투 12.04
sudo add-apt-repository ppa:colingille/freshlight
sudo apt-get update; sudo apt-get install winusb


14.04 패키지 없음 수동으로 설치 
 32bit

wget https://launchpad.net/~colingille/+archive/freshlight/+files/winusb_1.0.11+saucy1_i386.deb
sudo dpkg -i winusb_1.0.11+saucy1*
sudo apt-get install -f

64bit
 wget https://launchpad.net/~colingille/+archive/freshlight/+files/winusb_1.0.11+saucy1_amd64.deb
sudo dpkg -i winusb_1.0.11+saucy1*
sudo apt-get install -f

사용방법(파티션을 사용할 수 도 있지만 전체 디스크로 사용 하는게 정신 건강해 좋음)
 ntfs 파일 포맷 이후 윈도우 7 설치 프로그램 작성
winusb --format Windows_7_Ultimate_K_x64_with_IE11_hotfix_2018-06-13.iso /dev/sdf

ntfs 파티션에 windows ISO 설치 후 MBR(마스터 부트 레코드) 편집 하려면 다음 명령어 실행.
 winusb --install Windows_7_Ultimate_K_x64_with_IE11_hotfix_2018-06-13.iso /dev/sdf

우분투 14.04 이상(winusb, woeusb 두 버전 사용 가능)
윈도우 10
 sudo apt install woeusb

사용법
sudo woeusb --device </path/to/windows.iso> <device>

예제.
sudo woeusb --device /home/andrei/Downloads/win10.iso /dev/sdc

7z 방식
블록 디바이스 usb 검색 명령어
lsblk

파티션 포맷
sudo mkfs.fat -F32  /dev/sdXY

마운트
sudo mount /dev/sdXY /mnt

7z 패키지 설치

sudo apt install p7zip-full 또는 apt-get install p7zip-full





파일 복사. 
sudo 7z x /pth/to/windowsfile.iso -o/mnt

usb 마운트 해제
umount /mount_point

댓글 없음:

댓글 쓰기