Memberikan Password Pada Grub

mas tw g’ cr password grub ubuntu?
[17:51] Irhas Irvan: grub loader,yang stiap hidupkan laptop/PC ada pilihan nya mw booting apa…
[17:51] Irhas Irvan: jd grub nya itu mw d pass…

Cara di bawah ini hanya untuk grub, bukan grub2

root@bt:~# grub
--------------
       [ Minimal BASH-like line editing is supported.   For
         the   first   word,  TAB  lists  possible  command
         completions.  Anywhere else TAB lists the possible
         completions of a device/filename. ]

grub> md5crypt

Password: ********
Encrypted: $1$90de40$Jt/7h5dEC4RCWqmtO95QO0


grub> quit

Copy password yang sudah terencrypt tadi: $1$90de40$Jt/7h5dEC4RCWqmtO95QO0

root@bt:~# nano /boot/grub/menu.lst

Masukkan password di bawah initrd

title           Ubuntu 8.10, kernel 2.6.30.9
uuid            048a88f4-7cf0-4f75-9e17-8549e53efb84t
kernel          /boot/vmlinuz-2.6.30.9 root=UUID=048a88f4-7cf0-4f75-9e17-8549e53efb84t ro quiet splash
initrd          /boot/initrd.img-2.6.30.9
password --md5  $1$90de40$Jt/7h5dEC4RCWqmtO95QO0

5 thoughts on “Memberikan Password Pada Grub”

Leave a Comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.