답변:
fdisk를 사용합니다. 이것을 적용하기 전에 라이브 CD 또는 USB로 작업하고 데이터를 백업하는 것이 좋습니다.
내 시스템에서 "/ dev / sda1"과 같이 부팅 가능한 파티션이 있는지 확인하십시오.
fdisk -l /dev/sda
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00003256
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 959991807 479994880 83 Linux
/dev/sda2 959993854 976766975 8386561 5 Extended
/dev/sda5 959993856 976766975 8386560 82 Linux swap / Solaris
부팅 파티션이없는 경우 루트 로그인으로 다음과 같이하십시오 :
fdisk /dev/sda
Command (m for help): m
Command action
a toggle a bootable flag
b edit bsd disklabel
c toggle the dos compatibility flag
d delete a partition
l list known partition types
m print this menu
n add a new partition
o create a new empty DOS partition table
p print the partition table
q quit without saving changes
s create a new empty Sun disklabel
t change a partition's system id
u change display/entry units
v verify the partition table
w write table to disk and exit
x extra functionality (experts only)
Command (m for help): a
Partition number (1-5):
파티션을 부팅 가능하게하려면 1을 입력하고 두 번째 파티션 등을 부팅 가능하게하려면 2를 입력해야합니다.
이처럼 "w"로 수정 사항을 적용하십시오.
Command (m for help): w
디스크 테이블을 수정하고 원하는 파티션을 부팅 가능하게 만듭니다.
그 도움을 기대하면서
parted1
더 이상 수동으로 설정할 수는 없지만 GPT로 부팅 가능한 플래그를 자동으로 가졌습니다 . 올바른 파티션 유형을 선택하는 것으로 충분합니다.
이 print
명령을 사용하면 파티션 번호 (첫 번째 열)를 얻을 수 있습니다. 부팅 가능하게하려면 다음과 같이하십시오.
(parted) set 1 boot on
그런 다음 OS X https://qwiek.wordpress.com/ "fdisk" flag 1
는 첫 번째 파티션을 부팅 가능하게 만듭니다.
set
플래그를 지정할 때 번호가 매겨진 목록을 가질 수 없지만 항상 장치 레이아웃 (번호가 매겨진 목록)을 인쇄하고 검사 할 수 있습니다 플래그를 설정합니다.