ChristopheDupriez
Posts: 20
Joined: Tue Dec 25, 2012 8:38 am

SMALL ERROR in the new Quick Start Guide

Tue Dec 25, 2012 8:43 am

In the new and nice Quick Start Guide, a little omission in Step 5 d) :
after doing expand_rootfs, one must select <Finish> and confirm <yes> to reboot.
Hope this helps!

dervturbo
Posts: 3
Joined: Wed Dec 26, 2012 10:41 pm

Re: SMALL ERROR in the new Quick Start Guide

Wed Dec 26, 2012 10:57 pm

I got caught out by this as well.. I didn't see the finish option to be honest and cut the power supply.. as I could not seem to use the shutdown command. This just brought me back to the raspi-config.

I re-imaged just to be safe.. ran expand_rootfs then manually tabbed to the Finish option and this rebooted correctly and I was then asked to login as expected.

The message that you say yes to simply says the operation will be completed after the next reboot rather than actually initiating the reboot.

(I'm sure it is just a test to see if you can cope with working some stuff out ;) )

P.S the guide was great for getting me started!

User avatar
Raspiberry
Posts: 20
Joined: Sun Dec 16, 2012 9:56 pm

Re: SMALL ERROR in the new Quick Start Guide

Thu Dec 27, 2012 2:59 am

If you want to shutdown correctly:

Code: Select all

sudo shutdown -h now
If you want to reboot correctly:

Code: Select all

sudo shutdown -r now
Note that both of these should be entered in the Terminal/Console. If you are in the X Window System (or LXDE, whatever you'd like to call it) log out and then enter these commands.
If only my school used the Raspberry Pi...

User avatar
mahjongg
Forum Moderator
Forum Moderator
Posts: 13009
Joined: Sun Mar 11, 2012 12:19 am
Location: South Holland, The Netherlands

Re: SMALL ERROR in the new Quick Start Guide

Thu Dec 27, 2012 3:34 am


dervturbo
Posts: 3
Joined: Wed Dec 26, 2012 10:41 pm

Re: SMALL ERROR in the new Quick Start Guide

Thu Dec 27, 2012 10:00 am

Thanks guys I was able to find the shutdown commands in the end..
I initially did just a sudo shutdown -t 00 now but that didn't seem to do the trick and then I found a post mentioning the command you mention and it did the trick.

Thanks for the links.. I will try a few beginner projects over the next few days.

ChristopheDupriez
Posts: 20
Joined: Tue Dec 25, 2012 8:38 am

Re: SMALL ERROR in the new Quick Start Guide

Wed Jan 16, 2013 4:08 pm

Raspiberry wrote:If you want to shutdown correctly...
Please read again my original post at the top: there is a NEEDED correction in the Quick Start Guide!!! http://www.raspberrypi.org/quick-start-guide and it is still not made (who I should wrote for that?)

SimonSmall
Posts: 220
Joined: Tue Oct 09, 2012 8:13 pm

Re: SMALL ERROR in the new Quick Start Guide

Wed Jan 16, 2013 8:53 pm

Just in case a total novice reads this thread, and is using the Raspian Linux image...

A simpler way to shutdown or reboot from the command line is "sudo halt" or "sudo reboot"

If you use raspi-config (or manually change the settings) to boot into the graphical window screens, the shutdown / reboot options are available when you logout; it is not obvious how to get back to the command line. See http://elinux.org/RPi_raspi-config#boot ... on_boot.3F

If you boot to the command line, then use startx, the logout from the graphical window returns to the command line

(sorry, the shutdown / reboot bit seems to have hijacked this thread)

Return to “Beginners”