0

I followed this guide to use my pi as a MIDI synthesizer.

http://andrewdotni.ch/blog/2015/02/28/midi-synth-with-raspberry-p/

Everything worked well until I installed uptsart. Since, my boot screen is stuck to "random nonblocking pool is initialized"

I use a Raspberry Pi 1 Model B with RaspbianLite.

2 Answers2

1

That guide was written in 2015, and presumably working on up-to-date Raspbian. You didn't specify which version you are using, but I would try to use the one from https://downloads.raspberrypi.org/raspbian/images/raspbian-2015-02-02/ and see if that one works better.

Note that upstart was abandoned in 2014, so it's quite likely the version you're trying to install now is essentially the same as the one the guide's author used in 2015.

Dmitry Grigoryev
  • 28,277
  • 6
  • 54
  • 147
0

I got the same matter after installing Ustart. I had tried this but it is in vain.

https://www.raspberrypi.org/forums/viewtopic.php?f=63&t=112739

I think the /etc/init doesn't have some necessary scripts or what the boot require for itself to run booting this progress.

jefferyear
  • 193
  • 1
  • 3
  • 9