New Life Games LLC
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length

News:

Welcome to the NewLifeGames.com message forum! 

 


NLG Site Navigation Menu


Archives of old posts can be found at...... Newlifegames.net/nlg/

Author Topic: G20 not recognizing usb  (Read 1406 times)

0 Members and 1 Guest are viewing this topic.

Offline Busch1999

  • Contributing NLG Member
  • New NLG Member 3 to 100 Posts
  • *
  • Posts: 27
  • Reputation Power: 3
  • Busch1999 New User has no influence.
  • Gender: Male
  • NLG
G20 not recognizing usb
« on: October 17, 2025, 09:41:33 am »
So i'm trying to install packages onto a family 14 G20, and i already have the OS installed. When I go to manage packages, it says "please insert a usb drive". No matter what flash drive i use (usb 2.0, 3.0, 3.1, 4GB, 16GB, 32GB, formatted in NTFS, EXFat, FAT32, tried all sorts of combinations), it still says "please insert USB drive. I know both ports behind the secure door are good because my EKey works on both of them. Any ideas? Maybe wipe system and start over?

Offline froggy2066

  • New NLG Member 3 to 100 Posts
  • **
  • Posts: 27
  • Reputation Power: 5
  • froggy2066 New User has no influence.
  • NLG
Re: G20 not recognizing usb
« Reply #1 on: October 17, 2025, 10:11:20 am »
Was the USB plugged into a windows 8, 10, or 11 machine? Also it should be FAT32, when formatting the USB make sure the "Quick Format" option isnt clicked.

If it was plugged into a windows 8, 10, or 11 machine you have to delete the hidden files windows creates. Paste the following into notepad and save it as cleanup_usb.cmd. Right click on the file it creates and run as administrator. It'll prompt you to enter the USB drive letter (D, E, F.....) NEVER ENTER C. Then unplug the USB.

You will have to run this every time you plug the USB into the windows computer. I use a windows 11 machine and this script works for me


cleanup_usb.cmd
Code: [Select]
@echo off
title USB Hidden File Cleaner
echo.
echo ============================================
echo   Windows USB Hidden File Cleanup Utility
echo ============================================
echo.

:: Prompt user for USB drive letter
set /p drive=Enter the USB drive letter (example: E):

:: Validate drive exists
if not exist "%drive%:\" (
    echo.
    echo Drive %drive%:\ does not exist. Please check and try again.
    pause
    exit /b
)

echo.
echo Cleaning hidden and system files from %drive%:\
echo.

:: Remove Windows hidden folders
attrib -h -s -r "%drive%:\System Volume Information" /s /d 2>nul
rd /s /q "%drive%:\System Volume Information" 2>nul

attrib -h -s -r "%drive%:\$RECYCLE.BIN" /s /d 2>nul
rd /s /q "%drive%:\$RECYCLE.BIN" 2>nul

attrib -h -s -r "%drive%:\.Spotlight-V100" /s /d 2>nul
rd /s /q "%drive%:\.Spotlight-V100" 2>nul

attrib -h -s -r "%drive%:\.fseventsd" /s /d 2>nul
rd /s /q "%drive%:\.fseventsd" 2>nul

:: Remove other hidden files commonly created by Windows and macOS
for %%F in ("Thumbs.db" "Desktop.ini" ".DS_Store") do (
    echo Deleting %%F files...
    del /a:h /s /q "%drive%:\%%F" 2>nul
)

echo.
echo Cleanup complete!
pause


Example output
Code: [Select]
============================================
  Windows USB Hidden File Cleanup Utility
============================================

Enter the USB drive letter (example: E): E

Cleaning hidden and system files from E:\

Deleting System Volume Information...
Deleting $RECYCLE.BIN...
Deleting .Spotlight-V100...
Deleting .fseventsd...
Deleting Thumbs.db files...
Deleting Desktop.ini files...
Deleting .DS_Store files...

Cleanup complete!
Press any key to continue . . .

Offline sccarlso

  • Contributing NLG Member
  • NLG Member 501 to 10,000 Posts
  • *
  • Posts: 551
  • Reputation Power: 62
  • sccarlso Is a rising star!sccarlso Is a rising star!sccarlso Is a rising star!sccarlso Is a rising star!sccarlso Is a rising star!sccarlso Is a rising star!
  • Gender: Male
  • NLG
Re: G20 not recognizing usb
« Reply #2 on: October 17, 2025, 10:41:38 am »
A USB clean script is only necessary if you plug a fam14 diag key into a Windows 8 or newer machine, that doesn't apply here.

The flash drive must be FAT32 formatted.  That's the only requirement.  And valid fam14 game loader zipfiles are present on the flash drive of course.

You should be using the fam14 OS version 14BOE.   Generally the latest and works with pretty much everything.   If you aren't using that OS, might be worth clearing and loading that OS all by itself first by clearing the drive and NVRAM with the diag key.  Then plugging in a FAT32 formatted flash drive wtih only the 14BOE loader zipfile on it, and your ekey in the secure USB ports.

