Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Ok heres my situation: I installed linuxmint on an external hard drive but i didnt install grub or any bootloader on the hard drive because i wanted to put grub on a floppy because i didnt want a grub menu to popup everytime someone in my family boots the pc (they prefer XP). So i followed a tutorial http://wiki.linuxquestions.org/wiki/Boot_floppy
to create a GRUB floppy but i don't understand the part it says to create a grub.conf file. it wont allow me to create a file on the floppy.
Can someone help me?
EDIT: i succeeded in the process of creating a menu.lst file on my floppy
Last edited by Nephersir7; 12-17-2007 at 02:44 PM.
What do you mean it won't allow you? Do you get a permission denied? Are you root? Have you tried "touch /mnt/xxxx/grub.conf" then open the grub.conf file? Or you could create the grub.conf file somewhere else and copy it to the floppy after.
What do you mean it won't allow you? Do you get a permission denied? Are you root? Have you tried "touch /mnt/xxxx/grub.conf" then open the grub.conf file? Or you could create the grub.conf file somewhere else and copy it to the floppy after.
I just discovered how to copy to the floppy. just don't know what is the difference between grub.conf and menu.lst and how to configure them.
edit: I dont know how to edit them as well.
Last edited by Nephersir7; 12-17-2007 at 02:50 PM.
Ok heres my situation: I installed linuxmint on an external hard drive but i didnt install grub or any bootloader on the hard drive because i wanted to put grub on a floppy because i didnt want a grub menu to popup everytime someone in my family boots the pc (they prefer XP). So i followed a tutorial http://wiki.linuxquestions.org/wiki/Boot_floppy
to create a GRUB floppy but i don't understand the part it says to create a grub.conf file. it wont allow me to create a file on the floppy.
Use either name. Grub looks for either depending on the system. Type grub --help to see what yours wants. To edit a file from the command line use vim, nano, joe, etc. You can use gedit/kate, etc. from the GUI, but you need to be root to write the file in its final position and it is not advisable to be root on the GUI because it is less secure. The GRUB bootloader reads the configuration from this file in order to know what to do. It is a simple text file.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.