Jump to content
2 posts in this topic

Recommended Posts

What MoBo and SATA mode are you using? I know about 2 fixes, one using injector kexts (AHCIPortInjector, IOAHCIBlockStorageInjector) and other in DSDT (I use this with ICH9R, add under device SATA, 0x001F0002)

				Method (_DSM, 4, NotSerialized)
			{
				Store (Package (0x02)
					{
						"device-id", 
						Buffer (0x04)
						{
							0x81, 0x26, 0x00, 0x00
						}
					}, Local0)
				DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
				Return (Local0)
			}

About renaming NTFS partition, you can do it in Windows.

×
×
  • Create New...