Skip to content
WindowsTip
2015.03.01 23:15

멀티부팅 USB 만들기

조회 수 2006 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄 첨부
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄 첨부

 

http://diginuri.tistory.com/27

http://funnyfrog.tistory.com/28

 

http://diginuri.tistory.com/category/Multibooting/GRUB4DOS?page=6

http://diginuri.tistory.com/30

  • Wincontig


Download now

File size: 900KB

Menu.list

 

 

title   Win7_PE (Search at 3 Paths)

set myfile=WIN7_PE.ISO

find --set-root --ignore-floppies --ignore-cd %path1%%myfile% || find --set-root --ignore-floppies --ignore-cd %path2%%myfile% || find --set-root --ignore-floppies --ignore-cd %path3%%myfile% 

map --mem %path1%%myfile% (hd32) || map --mem %path2%%myfile% (hd32) || map --mem %path3%%myfile% (hd32) 

map --hook

chainloader (hd32)

boot

 

 

title : 메뉴명을 지정합니다.
set myfile=파일명.iso,ima,ima : 부팅할 파일을 지정합니다. 다시 말씀드리지만 set path1,2,3에 지정된 경로 중 어느 하나에는 있어야 합니다.

 

timeout 30
  
title Windows NT/2K/XP
find --set-root /ntldr
chainloader /ntldr
  
title Windows VISTA/7/8
find --set-root /bootmgr
chainloader /bootmgr
  
title Parted Magic ISO
find --set-root /pmagic.iso
map /pmagic.iso (0xff) || map --mem /pmagic.iso (0xff)
map --hook
chainloader (0xff)
  
title Commandline
commandline
  
title Halt
halt

 

 

 

 

 

 

 


 


출처 : http://ocsoosoo.tistory.com/77



여기나오네. http://blog.naver.com/PostView.nhn?blogId=jungs2452&logNo=40211330192




 Tool.zip



Grub4Dos 사용법 설명
Tool.zip에 첨부된 Bootice_120520.exe 파일을 실행(Windows 7인 경우 마우스 오른쪽을 눌러 관리자 권한으로 실행) 하면 아래의 이미지 화면이 나타납니다.
아래 화면에 보이는 버튼 중에서 아래의 3개 순서대로 딱 3가지만 작업 합니다.
첨부된 캡쳐 이미지 순서를 보시면 됩니다.


※주의사항 - 대소문자를 구분하므로 파일이름 등을 작성할때는 반드시 대소문자를 확인하세요. GRLDR 등

               - USB로 부팅시 1번 disk는 USB가 되므로 PC에 있는 하드디스크는 2번부터 시작 됩니다.

1. 파티션 관리
2. MBR 작업
3. PBR 작업


1. 파티션 관리
- 파티션 관리 클릭
- 활성화(Active)가 되어 있는지 확인. 활성화 되지 않은 경우 활성화 버튼을 클릭할 수 있음.
- USB 디스크 재포맷 클릭
- USB-HDD모드(단일 파티션) 선택. 데이터 저장용과 겸할 경우 USB-HDD모드(멀티 파티션) 선택
- 다음
- NTFS 파일 시스템을 선택하고 확인 클릭(볼륨 라벨은 넣고 싶으면 넣고...). 4GB 이상의 대용량 파일이  USB에 포함되는 경우 NTFS 선택. 아니면 FAT32 선택.
- 포맷 완료 후 정보 확인(파티션 번호-0, 볼륨 라벨, 활성-A, NTFS 파일 시스템, 용량)
- 닫기
















2. MBR 작업
- MBR 작업 클릭
- UltraISO USB-HDD+ 선택
- 설치/설정 클릭
- 닫기






3. PBR 작업
-  PBR 작업 클릭
- GRUB4DOS 0.4.5c/0.4.6a(FAT/FAT32/NTFS) 선택
- 설치/설정 클릭
- 닫기













4. Bootice 종료

5. Grub 파일을 USB의 root(최상위)에 복사하기
- GRLDR, menu.lst

6. menu.lst 파일 편집 및 기타 부팅 파일 복사


grub 다운로드 : http://code.google.com/p/grub4dos-chenall/downloads/list

