새창 작성 수정 목록 링크 Edit G카랜다 HDD HDD HDD 게시물 주소 복사


부팅시_Hotkey진입_menu선택_bootice_grun4dos로_winpe선택실행.rar

♨ 카랜더 일정 :
  • 링크

  • 첨부

  • 컨텐츠 정보

    본문

    부팅시_Hotkey진입_menu선택_bootice_grun4dos로_winpe선택실행.rar

    https://11q.kr/pc/bbs/board.php?bo_table=s21&wr_id=667

    - 첨부 참조 실행 파일

    - bootice로 MBR작업 진입 그림과 같이 설정 

    - grldr 를 하드의 특정 디랙토리애 root에 카피

    - menu.lst 를 root에 카피 수정하여 WINPE 경로 수정

      >> 저는 원도우 81은 c:에 설치 하드드라이브 1개에 c: e: h:로  3개의 파티션으로 나누어 사용중이며

            본설정 파일은 data영역 파티션 h:에 카피 설정  사용

    3232235521_1399123142.6015.png

    3232235521_1399123142.7205.png

    3232235521_1399123142.7342.png
    3232235521_1399123142.6727.png
    3232235521_1399123142.7091.png

    3232235521_1399123142.7483.png
     

    # This is a sample menu.lst file. You should make some changes to it.

    # The old install method of booting via the stage-files has been removed.

    # Please install GRLDR boot strap code to MBR with the bootlace.com

    # utility under DOS/Win9x or Linux.

     

    color blue/green yellow/red white/magenta white/magenta

    timeout 30

    default /default

     

    title find and load NTLDR of Windows NT/2K/XP

    fallback 1

    find --set-root --ignore-floppies /ntldr

    chainloader /ntldr

    savedefault --wait=2

     

    title find and load BOOTMGR of Windows VISTA

    fallback 2

    find --set-root --ignore-floppies /bootmgr

    chainloader /bootmgr

    savedefault --wait=2

     

    title find and load CMLDR, the Recovery Console of Windows NT/2K/XP

    fallback 3

    find --set-root --ignore-floppies /cmldr

    chainloader /cmldr

    #####################################################################

    #####################################################################

    title /pe_iso/W8PE_v3.0.iso

    fallback 5

    find --set-root /pe_iso/W8PE_v3.0.iso

    map /pe_iso/W8PE_v3.0.iso (0xff) || map --mem /pe_iso/W8PE_v3.0.iso (0xff)

    map --hook

    chainloader (0xff)

    #####################################################################

    title /pe_iso/1_POWER_UltimateUSB_EB_20140120.iso

    fallback 5

    find --set-root /pe_iso/1_POWER_UltimateUSB_EB_20140120.iso

    map /pe_iso/1_POWER_UltimateUSB_EB_20140120.iso (0xff) || map --mem /pe_iso/1_POWER_UltimateUSB_EB_20140120.iso (0xff)

    map --hook

    chainloader (0xff)

    #####################################################################

    title /pe_iso/w81x86kramos.iso

    fallback 5

    find --set-root /pe_iso/w81x86kramos.iso

    map /pe_iso/w81x86kramos.iso (0xff) || map --mem /pe_iso/w81x86kramos.iso (0xff)

    map --hook

    chainloader (0xff)

    #####################################################################

    title /pe_iso/WinPE_x86_v2.5.ISO

    fallback 5

    find --set-root /pe_iso/WinPE_x86_v2.5.ISO

    map /pe_iso/WinPE_x86_v2.5.ISO (0xff) || map --mem /pe_iso/WinPE_x86_v2.5.ISO (0xff)

    map --hook

    chainloader (0xff)

    #####################################################################

     

    #####################################################################

    #####################################################################

    title commandline

    commandline

     

    title floppy (fd0)

    chainloader (fd0)+1

    rootnoverify (fd0)

     

    title back to dos

    quit

     

    title reboot

    reboot

     

    title halt

    halt

    #####################################################################

     

    ================================================

     

    ■ shimss home 는 내일을 위하여 정보를 찾아 공유 합니다 

    유 합니다. https://11q.kr




    [ 추가 정보 ... 더보기) ]
    뷰PDF 1,2



    office view

    관련자료

    댓글목록

    profile_image

    11q.kr관리자님의 댓글

    11q.kr관리자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 아이피 (192.♡.0.1) 작성일

    # This is a sample menu.lst file. You should make some changes to it.\r\n# The old install method of booting via the stage-files has been removed.\r\n# Please install GRLDR boot strap code to MBR with the bootlace.com\r\n# utility under DOS/Win9x or Linux.\r\n\r\ncolor blue/green yellow/red white/magenta white/magenta\r\ntimeout 30\r\ndefault /default\r\n\r\ntitle find and load NTLDR of Windows NT/2K/XP\r\nfallback 1\r\nfind --set-root --ignore-floppies /ntldr\r\nchainloader /ntldr\r\nsavedefault --wait=2\r\n\r\ntitle find and load BOOTMGR of Windows VISTA\r\nfallback 2\r\nfind --set-root --ignore-floppies /bootmgr\r\nchainloader /bootmgr\r\nsavedefault --wait=2\r\n\r\ntitle find and load CMLDR, the Recovery Console of Windows NT/2K/XP\r\nfallback 3\r\nfind --set-root --ignore-floppies /cmldr\r\nchainloader /cmldr\r\n#####################################################################\r\n#####################################################################\r\ntitle /pe_iso/1_POWER_UltimateUSB_EB_20140120.iso\r\nfallback 4\r\nfind --set-root /pe_iso/1_POWER_UltimateUSB_EB_20140120.iso\r\nmap /pe_iso/1_POWER_UltimateUSB_EB_20140120.iso (0xff) || map --mem /pe_iso/1_POWER_UltimateUSB_EB_20140120.iso (0xff)\r\nmap --hook\r\nchainloader (0xff)\r\n\r\n#####################################################################\r\ntitle /pe_iso/WinPE_x86_v2.5.ISO\r\nfallback 5\r\nfind --set-root /pe_iso/WinPE_x86_v2.5.ISO\r\nmap /pe_iso/WinPE_x86_v2.5.ISO (0xff) || map --mem /pe_iso/WinPE_x86_v2.5.ISO (0xff)\r\nmap --hook\r\nchainloader (0xff)\r\n#####################################################################\r\ntitle /pe_iso/W8PE_v2.0.iso\r\nfallback 6\r\nfind --set-root /pe_iso/W8PE_v2.0.iso\r\nmap /pe_iso/W8PE_v2.0.iso (0xff) || map --mem /pe_iso/W8PE_v2.0.iso (0xff)\r\nmap --hook\r\nchainloader (0xff)\r\n#####################################################################\r\ntitle /pe_iso/W8PE_v3.0.iso\r\nfallback 6\r\nfind --set-root /pe_iso/W8PE_v3.0.iso\r\nmap /pe_iso/W8PE_v3.0.iso (0xff) || map --mem /pe_iso/W8PE_v3.0.iso (0xff)\r\nmap --hook\r\nchainloader (0xff)\r\n#####################################################################\r\n#####################################################################\r\ntitle commandline\r\ncommandline\r\n\r\ntitle floppy (fd0)\r\nchainloader (fd0)+1\r\nrootnoverify (fd0)\r\n\r\ntitle back to dos\r\nquit\r\n\r\ntitle reboot\r\nreboot\r\n\r\ntitle halt\r\nhalt\r\n#####################################################################

    profile_image

    움이님의 댓글

    no_profile 움이 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 아이피 (125.♡.14.218) 작성일

    설명을 다 이해하진 못했는데, 한번 시도해 보겠습니다

    profile_image

    돌돌이아빠님의 댓글

    no_profile 돌돌이아빠 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 아이피 (115.♡.11.239) 작성일

    감사합니다.^^

    profile_image

    해마천사님의 댓글

    no_profile 해마천사 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 아이피 (223.♡.148.176) 작성일

    감사합니다.

    profile_image

    wtiger님의 댓글

    no_profile wtiger 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 아이피 (211.♡.75.227) 작성일

    감사드립니다..

    profile_image

    성빈애비님의 댓글

    no_profile 성빈애비 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 아이피 (211.♡.215.7) 작성일

    감사합니다. 열공하겠습니다.

    profile_image

    comr님의 댓글

    no_profile comr 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 아이피 (180.♡.180.12) 작성일

    감사합니다.

    profile_image

    oksusu님의 댓글

    no_profile oksusu 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 아이피 (121.♡.54.25) 작성일

    전문성에 이르시기까지 얼마나 고생이 많으셨겠는지 짐작이 갑니다.  \r\n\r\n국내외 PE 최고의 전문가 답게 유용한 자료 고맙읍니다. \r\n\r\n왕초보인 저로써는 가믐에 단비와도 같읍니다. \r\n\r\n여느때처럼 행복 했으면 좋겠읍니다.

    profile_image

    벤켄님의 댓글

    no_profile 벤켄 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 아이피 (172.♡.166.165) 작성일

    정보 감사합니다

    profile_image

    OㅏOI조아님의 댓글

    no_profile OㅏOI조아 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 아이피 (125.♡.91.68) 작성일

    고맙습니다^^

    profile_image

    바2님의 댓글

    no_profile 바2 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 아이피 (115.♡.89.10) 작성일

    정보 감사합니다.

    profile_image

    야후님의 댓글

    no_profile 야후 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 아이피 (1.♡.116.234) 작성일

    감사합니다

    profile_image

    황산님의 댓글

    no_profile 황산 쪽지보내기 자기소개 아이디로 검색 전체게시물 아이피 (175.♡.21.250) 작성일

    수고 많으셨습니다.

    profile_image

    토토로1님의 댓글

    no_profile 토토로1 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 아이피 (218.♡.149.251) 작성일

    감사합니다. 참고하겠습니다.

    profile_image

    shimss님의 댓글

    no_profile shimss 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 아이피 (192.♡.0.1) 작성일

    수고 많으셨습니다.

    profile_image

    쿨가이님의 댓글

    no_profile 쿨가이 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 아이피 (211.♡.131.110) 작성일

    유용한 정보 잘 참고하겠습니다.

    profile_image

    영원마음님의 댓글

    no_profile 영원마음 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 아이피 (175.♡.89.143) 작성일

    수고가 많으십니다.

    profile_image

    컴무싴님의 댓글

    no_profile 컴무싴 쪽지보내기 자기소개 아이디로 검색 전체게시물 아이피 (119.♡.117.180) 작성일

    감사합니다

    profile_image

    penguin님의 댓글

    no_profile penguin 쪽지보내기 자기소개 아이디로 검색 전체게시물 아이피 (183.♡.84.27) 작성일

    감사합니다.

    profile_image

    히동이님의 댓글

    no_profile 히동이 쪽지보내기 자기소개 아이디로 검색 전체게시물 아이피 (211.♡.53.221) 작성일

    감사합니다


    새창 작성 수정 목록 링크 Edit G카랜다 HDD HDD HDD 게시물 주소 복사


    • 일간 조회수
        • 게시물이 없습니다.
    • 주간 조회수
        • 게시물이 없습니다.
    • 월간 조회수
        • 게시물이 없습니다.


    Total 1,144 / 41 Page
    [ robocopy를 이용해서 back up 편하게 하기_xcopy 대체 ]

    \r\nrobocopy를 이용해서 back up 편하게 하기_xcopy 대체\r\n\r\n\r\n\r\n \r\n \r\n \r\n \r\n \…

    [ 정상적으로 원드베스트pe의 메뉴가 모두 보이네요 ]

    \r\n저의 방법으로 간단하게 소개드립니다\r\n\r\n외장하드에 풀어설치하고 ( 파티션 나누어 y로 드라이브명 변경)\r\n\r\n원도우 부팅…

    [ RSGhost ] 댓글 5

    \r\n\r\n\r\n \r\n \r\n RSGhost- Denme :: - Tistory\r\n\r\n \r\n denme.tistory.co…

    [ Windows 8.1 Enterprise PE to 사랑과 평화 수정버젼 2.0.iso ] 댓글 97

    Windows 8.1 Enterprise PE to 사랑과 평화 수정버젼 2.0.iso\r\n\r\nall버전\r\n\r\n-----------…

    [ P3T3] Win8.1_1406PA 정보 ] 댓글 1

    magnet:?xt=urn:btih:CAF25D36B9ADB717AA724F31E0658C7DBFF5ECE0&dn=Win8.1_1406P…

    [ UEFI모드를 MBR 모드 변경 방법입니다 ] 댓글 1

    저의 UEFI모드를 MBR 모드 변경 방법입니다1) 먼저 해당 설치 원도우를 GHOST백업 한다 ( 용량 확인 )2) CMOS에서 UEFI부팅및…

    [ grub4dos 사용 메뉴 참조 ]

    ###\r\ngrub4dos\r\nhttp://diginuri.tistory.com/26\r\n\r\ntitle Windows PE (from …

    [ pe 수정메뉴 POWER_UltimatePE_USB_x64\Windows\System32\Win8PE.cfg… ] 댓글 3

    pe 수정메뉴 POWER_UltimatePE_USB_x64\Windows\System32\Win8PE.cfg 의 하단 밑에 수정 작업 표시줄 추…

    [ windows setup booting cmd mode 실행 파일 ]

    운도우 설치시 명령 실행창 \r\nshift + F10\r\n에서 실행가능한 파일\r\n단일 윈도우 64bit는 \r\n64bit 프로그램 실행…

    [ ghost backup batch file 만들기/자동고스트 만들기 ]

    ghost backup batch file 만들기/자동고스트 만들기원도우 키 + x 관리자 모드 명령 실행기에서ghost 폴더에서 ghost64…

    [ 멀티부팅은 일단 BCDEDIT 설정을 사용하자. ] 댓글 1

    본자료는http://learder.tistory.com/827099에서 참고 했습니다멀티부팅은 일단 BCDEDIT 설정을 사용하자.http://…

    [ 펌글 )[UEFI] Windows8 단축키로 복구모드 부팅하기. ] 댓글 6

    펌글 )[UEFI] Windows8 단축키로 복구모드 부팅하기.윈도우 8 [UEFI] Windows8 단축키로 복구모드 부팅하기.2014.06.…

    [ 원도우8.1에서 컴퓨터 설치정보 확인 실행창에서 msinfo32 실행 나의 컴퓨터 사양및 설치조건 확인 하기 ] 댓글 1

    원도우8.1에서 컴퓨터 설치정보 확인 실행창에서 msinfo32 실행 나의 컴퓨터 사양및 설치조건 확인 하기■ 11q.kr은 정보를 찾아 공유 …

    [ uefi설치 윈도우에서 윈도우 부팅 64비트 설치윈도우및 64비트 pe 수정/편집 나만의 pe 메뉴추가 ] 댓글 32

    uefi설치 윈도우에서 윈도우 부팅 64비트 설치윈도우및 64비트 pe 수정/편집 나만의 pe 메뉴추가에 첨부 추가 기존 pe_wim 파일수정 …

    [ Windows 8_1 Enterprise windows to go만들기 외장하드 원도우 설치및 uefi 부… ] 댓글 2

    Windows 8_1 Enterprise windows to go만들기 외장하드 원도우 설치및 uefi 부팅메뉴에 원투고 추가저의 홈피에 저장 …



    ♥간단_메모글♥


    최근글


    새댓글



    PHP 안에 HTML ☞ 홈페이지 화면갱신 시간은 ♨
    ▶ 2025-07-11 16:34:58

    오늘의 홈 현황


    • 현재 접속자♨ 525 명
    • 오늘 가입자※ 1 명
    • 어제 가입자※ 2 명
    • 주간 가입자※ 6 명
    • 오늘 방문자 40,725 명
    • 어제 방문자 59,788 명
    • 최대 방문자 122,350 명
    • 전체 방문자 6,688,522 명
    • 전체 게시물※ 9,031 개
    • 전체 댓글수※ 25,723 개
    • 전체 회원수 11,734 명

    QR코드


    ☞ QR코드 스캔은 kakao앱 자체 QR코드

    알림 0








    최신글↑