Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(Network Issue) Error #6

Open
greengem opened this issue May 22, 2020 · 11 comments
Open

(Network Issue) Error #6

greengem opened this issue May 22, 2020 · 11 comments

Comments

@greengem
Copy link

Checked internet connection but getting these errors:

  1. Install/Update MacSerial - Gathering latest macserial info...Error checking for updates (network issue)
  2. Generate SMBIOS - Gathering latest macserial info...Error checking for updates (network issue)
  3. List Current SMBIOS - MacSerial binary not found.
@ellbosch
Copy link

Same here. Using Python 3 (in a virtual environment) on macOS Catalina.

@riley21
Copy link

riley21 commented Jun 5, 2020

Same here.

@brettbulthuis
Copy link

Hitting the same problem as I build my EFI following the Dortania Guide

@ellbosch
Copy link

For those struggling on this: my workaround was spinning up an Ubuntu 18:04 Docker container and running GenSMBIOS there.

@wtfloris
Copy link

For those without Docker experience: install docker and run the following

docker run -ti -v /path/to/GenSMBIOS/folder:/var/gensmb ubuntu /bin/sh
apt update
apt install python -y
./var/gensmb/GenSMBIOS.command

@greengem
Copy link
Author

I did some testing and the errors I posted are only occurring in OS X on my real MacBook Pro 2008 and MacPro 2007 running Yosemite latest, works fine on my z97 and z490 opencore machines high Sierra, Mojave and Catalina.

Linux workaround posted above works.

@wtfloris
Copy link

wtfloris commented Aug 2, 2020

Same, only had this issue on my real 2015 MBP. Hackintosh works without a hitch.

Heh, ironic.

Repository owner deleted a comment from lywnko Sep 25, 2020
@ghost
Copy link

ghost commented Dec 20, 2020

[ Solution ]

First

The easiest thing is place macserial.exe under Script folder, which could be download from MacInfoPkg release of windows version. Of Source, GenSMBIOS windows version will work fine up to now.

Further

Place these zip & unziped folder under Script folder. This step may not necessary.

Added with macserial.exe, there are 7 files or folder in Script folder that we place.

@RainbowTabitha
Copy link

#20, i explained the error, why it happens and what a valid fix is

@SirisX
Copy link

SirisX commented Oct 28, 2022

[ Solution ]

First

The easiest thing is place macserial.exe under Script folder, which could be download from MacInfoPkg release of windows version. Of Source, GenSMBIOS windows version will work fine up to now.

Further

Place these zip & unziped folder under Script folder. This step may not necessary.

Added with macserial.exe, there are 7 files or folder in Script folder that we place.

What 7 files or folders are you talking about? Also there is no macserial.exe file from the MacInfo windows release, there's a macserial32.exe that I see.. is that the file to use? I tried adding that file and all the folders you mentioned to download and add to the Scripts folder zipped and unzipped and it didn't work.

@davids74
Copy link

davids74 commented Jul 15, 2023

What 7 files or folders are you talking about? Also there is no macserial.exe file from the MacInfo windows release, there's a macserial32.exe that I see.. is that the file to use? I tried adding that file and all the folders you mentioned to download and add to the Scripts folder zipped and unzipped and it didn't work.

It did work for me. I selected 2. first and chose config.plist on my newly created usb drive, then created the zip unzip files in scripts folder and copied the 4 macinfo files from here https://github.com/acidanthera/MacInfoPkg/releases which contain the macserial.exe and voila, it asks for how many times I want to generate and once done shows "flushing to selected plist".

I do not understand what 7 files is about. But I gather that GenSMBIOS gathered the open core version from the USB that contains the config.plist.

BTW GenSMBIOS does not gather any info from system it is run on. For example generate MacBookPro14,1 SMBIOS on Ivy Bridge El Capitan for a Kaby Lake Big Sur install. It just asks the model you want. The list of available choices is here https://dortania.github.io/OpenCore-Install-Guide/extras/smbios-support.html#macbook-pro

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants