जवाबों:
मैं fdisk का उपयोग करता हूं। इसे लागू करने से पहले मैं एक लाइव सीडी या यूएसबी के साथ काम करने और आपके डेटा का बैकअप लेने की सलाह देता हूं।
पहले जांचें कि क्या कोई बूट करने योग्य विभाजन मेरे सिस्टम में मौजूद है जैसे कि "/ 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 बनाना चाहते हैं तो आप 1 टाइप करें या 2 का अनुसरण करें यदि आप बूट करने योग्य दूसरा विभाजन बनाना चाहते हैं ...
और इस तरह "डब्ल्यू" के साथ संशोधन को आगे बढ़ाएं
Command (m for help): w
अपनी डिस्क की तालिका को संशोधित करने और वांछित विभाजन को बूट करने योग्य बनाने के लिए।
उस मदद की उम्मीद में
parted1
, भले ही मैं इसे मैन्युअल रूप से सेट नहीं कर सका। संभवतः सही विभाजन प्रकार चुनना पर्याप्त है।
print
कमांड के साथ आप विभाजन संख्या (पहला कॉलम) को जमा करें। आइए हम इसे कहते हैं 1. इसे बूट करने योग्य बनाने के लिए:
(parted) set 1 boot on
OS X https://qwiek.wordpress.com/ "fdisk" तब flag 1
पहला विभाजन बूट करने योग्य बनाने के लिए।
set
कोई ध्वज होता है तो आपके पास नंबरों की सूची नहीं हो सकती है लेकिन आप हमेशा उपकरण लेआउट (जो एक गिने हुए सूची है) को प्रिंट कर सकते हैं और इससे पहले निरीक्षण कर सकते हैं। किसी भी झंडे को स्थापित करना।