I just installed Fedora 16 on my laptop a short while ago. During the installation when it gives you the option to set a password for grub, I checked the box and gave it a password. I noticed a few minutes ago that when I try to edit the kernel parameters during the grub stage, it asks me for a username and then a password. When I set this up, it never asked me for a username.
hi!
i want set password in grub2.
1- i create hash of my password :
Code:
grub2-mkpasswd-pbkdf2
2- i add these code to end of /etc/grub.d/40_custom file :
Code:
set superusers="root"
password_pbkdf2 root grub.pbkdf2.sha512.10000.20F6422.....
3- run this code for apply config :
Code:
grub2-mkconfig -o /boot/grub2/grub.cfg
but when i reboot system, grub do not ask u
I just did a fresh network install of F17 onto an eeePC netbook 1000HE. Grub2 is dual booting it with Windows XP.
When the netbook boots to Grub2, I select Fedora (or Windows) and I'm prompted for a username and a password. The only credentials that allow me to proceed are the root creds for the Fedora installation.
I have 2 other F17 installations that do not behave this way.
Hi. I installed Fedora 16 on an external HDD and before the installation I chose that I also wanted to use the greek keyboard. Everything went fine. After the installation it asked me to create a user and asked me for a username and a password, but I could only write in Greek and so it wasn't accepting the username and password I gave.
I installed the Ubuntu server 12.04 easily, however, when I boot it asks for a username and password. I don't know my previous username or password from Windows XP. I am currently trying to install any version of Ubuntu I have in my arsenal to recover the PC, but all intents so far have failed.
i am posting for first time, sorry if this is not the right place...
i have windows 7 username "lolax" and no password...
i installed ubuntu 12.10 in d drive using wubi...(inside windows which can be uninstalled from control panel) when installing it asks username and password, i entered "tanmay" as username and some password...
I'm attempting to set up a server using Apache. In the conf file, I inserted the code:
<Directory />
Options FollowSymLinks
AllowOverride AuthConfig
AuthType Basic
AuthName "Restricted Files"
AuthBasicProvider file
AuthUserFile C:\...\serverpass.txt
Require user Admin
</Directory>
In order to try and get Apache to require a password.
I'm using Ubuntu 9.10 and trying to install a printer over the network which is plugged into a Windows 7 machine.
I can see the workgroup fine and the computer fine on the network, but when I try to double-click on the computer (both via the nautilus and the printer setup route), it asks me for a username, workgroup and password.
Since Ubuntu 9.10 uses Grub2 as default boot loader,we cannot use the previous way to set password protection for grub entries.Grub 2 currently supports unencrypted password protection. Encrypted password protection using PBKDF2, as well as password scripting, is currently under development.