Caranya yaitu:
- Login sebagai root.
root > /sbin/grub-md5-crypt
Password: -> contoh: abcdef
Retype password: -> contoh: abcdef
$1$zM6/5/$jmyQubeRB61JwdO1YBUZH.
Maka akan keluar "$1$zM6/5/$jmyQubeRB61JwdO1YBUZH."
Setelah itu copy encrypt password tersebut dan di paste ke file /boot/grub/grub.conf
default=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
#hiddenmenu
password --md5 $1$zM6/5/$jmyQubeRB61JwdO1YBUZH.
title CentOS (2.6.18-128.1.6.el5)
root (hd0,0)
kernel /vmlinuz-2.6.18-128.1.6.el5 ro root=LABEL=/ rhgb quiet
initrd /initrd-2.6.18-128.1.6.el5.img
title CentOS (2.6.18-92.1.22.el5)
root (hd0,0)
kernel /vmlinuz-2.6.18-92.1.22.el5 ro root=LABEL=/ rhgb quiet
initrd /initrd-2.6.18-92.1.22.el5.img
Setelah mengcopy kan lalu restart komputer.
Done.
NB: Sesuaikan kebutuhan
No comments:
Post a Comment