VirtualBox에서 PIXEL for x86 (RaspberryPi 데스크톱 환경)
개요
환경
PIXEL for x86 이미지 (# bittorrent가 더 빠릅니다)
# VirtualBox 설치 => [참고] Windows에서 Virtualbox+Vagrant(베이그랜트) 환경
# 설치 후 설정 => PIXEL for x86 (RaspberryPi 데스크탑 환경)
절차
준비
mkdir C:\Work
) 2016-12-13-pixel-x86-jessie.iso
를 작업 폴더로 복사하거나 이동합니다. (익스플로러에서, Poit, To) cd C:\Work
[Enter]) ISO에서 VDI 이미지 생성 (명령 프롬프트에서 VBoxManage를 사용하여 수행)
"%VBOX_MSI_INSTALL_PATH%\VBoxManage.exe" convertfromraw 2016-12-13-pixel-x86-jessie.iso 2016-12-13-pixel-x86-jessie.vdi
"%VBOX_MSI_INSTALL_PATH%\VBoxManage.exe" modifyhd 2016-12-13-pixel-x86-jessie.vdi --resize 8192
# vdi 이미지 표시:
"%VBOX_MSI_INSTALL_PATH%\VBoxManage.exe" showhdinfo 2016-12-13-pixel-x86-jessie.vdi
VM 생성
PIXEL for x86
Linux
Debian (32-bit)
... 다음 (N) 1024MB
(또는 그 이상?) 2016-12-13-pixel-x86-jessie.vdi
선택 (열기 (O)) =>[만들기] /etc/ssh/sshd_config
: PasswordAuthentication yes로 ssh 사용 가능: sudo systemctl restart ssh; sudo systemctl enable ssh
sudo fdisl -l /dev/sda
설치 후 설정
sudo dpkg-reconfigure locales
sudo dpkg-reconfigure tzdata
실행 예
VDI 이미지 생성
Microsoft Windows [Version 10.0.14393]
(c) 2016 Microsoft Corporation. All rights reserved.
C:\WINDOWS\system32>mkdir C:\Work
C:\WINDOWS\system32>cd C:\Work
C:\Work>move C:\2016-12-13-pixel-x86-jessie.iso .
1 個のファイルを移動しました。
C:\Work>"%VBOX_MSI_INSTALL_PATH%\VBoxManage.exe" convertfromraw 2016-12-13-pixel-x86-jessie.iso 2016-12-13-pixel-x86-jessie.vdi
Converting from raw image file="2016-12-13-pixel-x86-jessie.iso" to file="2016-12-13-pixel-x86-jessie.vdi"...
Creating dynamic image with size 1387069440 bytes (1323MB)...
C:\Work>"%VBOX_MSI_INSTALL_PATH%\VBoxManage.exe" showhdinfo 2016-12-13-pixel-x86-jessie.vdi
UUID: 7501bd96-8787-485e-868b-eb5f582cd251
Parent UUID: base
State: created
Type: normal (base)
Location: C:\Work\2016-12-13-pixel-x86-jessie.vdi
Storage format: VDI
Format variant: dynamic default
Capacity: 1322 MBytes
Size on disk: 1324 MBytes
Encryption: disabled
C:\Work>"%VBOX_MSI_INSTALL_PATH%\VBoxManage.exe" modifyhd 2016-12-13-pixel-x86-jessie.vdi --resize 8192
0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
C:\Work>"%VBOX_MSI_INSTALL_PATH%\VBoxManage.exe" showhdinfo 2016-12-13-pixel-x86-jessie.vdi
UUID: 7501bd96-8787-485e-868b-eb5f582cd251
Parent UUID: base
State: created
Type: normal (base)
Location: C:\Work\2016-12-13-pixel-x86-jessie.vdi
Storage format: VDI
Format variant: dynamic default
Capacity: 8192 MBytes
Size on disk: 1324 MBytes
Encryption: disabled
C:\Work>dir
ドライブ C のボリューム ラベルがありません。
ボリューム シリアル番号は DEAD-BEEF です
C:\Work のディレクトリ
2016/12/31 17:01 <DIR> .
2016/12/31 17:01 <DIR> ..
2016/12/22 15:27 1,387,069,440 2016-12-13-pixel-x86-jessie.iso
2016/12/31 17:02 1,388,314,624 2016-12-13-pixel-x86-jessie.vdi
2 個のファイル 2,775,384,064 バイト
2 個のディレクトリ 41,731,274,752 バイトの空き領域
C:\Work>
Reference
이 문제에 관하여(VirtualBox에서 PIXEL for x86 (RaspberryPi 데스크톱 환경)), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/mt08/items/7d455e20a1fed15ba166텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)