
나는 167GB의 Windows 7 컴퓨터를 가지고있었습니다. 그 위에 우분투를 설치하고 싶어서 파티션을 111GB와 56GB로 줄였습니다. 그런 다음 새로 생성된 56GB 파티션에 Ubuntu 14.10 32비트를 설치했습니다.
이제 Ubuntu는 매우 잘 부팅되지만 Windows 7로 부팅할 수 없으며 Ubuntu에서 Windows 7 파티션을 마운트할 수도 없습니다. 누구든지 도와주실 수 있나요?
fdisk 출력은 다음과 같습니다.
$ sudo fdisk -l
Disk /dev/sda: 167,7 GiB, 180045766656 bytes, 351651888 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x528025a8
Device Boot Start End Sectors Size Id Type
/dev/sda1 * 2048 234141695 234139648 111,7G 7 HPFS/NTFS/exFAT
/dev/sda2 234141696 351649791 117508096 56G 83 Linux
gdisk 출력은 다음과 같습니다.
$ sudo gdisk -l /dev/sda
GPT fdisk (gdisk) version 0.8.8
Partition table scan:
MBR: MBR only
BSD: not present
APM: not present
GPT: not present
***************************************************************
Found invalid GPT and valid MBR; converting MBR to GPT format
in memory.
***************************************************************
Disk /dev/sda: 351651888 sectors, 167.7 GiB
Logical sector size: 512 bytes
Disk identifier (GUID): 9E061B7E-6EF6-4F8E-BBEC-4FA6BF459929
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 351651854
Partitions will be aligned on 2048-sector boundaries
Total free space is 4077 sectors (2.0 MiB)
Number Start (sector) End (sector) Size Code Name
1 2048 234141695 111.6 GiB 0700 Microsoft basic data
2 234141696 351649791 56.0 GiB 8300 Linux filesystem
다음은 Windows 파티션의 blkid 출력입니다.
$ sudo blkid /dev/sda1
/dev/sda1: PTTYPE="PMBR" PARTUUID="528025a8-01"
더 많은 정보가 필요하면 알려주시기 바랍니다.
답변1
Ubuntu를 설치하기 전에 디스크를 MBR 스타일로 변환하셨나요? Ubuntu를 설치하기 위해 BIOS 설정을 변경해야 했습니까? 그렇다면 Windows로 부팅할 수 있도록 해당 설정을 복원해야 할 수도 있습니다.
GPT 드라이브가 있는데 이를 정리(모든 항목 삭제)한 다음 MBR 스타일로 변환한 다음 Windows 및 Linux용으로 별도로 다시 파티션한 다음 Windows 및 Linux를 다시 설치해야 했습니다. 그때 저는 Fedora를 사용했습니다.