일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |
Tags
- arm-linux-androideabi
- Eclipse
- Registering an InstanceCreator with Gson for this type may fix this problem
- Jetpack
- Android
- IOS
- defaultconfig
- AOS
- data binding
- Java
- Swift
- Compose
- 3rd part
- xcframework
- BindingAdapter
- mac
- DispatchQueue
- Framework
- ndkVersion
- 3rd framework
- EditText
- Kotlin
- buildconfigfield
- Andorid
- gradle
- retrofit
- boot
- VM arguments
- NDK
- Chat GPT
Archives
- Today
- Total
grape
윈도우 EFI 파티션 분리로 인한 오류(An operating system wasn't found. Try disconnecting any drives that don't contain an operating system.) 본문
pc/windows
윈도우 EFI 파티션 분리로 인한 오류(An operating system wasn't found. Try disconnecting any drives that don't contain an operating system.)
grapelab 2023. 11. 19. 12:56기존에 UEFI를 사용하여 윈도우 설치한 경우
윈도우 파티션과 EFI 파티션이 다른 디스크(파티션)에 설치 되었을 때
EFI파티션이 설치된 디스크(파티션)가 제거되면 OS부팅 오류가 발생할 수 있다.
An operating system wasn't found. Try disconnecting any drives that don't contain an operating system.
GPT/MBR 개념
하단 링크를 참조 한다
bios에서 부팅 order을 해주더라도 OS 부팅을 할수 없다
bios CSM 옵션에서 레거시(Legacy) / UEFI를 설정할 수 있으나 지금은 UEFI경우이니 CSM 비 활성화를 한다.
*윈도우 설치 USB로 부팅하여 명령어 프롬프트(CMD)로 설정을 변경하고 복구를 시도해 볼 수 있다.*
우선 MBR로 설정된 디스크의 파티션이 활성화 되어 있으면 비활성화 (아래 링크 참조) 후 EFI 복구를 실행한다.
EFI System Partition cmd 관리자 모드 실행 복구 방법
bcdboot c:\windows /s c: /l ko-kr /f ALL
c:\windows - 윈도우 경로
/s c: /l ko-kr - bcd 영역
UEFI mode - f/ UEFI(/f ALL)
bcdedit /set {bootmgr} device partition=c:
boot manager 설정
MBR GPT partition 설명
'pc > windows' 카테고리의 다른 글
[WINDOWS]하드 디스크 MBR/GPT partition and boot (0) | 2023.11.19 |
---|