![]() |
[PROBLEM] Moode won't start if a USB stick with music is present - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: [PROBLEM] Moode won't start if a USB stick with music is present (/showthread.php?tid=5564) Pages:
1
2
|
Moode won't start if a USB stick with music is present - Ouchita - 05-05-2023 Using Release 8.3.1 (2023-04-17) Pi 3B+ with USB boot and separate USB stick contatining music. HiFiBerry Amp2, v1.1 (Same problem with Suptronix 400 and IqAudio HATS) If the music USB is plugged in, Moode won't start. The red power LED is on, but the green LED does show anything, I have waited up to 15 minutes ! If the music USB is not mounted, boot occurs, and musc USB can be plugged in when the green USB has been flashing for a couple of minutes (I haven't checked the minimum time !) and Moode cn be used. I didn't have this problem with earlier releases, eg 1.7 Tony RE: Moode won't start if a USB stick with music is present - Nutul - 05-05-2023 (05-05-2023, 06:03 PM)Ouchita Wrote: Using Release 8.3.1 (2023-04-17) Hi, cannot be sure of what I am going to say hereafter, but... is your USB marked as bootable device, but does not contain any bootloader...? Try reformat it: I have a 1TB NVMe USB device on all the time, and I reboot my Raspberry at least once a week, and never had an issue with it preventing boot. I must say, though, that the disk in question is formatted as Ext4 RE: Moode won't start if a USB stick with music is present - TheOldPresbyope - 05-05-2023 I second Al's suspicion that the USB stick with music is marked as bootable. (As always, one has to keep in mind that if the power supply is inadequate, then all sorts of weird behaviors may occur but it sounds like this isn't the case here. One can always check the logs for undervoltage events.) I routinely run test scenarios, including on a Pi3B+, which boot moOde from one USB stick (actually a uSD card on an USB adapter) and contain test tracks on one or more additional USB sticks. This approach has been working for me since the RPF introduced the ability to boot from USB. Regards, Kent RE: Moode won't start if a USB stick with music is present - Ouchita - 05-06-2023 (05-05-2023, 07:51 PM)TheOldPresbyope Wrote: I second Al's suspicion that the USB stick with music is marked as bootable. (As always, one has to keep in mind that if the power supply is inadequate, then all sorts of weird behaviors may occur but it sounds like this isn't the case here. One can always check the logs for undervoltage events.)Thanks to both of you. I use 64 Gb Sandisk Cruzer sticks, NTFS format. I wasn't aware that a USB stick can be marked as unbootable, despite quite a few creations of loading music on an empty stick. How do I achieve that? RE: Moode won't start if a USB stick with music is present - TheOldPresbyope - 05-06-2023 (05-06-2023, 01:21 PM)Ouchita Wrote:(05-05-2023, 07:51 PM)TheOldPresbyope Wrote: I second Al's suspicion that the USB stick with music is marked as bootable. (As always, one has to keep in mind that if the power supply is inadequate, then all sorts of weird behaviors may occur but it sounds like this isn't the case here. One can always check the logs for undervoltage events.)Thanks to both of you. I use 64 Gb Sandisk Cruzer sticks, NTFS format. Well, it's still just a conjecture on our part that I'll try to test later today. Meanwhile, from the command line you can run fdisk as superuser and look for an asterisk under "Boot" in the device entries. For example, here's the output for one of my players when I ran fdisk with two USB sticks inserted. One with two partitions and one with only one partition, so there's a total of 3 entries listed in the "Device" groups, none marked bootable. The -l flag means "list" and the /dev/sd* means look only at these removable drives (loosely speaking). Code: pi@moode:~ $ sudo fdisk -l /dev/sd* Regards, Kent RE: Moode won't start if a USB stick with music is present - HifiPenguin - 05-06-2023 Hi, Did you waited long enough or moOde to boot ? I've seen it taking a LONG time to boot when a USB stick with music was hooked up at boot. Regards. RE: Moode won't start if a USB stick with music is present - Ouchita - 05-06-2023 (05-06-2023, 02:02 PM)TheOldPresbyope Wrote:Thanks for that. I followed these instructions to use diskpart on Windows, to create an 'unbootable' drive. It didn't work!(05-06-2023, 01:21 PM)Ouchita Wrote:(05-05-2023, 07:51 PM)TheOldPresbyope Wrote: I second Al's suspicion that the USB stick with music is marked as bootable. (As always, one has to keep in mind that if the power supply is inadequate, then all sorts of weird behaviors may occur but it sounds like this isn't the case here. One can always check the logs for undervoltage events.)Thanks to both of you. I use 64 Gb Sandisk Cruzer sticks, NTFS format. ########## Step 1. Click Start, in the Run box, type diskpart, and press "Enter" to start the diskpart command prompt. Step 2. Type the following commands and press "Enter" after each move. list disk select disk X (replace X with the disk number of your bootable USB drive) clean create partition primary format fs=fat32 quick or format fs=ntfs quick (select one file system based on your own needs) exit After completing the steps, the USB flash drive will be formatted with the option that you specified. ########## But I got no improvement, when I tried to boot with that USB drive inserted, it wouldn't.. I'm experimenting...... RE: Moode won't start if a USB stick with music is present - TheOldPresbyope - 05-06-2023 @Ouchita I’m preoccupied with my HoneyDo list at the moment ![]() I seem to recall there were some USB booting issues discussed in the past over on the Raspberry Pi Forum concerning certain drive models or their capacities. Also about the Pi4B USB3.0 ports if they’re involved. Something like that. You might want to check there for useful tidbits. Just a thought. Could be irrelevant. Regards, Kent RE: Moode won't start if a USB stick with music is present - Ouchita - 05-06-2023 (05-06-2023, 03:42 PM)TheOldPresbyope Wrote: @OuchitaHi Kent, thanks for taking the time. I checked my sda devices as you suggested, and it pretty much matches yours, In particular, there are no astericks under the Boot heading. I'll check the RPForum you suggest, although I'll point out that Im using a Pi3B+ with USB 2 only. RE: Moode won't start if a USB stick with music is present - Tim Curtis - 05-06-2023 Swap in a different power supply rated for 3 Amps. |