Do you want to Hide a partition in your system that have both Linux and Windows OS
Easy way to Hide a Linux or windows partition with GRUB
add these lines to your "/boot/grub/grub.conf"
title WINDOWS
hide(hd0,5) ##Hiding Partition No: 6
rootnoverify (hd0,0)
chainloader +1
make active
To Unhide:
1) Delete The line hide(hd0,
2) Use the command unhide(hd0,
0 comments:
Post a Comment