i did make an image. I did write it to another sd card. it too came up with the 10 lines of failure crap. So gave up and wrote another fresh image of stretcher with Gui. It started fine, connected to network fine, went to update and said nope can't do - told me to write down a command line, which I did, and try running that at a later date... I will try it tomorrow.
So decided to make sure chromium browser worked, and went to a couple sites, so it does work. So quit for the day.
guess I need to do this update pksomething -a command tomorrow and see if it goes. if it does, and updates stuff, then I need to reboot once to verify it is good before making an image...
Just so I'm clear you have achieved the following
1. Downloaded and imaged a copy of Raspbian Stretch Desktop GUI
2. Powered up the Pi Zero successfully and it's booting to the Pixel GUI
3. Connected successfully to your wireless router
Assuming you have managed the above I strongly suggest you do your first major update via a high speed broadband connection. A lot of large packages will need to be updated on first run. In some cases up to 400mb.
When doing your first run update use the following commands
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
This will ensure you have the latest version of every package and the corresponding repositories plus the latest firmware version for the Pi Zero.
If the update process struggles in some cases some packages may be held back for update and may lead to dependencies issues.
If you have broken packages or unmet dependencies run this command from Terminal
sudo apt-get -f install
This should resolve any broken packages or unmet dependencies
NB Could you report back on each stage of the process and as soon as you encounter any errors at any stage could you paste the errors before proceeding to the next step.