mac

Если не грузить Mac - яблоко светиться и все

Войти в восстановление, подключить диск где стоит система ( надо если он зашифрован) после чего в терминал и

diskutil apfs updatePreboot disk2s1

Может помочь.

Tags for tips:

Create boot flash with Mac OSX

https://support.apple.com/ru-ru/HT201372

Использование команды createinstallmedia в программе «Терминал»

Tags for tips:

mac tftp server

Start tftp

sudo launchctl load -F /System/Library/LaunchDaemons/tftp.plist
sudo launchctl start com.apple.tftpd

Stop tftp
sudo launchctl unload -F /System/Library/LaunchDaemons/tftp.plist

Tags for tips:

mac and .local domain

sudo discoveryutil mdnsactivedirectory yes

Tags for tips:

tftp on mac os x

I needed to configure some devices on the go and as long as you have a Mac handy you can do it without any additional software. I found details on another site but the /sbin/service they used didn't seem to exist on my machine but after a little more Googling I found this is the command to start the tftp server on OS X 10.7 Lion...
sudo launchctl load -F /System/Library/LaunchDaemons/tftp.plist
sudo launchctl start com.apple.tftpd

Tags for tips:

iSync and Nokia

Tags for tips:

Поддержки 64 битного режима на маке

В терминале делаем:

ioreg -l -p IODeviceTree | grep firmware-abi

если на выходе
| | "firmware-abi" =

то нам повезло ))

далее или
#sudo nvram boot-args=”arch=x86_64? {Enter} - не проверялось
или
перезагружаетесь удерживая клавиши 6 и 4.

Выбираем Об этом компьютере---Подробнее---Программное обеспечение, видим
Обращаем внимание на 2ую строчку снизу. Должно быть ДА/Yes.

Так же можно перейти в 64-бтный режим открыв и отредактировав файл com.apple.Boot.plist (/Library/Preferences/SystemConfiguration/com.apple.Boot.plist) в текстовом редакторе.
Находим...

Tags for tips:

Pages

Subscribe to RSS - mac