JunOS 15 has a different way of booting into single user mode. You need to get into u-boot, delete a keyword then perform the "standard" procedure.
After the device shows USB devices, press Enter or any key (I don't remember which) to get u-boot's => prompt.
Then
printenv
There should be an entry for
boot_unattended=0
If there is
setenv boot_unattended
boot
Now when you see "Hit [Enter] to boot immediately, or space bar for command prompt." press space bar to get the loader> prompt. Here you can issue
boot -s
------------------------------
KEN LUI
------------------------------
Original Message:
Sent: 10-21-2021 08:25
From: Denis Rasskazov
Subject: Single-user mode to reset the password
My greetings to all!
I need to reset the password on my device (srx300).
I press the space bar during OS boot (15.1X49-D150.20.2) and get a prompt (Octeon srx_300_ram#).
When I try to boot into single-user mode (boot -s) nothing happens (boot - boot default, i.e., run 'bootcmd').
All articles and manuals say that I get a "loader>" prompt.
What am I doing wrong?
------------------------------
Denis Rasskazov
------------------------------