Tag Archives: Mac OS

Mac bigsur cannot create other directory solutions in the root directory (M1 chip is also applicable)

The solution is to create a soft link to the real directory

For example:
here, take creating/data in the root directory as an example, and other directory names are the same

First, create a data directory anywhere you want, such as/users/baixxhao/downloads/work/data. Don’t imitate me directly. Remember to change the user name.
2. Open the terminal (Command + space, then enter the terminal, enter)
2. Input sudo VIM/etc/synthetic.conf from the command line, Enter, enter a similar text editing page, do not close the window!!! Press the letter I, pay attention to the use of English characters throughout the operation, do not use pinyin input method (including all the following, are in English)
3, enter the following line (note that the middle is tab, not spaces)!!! Pay attention to the following parameters, use your own real directory

data	/Users/baixxhao/Downloads/work/data

4. Press ESC, press the English colon (Shift + colon), enter WQ, press return, that is, save and exit
5. Then restart, and you will find that/data has
6. If it is successful, like it?

look here
1. MKDIR/users/baixxhao/downloads/work/data
2. Sudo VIM/etc/synthetic. Conf
3

data	/Users/baixxhao/Downloads/work/data

4. Restart
5

Mac: how to show hidden files under Apple Mac operating system

There are many ways to display hidden files in MAC,

1. Terminal

The simplest is to enter commands on the MAC terminal.
Show hidden files (note space and case):

defaults write com.apple.finder AppleShowAllFiles -bool true 

or

defaults write com.apple.finder AppleShowAllFiles YES

Do not show hidden files:

defaults write com.apple.finder AppleShowAllFiles -bool false 

or

defaults write com.apple.finder AppleShowAllFiles NO

After input, click enter, then exit the terminal directly and restart finder.
Restart the finder: first force to exit the finder, and then restart the finder.

2. Shortcut key

    Press Shift + cmmand +. On the keyboard to hide the directory where the file is located, and then you can see that all the hidden files in the hidden folder with a small dot in front or the files with light blue are hidden files. In this way, you can view the hidden directory. To restore the hidden file, press Shift + cmmand +. Again to restore the hidden state of the file, as shown in Figure 2. The hidden file is no longer visible.

[Mac OS] ASUS z97-k r2.0 + gtx960 + clover v2.4k r4098 install Sierra 10.12.5 problems and Solutions

configuration information as follows:


Clover installation driver:



question 1:

macOS could not be installed on your computer, could not unmount volume for repair


solution:

1. Copy the uncertified IAProductInfo hidden file to the root directory of the installation disk. Skip the first step and go directly to the second step installation without having to restart.

2. Install

with terminal command

installer – PKG/Volumes/MAC OS is \ \ X \ Install \ DVD/Packages/OSInstall MPKG – target/Volumes/XXXX (XXX is the need to Install the OSX partition volume label name, pay attention to the space with a backslash escapes)

Refer Link: http://bbs.pcbeta.com/viewthread-1704712-1-1.html

= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = forgive green line = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =

question 2:

haswell appleacpiplatformexpert start failed

start failed0

1

panic ( CPU 0 caller 0xffffff88886c3221):”Unable to find driver for thisplatform:\”ACPI\”,\n”@/SourceCache/…

solution:

use Rampagedev’s ssdt.aml and put it into the EFI partition Clover directory \EFI\ Clover \ACPI\patched \patched on U disk. Haswell DMG download link is as follows.

http://www.rampagedev.com/downloads/haswell-dmg/

Refer Link:

http://www.insanelymac.com/forum/topic/302554-ga-z97x-udh5-boot-failure-clover-uefi-appleacpiplatformexpertstart-failed/

= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = forgive green line = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =

question 3:

note: wipe the disk mediakit report equipment on the space is not enough to perform

: ESP partition capacity lack to 200 m +

solution:

1. Add EFI partition, then erase

2. Create new NTFS partition and convert it to HFS+

Refer Link:

http://bbs.pcbeta.com/viewthread-1669452-1-1.html

= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = forgive green line = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =

question 4:

Clover failed to install to EFI partition


reason: not EFI partition formatted
solution:


= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = forgive green line = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =

question 5:

GTX960 using the latest 10.12.5 webdriver, plug

because there is no VGA interface
solution:

1 does not transfer

directly using the DVI interface

2 using HDMI to VGA can also drive

= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = forgive green line = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =

MacOS 10.12 allows APP

from any source

terminal execution: sudo SPCTL — mast-disable