Skip to content

Commit

Permalink
feat: mac os 11.0 support (#33)
Browse files Browse the repository at this point in the history
1. macOS Big Sur support added
2. OpenCore Support and OpenCore guide added.
3. Update README.md and screenshots.
4. Mount EFI, remove serial and zip EFI folder script added.
5. Brightness properly supported using F11 and F12 key.
  • Loading branch information
gajjartejas authored Nov 8, 2020
1 parent 420fdab commit 3081d5d
Show file tree
Hide file tree
Showing 44 changed files with 193 additions and 64 deletions.
13 changes: 3 additions & 10 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@

# These are supported funding model platforms

github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: gajjartejas
open_collective: # Replace with a single Open Collective username
ko_fi: gajjartejas
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: gajjartejas
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
custom: ['buymeacoffee.com/xRKnlNM']
# github: [gajjartejas]
custom: https://paypal.me/gajjartejas
13 changes: 13 additions & 0 deletions .github/no-response.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Configuration for probot-no-response - https://github.com/probot/no-response

# Number of days of inactivity before an Issue is closed for lack of response
daysUntilClose: 14
# Label requiring a response
responseRequiredLabel: more-information-needed
# Comment to post when closing an Issue for lack of response. Set to `false` to disable
closeComment: >
This issue has been automatically closed because there has been no response
to our request for more information from the original author. With only the
information that is currently in the issue, we don't have enough information
to take action. Please reach out if you have or find the answers we need so
that we can investigate further.
10 changes: 10 additions & 0 deletions 11.0.x/10.15.dev.beta8/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

# Changelog
- N/A

# OpenCore Changelog
- N/A


# Note
## Please check release section to download.
Binary file added 11.0.x/10.15.dev.beta8/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion INSTALLATION_GUIDE_BEGINNERS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Beginner installation guide
# Beginner installation guide (Deprecated)

## Pre Installation

Expand Down
27 changes: 18 additions & 9 deletions INSTALLATION_GUIDE_OPENCORE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,14 @@
- USB Stick minimum 8GB

## Tools required
- OpenCore Configurator
- Plist editor
- `OpenCore Configurator` or `Plist editor`

## Guide
Follow Dortania's guide to create bootable USB. You can use macOS, Linux or Windows.

https://dortania.github.io/OpenCore-Install-Guide/installer-guide/

After USB has been created, download OpenCore 0.6.0 release build from Dortania's github repo.
After USB has been created, download latest OpenCore release build from Dortania's github repo.

https://github.com/acidanthera/OpenCorePkg

Expand Down Expand Up @@ -79,13 +78,15 @@ Ignore or You can enable/add according to your need ex: `Enable Trim For SSD`
## Misc

### Boot
![alt text](assets/Screenshots/oc/oc_misc_debug.png)

### Debug
Note: **External picker must be selected in order to show picker UI.**
![alt text](assets/Screenshots/oc/oc_misc_boot.png)

### Debug

![alt text](assets/Screenshots/oc/oc_misc_debug.png)

### Security
Note: **Make a sure that `SecureBootModel` is `Disabled`. Otherwise You will get KP in MacOS Big Sure 11.0 beta 10.**
![alt text](assets/Screenshots/oc/oc_misc_security.png)


Expand All @@ -99,6 +100,9 @@ Ignore
Ignore

### Add -> ```7C436110-AB2A-4BBB-A880-FE41995C9F82```

Note: The ```boot-args``` is ```dart=0 darkwake=1 shikigva=40 -igfxnohdmi -disablegfxfirmware -wegnoegpu```

![alt text](assets/Screenshots/oc/oc_nvram_add.png)

### Delete
Expand All @@ -111,20 +115,25 @@ Ignore


## Platform Info
Note: System ProfuctName Should be ```MacBookPro13,3```
Note: System ProfuctName Should be ```MacBookPro13,3``` Also please generate your own serial no.
![alt text](assets/Screenshots/oc/oc_platforminfo.png)




## UEFI

### APFS, Audio, Inout,Output, ProtocolOverrides amd ReservedMemory
### APFS, Audio, Inout,Output, ProtocolOverrides and ReservedMemory

Ignore

### Drivers
Note: `PointerSupportMode` should be empty.
![alt text](assets/Screenshots/oc/oc_uefi_drivers.png)

### Input
Note: `PointerSupportMode` should be empty.
![alt text](assets/Screenshots/oc/oc_uefi_input.png)

### Quirks
Make a sure ```ReleaseUsbOwnership``` is checked otherwise kp on boot occurs.
Make a sure ```ReleaseUsbOwnership``` is checked otherwise kp on boot occurs.
2 changes: 1 addition & 1 deletion Install.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Instillation
# Instillation (Deprecated)

# Requirements
- An active internet connection and Apple Mac
Expand Down
108 changes: 70 additions & 38 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,25 @@
[<img align="right" src="https://cdn.jsdelivr.net/npm/simple-icons@latest/icons/instagram.svg" width="50" height="50" />](http://www.instagram.com/gajjartejas)
[<img align="right" src="https://cdn.jsdelivr.net/npm/simple-icons@latest/icons/twitter.svg" width="50" height="50" />](http://www.twitter.com/gajjartejas)
[<img align="right" src="https://cdn.jsdelivr.net/npm/simple-icons@latest/icons/reddit.svg" width="50" height="50" />](http://www.reddit.com/u/gajjartejas)
[<img align="right" src="https://cdn.jsdelivr.net/npm/simple-icons@latest/icons/telegram.svg" width="50" height="50" />](https://t.me/indianhackintosh)


# Lenovo-Ideapad-320-15ISK-14ISK-Laptop-Hackintosh
Goal of this repo is to run Mac os on Lenovo Ideapad 320 15ISK Laptop

macOS Mojave 10.14.6 | macOS Catalina 10.15.6
:-------------------------:|:-------------------------:
![alt text](10.14.x/10.14.6/Screenshot.png) | ![alt text](10.15.x/10.15.6/screenshot.png)
macOS Mojave 10.14.6 | macOS Catalina 10.15.6 | macOS Big Sur 11.0 developer beta 8
:-------------------------:|:-------------------------:|:-------------------------:
![alt text](10.14.x/10.14.6/Screenshot.png) | ![alt text](10.15.x/10.15.6/screenshot.png) | ![alt text](11.0.x/10.15.dev.beta8/screenshot.png)

## macOS Mojave to Catalina direct upgrade note:
Download latest [Clover](10.15.x/10.15.4/CLOVER.zip) and overwrite with existing one and update all kexts to latest version
## macOS Catalina to Big Sur direct upgrade note:
Download latest OpenCore zip folder from release and overwrite with existing one.

## OpenCore Installation Guide

Go to [INSTALLATION_GUIDE_OPENCORE.md](INSTALLATION_GUIDE_OPENCORE.md)(**Detailed guide**)


## Clover Installation Guide
## Clover Installation Guide (Deprecated)

Go to [INSTALLATION_GUIDE_BEGINNERS.md](INSTALLATION_GUIDE_BEGINNERS.md)(**For beginners**)

Expand All @@ -30,10 +32,10 @@ Go to [WIRELESS_CARD_BUYING_GUIDE.md](WIRELESS_CARD_BUYING_GUIDE.md)(**Supported

## About this Laptop

## Hardware Info 💻
### Original Hardware Info 💻

Type | Spec | Status | Link
---------|:---------:|----------:|----------
:---------|:---------|:----------|:----------
Computer | Lenovo Ideapad 320-15ISK 80XH01DNIN | Working | -
BIOS Version | LENOVO Insyde EFI(4WCN29WW) | Working | -
CPU | DualCore Intel Core i3, 2000 MHz (20 x 100) | Working | -
Expand All @@ -45,44 +47,73 @@ WiFi | Intel(R) Dual Band Wireless-AC 3165 | Not Working | -
Bluetooth | Intel(R) Wireless Bluetooth(R) | Working | -
Touchpad | I2C ELAN0608 | Working | [Guide](Touchpad-Guide.md)
Keyboard | - | Working | -
Webcam | Ven id: 0x04f2(Chicony Electronics Co.,Ltd.) Product id: 0xb5d8| Working | -
Battery | Serial Number: L16M2PB2- 1229 Manufacturer: SMP Device Name: L16M2PB2 | Working | -
Webcam | Ven id: 0x04f2(Chicony Electronics Co.,Ltd.) Product id: 0xb5d8| Working | -
Battery | Serial Number: L16M2PB2- 1229 Manufacturer: SMP Device Name: L16M2PB2 | Working | -

## Modifications 🔨
### Modifications 🔨

Type | Spec | Status
---------|:---------:|----------
D-Link DWA-131 Wireless N Nano USB Adapter (Black) | - | Working
BCM94360CS2 Wireless WIFI Bluetooth 4.0 Airport Card For Macbook Air 11" A1465 13" A1466 2013 MD711LL/A MD760 BCM94360CS2AX | - | Working
Wireless Bluetooth Mouse Rechargeable Mouse | - | Working
Universal for 9.5mm CD/DVD Drive Slot (for SSD and HDD) | - | Working
:--------- |:---------|:----------
D-Link DWA-131 Wireless N Nano USB Adapter (Black) | - | Working
BCM94360CS2 Wireless WIFI Bluetooth 4.0 Airport Card For Macbook Air 11" A1465 13" A1466 2013 MD711LL/A MD760 BCM94360CS2AX | - | Working
Wireless Bluetooth Mouse Rechargeable Mouse | - | Working
Universal for 9.5mm CD/DVD Drive Slot (for SSD and HDD) | - | Working
15.6 inch IPS LCD matrix LP156WF4 LP156WF6 | - | Working
## Software Status 👨‍💻

Type | Spec | Status
---------|:---------:|----------
Battery Status | - | Working
Brightness With keys(F11 - F12) | - | Working
Sleep/Hibernate | - | Unknown
### Software Status 👨‍💻

## Kext Used
Type | Spec | Status
:---------|:---------|:----------
Battery Status | - | Working
Brightness With keys(F11 - F12) | - | Working
Sleep | - | Working

### Kext Used

Kext | Info
---------|:---------
AppleALC.kext | For Audio
Lilu.kext | Arbitrary kext and process patching on macOS
RealtekRTL8111.kext | RTL8111/8168/8411 PCI Express Gigabit Ethernet
SMCBatteryManager.kext | Battery Status Monitoring
VirtualSMC.kext | SMC Emulator Layer
SMCProcessor.kext | Processor Temp Monitoring
SMCSuperIO.kext | Fan Reading
USBPorts.kext | For USB Prot
VoodooI2C.kext | For I2C Touchpad
VoodooI2CELAN.kext | For ELAN Touchpad
VoodooPS2Controller.kext | Contains updated Voodoo PS/2 Controller, improved Keyboard & Synaptics TouchPad
WhateverGreen.kext | Various patches necessary for certain ATI/AMD/Intel/Nvidia GPUs

## Credits
:---------|:---------
[Lilu.kext](https://github.com/acidanthera/Lilu) | Arbitrary kext and process patching on macOS.
[AppleALC.kext](https://github.com/acidanthera/AppleALC) | For Audio.
[RealtekRTL8111.kext](https://github.com/Mieze/RTL8111_driver_for_OS_X) | RTL8111/8168/8411 PCI Express Gigabit Ethernet.
[VirtualSMC.kext](https://github.com/acidanthera/VirtualSMC) | SMC Emulator Layer.
[SMCBatteryManager.kext](https://github.com/acidanthera/VirtualSMC) | Battery Status Monitoring.
[SMCProcessor.kext](https://github.com/acidanthera/VirtualSMC) | Processor Temp Monitoring.
[SMCSuperIO.kext](https://github.com/acidanthera/VirtualSMC) | Fan Reading.
[USBPorts.kext](https://www.tonymacx86.com/threads/the-new-beginners-guide-to-usb-port-configuration.286553/) | For USB Port mapping.
[VoodooI2C.kext](https://github.com/VoodooI2C/VoodooI2C) | For I2C Touchpad.
[VoodooI2CELAN.kext](https://github.com/VoodooI2C/VoodooI2C) | For ELAN Touchpad.
[VoodooPS2Controller.kext](https://github.com/RehabMan/OS-X-Voodoo-PS2-Controller) | Contains updated Voodoo PS/2 Controller, improved Keyboard & Synaptics TouchPad.
[WhateverGreen.kext](https://github.com/acidanthera/WhateverGreen) | Various patches necessary for certain ATI/AMD/Intel/Nvidia GPUs. This is needed for Intel HD 520.
[VoodooTSCSync.kext](https://github.com/RehabMan/VoodooTSCSync) | A kernel extension which will synchronize the TSC on any Intel CPUs. Without this system hangs/freeze after awake from sleep.
[HWPEnabler.kext](https://github.com/goodwin/HWPEnable) | HWP is a technology introduced in Skylake which lets the CPU select its own stepping speed without the usage of the CPU Multiplier. Additionally it trottles/boosts itself much faster, which improoves overall CPU performance. With enabled HWP you dont need to create SSDTs with CPU P-States anymore.

### SSDT Used

Kext | Info | Refrence Link
:---------|:--------- |:---------
SSDT-EC-USBX.aml | Fix Embedded Controllers. For Skylake laptops and newer. | [Link](https://dortania.github.io/Getting-Started-With-ACPI/Universal/ec-fix.html#fixing-embedded-controller-ssdt-ecusbx)
SSDT-EHCx_OFF.aml | USB compatibility table for disable phantoms EHC1, EHC2. Only for 7,8,9-series chipsets and 10.11 and newer! | [Link](https://github.com/acidanthera/OpenCorePkg/blob/master/Docs/AcpiSamples/SSDT-EHCx_OFF.dsl)
SSDT-GPRW.aml | _PRW USB wake up patch. | [Link](https://1revenger1.gitbook.io/laptop-guide/battery-power-management/correcting-sleep-problems)
SSDT-I2C.aml | Fix trackpad | [Link](https://voodooi2c.github.io/#GPIO%20Pinning/GPIO%20Pinning)
SSDT-KBD.aml | Fix brightness key.(F11 and F12) | [Link](https://github.com/RehabMan/HP-Envy-DSDT-Patch/blob/master/SSDT-Q10Q11.dsl)
SSDT-MEM2.aml | Add missing MEM2 Device to enhace performance like a real Mac | -
SSDT-PMCR.aml | Add missing PMCR Device to enhace performance like a real Mac | -
SSDT-PNLF.aml | Fix Backlight. For most users. | [Link](https://dortania.github.io/Getting-Started-With-ACPI/Laptops/backlight.html)
SSDT-SBUS-MCHC.aml | Mainly handles the System Management Bus. | [Link](https://dortania.github.io/Getting-Started-With-ACPI/Universal/smbus.html)
SSDT-UIAC.aml | Block empty USB ports. Created using HackinTool. USBPorts.kext is also required. | [Link](https://www.tonymacx86.com/threads/the-new-beginners-guide-to-usb-port-configuration.286553/)
SSDT-XOSI.aml | This SSDT can be used instead of an OS Check Fix patch to simulate a version of Windows for Darwin. | [Link](https://dortania.github.io/Getting-Started-With-ACPI/ssdt-methods/ssdt-prebuilt.html#trackpad)

### TODO
- Micro SD Card Reader - Not working in OpenCore.
- USB mapping tutorial.
- Seperate guide for audio, graphics etc.
- Suggest to me via issue.

### Telegram Channel
- [India Hackintosh Community Group](https://t.me/indianhackintosh)
- [India Hackintosh Channel](https://t.me/hackintoshcommunity)

### Credits
- [Apple](https://www.apple.com) for macOS.
- [Acidanthera](https://github.com/acidanthera) for most of the kexts.
- [goodwin](https://github.com/goodwin) for ALCPlugFix.
Expand All @@ -94,4 +125,5 @@ WhateverGreen.kext | Various patches necessary for certain ATI/AMD/Intel/Nvidia
- [al3xtjames](https://github.com/al3xtjames) for clover-theme-oss theme.
- [ImmersiveX](https://github.com/ImmersiveX) for clover-theme-minimal-dark theme.
- And anyone else that helped to develop and improve hackintoshing.
- me

31 changes: 31 additions & 0 deletions Tools/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@

# Tools

### extract_efi_without_serial.sh

Use script to extract your OpenCore folder without `SystemSerialNumber`, `SystemUUID` and `MLB`.

Uses:
First get the name of your EFI partition.

```
diskutil list
```

Go to `extract_efi_without_serial.sh` directory.
`First Argument($1)` = `Device path` = `/dev/disk0s1`
`Second Argument($2)` = `Device name + OC Folder path` = `/Volumes/ESP/EFI/OC`

```
./mount_efi.sh /dev/disk0s1 /Volumes/ESP/EFI/OC
```

This will output the zip of the OpenCore folder.
```
OC_OpenCoreVersion_ReleaseDate.zip
```

Example:
```
OC_063_2020_11_02.zip
```
24 changes: 24 additions & 0 deletions Tools/extract_efi_without_serial.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
#!/bin/bash

#set -x

# Note: Based on CloverPackage MountESP script.


#EFIOutputFolder=$(~/Desktop/EFI_FOLDER)
EFIOutputFolder=$(dirname $0)
cd $EFIOutputFolder

sudo diskutil mount $1
cp -R /Volumes/ESP/EFI/OC $EFIOutputFolder
cd $EFIOutputFolder
plutil -replace PlatformInfo.DataHub.SystemSerialNumber -string "PLEASE INSERT YOUR OWN" OC/config.plist
plutil -replace PlatformInfo.DataHub.SystemUUID -string "PLEASE INSERT YOUR OWN" OC/config.plist
plutil -replace PlatformInfo.Generic.SystemSerialNumber -string "PLEASE INSERT YOUR OWN" OC/config.plist
plutil -replace PlatformInfo.Generic.SystemUUID -string "PLEASE INSERT YOUR OWN" OC/config.plist
plutil -replace PlatformInfo.Generic.MLB -string "PLEASE INSERT YOUR OWN" OC/config.plist
plutil -replace PlatformInfo.PlatformNVRAM.MLB -string "PLEASE INSERT YOUR OWN" OC/config.plist
Version=$(nvram 4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102:opencore-version 2>/dev/null | sed -n 's/.*REL-*//p' | sed -e 's/-/_/g' )
ditto -c -k --sequesterRsrc --keepParent OC $EFIOutputFolder/OC_$Version.zip
rm -rf OC
exit 0
27 changes: 22 additions & 5 deletions Touchpad-Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,18 @@ For DSDT.dsl, wait for the file to load completely

First apply Windows 10 Patch

Second you have to find below Scope:
Diff Preview: http://www.mergely.com/eOIVp4k6/?vp=1
```
Second you have to find below Scope and replace with `After Patch`

<table>
<tr>
<th>Before Patch</th>
<th>After Patch</th>
</tr>
<tr>
<td style="width: 259px; vertical-align:top">


```aml
Scope (_SB.PCI0.I2C0)
{
Device (TPD0)
Expand Down Expand Up @@ -343,8 +352,12 @@ Diff Preview: http://www.mergely.com/eOIVp4k6/?vp=1
}
```

and replace with this:
```
</td>
<td style="width: 259px; vertical-align:top">



```aml
Scope (_SB.PCI0.I2C0)
{
Device (TPD0)
Expand Down Expand Up @@ -601,6 +614,10 @@ Scope (_SB.PCI0.I2C0)
}
}
```
</td>
</tr>
</table>


Compile and if no errors, save the file as AML file (replace if needed).
Copy ONLY EDITED (don't copy if you didn't replace anything) files from DSDT folder to EFI/CLOVER/ACPI/patched
Expand Down
Binary file modified assets/Screenshots/ble_info.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/Screenshots/ble_list.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/Screenshots/clover_deivces_pci0x02_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/Screenshots/clover_deivces_pci0x1f_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/Screenshots/clover_graphics.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/Screenshots/clover_installer_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/Screenshots/clover_installer_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/Screenshots/clover_installer_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/Screenshots/display_setting_panel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/Screenshots/graphics_system_info.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/Screenshots/menubar_battery.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/Screenshots/menubar_hardware_monitor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/Screenshots/network_setting_panel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/Screenshots/oc/oc_acpi_add.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/Screenshots/oc/oc_acpi_patch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/Screenshots/oc/oc_booter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/Screenshots/oc/oc_device_add_audio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/Screenshots/oc/oc_device_add_graphics.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/Screenshots/oc/oc_kernel_add.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/Screenshots/oc/oc_kernel_block.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/Screenshots/oc/oc_misc_boot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/Screenshots/oc/oc_misc_debug.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/Screenshots/oc/oc_misc_security.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/Screenshots/oc/oc_nvram_add.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/Screenshots/oc/oc_platforminfo.png
Binary file modified assets/Screenshots/oc/oc_uefi_drivers.png
Binary file added assets/Screenshots/oc/oc_uefi_input.png
Binary file modified assets/Screenshots/sound_setting_panel.png
Binary file modified assets/Screenshots/touchpad_setting_panel.png
Binary file modified assets/Screenshots/wifi_adaptor.jpg
Binary file modified assets/Screenshots/wifi_card.jpg
Binary file modified assets/Screenshots/wifi_info.png
Binary file modified assets/Screenshots/wifi_list.png

0 comments on commit 3081d5d

Please sign in to comment.