mqnoy

[HACKINTOSH] BOOT FLAG MUST SEE

Jun 21st, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. npci=0x2000 = is only supported in OSX Lion,
  2. npci=0x3000 = is supported in both Lion and the new Mountain Lion
  3.  
  4. By Pur Wandi M on Monday, October 10, 2011 at 12:28pm
  5. -v = verbose mode. Basically tells you wants happening during boot up.
  6.  
  7. -x = Safe mode. Basically boots your system with the bare minimum kexts.
  8.  
  9. -s = Single user mode. Command line only mode. Allows you to run commands as root to fix system.
  10.  
  11. -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).
  12.  
  13. -F = Ignore boot setting in Boot.plist
  14.  
  15. arch=i386 Boot flag 32-Bit, 64-Bit extension = no
  16. arch=x86_64 Boot flag 64-Bit extension = yes
  17.  
  18. busratio=xx Manual config for bus ratio speed
  19.  
  20. cpus=xx Manual config for processor cpu core uses.
  21.  
  22. Hide Partition = hd(x,y) menyembunyikan partisi pada waktu booting awal
  23. hd(x,y) <<< x=urutan hardisk menurut BIOS, dimulai dari 0 (nol) untuk HD pertama, y=urutan partisi dari HD tsb
  24. biasanya ditambahkan di boot.plist dengan format :
  25. <key>Hide Partition</key>
  26. <string>hd(0,2)</string>
  27.  
  28. Default Partition = hd(x,y) default partisi booting
  29. contoh di HDD ada 3 partisi : 1. windows, 2. mac, 3. linux, 4. dll
  30. bila ingin default bootingnya ke windows formatnya :
  31. <key>Default Partition</key>
  32. <string>hd(0,1)</string>
  33.  
  34. Timeout = batas waktu memilih boot partisi, dalam satuan detik. formatnya :
  35. <key>Timeout</key>
  36. <string>6</string>
  37.  
  38. 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 :
  39. <key>Instant Menu</key>
  40. <string>Yes</string>
  41.  
  42. Quiet Boot = Yes atau No. bila diisi Yes, tidak ada pemilihan partisi booting dan Timeout. booting langsung ke Default Partition = hd(x,y)
  43. <key>Quiet Boot</key>
  44. <string>No</string>
Add Comment
Please, Sign In to add comment