컴퓨터/PE
-
외장하드 부팅디스크 만들기컴퓨터/PE 2015. 7. 23. 14:04
1. 울트라ISO, PowerISO 에서 장치드라이브 인식안될때 ex) HGST 외장하드 2. diskpart, 파티션툴 이용 - Primary 와 Active 파티션에 필요파일복사 - 부팅이 안될시 (관리자cmd 실행후) bootsect /nt60 f: (외장하드) ----------------------------------------------------------------------------------------- 외장하드(USB) 포맷은 Primary 1. BOOTICE 이용 Process MBR 에서 Install ( Windows NT 5.x/6.x MBR) 2. Peocess PBR 에서 install 3. Partition Management 에서 Activate 4. 부팅이 안될시 ..
-
GRUB4DOS 최신버전 및 사용법컴퓨터/PE 2015. 6. 8. 19:17
http://grub4dos.chenall.net/ title Acronis TrueImage 2016 find --set-root --ignore-floppies --ignore-cd /Acronis.ISO map /Acronis.ISO (0xff) map --hook chainloader (0xff) title Acronis TrueImage 2016 set ISOfile=/ISO/Acronis.ISO find --set-root --ignore-floppies --ignore-cd %ISOfile% map %ISOfile% (0xff) || map --mem %ISOfile% (0xff) map --hook chainloader (0xff) title Acronis True Image 2016 fi..
-
부팅가능한 ISO이미지 만들기 (oscdimg 사용법)컴퓨터/PE 2014. 3. 21. 23:25
BIOS Firmware oscdimg.exe -h -m -o -u2 -bc:\w81\boot\etfsboot.com -lWin81 c:\w81 c:\w81.iso UEFI Firmware oscdimg.exe -h -m -o -u2 -udfver102 -bootdata:1pEF,e,bc:\w81\efi\microsoft\boot\efisys.bin -lWin81 c:\w81 c:\w81.iso BIOS and UEFI Firmware oscdimg.exe -h -m -o -u2 -udfver102 -bootdata:2#p0,e,bc:\w81\boot\etfsboot.com#pEF,e,bc:\w81\efi\microsoft\boot\efisys.bin -lWin81 c:\w81 c:\w81.iso osc..