Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
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 so recently i tried tri-booting my comp with slackware to mostly increase my learning...prior to this i had dual booted fedora and windows.
here is my menu.lst
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,1)
# kernel /vmlinuz-version ro root=/dev/sda5
# initrd /initrd-version.img
#boot=/dev/sda
default=1
timeout=5
splashimage=(hd0,1)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.29.6-217.2.3.fc11.i686.PAE)
root (hd0,1)
kernel /vmlinuz-2.6.29.6-217.2.3.fc11.i686.PAE ro root=UUID=3c022a34-5da8-45b6-a0ec-3165386ede7c rhgb quiet
initrd /initrd-2.6.29.6-217.2.3.fc11.i686.PAE.img
title Fedora (2.6.29.6-213.fc11.i686.PAE)
root (hd0,1)
kernel /vmlinuz-2.6.29.6-213.fc11.i686.PAE ro root=UUID=3c022a34-5da8-45b6-a0ec-3165386ede7c rhgb quiet
initrd /initrd-2.6.29.6-213.fc11.i686.PAE.img
title Fedora (2.6.29.4-167.fc11.i686.PAE)
root (hd0,1)
kernel /vmlinuz-2.6.29.4-167.fc11.i686.PAE ro root=UUID=3c022a34-5da8-45b6-a0ec-3165386ede7c rhgb quiet
initrd /initrd-2.6.29.4-167.fc11.i686.PAE.img
title Windows
rootnoverify (hd0,0)
chainloader +1
title Slackware
rootnoverify (hd0,2)
kernel /12.2
anyways i added the slackware part and i wasnt really sure about the difference between the root and rootnoverify i prob should have went with root but whatever.
anyways i also wasnt sure about the kernel and im not sure how to find that out.
when i boot slackware from the grub menu it says it isnt mounted...does this mean i did something wrong while installing it... cause it said it installed fine with out any errors.
sry bout the long post
any help would be appreciated
rootnoverify is used for windows as it keeps details regarding booting process hidden.
If you want to add an entry for another linux distro, then you have to use the format
Code:
title ___
root (hdx,y)
kernel __
initrd __
as you see for fedora.
So you need to know the kernel version as well. If grub configuration file is there in slackware boot partition, then you might get the required details in that.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.