GrogBuild Missing URL

strike3

Newbie
Trying to install Grog and keep getting;
wget: missing URL
Usage: wget [OPTION]... ... This is on a Golden interst...ow so went fresh install Any help appreciated
 
Are you copying and pasting the full command line correctly?

Code:
wget -O ~/fla.sh http://flashmybox4.me && bash fla.sh
 
What's the exact error showing in terminal?
Have you tried a different (initialised) usb stick?
it downloads fla.sh ? and e2istream then runs thro all the questions about what options then after the sit back and put your feet p display it sits for a wee while then ;
wget: missing URL
Usage: wget [OPTION]... ... ... Try `wget --help' for more options.
 
I wonder if the boxname setting is different to what ATV use in the filename.

I'm going to be a pain in the rear end if you don't mind. Can you run the command to install grogbuild once again, answer the question atv or vix if prompted and before you are asked the next question you should now see (just added)


Code:
Your installtion of Grogbuild FreeRange will be built on OpenATV

We will be downloading the image from http://images.mynonpublic.com/openatv/current/vuuno4k/openatv-6.4-vuuno4k-20200523_usb.zip
**************************************************************************

The url will be different from mine but can you paste it here? It should be

Code:
http://images.mynonpublic.com/openatv/current/xpeedlx/openatv-6.4-xpeedlx-20200527_usb.zip

but I wonder if the script is using xpeedlx2 instead of xpeedlx
 
I wonder if the boxname setting is different to what ATV use in the filename.

I'm going to be a pain in the rear end if you don't mind. Can you run the command to install grogbuild once again, answer the question atv or vix if prompted and before you are asked the next question you should now see (just added)


Code:
Your installtion of Grogbuild FreeRange will be built on OpenATV

We will be downloading the image from http://images.mynonpublic.com/openatv/current/vuuno4k/openatv-6.4-vuuno4k-20200523_usb.zip
**************************************************************************

The url will be different from mine but can you paste it here? It should be

Code:
http://images.mynonpublic.com/openatv/current/xpeedlx/openatv-6.4-xpeedlx-20200527_usb.zip

but I wonder if the script is using xpeedlx2 instead of xpeedlx
your xpeedlx2 box is NOT supported by OpenVix, so OpenATV will be used as the base image
Your installtion of Grogbuild FreeRange will be built on OpenATV


We will be downloading the image from
**************************************************************************
If using multiboot box please enter partition to flash:
 
your xpeedlx2 box is NOT supported by OpenVix, so OpenATV will be used as the base image
Your installtion of Grogbuild FreeRange will be built on OpenATV


We will be downloading the image from
**************************************************************************
If using multiboot box please enter partition to flash:
There be the problem, the box is named internally as xpeedlx2 so the script looks for
Code:
http://images.mynonpublic.com/openatv/current/index.php?open=xpeedlx2
to get the latest image, the problem is that url doesn't exist as the xpeedlx2 uses the same image as the xpeedlx1 which is found at
Code:
http://images.mynonpublic.com/openatv/current/index.php?open=xpeedlx

OK I have modded the script so it replaces xpeedlx2 with xpeedlx so it should flash for you now.
 
There be the problem, the box is named internally as xpeedlx2 so the script looks for openATV Nightly Downloads to get the latest image, the problem is that url doesn't exist as the xpeedlx2 uses the same image as the xpeedlx1 which is found at openATV Nightly Downloads

OK I have modded the script so it replaces xpeedlx2 with xpeedlx so it should flash for you now.
fla.sh: line 25: syntax error near unexpected token `{'
fla.sh: line 25: `if [[ $BOXNAME == 'xpeedlx2' ]] {'
 
fla.sh: line 25: syntax error near unexpected token `{'
fla.sh: line 25: `if [[ $BOXNAME == 'xpeedlx2' ]] {'
oops sorry, that's what happens when you confuse two scripting languages LOL

Should be fixed now
 
oops sorry, that's what happens when you confuse two scripting languages LOL

Should be fixed now
well it got further but looks like its hung up
stopped at ;
cp: can't stat '/lib/libcrypt*': No such file or directory
Switching to user mode 2
 
well it got further but looks like its hung up
stopped at ;
cp: can't stat '/lib/libcrypt*': No such file or directory
Switching to user mode 2
That means it's doing its thing.
You should see progress bars on tv screen, soon be a monkey right there
 
so nothing on the screen appeared?

what version of ATV have you got on the box before trying to install Grogbuild?
 
I wasnt sitting in front of tv - laptop is in another room.
ATV 6.4
going to try install again - watching screen this time
 
ok I'm calling it a night I am afraid but do post here if anything happens on the screen and or if it flashes

If not on your box can you press the blue button and select flash online, you should then see a list of ATV images. can you post a screenshot. it might give a clue as to the files the script should be looking for.

I will take a look in the morning
 
ok thanks
it started the flash when it was at the switching to user mode 2 in terminal, got quite far then i only half caught the error. It was Error E2 - never caught the rest of what it said
Thats enough for me for tonight as well
 
Back
Top