Boot and the OS will load and tell you when it's complete, power off and remove both the ekey and the USB flash drive and then power on normally with no keys or USB flash drives plugged in.

The OS loads up, and you'll be prompted to plug in your ekey to complete initial configuration.   Once that's complete, you'll be at "No games configured".    But the OS is all loaded ok.

Now you can just plug in the ekey to go the standard ekey menu on a running machine, and just navigate to Setup>Game>Manage Packages and plug in a FAT32 formatted flash drive with your game loader zipfiles on it, and it should populate with a list of games you can install.   If it's not FAT32 formatted (it cannot be exFAT or NTFS), it cannot read the files on it to install them.  You'd plug it in and nothing at all would display if the flash drive isn't FAT32 formatted.   

Offline Busch1999

  • Contributing NLG Member
  • New NLG Member 3 to 100 Posts
  • *
  • Posts: 27
  • Reputation Power: 3
  • Busch1999 New User has no influence.
  • Gender: Male
  • NLG
Re: G20 not recognizing usb
« Reply #3 on: October 17, 2025, 04:05:43 pm »
I ended up wiping and starting over, and it sees the packages now, but I get the error "the host failed to collect required meters" whenever I try to install packages. Could I have maybe messed up setting it up, or is this something someone else has seen and has a potential fix?

Offline Tilt

  • Topic Moderator
  • NLG Member 501 to 10,000 Posts
  • *
  • Posts: 4835
  • Reputation Power: 411
  • Tilt Is an-NLG GOD!Tilt Is an-NLG GOD!Tilt Is an-NLG GOD!Tilt Is an-NLG GOD!Tilt Is an-NLG GOD!Tilt Is an-NLG GOD!Tilt Is an-NLG GOD!Tilt Is an-NLG GOD!Tilt Is an-NLG GOD!Tilt Is an-NLG GOD!Tilt Is an-NLG GOD!Tilt Is an-NLG GOD!
  • Gender: Male
Re: G20 not recognizing usb
« Reply #4 on: October 17, 2025, 08:19:14 pm »
NOTE: Do this first before installing any games on the slot. Open slot CPU door and insert the Ekey7
then press screen buttons in this order--- Setup > Communication > Protocol > G2STransportG2S6 >
Advance > Protocol that controls Legacy Meter
Change Setting to ------“Not required” ------then press SAVE


Offline sccarlso

  • Contributing NLG Member
  • NLG Member 501 to 10,000 Posts
  • *
  • Posts: 551
  • Reputation Power: 62
  • sccarlso Is a rising star!sccarlso Is a rising star!sccarlso Is a rising star!sccarlso Is a rising star!sccarlso Is a rising star!sccarlso Is a rising star!
  • Gender: Male
  • NLG
Re: G20 not recognizing usb
« Reply #5 on: October 18, 2025, 06:12:01 am »
What Tilt said.  :)

I think everyone with an AVP should know this (sticky post?) so they know to disable that setting on initial setup whenever loading clean.

It's really annoying and the error isn't obvious that you have to do this or you get that error when trying to get games loaded.

But once disabled, all should work just fine.

 

If you find this site helpful, please consider becoming a Contributing NLG Member with a monthly subscription to help cover the cost of pizza, coffee, aspirin, hosting, and bandwidth.
Contributing Members: get unlimited personal messages, can save topics and replies as drafts,
can post to the Classified ads, get unlimited access to the downloads, and also get this minty badge:



**Subscription Link** (Click Here) **Subscription Link**



           
If you would rather remain anonymous Thank You or just want to help support the site, please use this "make a donation" button:




From your entire NLG staff, thank you for supporting NLG.


New Life Games LLC 1788 HIGHWAY 95 UNIT 30 BULLHEAD CITY AZ 86442




Newlifegames.com     Newlifegames.net     Newlifegames.org

Newlifegame.com     Newlifegame.net     Newlifegame.org    Newlifegames.us

   New Life Games     NewLifeGames  NLG

 We Bring new Life to old Games    1-888-NLG-SLOTS

Are all Copyright and Trademarks of New Life Games LLC 1992 - 2022


FAIR USE NOTICE:



This site contains copyrighted material the use of which has not always been specifically authorized by the copyright owner.
We make such material available in an effort to advance awareness and understanding of the issues involved.
We believe this constitutes a fair use of any such copyrighted material as provided for in section 107 of the US Copyright Law.
In accordance with Title 17 U.S.C. Section 107, the material on this site is distributed without profit to those
who have expressed a prior interest in receiving the included information for research and educational purposes.

For more information please visit: http://www.law.cornell.edu/uscode/17/107.shtml
If you wish to use copyrighted material from this site for purposes of your own that go beyond fair use,
you must obtain permission directly from the copyright owner.




The NewLifeGames.com website is optimized for use with Firefox and a minimum screen resolution of 1600 x 900 pixels.

SimplePortal 2.3.5 © 2008-2012, SimplePortal