
디스크를 깨끗하게 지우고 노트북에서 Xubuntu 14.04와 Windows 7을 듀얼 부팅하기로 결정했습니다. 저는 Windows 7을 설치하는 것으로 시작하여 두 개의 50Gb 파티션(각 SO당 하나씩)과 스토리지용 ~200Gb 파티션을 만들었습니다.
파티션 중 하나에 Windows를 계속 설치했고 나머지 50Gb 파티션에 Xubuntu를 설치할 수 있기를 바랐습니다.
문제는 라이브 CD 설치 프로그램이 Windows 설치의 존재를 인식하지 못하고 Xubuntu 설치를 위해 남겨둔 50Gb 파티션도 표시하지 않는다는 것입니다.
또한 "다른 항목" 옵션을 선택하면 전체 드라이브가 분할되지 않은 것으로 표시됩니다(?).
라이브 CD 모드(실제로는 USB 펜에서)로 실행하면 저장소 파티션, Windows 파티션 및 부팅 파티션(Windows에서 생성된 것으로 추측됨)이 자동으로 마운트됩니다.
그래서 저는 설치 프로그램이 Windows 설치를 감지하여 안전하게 이중 부팅을 할 수 있는 방법에 대해 누군가가 제게 조언을 해줄 수 있기를 바랐습니다. 저는 Linux를 처음 접했고 Windows 7 설치를 손상시키고 싶지 않기 때문에 이런 종류의 작업이 약간 두렵습니다. 백업되었지만 다시 "정리"해야 하는 것은 싫습니다... :)
편집하다:
나는 이것에 대해 읽고 있었고 Windows 세션이 올바르게 종료(즉, 종료)되었다는 것을 알고 있습니다. 또한 위 이미지의 "Sistema reservado"(시스템 예약 - 저는 포르투갈어) 파티션에 다음이 표시됩니다.
편집 2:
요청에 따라 Windows 디스크 관리 스크린샷은 다음과 같습니다.
편집 3:
출력 sudo gdisk -l
:
xubuntu@xubuntu:~$ sudo gdisk -l
GPT fdisk (gdisk) version 0.8.8
Problem opening -l for reading! Error is 2.
The specified file does not exist!
출력 sudo parted -l
:
xubuntu@xubuntu:~$ sudo parted -l
Warning: /dev/sda contains GPT signatures, indicating that it has a GPT table.
However, it does not have a valid fake msdos partition table, as it should.
Perhaps it was corrupted -- possibly by a program that doesn't understand GPT
partition tables. Or perhaps you deleted the GPT table, and are now using an
msdos partition table. Is this a GPT partition table?
Yes/No? ^C
Model: ATA Hitachi HTS54323 (scsi)
Disk /dev/sda: 320GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Number Start End Size File system Name Flags
Model: Lexar USB Flash Drive (scsi)
Disk /dev/sdb: 16.0GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 57.3kB 16.0GB 16.0GB primary fat32 boot, lba
참고: 이 sudo parted -l
명령은 테이블을 인쇄하기 전에 GPT 테이블에 대한 경고를 표시했습니다. 또한 표시되는 유일한 것은 라이브 Xubuntu에서 사용하고 있는 16Gb 펜 드라이브입니다.
편집 4:
나는 이것에 대해 조금 더 파고 들었고 GPT
우분투는 그것을 찾지 못하거나 인식하지 못했습니다.답변, 나는 출력했습니다 sudo fixparts /dev/sda
:
xubuntu@xubuntu:~$ sudo fixparts /dev/sda
FixParts 0.8.8
Loading MBR data from /dev/sda
NOTICE: GPT signatures detected on the disk, but no 0xEE protective partition!
The GPT signatures are probably left over from a previous partition table.
Do you want to delete them (if you answer 'Y', this will happen
immediately)? (Y/N): n
Warning: 0xEE partition doesn't start on sector 1. This can cause problems
in some OSes.
MBR command (? for help): p
** NOTE: Partition numbers do NOT indicate final primary/logical status,
** unlike in most MBR partitioning tools!
** Extended partitions are not displayed, but will be generated as required.
Disk size is 625142448 sectors (298.1 GiB)
MBR disk identifier: 0xDD5E2C5F
MBR partitions:
Can Be Can Be
Number Boot Start Sector End Sector Status Logical Primary Code
1 * 2048 206847 primary Y Y 0x07
2 206848 104859647 primary Y 0x07
3 104859648 209717247 primary Y 0x06
4 209717248 625139711 primary Y 0x07
답변에 표시된 대로(__zapping__하여) GPT 테이블을 진행하고 수정해야 합니까?
답변1
동일한 문제가 있었는데 gparted를 사용하여 파티션(확장 파티션의 루트, 스왑 및 홈)을 올바르게 포맷한 후에 사라졌습니다. 나는 이 dedoimedo의 튜토리얼을 따랐습니다.
http://www.dedoimedo.com/computers/dual-boot-windows-7-xubuntu.html
또한 자동 설정을 사용하지 말라는 dedoimedo의 조언을 따랐지만 '다른 것' 옵션을 선택했습니다.
행운을 빌어요!