09-19-2018, 09:08 PM
(09-19-2018, 12:05 PM)Cotic Wrote: Hi Kent,
Thanks for your reply.
I meant by “nothing happens” that when I type in the 4 lines of script, as per the help guide screen shot; (my screen looks identical to the screen shot), after the last line sudo ./mosbuild.sh I do not get the wizard start up, just another rpi text prompt, as per the previous 3 lines.
By “ a complete halt” I meant that I am stuck at this juncture and do not know how to proceed.
I hope that my problem is clear, as I have no previous experience with computer language, I am finding it difficult to express my difficulty; thanks very much for your valued help.
All the best,
Simon
Hi, Simon.
At this point I don't know how to proceed with debugging your system. Here's the output to the command line I get when I execute the commands found on the http://moodeaudio.org support page using a fresh install of 2018-06-27-raspbian-stretch-lite.img onto an uSD card.
Code:
pi@raspberrypi:~ $ cd /home/pi
pi@raspberrypi:~ $ sudo wget -q http://moodeaudio.org/downloads/mos/mosbuild.sh
pi@raspberrypi:~ $ sudo chmod +x mosbuild.sh
pi@raspberrypi:~ $ sudo ./mosbuild.sh
****************************************************************
**
** Moode OS Builder v2.5
**
** Welcome to the automated process for creating the wonderful
** custom Linux OS that runs moOde audio player.
**
** 1. You will need a Raspberry Pi running Raspbian with SSH
** enabled and at least 2.5 GB free space on the boot SDCard.
**
** 2. The build can be written directly to the boot SDCard or
** to a second USB-SDCard plugged into the Raspberry Pi.
**
** WARNING: Raspbian Stretch Lite 2018-06-27 must be used if
** building directly on the boot SDCard. It must be a fresh,
** unmodified installation of Stretch Lite otherwise the build
** results cannot be guaranteed.
**
** Be sure to backup the SDCard used to boot your Pi!
**
****************************************************************
** Write OS build directly to the boot SDCard (y/n)?
I don't know the contents of your mosbuild.sh file but it can't be the install script if executing it simply returns you to the command prompt.
Regards,
Kent