행위

안드로이드/갤럭시 termux 윈도우10 설치

DB CAFE

thumb_up 추천메뉴 바로가기


1 안드로이드/갤럭시에 윈도우10 설치[편집]

1.1 F-Droid 와 Termux 앱 설치[편집]

  1. F-Droid.org 웹사이트 접속 후 F-Droid 앱 다운로드 후 설치
  2. F-Droid 앱 실행 후 Termux 검색 하여 Termux 앱 설치 (안드로이드 로컬 접속용 터미널)

1.2 ZArchiver 앱 설치[편집]

  1. 구글스토어에서 ZArchiver 앱 설치 (압축해제 앱)

1.3 윈도우10 다운로드[편집]

  1. 윈도우10 다운로드 https://termux.xyz/?d2768dbe
    Windows-10-OnlineHacking.zip 파일 , 비밀번호 : termux.xyz
  2. ZArchiver를 이용하여 Windows-10-OnlineHacking.zip 파일 압축해제
    손상된파일(비밀번호입력화면 대신 손상된파일로 나올수 있음) 이라고 나올경우 다른피씨에서 압축을 푼후 다시 압축하여 사용
  3. 압축 해제하면 /storage/xxxx/.. 에 압축풀림(보통 외장용 SD카드 위치임,내기기는 /storage/3234-3161/에 압축 풀림.)

1.4 qemu-system-x86-64-headless 프로그램 설치[편집]

  • apt update
apt update && apt upgrade -y
  • x11-repo 설치
pkg install x11-repo
  • termux-setup-storage 실행
termux-setup-storage
  • qemu-system-x86-64 설치
pkg install qemu-system-x86-64-headless -y
  • qemu-system-x86_64 실행
pkg install qemu-system-x86_64

1.5 Windows 10 설치[편집]

  • -hda /storage/3234-3161/Windows-10.qcow2 \ <= 파일위치는 각자 다를수 있음. 내기기는 /storage/3234-3161/ 폴더에 Windows-10.qcow2 파일 존재함.
  • -drive file=fat:rw:/storage/3234-3161/Disk \ <= 여기 파일위치도 마찬가지..기기마다 다를수 있음.
$ qemu-system-x86_64 \
-hda /storage/3234-3161/Windows-10.qcow2 \
-cpu max \
-machine pc \
-vga vmware -full-screen \
-m 2045M,slots=2,maxmem=2047M \
-smp cpus=4,cores=4,threads=1,sockets=1 \
-overcommit mem-lock=off \
-accel tcg,thread=single \
-rtc base=localtime \
-net user -net nic,model=rtl8139 \
-drive file=fat:rw:/storage/3234-3161/Disk \
-vnc 127.0.0.1:1
  • 위 명령은 윈도우 실행시마다 사용해야 하므로

start_win10.sh 파일로 스크립트 생성 후

chmod +x start_win10.sh

명령 실행 후 , start_win10.sh 로 간편하게 실행

1.6 VNC 앱설치 및 접속[편집]

  1. 플레이스토에서 VNC Viewer 설치
  2. VNC Viewer 앱 실행 후 접속
  3. IP Adress | 127.0.0.1:1
  4. Computer Name | Windows10
  5. 윈도우 접속 확인

1.7 기타 사항[편집]

  1. 기기와 데이터 공유시 QEMU VVFAT drive (E:) 드라이브 사용
  2. 네트워크가 안되면
    Go to Start => Control Panel => Network => Click on your network => Disable and enable network.