topic says it all.
how do i check my version of noobs i have installed,
(i am so ashame to ask)
Re: to silly question. how to check what noobs version i hav
NOOBS is simply an Installer. It displays its own version number at the top of the NOOBS Recovery Console. This is displayed when NOOBS is first booted, or in response to using the option to press Shift during subsequent boots.
- DougieLawson
- Posts: 40579
- Joined: Sun Jun 16, 2013 11:19 pm
- Location: A small cave in deepest darkest Basingstoke, UK
- Contact: Website Twitter
Re: to silly question. how to check what noobs version i hav
Why do you need to?
The version is "version of NOOBS" not the version of the installed OS.
The installed OS is "Raspbian Wheezy v7" as reported by cat /etc/os-release
The kernel & firmware versions are reported by uname -r (or uname -a) and vcgencmd version commands.
The version is "version of NOOBS" not the version of the installed OS.
The installed OS is "Raspbian Wheezy v7" as reported by cat /etc/os-release
Code: Select all
PRETTY_NAME="Raspbian GNU/Linux 7 (wheezy)"
NAME="Raspbian GNU/Linux"
VERSION_ID="7"
VERSION="7 (wheezy)"
ID=raspbian
ID_LIKE=debian
ANSI_COLOR="1;31"
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
Any language using left-hand whitespace for syntax is ridiculous
Any DMs sent on Twitter will be answered next month.
Fake doctors - are all on my foes list.
Any requirement to use a crystal ball or mind reading will result in me ignoring your question.
Any DMs sent on Twitter will be answered next month.
Fake doctors - are all on my foes list.
Any requirement to use a crystal ball or mind reading will result in me ignoring your question.
Re: to silly question. how to check what noobs version i hav
1. If you have downloaded the zip file from website, the version is in the zip file name e.g. NOOBS_v1.3.11.zip
2. If you have an SD card with noobs already on it, then
a) pop it into your PC SD card reader and read the BUILD-DATA file
b) boot it on your RPi and hold the shift key down as it boots to enter the recovery program. The version is shown in the title of the main window.
c) If you are already booted into Raspbian, mount the /dev/mmcblk0p1 recovery partition and view the BUILD-DATA file there.
i.e.
Note: The version of NOOBS can refer to the version of the recovery program on the NOOBS disk, or to the complete NOOBS distribution, which includes the recovery program PLUS any OS distributions (currently only Raspbian). Currently the recovery program is version v1.3.10, but the distribution is v1.3.11 because a more recent version of Raspbian was included on Christmas Eve. NOOBS is a convenient OS installer, recovery program and multi-boot loader. The version of NOOBS says little about the version of Raspbian or other OS you may have installed.
2. If you have an SD card with noobs already on it, then
a) pop it into your PC SD card reader and read the BUILD-DATA file
b) boot it on your RPi and hold the shift key down as it boots to enter the recovery program. The version is shown in the title of the main window.
c) If you are already booted into Raspbian, mount the /dev/mmcblk0p1 recovery partition and view the BUILD-DATA file there.
i.e.
Code: Select all
sudo mount /dev/mmcblk0p1 /mnt
cat /mnt/BUILD-DATA
sudo umount /mnt
PINN - NOOBS with the extras... https://www.raspberrypi.org/forums/viewtopic.php?f=63&t=142574
Re: to silly question. how to check what noobs version i hav
thnxs, that is what i needed, well, it seems, i am up 2 date xD