내 컴퓨터는 꽤 새 것이고 UEFI 설정이 있습니다. 보안 부팅이 꺼져 있고 빠른 부팅이 꺼져 있으며 레거시 모드로 부팅하고 있습니다. Fedora 17을 설치했는데 이제 올바르게 설정되어 작동하지만 Windows 8 설치에 더 이상 액세스할 수 없습니다. Fedora의 파일로 이동하면 하드 드라이브에 있는 Windows의 모든 데이터를 계속 볼 수 있으며 Fedora와 Windows 8 모두에 액세스할 수 있는 기능을 갖고 싶습니다. 도움을 주시면 정말 감사하겠습니다! 의 결과는 fdisk -l
다음과 같습니다.
WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
Disk /dev/sda: 750.2 GB, 750156374016 bytes 255 heads, 63 sectors/track, 91201 cylinders, total 1465149168 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 Disk identifier: 0x377e5c45
Device Boot Start End Blocks Id System /dev/sda1 * 1 1465149167 732574583+ ee GPT Partition 1 does not start on physical sector boundary.
Disk /dev/mapper/vgisaac-lvswap: 7784 MB, 7784628224 bytes 255 heads, 63 sectors/track, 946 cylinders, total 15204352 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
Disk /dev/mapper/vgisaac-lvroot: 7784 MB, 7784628224 bytes 255 heads, 63 sectors/track, 946 cylinders, total 15204352 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
답변1
Windows는 BIOS 시스템에서 GPT 파티션 디스크 부팅을 지원하지 않습니다. UEFI 시스템에서 레거시 BIOS 모드를 사용하면 이 문제가 발생하는 것 같습니다. 비레거시 모드로 전환하고 싶을 수도 있습니다(파티션을 조정하고 GRUB를 다시 설치해야 할 수도 있음).
즉, 간단히 GRUB 구성 파일을 다시 생성해 볼 수 있습니다. os-prober가 있는지 확인한 후 실행하세요.
grub2-mkconfig -o /boot/grub2/grub.cfg
Windows를 성공적으로 감지하고 Windows 항목을 만들었지만 Windows가 부팅되지 않으면 MBR 파티셔닝으로 전환하거나 UEFI 모드(비레거시)로 전환해야 할 것입니다.
보다https://fedoraproject.org/wiki/GRUB_2?rd=Grub2#Updating_GRUB_2_configuration_on_BIOS_systems
참고로 GPT 파티션 디스크의 gdisk -l /dev/sda
경우 fdisk -l
.