Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Request for new functionality
View staffing
Description
What you expected to happen:Accessing by Serial Console to the instance, be able to introduce grub password. But instance was not even asking for that.
Steps to reproduce:
-Create a instance
- Create password by typing $ grub-mkpasswd-pbkdf2 inside that instance
- Copy the whole generated code
- Edit the file /etc/grub.d/00_header
- Add [1] to the end of the file
- Update grub with: $update-grub (run as sudo)
- Reboot the instance
(Here you should be prompt to enter user and password, but it's not happening)
Other information (workarounds you have tried, documentation consulted, etc):
[1]:
cat << EOF
set superusers="username"
password_pbkdf2 username 'paste the generated code copied above here'
EOF