Pi won't start
The last line displaying on boot up is "mdev used greatest stack depth : 5524 bytes left"
Any ideas / help will be much appreciated
Code: Select all
echo avoid_safe_mode=1 >>/boot/config.txt
sync;sync
Code: Select all
boot_delay=n # (with n set to some value 1 or higher)That does sound exactly like what you would experience in safe mode. The original # prompt gets lost in the screen output, but after you type in any command or press Enter you will get a fresh # prompt.bittles wrote:Hi
I don't get a prompt, the cursor just sits on the next line after the "[ 4.1782691] usb 1-1.3:Serial Number : 1.0] line. This is the last line that gets rendered to the screen on bootup. Yesterday, the bootup was getting one line further which is the line stated in the original post.
From the prompt (which doesn't have a "#" or any other character being present) if I type in 'dir' I get "-/bin/sh: dir: not found" but I then get the "#" prompt at the beginning of the prompt line. So I don't think I'm in safe mode / recovery mode but I can access some of the OS.
If this is the 'out of the box' behaviour of a package that you bought that supposedly had the Operating System installed then I think you should return it as "Not as described - Not fit for purpose."bittles wrote: Again, any help / guidance is much appreciated.
Code: Select all
fdisk -l /dev/mmcblk0
fsck /dev/mmcblk0p1
fsck /dev/mmcblk0p2
sync;sync;reboot;
You need to create a new SDCard or re-image the one you're trying to boot from.bittles wrote:Hi
"fdisk -l /dev/mmcblk0" ran with the following msg on the screen
" .... 4 heads 16 cylinders of 64*512 ...... Partition 1 doesn't end on cylinder boundary .... Partition 2 does not end on cylinder boundary .... fstack used greatest stack depth : 5580 bytes left"
I then ran "fsck /dev/mmcblk0p1" which returned with
"fsck (busybox 1.15.3, ......<date & time stamp> ... fsck: fsck.auto : No such file or directory"
:X
I'm pretty sure I typed in the cmd correctly
Try fsck.vfat /dev/mmcblk0p1bittles wrote:Hi
"fdisk -l /dev/mmcblk0" ran with the following msg on the screen
" .... 4 heads 16 cylinders of 64*512 ...... Partition 1 doesn't end on cylinder boundary .... Partition 2 does not end on cylinder boundary .... fstack used greatest stack depth : 5580 bytes left"
I then ran "fsck /dev/mmcblk0p1" which returned with
"fsck (busybox 1.15.3, ......<date & time stamp> ... fsck: fsck.auto : No such file or directory"
:X
I'm pretty sure I typed in the cmd correctly
I am also having this issue. I thought i had botched something up in my configs, in part because I didn't realize that I was able to type at that message. (I've been running my Pi remotely and just now connected video to see the OP-referenced messages during boot; started reviewing the forum and found this thread before connecting a keyboard.)rpdom wrote: Do you get a message near the top of the screen that says something like "Welcome to Standalone Raspberry Pi"?
If so, you are in "safe mode" aka "recovery mode". Something is making you Pi boot abnormally. Is anything connected to the gpio pins (specifically pin 5 of connector P1)?
See this - http://www.raspberrypi.org/phpBB3/viewt ... 29&t=12007fisamo wrote:I can confirm that I am using pin 5 of connector P1, and I'm curious as to why this is an important factor? [... deletions...] I'm very curious to understand the reason that using that gpio pin is causing such trouble with booting my pi.
I suggest the latter.In terms of remediating the problem, do you consider the 'avoid safe mode' fix (which I will try later today) as sufficient and preferred, or do you recommend that I use a different gpio port so that pin 5 is unused?