300x250 AD TOP

Friday, September 6, 2013

Tagged under:

Hackintosh Boot Flags

From Evernote:

Hackintosh Boot Flags

-v = verbose mode. Basically tells you wants happening during boot up.

 

-x = Safe mode. Basically boots your system with the bare minimum kexts.

 

-s = Single user mode. Command line only mode. Allows you to run commands as root to fix system.

 

-f = Tells the machine to reload all kext and dump the boot configuration cache, (kext cache found in: /System/Library/Extensions.mkext, you can delete it manually and the system will recreate it).

 

-F = Ignore boot setting in Boot.plist

 

arch=i386 Boot flag 32-Bit, 64-Bit extension = no

arch=x86_64 Boot flag 64-Bit extension = yes

 

busratio=xx Manual config for bus ratio speed

 

cpus=xx Manual config for processor cpu core uses.

 

Hide Partition = hd(x,y) menyembunyikan partisi pada waktu booting awal

hd(x,y) <<< x=urutan hardisk menurut BIOS, dimulai dari 0 (nol) untuk HD pertama, y=urutan partisi dari HD tsb

biasanya ditambahkan di boot.plist dengan format :

<key>Hide Partition</key>

<string>hd(0,2)</string>

 

Default Partition = hd(x,y) default partisi booting

contoh di HDD ada 3 partisi : 1. windows, 2. mac, 3. linux, 4. dll

bila ingin default bootingnya ke windows formatnya :

<key>Default Partition</key>

<string>hd(0,1)</string>

 

Timeout = batas waktu memilih boot partisi, dalam satuan detik. formatnya :

<key>Timeout</key>

<string>6</string>

 

Instant Menu = Yes atau No. bila diisi Yes maka menghlangkan Timeout. dalam artian, pemilihan partisi booting tidak dibatasi waktu, sampai user menekan enter pada partisi yg dipilih. formatnya :

<key>Instant Menu</key>

<string>Yes</string>

 

Quiet Boot = Yes atau No. bila diisi Yes, tidak ada pemilihan partisi booting dan Timeout. booting langsung ke Default Partition = hd(x,y)

<key>Quiet Boot</key>

<string>No</string>

 

0 comments:

Post a Comment