Post by Davey1. I have booked in at my 'local' dealer to get the update installed.
2. I have a Windows 7 or 8 machine, which does not normally talk to the
internet, it is there for some program(s) that Ubuntu cannot run. I was
thinking of connecting this (imagine the updates to come!), as I would
like to find a workable solution for me to be able to use in future,
rather than relying on a booked visit to the dealer.
It sounds like there's some kind of app to download. I'm not sure if
that app is a tool to download the satnav data, or if it contains
everything needed. If the latter, you could download the app, copy it
to the Win7/8 machine, run it, and create an installer USB stick.
If it wants to download things in the app, maybe you could set up a
Windows virtual machine on your Linux system just for the purpose of
doing this download. It's simple to download a Windows 10 installer ISO
from the Microsoft site these days:
https://www.microsoft.com/en-gb/software-download/windows10ISO
and they will install and run happily without needing licence keys
(just with a nag in the corner). Virtualbox would be my recommendation
for a simple and free VM host software.
Once you have the VM installed, boot it up, download the BMW software,
let it do its stuff. You can pass through a USB stick to the VM so it
writes it directly from Windows - on Ubuntu, add your username to the
'vboxusers' group:
sudo usermod -a -G vboxusers $USER
and logout/log back in before Virtualbox will see your USB devices.
Theo