Contribute
Register

[Guide] 10.11+ USB changes and solutions

Status
Not open for further replies.
10.10.5 ioreg not helpful.

For issues booting the installer, open a separate thread. Booting the installer is off-topic here.

Could booting the USB with El Capitan cause booting problems?
 
Could booting the USB with El Capitan cause booting problems?

I'll put it another way. USB issues can have an effect when the system volume you're booting is on USB.

Kind of stands to reason though, doesn't it...

But it is also just as likely your issue is something else (especially given you haven't provided any details on the problem).

Open a separate thread.
 
Sorry for the dumb question...What series computer do I have? (7-series, 8-series, 9-series, X99)?
 
Sorry for the dumb question...What series computer do I have? (7-series, 8-series, 9-series, X99)?

According to your signature, none of those... your signature says X79.
 
Thank you! I have seen several threads talking about series numbers. I never know what to follow. I guess I still do not. :) Thanks again RehabMan! Enjoy reading and learning from your post!
 
hi mr rehabbman ,i have a problem , i'm trying here to rename my EHC1 to EH01 && EHC2 to EH02 .......
(using your code)
# rename EHC1 to EH01
into device label EHC1 set_label begin EH01 end;
into_all all code_regex EHC1. replaceall_matched begin EH01. end;
into_all all code_regex .EHC1, replaceall_matched begin .EH01, end;

# rename EHC2 to EH02
into device label EHC2 set_label begin EH02 end;
into_all all code_regex EHC2. replaceall_matched begin EH02. end;
into_all all code_regex .EHC2, replaceall_matched begin .EH02, end;
 
hi mr rehabbman ,i have a problem , i'm trying here to rename my EHC1 to EH01 && EHC2 to EH02 .......
(using your code)
# rename EHC1 to EH01
into device label EHC1 set_label begin EH01 end;
into_all all code_regex EHC1. replaceall_matched begin EH01. end;
into_all all code_regex .EHC1, replaceall_matched begin .EH01, end;

# rename EHC2 to EH02
into device label EHC2 set_label begin EH02 end;
into_all all code_regex EHC2. replaceall_matched begin EH02. end;
into_all all code_regex .EHC2, replaceall_matched begin .EH02, end;

Old forum bug that removes backslashes when a post is quoted or edited. Check post #1 for fixed/correct patch.

Note: It is easiest to do this kind of rename with config.plist/ACPI/DSDT/Patches instead.
 
and i'm having some compilation issue ,can you please help
Screen Shot 2016-06-19 at 10.06.55 PM.png
 
Note: It is easiest to do this kind of rename with config.plist/ACPI/DSDT/Patches instead.
sir can it be applied to my laptop without any changes ?
 
Status
Not open for further replies.
Back
Top