Microsoft MVP성태의 닷넷 이야기
글쓴 사람
정성태 (techsharer at outlook.com)
홈페이지
첨부 파일
 
(연관된 글이 2개 있습니다.)

Dell Venue 8 Pro 태블릿에 USB를 이용한 윈도우 운영체제 설치 방법

다들 아시는 것처럼, "Dell Venue 8 Pro"에는 USB 단자가 없습니다. 대신 OTG 케이블을 이용해 전원 단자로 연결할 수는 있는데 이를 위해 다음의 케이블을 구매하셔야 합니다.

마이크로5핀 USB 호스트 케이블 / 델 베뉴 8 프로(Dell venue 8pro) 용/젠더/HOST/OTG케이블/OTG/프로8
; http://item2.gmarket.co.kr/Item/detailview/Item.aspx?goodscode=452557351

이제 윈도우 설치 이미지가 담긴 USB가 필요한데요. 웹 검색을 해보면 dell의 공식 홈페이지에 다음과 같은 방법이 나옵니다.

Imaging requirements and process for the Dell Venue 8 Pro 5830 Tablet
; http://www.dell.com/support/article/us/en/04/SLN289267/imaging-requirements-and-process-for-the-dell-venue-8-pro-5830-tablet?lang=EN

그런데, 저 방법으로는 설치할 수 없습니다. 왜냐하면, 저 글에서도 나오지만,

Note: Until the chipset drivers are loaded, the touchscreen will not function. Until the Windows 8.1 install is complete and the chipset driver is installed, you will make all input using the attached USB mouse and keyboard.


chipset 드라이버가 올라올 때까지는 터치스크린이 동작하지 않습니다. 재미있는 것은, 키보드와 마우스까지도 동작하지 않습니다. (제가 USB 허브가 없어서 테스트해보지 못했지만 일단 USB 드라이브로 부팅한 다음, USB 드라이브를 빼고 키보드(또는 마우스)를 OTG 케이블에 연결했을 때는 동작하지 않았습니다.)

따라서, Dell Venue 8 Pro에 윈도우를 정상적으로 설치하려면 설치 프로그램이 실행되는 단계부터 Dell Venue 8 Pro의 입력 장치들이 인식되어야만 설치 과정 중에 필요한 입력을 하면서 진행할 수 있습니다. 이를 위해 다음의 글에 설명한 방법으로 USB 드라이브를 마련해 줘야 합니다.

Windows 운영체제의 ISO 설치 파일에 미리 Device driver를 준비하는 방법
; https://www.sysnet.pe.kr/2/0/11190

저 내용 중에, "Device driver" 파일들을 준비하는 방법에 대해서만 좀 더 설명이 필요한데요. 현재, Dell 측에서 제공하는 Dell Venu 8 Pro 5830에 대한 공식 드라이버는 다음의 링크에서 구할 수 있습니다.

Venue 8 Pro Win 8.1 Driver Cab
; http://www.dell.com/support/home/us/en/4/Drivers/DriversDetails?driverId=9Y5Y5

그리고 다음의 글에 따라 약간의 가공을 해줘야 합니다.

Step-by-step guide to creating a factory backup image for the Dell Venue 8 Pro
; http://forum.tabletpcreview.com/threads/step-by-step-guide-to-creating-a-factory-backup-image-for-the-dell-venue-8-pro.60222/

정리하면 대충 이렇게 됩니다.

  1. 다운로드한 CAB 파일의 압축을 "d:\temp"에 풀고,
  2. "d:\temp\5830-win8.1-A00-9Y5Y5\5830\win8.1\x86" 폴더 하위의 "chipset"과 "network" 폴더를 "D:\adk\dv8p_drivers" 폴더에 복사.
  3. D:\adk\dv8p_drivers\network\379GH_A00-00\production\Windows8.1-x86 폴더의 하위 "Bluetooth-Driver" 폴더를 삭제

이렇게 Device Driver 폴더(D:\adk\dv8p_drivers)를 마련해 준 다음, "Windows 운영체제의 ISO 설치 파일에 미리 Device driver를 준비하는 방법"에서 설명한 데로 이후 dism.exe를 이용해 boot.wim, install.wim에 넣어주면 됩니다.

참고로, 설치 이후 Dell Venue 8 Pro의 디스크 파티션은 다음과 같은 구조로 구성됩니다. (구성은 윈도우 버전마다 틀릴 수 있습니다.)

Partition 1: 300MB (Recovery)
Partition 2: 10MB (System)
Partition 3: 128MB (Reserved)
Partition 4: 57GB (Primary)
Partition 5: 450MB (Recovery)




그 외에, 저처럼 시행착오를 할 분들을 위해 한 가지 더 기록을 남기자면.

"unattended.xml"을 이용해 입력 과정 필요 없이 설치를 진행하자고 생각하는 분들이 있을 텐데, 아쉽게도 그 방법으로는 정상적으로 venue 8 pro에 설치할 수 없습니다. 왜냐하면, 설치 자체는 자동으로 지나치게 할 수 있을지 몰라도 설치 이후의 윈도우에서도 "터치 스크린"과 "키보드/마우스"가 동작하지 않기 때문에 아무것도 할 수 없는 것은 마찬가지이기 때문입니다.

"unattended.xml"에 대해서도 언급을 해야겠는데요. 개인적으로는 다음의 사이트를 이용해서 만들었습니다.

Windows 10 Answer File Generator for x86 and x64 processors
; http://windowsafg.no-ip.org/win10x86_x64.html

Windows 8.1 Answer File Generator for x86 and x64 processors
; http://windowsafg.no-ip.org/win8.1x86_x64.html

