# Pi 3b+ / v0.7.0 musicbox wont boot

**URL:** https://discourse.mopidy.com/t/pi-3b-v0-7-0-musicbox-wont-boot/4761
**Category:** Pi MusicBox (archive)
**Created:** [February 15, 2021, 9:21pm UTC](https://discourse.mopidy.com/t/pi-3b-v0-7-0-musicbox-wont-boot/4761 "2021-02-15T21:21:15Z")
**Posts on this page:** 11
**Page:** 1

<div class="post-metadata">

### Author: ![Kevin\_Cameron](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.mopidy.com/kevin_cameron/32/1965_2.png) [@Kevin\_Cameron](https://discourse.mopidy.com/u/Kevin_Cameron)
#### Post date: [February 15, 2021, 9:21pm UTC](https://discourse.mopidy.com/t/pi-3b-v0-7-0-musicbox-wont-boot/4761/1 "2021-02-15T21:21:15Z")

</div>

Hello i am new to PI and Musicbox, i followed the quickstarts and i cannot get my pi to boot.

1. connected a monitor and found it hung at  
“random: crng init done”

2. 
  - google search suggested i connect keyboard and press enter. No help

3. Google search also suggested i change cmdline.txt root path. was root=/dev/mmcblk0p2.  
changed to root=/dev/sda2

the error i see getting into MB is “Mounting local filesystems…mount: Special device /dev/mmcblk0p1 does not exist”

thanks!

---

<div class="post-metadata">

### Author: ![Kevin\_Cameron](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.mopidy.com/kevin_cameron/32/1965_2.png) [@Kevin\_Cameron](https://discourse.mopidy.com/u/Kevin_Cameron)
#### Post date: [February 18, 2021, 7:09pm UTC](https://discourse.mopidy.com/t/pi-3b-v0-7-0-musicbox-wont-boot/4761/2 "2021-02-18T19:09:32Z")

</div>

update.  
I ordered a new SDcard, just incase its broken. Same results.  
Any support would be great

---

<div class="post-metadata">

### Author: ![UliWR](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.mopidy.com/uliwr/32/1967_2.png) [@UliWR](https://discourse.mopidy.com/u/UliWR)
#### Post date: [February 18, 2021, 11:47pm UTC](https://discourse.mopidy.com/t/pi-3b-v0-7-0-musicbox-wont-boot/4761/3 "2021-02-18T23:47:00Z")

</div>

Hi Kevin - just came across your post and thought I’d comment. I finished installing v0.7.0 on my RPi 3B+ a minute ago, and it worked right away without any modifications. cmdline.txt contains root=/dev/mmcblk0p2.

I realise this isn’t a suggestion as in “try this or that” but maybe it helps insofar as this suggests either your HW is faulty, or you haven’t installed it correctly.

I followed the instructions in [Raspberry Pi als Jukebox für Google Music, Spotify oder Musik vom NAS | Linux und Ich](https://linuxundich.de/raspberry-pi/raspberry-pi-als-jukebox-fuer-google-music-spotify-oder-musik-vom-nas/) (German, so stick it into Google Translate if you don’t understand it).

Good luck, Uli

---

<div class="post-metadata">

### Author: ![UliWR](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.mopidy.com/uliwr/32/1967_2.png) [@UliWR](https://discourse.mopidy.com/u/UliWR)
#### Post date: [February 19, 2021, 12:40am UTC](https://discourse.mopidy.com/t/pi-3b-v0-7-0-musicbox-wont-boot/4761/4 "2021-02-19T00:40:31Z")

</div>

Just reading again the details of the problems you’re describing, I would try to write the image to the SD card using a different method from the one you’re currently using. There are many methods/tools that do this, have a look at some RPi “how to’s”.

The reason why I’m suggesting this is that mmcblk0p1 is the boot partition (which will by mounted on /boot in the running system), so if your RPi complains about this not existing, something is wrong with the SD card.

In my experience not all these tools for Windows to write images are created equal. I always use Linux (dd) for this because Windows (and some Windows security software) tries to second-guess your actions at that “bare metal” level and sometimes interferes with what you are trying to achieve. “dd” just dumps the image, no safeguards.

---

<div class="post-metadata">

### Author: ![Kevin\_Cameron](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.mopidy.com/kevin_cameron/32/1965_2.png) [@Kevin\_Cameron](https://discourse.mopidy.com/u/Kevin_Cameron)
#### Post date: [February 25, 2021, 1:36pm UTC](https://discourse.mopidy.com/t/pi-3b-v0-7-0-musicbox-wont-boot/4761/5 "2021-02-25T13:36:52Z")

</div>

Hello Uli,  
thanks for your reply… i guess there is a problem with the hardware somewhere. I tried to write the image with Win Disk Imager, and also with Etcher SD.

its very strange behavior. maybe my PI is DOA.

kevin

---

<div class="post-metadata">

### Author: ![UliWR](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.mopidy.com/uliwr/32/1967_2.png) [@UliWR](https://discourse.mopidy.com/u/UliWR)
#### Post date: [February 25, 2021, 3:50pm UTC](https://discourse.mopidy.com/t/pi-3b-v0-7-0-musicbox-wont-boot/4761/6 "2021-02-25T15:50:07Z")

</div>

Hm. Three more checks:

(1) Have you verified the checksum of the downloaded image?

(2) Have you tried to disconnect _everything_ from the Pi except a LAN cable, then ssh into it (find the assigned DHCP address in your router)? This solves the situation where the boot hangs on some attached HW issue, including resulting power issues.

(3) Finally, if you don’t have a running Linux PC/laptop anywhere, create a USB stick with a live Linux, boot from that, then attach the SD card for the RPi in an SD card reader, check the integrity of the two partitions (fsck), and if that checks out, mount the partitions and inspect them (folders/files).

If all that goes well, then I’d wager your Pi is broken. I have this MusicBox RPi running 24/7 since the install and it’s rock solid. Quite amazing. Hope the developer will maintain it (the used OS is getting a bit long in the tooth, and I see failed attempts by others to update it).

---

<div class="post-metadata">

### Author: ![Steve\_Lambert](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.mopidy.com/steve_lambert/32/1149_2.png) [@Steve\_Lambert](https://discourse.mopidy.com/u/Steve_Lambert)
#### Post date: [February 25, 2021, 7:37pm UTC](https://discourse.mopidy.com/t/pi-3b-v0-7-0-musicbox-wont-boot/4761/7 "2021-02-25T19:37:32Z")

</div>

Before you write the pi off, have you tried installing Buster or any other os on the card. If that works then try installing Mopidy - it’s quite simple to install and long term will probably give better results than musicbox. There will be plenty of people will help you with any installation queries you have.

---

<div class="post-metadata">

### Author: ![Kevin\_Cameron](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.mopidy.com/kevin_cameron/32/1965_2.png) [@Kevin\_Cameron](https://discourse.mopidy.com/u/Kevin_Cameron)
#### Post date: [March 29, 2021, 3:26pm UTC](https://discourse.mopidy.com/t/pi-3b-v0-7-0-musicbox-wont-boot/4761/8 "2021-03-29T15:26:57Z")

</div>

Thanks!! i have a Ubuntu VM here, i will give these suggestions a try. I also just received a brand new SD card. Since the other 2 were previously used in other devices i figure i would try another one! thanks!

---

<div class="post-metadata">

### Author: ![Kevin\_Cameron](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.mopidy.com/kevin_cameron/32/1965_2.png) [@Kevin\_Cameron](https://discourse.mopidy.com/u/Kevin_Cameron)
#### Post date: [March 29, 2021, 9:44pm UTC](https://discourse.mopidy.com/t/pi-3b-v0-7-0-musicbox-wont-boot/4761/9 "2021-03-29T21:44:22Z")

</div>

So I downloaded buster and tried the raspberry pi os. Not much more luck.

 ![20210329_174235](https://canada1.discourse-cdn.com/flex036/uploads/mopidy/original/2X/4/48104d8ced8ecc6287a6a5e7d662cfc3f7520370.jpeg)

---

<div class="post-metadata">

### Author: ![novski](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.mopidy.com/novski/32/2096_2.png) [@novski](https://discourse.mopidy.com/u/novski)
#### Post date: [August 24, 2021, 2:40pm UTC](https://discourse.mopidy.com/t/pi-3b-v0-7-0-musicbox-wont-boot/4761/10 "2021-08-24T14:40:53Z")

</div>

Same on my side. Raspberry Pi 3b+ does not boot.  
Raspberry Pi OS lite does.

---

<div class="post-metadata">

### Author: ![system](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.mopidy.com/system/32/1_2.png) [@system](https://discourse.mopidy.com/u/system)
#### Post date: [February 23, 2022, 2:41am UTC](https://discourse.mopidy.com/t/pi-3b-v0-7-0-musicbox-wont-boot/4761/11 "2022-02-23T02:41:09Z")

</div>

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.
