Home
STM32F746-DISCO
ESP32, Arduino, ESP8266
Raspberry Pi
IoT Partner
Home
Download
ESP-WROVER-KIT V4.1
Setup
Forum
Policy & Terms
Privacy
Raspberry Pi
Adafruit
Apps and How to !
Arduino
Google Coder
GPIO Driver and Library
Minecraft + Scratch
MQTT Server
Practical Project
Raspberry Pi
Raspbian Setup
Reference Link
SANKI Device
Scratch
Windows 10 IoT Core
SANKI
SANKI Getting Started
STM32F746-DISCO
Setup
TouchGFX
The Kit
Sitemap
Raspberry Pi
>
Raspbian Setup
>
Problem solved
Contents
1
Lost Pi Password
2
Problem
Lost Pi Password
Essentially, mount the SD card using a different machine and edit
cmdline.txt
to
include (at the
end)
init=/bin/sh
.
Then, run the following commands:
mount -o remount,rw /
passwd pi
(enter a new password)
sync
exec /sbin/init
Problem
Comments