menu.lst 예제.
참고로 gfxmenu를 사용하여 한글이 표시되도록 하였습니다.(gfxmenu tool 첨부)
gfxmenu로 구글링하면 많은 자료가 있습니다.
또는 "Grub4dos 한글" 을 검색해도 자료가 많습니다.


-----------------------------------
default=0
timeout=10
# 타이머가 작동되려면 gfxmenu명령어보다 위에 있어야 합니다.

gfxmenu /ocsoosoo
configfile /menu.lst

title PC 하드디스크로 부팅 - 하드 디스크 에 설치된 운영체제 로 부팅 합니다. 
chainloader (hd1)+1
rootnoverify (hd1)

title 자동 복구 및 백업
configfile /sub_auto.lst

title 수동 복구 및 백업
configfile /sub_user.lst

title 파티션 관리
configfile /sub_part.lst

title Windows 설치
configfile /sub_inst.lst

title 기타 부팅 프로그램
configfile /sub_boot.lst

# title 재시작\n 컴퓨터 를 다시 시작 합니다.
# savedefault --wait=5
# reboot

# title 전원 끄기\n 컴퓨터 전원을 끕니다.
# halt
-----------------------------------

완성된 멀티부팅 USB를 ghost 이미지로 떠 놓으면 다음번에는 USB에 ghost로 복구 하면 됩니다.

[작업 완료 후 부팅 화면]






로그인 후 댓글쓰기가 가능합니다.

?

List of Articles
번호 분류 제목 날짜 조회 수
100 WindowsTip 윈도우 DLL 오류 해결방법 2013.01.23 192702
99 WindowsTip VBS) FTP.scriptlet and Shell.scriptlet 2013.09.21 48506
98 WindowsTip VBS) PostMessage or SendMessage to external program 2013.09.21 45965
97 WindowsTip 네트워크에 있는 다른 시스템과 ip 주소가 충돌합니다. 1 file 2013.03.29 38112
96 WindowsTip 네트워크 무선연결이 안될 때의 점검 방법 file 2013.03.12 28276
95 WindowsTip Windows-XP 의 [Prefetch] 폴더에 대하여[C:\WINDOWS\Prefetch] 2013.12.04 24630
94 WindowsTip 스마트폰으로 오실로스코프 사용하기(App:OsciPrime Oscilloscope Legacy) file 2013.12.27 23302
93 WindowsTip DLL Injection은 어떻게 이루어지는가? file 2013.05.25 23221
92 WindowsTip An error [-5001 : 0x80070002] ha occurred while running the setup 오류 해결방법 file 2013.06.14 21936
91 WindowsTip 탐색기로 ftp 폴더 바로열기 file 2013.12.03 19665
90 WindowsTip 보안경고 - 안전하게 제공된 콘텐츠만 보시겠습니까? <= 없애는 방법 2013.05.21 17946
89 WindowsTip 네트워크 성능 측정(트래픽 대량 발생으로 통신속도 측정) 1 file 2013.01.24 15841
88 WindowsTip 디스크정리 명령어(cleanmgr.exe) 2013.07.31 15703
87 WindowsTip Visual Studio 2015용 Visual C++ 재배포 설치 오류 해결방법 3 file 2016.09.06 15440
86 WindowsTip 가상메모리 클리어로 빠른 부팅하기 12 file 2012.11.23 14948
85 WindowsTip 패킷을 훔치는 ARP Spoofing 공격 탐지 툴과 방어방법 4 2013.01.05 13573
84 WindowsTip 윈도우 레지스트리 설정 - 인터넷 익스플로러 4 2013.02.28 12950
83 WindowsTip SysFader: iexplore.exe - 응용 프로그램 오류 해결방법 1 file 2013.02.23 12360
82 WindowsTip Process Explorer 불필요한 scvhost.exe 제거하기 2013.03.19 12131
81 WindowsTip 네트워크 주소 변환 구성 요소(lpnat.sys)를 사용할수 있는 다른 프로그램 또는 서비스 . . . 2013.08.16 12083
Board Pagination Prev 1 2 3 4 5 Next
/ 5

http://urin79.com

우린친구블로그

sketchbook5, 스케치북5

sketchbook5, 스케치북5

나눔글꼴 설치 안내


이 PC에는 나눔글꼴이 설치되어 있지 않습니다.

이 사이트를 나눔글꼴로 보기 위해서는
나눔글꼴을 설치해야 합니다.

설치 취소