Having issues with your DietPi installation or found a bug? Post it here.
shlagwuk
Post
by shlagwuk » Wed Apr 20, 2016 10:51 am
Hello!
I have some trouble updating my raspberry pi 3. When I have to reboot, it does nothing, just hang there…
It's the same thing with
halt command…
To have a proper reboot, I have to unplug the raspberry, but the update doesn't apply.
Anything I can do? I tried a few google searches, without any luck…
k-plan
Posts: 416 Joined: Sun Feb 28, 2016 5:28 pm
Post
by k-plan » Wed Apr 20, 2016 6:54 pm
Hi shlagwuk,
are you really "root" user? Doesn't look like that for me (missing '"#" ). ">" looks like C-shell not like bash.
Can you please try:
Code: Select all
root@dietpi3:~# sudo reboot
# or
root@dietpi3:~# sudo su
# and now
root@dietpi3:~# reboot
# or
root@dietpi3:~# poweroff
If you find our project or support useful, then we’d really appreciate it if you’d consider contributing to the project however you can.
Donating is the easiest – you can use PayPal and Bitcoin .
shlagwuk
Post
by shlagwuk » Thu Apr 21, 2016 9:14 am
Thanks for your answer!
Yes, I am root, I may have played my PS1 a little bit
The strange thing is that it was working well before… never had any problem with
reboot or
halt commands
shlagwuk
Post
by shlagwuk » Mon Apr 25, 2016 7:10 pm
As I cannot reboot, any change I make with dietpi-config or to /Dietpi/config.txt are note saved… (with reboot -f, it doesn't save
)
So I'm stuck into headless mode… anything I can do te get out from headless mode?
k-plan
Posts: 416 Joined: Sun Feb 28, 2016 5:28 pm
Post
by k-plan » Mon Apr 25, 2016 8:30 pm
Try:
What happens now?
And:
Please a Screenshot from htop:
Is your bash/terminal running as root?
If so, your SD-card / file system may be corrupt.
Take the first screenshot from DietPi Desktop running x-server or per vnc?
Sorry but insufficient information.
If you find our project or support useful, then we’d really appreciate it if you’d consider contributing to the project however you can.
Donating is the easiest – you can use PayPal and Bitcoin .
shlagwuk
Post
by shlagwuk » Mon Apr 25, 2016 9:04 pm
k-plan wrote: Try:
What happens now?
I tried. Nothing… :| I can't try without ssh (on a screen plugged into the pi), because it's stuck in headless mode.
k-plan wrote:
And:
Please a Screenshot from htop:
k-plan wrote:
Is your bash/terminal running as root?
Yes, I'm logged with root user.
Blaiz0r
Posts: 4 Joined: Sat Jul 27, 2019 5:36 pm
Post
by Blaiz0r » Tue Feb 23, 2021 2:10 pm
I've got the same issues and there was no solution to this, any ideas?
Joulinar
Posts: 3662 Joined: Sat Nov 16, 2019 12:49 am
Post
by Joulinar » Tue Feb 23, 2021 11:04 pm
do you have a screen you could attached to check what happen on the shutdown command?
Pls let us know if a solution is working. This could help others if they hit by similar situation. Your DietPi Team