Quote (roberts @ Mar. 31 2007,09:15) |
There are two locations of grub's menu.lst. This might be the cause of the confustion. There is one off of / which is used for a traditional hard install, which is seen by frugal as read-only and is not used in a frugal environment. This location was used as a template during the frugal install. For frugal installations the menu.lst is on the partition where you did the frugal install. Under normal, non-toram mode, this partition is mounted at /cdrom (rw) Typing the mount command will show this fact. Therefore as user root, or super-user, edit /cdrom/boot/grub/menu.lst Note that once you have added and then booted frugal toram the above is no longer true. Again look at the results of the mount command. Your installed partition is no longer mounted under /cdrom instead /cdrom is mounted over /dev/shm You would then, as user root, first mount the frugally installed partition, lets say it is hda4 # mount /mnt/hda4 then edit the menu.lst located at /mnt/hda4/boot/grub/menu.lst |