Dear Maintainer, When starting bochs, selecting running the simulation, bochs fail to find /usr/share/bochs/VGABIOS-lgpl-latest.bin The directory /usr/share/bochs contains a link to ../vgabios/bgabios.bin named VGABIOS-lgpl-latest (without the .bin prefix) Adding a link named VGABIOS-lgpl-latest.bin to the same file allows to start the boot, thus the link seems misnamed. Thanks for your works.
In my experience I had the symlink broken too. A google search revealed vgabios package was not installed. Installing it fixed the problem, no renaming was necessary. I'm surprised that vgabios wasn't installed since `apt depends bochs` shows it as a dependency.