ergot Posted March 15, 2018 Share Posted March 15, 2018 In Sierra, my install did not show orange icon for external disk, on my current install for 10.13.3 on the same SSD the disk show orange icon. can anyone explain to me how to change it? thanks Link to comment https://www.insanelymac.com/forum/topic/333286-how-to-change-orange-icons-shows-external-disk-in-hs/ Share on other sites More sharing options...
ergot Posted March 15, 2018 Author Share Posted March 15, 2018 this is not working: 4885C07407808B20 4885C09090808B20 External NVMe FIX any other ideas? Link to comment https://www.insanelymac.com/forum/topic/333286-how-to-change-orange-icons-shows-external-disk-in-hs/#findComment-2603285 Share on other sites More sharing options...
MICKHAEL Posted March 15, 2018 Share Posted March 15, 2018 you need to edit dsdt to provide information in my case Device (NVME) { Name (_ADR, Zero) // _ADR: Address Name (_SUN, One) // _SUN: Slot User Number Method (_INI, 0, NotSerialized) // _INI: Initialize { Store (0x0F, ^^H000._ADR) } Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method { If (LEqual (Arg2, Zero)) { Return (Buffer (One) { 0x03 }) } Return (Package (0x0A) { "AAPL,slot-name", "Built In", "model", Buffer (0x16) { "Intel SSD 600p Series" }, "built-in", Buffer (One) { 0x00 }, "name", Buffer (0x22) { "Intel SSD 600p Series NVM Express" }, "device_type", Buffer (0x10) { "NVMe Controller" } }) } } } Link to comment https://www.insanelymac.com/forum/topic/333286-how-to-change-orange-icons-shows-external-disk-in-hs/#findComment-2603309 Share on other sites More sharing options...
ergot Posted March 15, 2018 Author Share Posted March 15, 2018 thanks, looks like a Chinese to me do you have any guide? Link to comment https://www.insanelymac.com/forum/topic/333286-how-to-change-orange-icons-shows-external-disk-in-hs/#findComment-2603311 Share on other sites More sharing options...
MICKHAEL Posted March 16, 2018 Share Posted March 16, 2018 On 15.03.2018 at 3:42 PM, ergot said: thanks, looks like a Chinese to me do you have any guide? https://pikeralpha.wordpress.com/2016/07/01/help-my-nvme-show-up-as-external/ Link to comment https://www.insanelymac.com/forum/topic/333286-how-to-change-orange-icons-shows-external-disk-in-hs/#findComment-2603520 Share on other sites More sharing options...
ergot Posted March 17, 2018 Author Share Posted March 17, 2018 (edited) thanks! still not work... Edited March 18, 2018 by ergot Link to comment https://www.insanelymac.com/forum/topic/333286-how-to-change-orange-icons-shows-external-disk-in-hs/#findComment-2603608 Share on other sites More sharing options...
Recommended Posts