위의 사이트를 이용해 만든 XML 내용을 autounattend.xml 파일로 저장해 (윈도우 설치 이미지가 담긴) USB 드라이브의 루트 폴더에 복사해 주면 "자동 설치가 가능한 USB 드라이브"가 준비됩니다. 그런데 아쉽게도 설치 초기에 다음과 같은 에러가 발생하면서 자동 설치에 실패했습니다.

Windows could not set a partition active on disk 0. The target disk, partition, or volume does not support the specified operation. The error occurred while applying the unattend answer file's <DiskConfiguration> setting. Error code: 0x80300024


이유는 알 수 없었지만... 혹시 성공하신 분들은 ^^ autounattend.xml 공유 좀 부탁드리겠습니다.




[이 글에 대해서 여러분들과 의견을 공유하고 싶습니다. 틀리거나 미흡한 부분 또는 의문 사항이 있으시면 언제든 댓글 남겨주십시오.]

[연관 글]






[최초 등록일: ]
[최종 수정일: 5/2/2017]

Creative Commons License
이 저작물은 크리에이티브 커먼즈 코리아 저작자표시-비영리-변경금지 2.0 대한민국 라이센스에 따라 이용하실 수 있습니다.
by SeongTae Jeong, mailto:techsharer at outlook.com

비밀번호

댓글 작성자
 




... 46  47  [48]  49  50  51  52  53  54  55  56  57  58  59  60  ...
NoWriterDateCnt.TitleFile(s)
12422정성태11/21/20208684.NET Framework: 973. .NET 5, .NET Framework에서만 허용하는 UnmanagedCallersOnly 사용예파일 다운로드1
12421정성태11/19/20208428.NET Framework: 972. DNNE가 출력한 NE DLL을 직접 생성하는 방법파일 다운로드1
12420정성태11/19/20207633오류 유형: 684. Visual C++ - MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
12419정성태11/19/20208812VC++: 139. Visual C++ - .NET Core의 nethost.lib와 정적 링크파일 다운로드1
12418정성태11/19/202010902오류 유형: 683. Visual C++ - error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MDd_DynamicDebug'파일 다운로드1
12417정성태11/19/20208298오류 유형: 682. Visual C++ - warning LNK4099: PDB '...pdb' was not found with '...lib(pch.obj)' or at '...pdb'; linking object as if no debug info
12416정성태11/19/20209582오류 유형: 681. Visual C++ - error LNK2001: unresolved external symbol _CrtDbgReport
12415정성태11/18/20209584.NET Framework: 971. UnmanagedCallersOnly 특성과 DNNE 사용파일 다운로드1
12414정성태11/18/202010664VC++: 138. x64 빌드에서 extern "C"가 아닌 경우 ___cdecl name mangling 적용 [4]파일 다운로드1
12413정성태11/17/202010334.NET Framework: 970. .NET 5 / .NET Core - UnmanagedCallersOnly 특성을 사용한 함수 내보내기파일 다운로드1
12412정성태11/16/202012583.NET Framework: 969. .NET Framework 및 .NET 5 - UnmanagedCallersOnly 특성 사용파일 다운로드1
12411정성태11/12/20209575오류 유형: 680. C# 9.0 - Error CS8889 The target runtime doesn't support extensible or runtime-environment default calling conventions.
12410정성태11/12/20209567디버깅 기술: 174. windbg - System.TypeLoadException 예외 분석 사례
12409정성태11/12/202010953.NET Framework: 968. C# 9.0의 Function pointer를 이용한 함수 주소 구하는 방법파일 다운로드1
12408정성태11/9/202022148도서: 시작하세요! C# 9.0 프로그래밍 [8]
12407정성태11/9/202011209.NET Framework: 967. "clr!JIT_DbgIsJustMyCode" 호출이 뭘까요?
12406정성태11/8/202012757.NET Framework: 966. C# 9.0 - (15) 최상위 문(Top-level statements) [5]파일 다운로드1
12405정성태11/8/202010274.NET Framework: 965. C# 9.0 - (14) 부분 메서드에 대한 새로운 기능(New features for partial methods)파일 다운로드1
12404정성태11/7/202010740.NET Framework: 964. C# 9.0 - (13) 모듈 이니셜라이저(Module initializers)파일 다운로드1
12403정성태11/7/202010810.NET Framework: 963. C# 9.0 - (12) foreach 루프에 대한 GetEnumerator 확장 메서드 지원(Extension GetEnumerator)파일 다운로드1
12402정성태11/7/202011399.NET Framework: 962. C# 9.0 - (11) 공변 반환 형식(Covariant return types) [1]파일 다운로드1
12401정성태11/5/202010305VS.NET IDE: 153. 닷넷 응용 프로그램에서의 "My Code" 범위와 "Enable Just My Code"의 역할 [1]
12400정성태11/5/20207394오류 유형: 679. Visual Studio - "Source Not Found" 창에 "Decompile source code" 링크가 없는 경우
12399정성태11/5/202010994.NET Framework: 961. C# 9.0 - (10) 대상으로 형식화된 조건식(Target-typed conditional expressions)파일 다운로드1
12398정성태11/4/20209471오류 유형: 678. Windows Server 2008 R2 환경에서 Powershell을 psexec로 원격 실행할 때 hang이 발생하는 문제
12397정성태11/4/20209577.NET Framework: 960. C# - 조건 연산자(?:)를 사용하는 경우 달라지는 메서드 선택 사례파일 다운로드1
... 46  47  [48]  49  50  51  52  53  54  55  56  57  58  59  60  ...