LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   DamnSmallLinux (https://www.linuxquestions.org/questions/damnsmalllinux-42/)
-   -   Can't edit DSL grub menu (https://www.linuxquestions.org/questions/damnsmalllinux-42/cant-edit-dsl-grub-menu-632670/)

marbobj 04-03-2008 06:17 AM

Can't edit DSL grub menu
 
I currently have two linux applications and Windows on my primary harddrive with a grub menu for booting. I just installed DSL on a Passport external harddrive along with storage formatted in FAT32. I thought it would be great for file recovery and it's shaping up well.

I was wanting to add a full sized linux application like Mepis to be able to carry and run portable applications while being able to USB boot. The DSL boots up and runs perfectly. I'm at the point of adding Mepis.

The DSL has a "read only" grub/menu.lst. I used sudo nano to edit, but no luck. How can I edit that file to add my other linux application? If I simply install Mepis would that overwrite the grub of DSL and cause problems with the USB booting or possibly ruin the grub menu that serves the other applications (two linux & XP) on my primary harddrive?

Thanks a lot

marbobj 04-03-2008 06:32 AM

Have recently discovered a solution of mounting the partition to be able to edit the grub menu. Will try that.

Doctorzongo 04-13-2008 09:26 PM

If your new solution does not work, try
Code:

sudo chmod +w /boot/grub/menu.lst
sudo nano /boot/grub/menu.lst

This will change permissions to be able to write to menu.lst.


Good luck!


All times are GMT -5. The time now is 09:10 AM.