사용자 도구

사이트 도구


windows:install_on_usb

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
다음 판 양쪽 다음 판
windows:install_on_usb [2011/01/03 11:27]
kwon37xi
windows:install_on_usb [2011/01/05 21:01]
kwon37xi [주의할 점]
줄 10: 줄 10:
  
 ===== 주의할 점 ===== ===== 주의할 점 =====
-  * USB HDD에 설치할 때, USB Hub 에 연결하지 말고 PC의 **USB 포트에 직접 연결**해야만 한다. 그렇지 않으면 부팅시 블루 스크린이 뜰 수 있다.+  * USB HDD에 설치할 때, USB Hub 에 연결하지 말고 **PC의 USB 포트에 직접 연결**해야만 한다. 그렇지 않으면 부팅시 블루 스크린이 뜰 수 있다.
   * **설치 작업을 할 때는 기존 HDD를 BIOS 상에서 Disable 처리하거나 실제로 하드웨어에서 HDD를 모두 제거**한 상태로 작업해야 한다. 그렇지 않으면 기존 HDD의 Master Boot Record가 모두 파괴되어 기존 HDD로는 부팅을 할 수 없게 된다.   * **설치 작업을 할 때는 기존 HDD를 BIOS 상에서 Disable 처리하거나 실제로 하드웨어에서 HDD를 모두 제거**한 상태로 작업해야 한다. 그렇지 않으면 기존 HDD의 Master Boot Record가 모두 파괴되어 기존 HDD로는 부팅을 할 수 없게 된다.
 +  * WinISO로 작업할 때 작업 중간 중간 저장을 하고, 단계별로 백업을 해둔다. 프로그램이 불안정하여 ISO를 완전히 날려버리는 경우가 많이 발생한다.
 ===== 작업하기 ===== ===== 작업하기 =====
   - 윈도우 XP ISO 파일이 필요하다.   - 윈도우 XP ISO 파일이 필요하다.
   - ISO 파일을 WinISO 프로그램으로 연다.   - ISO 파일을 WinISO 프로그램으로 연다.
  
-==== 필요한 파일 확보 ====+===== 필요한 파일 확보 =====
   - 다음의 파일들을 ISO 파일에서 꺼낸다.   - 다음의 파일들을 ISO 파일에서 꺼낸다.
     - TXTSETUP.SIF     - TXTSETUP.SIF
줄 26: 줄 26:
   - "cabarc x USBSTOR.IN_" 명령어로 *.IN_ 파일들의 압축을 푼다.   - "cabarc x USBSTOR.IN_" 명령어로 *.IN_ 파일들의 압축을 푼다.
   - *.IN_ 파일을 삭제해도 된다.   - *.IN_ 파일을 삭제해도 된다.
-==== 파일 편집 ==== 
- 
-[BootBusExtenders.Load]\\ 
-pci = pci.sys\\ 
-acpi = acpi.sys\\ 
-isapnp = isapnp.sys\\ 
-acpiec = acpiec.sys\\ 
-ohci1394 = ohci1394.sys\\ 
-**usbehci = usbehci.sys\\ 
-usbohci = usbohci.sys\\ 
-usbuhci = usbuhci.sys\\ 
-usbhub = usbhub.sys\\ 
-usbstor = usbstor.sys**\\ 
- 
-[InputDevicesSupport.Load]\\ 
-<del>usbehci = usbehci.sys\\ 
-usbohci = usbohci.sys\\ 
-usbuhci = usbuhci.sys\\ 
-usbhub = usbhub.sys</del>\\ 
-usbccgp = usbccgp.sys\\ 
-hidusb = hidusb.sys\\ 
-serial = serial.sys\\ 
-serenum = serenum.sys\\ 
-<del>usbstor = usbstor.sys</del>\\ 
- 
-<code> 
-[BootBusExtenders] 
-pci = "PCI-Bustreiber",files.pci,pci 
-acpi = "ACPI Plug & Play-Bustreiber",files.acpi,acpi 
-isapnp = "ISA Plug & Play-Bustreiber",files.isapnp,isapnp 
-acpiec = "Integrierter ACPI-Controllertreiber",files.none,acpiec 
-ohci1394 = "IEEE-1394-Bus-OHCI-konformer Anschlusstreiber",files.ohci1394,ohci1394 
-usbehci = "Erweiterter Hostcontroller",files.usbehci,usbehci 
-usbohci = "Open Hostcontroller",files.usbohci,usbohci 
-usbuhci = "Universeller Hostcontroller",files.usbuhci,usbuhci 
-usbhub = "Standard-USB-Hubtreiber",files.usbhub,usbhub 
-usbstor = "USB-Speicherklassentreiber",files.usbstor,usbstor 
- 
- 
-[InputDevicesSupport] 
-usbehci = "Erweiterter Hostcontroller",files.usbehci,usbehci 
-usbohci = "Open Hostcontroller",files.usbohci,usbohci 
-usbuhci = "Universeller Hostcontroller",files.usbuhci,usbuhci 
-usbhub = "Standard-USB-Hubtreiber",files.usbhub,usbhub 
-hidusb = "HID-Parser",files.hidusb,hidusb 
-serial = "Treiber f�r seriellen Anschluss",files.none,serial 
-serenum = "Enumerator f�r seriellen Anschluss",files.none,serenum 
-usbstor = "USB-Speicherklassentreiber",files.usbstor,usbstor 
-usbccgp = "USB Generic Parent Driver",files.usbccgp,usbccgp 
-</code> 
- 
-<code> 
-[HiveInfs.Fresh] 
-AddReg = hivedef.inf,AddReg 
-AddReg = hivesys.inf,AddReg 
-AddReg = hivesft.inf,AddReg 
-AddReg = hivecls.inf,AddReg 
-AddReg = hiveusd.inf,AddReg 
-AddReg = dmreg.inf,DM.AddReg 
-AddReg = usbboot.inf,usbservices  
-</code> 
- 
-<code>  
-[SourceDisksFiles] 
-usbboot.inf = 1,,,,,,_x,3,,3 
-bootvid.dll = 1,,,,,,3_,2,0,0,,1,2 
-kdcom.dll = 1,,,,,,3_,2,0,0,,1,2 
-</code> 
  
-TXTSETUP.SIF 파일을 저장한다.+그 외의 작업은 [[http://www.ngine.de/article/id/8|How to install and run a FULL Windows XP from a USB drive]] 내용을 따라서 하면 된다.
  
 +{{:windows:howtoinstallandrunafullwindowsxpfromausbdrive.zip|전체 내용 첨부}}
windows/install_on_usb.txt · 마지막으로 수정됨: 2023/08/11 20:02 저자 kwon37xi