21.PC_1




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



  • 첨부

  • 컨텐츠 정보

    • 17,978 조회
    • 20 댓글
    • 1 추천
    • 목록

    본문

    부팅시_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 add1,add2



    관련자료

    댓글 20

    11q.kr관리자님의 댓글

    # 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#####################################################################

    oksusu님의 댓글

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


    전체 1,131 / 3 페이지
    전체 1,131 / 3 페이지



    ♥간단_메모글♥


    최근글


    새댓글



    PHP 안에 HTML ☞ 홈페이지 화면갱신 시간은 ♨
    ▶ 2024-05-18 08:55:50

    오늘의 홈 현황


    • 현재 접속자♨ 241 명
    • 오늘 가입자※ 0 명
    • 어제 가입자※ 6 명
    • 주간 가입자※ 13 명
    • 오늘 방문자 1,296 명
    • 어제 방문자 1,667 명
    • 최대 방문자 13,042 명
    • 전체 방문자 4,329,308 명
    • 전체 게시물※ 8,574 개
    • 전체 댓글수※ 24,621 개
    • 전체 회원수 10,973 명

    QR코드


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

    알림 0








    최신글↑