질문과 답변

윈 도 우 스누피님 PE등록 영문에선 불가?

2010.02.10 15:54

우금티 조회:3574


스누피님의 PE 부팅메뉴 등록 스크립트가 한글환경에서는 잘 되는데, 영문에서는 안되더군요. 왜 그럴까요?

(스누피님, 저작에 바쁘셔서 윈포에는 안오시나...)


※ 테스트환경 : Windows Server 2008 R2 (영문/한글 Enterprise 및 DataCenter) 영문에서만 문제됨..

참고로 공개된 가장 작은 boot.wim은 Windows 7 Tiny 버전의 것이더군요...  133MB   더 작은 게 있을까요?


@echo off
pushd %~dp0
for %%A in (C: D: E: F: G: H: I: J: K: L: M: N: O: P: Q: R: S: T: U: V: W: X: Y: Z:) do (
    if exist %%A\boot.sdi (
        if exist %%A\boot.wim (
            bcdedit /create {ramdiskoptions}
            bcdedit /deletevalue {ramdiskoptions} description
            bcdedit /set {ramdiskoptions} ramdisksdidevice partition=%%A
            bcdedit /set {ramdiskoptions} ramdisksdipath \boot.sdi
            bcdedit /create /d "PE로 부팅하기" /application OSLOADER > GUIDTEMP.TXT
            for /F "tokens=1" %%B in ('findstr { GUIDTEMP.TXT') do (
                bcdedit /set %%B device ramdisk=[%%A]\boot.wim,{ramdiskoptions}
                bcdedit /set %%B osdevice ramdisk=[%%A]\boot.wim,{ramdiskoptions}
                bcdedit /set %%B path \windows\system32\winload.exe
                bcdedit /set %%B systemroot \windows
                bcdedit /set %%B winpe yes
                bcdedit /set %%B detecthal yes
                bcdedit /set %%B ems yes
                bcdedit /displayorder %%B /addlast
                bcdedit /timeout 5
                del GUIDTEMP.TXT
            )
        )
    )
)

exit


<스크립트 실행 시 출력 메시지>
The entry {ramdiskoptions} was successfully created.
An error occurred while attempting to delete the specified data element.
Element not found.
The operation completed successfully.
The operation completed successfully.
The element data type specified is not recognized, or does not apply to the
specified entry.
Run "bcdedit /?" for command line assistance.
Element not found.
The element data type specified is not recognized, or does not apply to the
specified entry.
Run "bcdedit /?" for command line assistance.
Element not found.
The element data type specified is not recognized, or does not apply to the
specified entry.
Run "bcdedit /?" for command line assistance.
Element not found.
The element data type specified is not recognized, or does not apply to the
specified entry.
Run "bcdedit /?" for command line assistance.
Element not found.
The element data type specified is not recognized, or does not apply to the
specified entry.
Run "bcdedit /?" for command line assistance.
Element not found.
The element data type specified is not recognized, or does not apply to the
specified entry.
Run "bcdedit /?" for command line assistance.
Element not found.
The element data type specified is not recognized, or does not apply to the
specified entry.
Run "bcdedit /?" for command line assistance.
Element not found.
The entry list data is not valid as specified.
Run "bcdedit /?" for command line assistance.
The parameter is incorrect.
The operation completed successfully.




tiny_PE.png

번호 제목 글쓴이 조회 등록일
[공지] 질문과 답변 게시판 이용간 유의사항 gooddew - -
12443 윈 도 우| 윈도우 7 아수스 oem 버전 찾습니다... [2] 보석 3918 02-11
12442 하드웨어| 5.1 채널 질문입니다. 김용환 2499 02-11
12441 윈 도 우| 게임인스톨 중에 동영상감상시 소리가 이상해집니다. 스타이너 2782 02-11
12440 하드웨어| 윈도우7 지원하는 노트북은.. [1] 쭌쭌 2618 02-11
12439 윈 도 우| 나나미테마 글씨체 바꾸는법 있나요?? 민슈 2987 02-11
12438 윈 도 우| 윈도우7 종류에 관하여 질문 좀 드릴게요. [1] 아행행2 2825 02-11
12437 윈 도 우| Windows 7 테마에서, 폰트 변경 하기!! [1] 짱닌텐도 15072 02-11
12436 하드웨어| 램 인식 오류? [1] 유성훈 3077 02-10
12435 윈 도 우| 하드 용량이 이상합니다 [3] 리버싸우쓰 2914 02-10
12434 윈 도 우| 윈도우7 테마 폰트 수정법 아시는분 있으신가요? [1] Dark-Star★ 3478 02-10
12433 윈 도 우| 원클릭 만능고스트 자동드라이브에 관하여 [1] 사마귀코털 3691 02-10
12432 하드웨어| 울트라씬 노트북 좀 추천해 주세요... 부탁드립니다. less 2516 02-10
12431 하드웨어| 윈98 만능고스트 될까요? [2] 사마귀코털 3847 02-10
12430 윈 도 우| 원도우 7 배포판 질문 드립니다 미니100 2853 02-10
12429 윈 도 우| 윈도우7자체내장 이미지백업프로그램과 고스트,트루이미지... [6] 밍기적 5062 02-10
12428 하드웨어| 노트북 추천 좀 해주세요. [2] 프리네 2504 02-10
12427 하드웨어| [질문]노턴 고스트 설치시 에러 문제? [1] 누리행 4642 02-10
12426 윈 도 우| 2기가 메모리에 들어갈수있는 윈도우7은 없을까요? [3] KokoroZzin 3335 02-10
12425 하드웨어| SSD의 기술적인 문의 입니다!!! [[전문사이트에도 답변이 ... [2] mage 2705 02-10
12424 윈 도 우| 리커버리 영역이 있으면... [1] wind세븐 3084 02-10
XE1.11.6 Layout1.4.8