LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   grub (https://www.linuxquestions.org/questions/linux-newbie-8/grub-255765/)

jobless_joe 11-16-2004 07:12 PM

grub
 
ive read through the grub documentation, but i still can not find something i can put in the grub config. to make it so that:

Only linux is password protected, AND the bash/"minimal command line" is not accessable through grub (without the password). Is this possible?

Also, how could I DISABLE fat32 read/write support in a distro like RH?

bigrigdriver 11-16-2004 07:45 PM

www.desktop-linux.net/secureboot.htm

aus9 11-17-2004 12:10 AM

jobless

1) for linux only passwd, you need a bootloader. grub will do in the mbr without LOCK command then a chainload to another grub in the /boot partition with that grub with the LOCK command.
or
ntldr in mbr and chainload to grub with its lock command

2) I don't mention it in my howto as anyone who can get access to my computer is going to find a waste of time instead of finding my money under my mattress, ooops heh heh

3) Edit your /etc/fstab for each line of fat change to ro for READ ONLY or delete the entire line and mount manually only when you feel like it

jobless_joe 11-17-2004 04:45 PM

Thanks alot guys...but help!:)

jobless_joe 11-17-2004 06:09 PM

one other question pertaining to the FAT32 mounting...is it possible to disable users from being able to mount other hard drive partitions, and only allow root to do so?

also, when I inserted "password --md5 [md5hash]" and put lock under the linux title, and not windows title, it didnt allow the grub shell, nor did it allow to boot to linux, only windows. this is exactly what i wanted. just telling you, you dont need 2 seperate installs of grub

aus9 11-17-2004 06:48 PM

well done on lock

mount is a command and like any command go into root (su) find the executalble and change the permissions so its only available to root and no one else.

boot up is always assumed to be root so should present no probs there


All times are GMT -5. The time now is 03:37 PM.