Linux - Software This 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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
|
|
04-12-2006, 04:19 AM
|
#1
|
Member
Registered: Oct 2005
Location: Pakistan
Distribution: Debian,Pclinuxos
Posts: 327
Rep:
|
Grub Configuration
Hello i am a newbie with PCLINUX os
It has LILO bootloader but i wanted 2 FINGURE (temper) my system so i started by bootloader , first of all i INSTALLED GRUB AND CREATED menu.lst on basis of man pages etc
my harddisk is HDB in bios , the linux partition is HDB6 (but grub lil get hdb5 i think) and the /boot is in /hdb6
(fdisk -l shows the LINUX partition as HDB6)
i have (i think ) exshausted all the possibilites but what the GRUB shows (although the time it takes frm showing grub loading then grub loading stage 1.5 then showing the option screen is unusually long ) on any option i choose it shows
root = (hd0,5)
filesystem is jfs type 0X83 (or sorta)
[then is sez)
FILE NOT FOUND
#
# GRUB configuration file
#
# By default, boot the first entry.
default 0
# Boot automatically after 30 secs.
timeout 30
# Fallback to the second entry.
fallback 1
# For booting LINUX
title help
root (hd0,5)
kernel /boot/vmlinuz.gz
# for booting LINUX
title linux2
root (hd0,5)
kernel /boot/initrd.img
# for booting LINUX
title linux3
root (hd0,5)
kernel /boot/vmlinuz.gz
module /boot/initrd.gz
# for booting linux
title linux4
root (hd0,5)
kernel /boot/initrd
module /boot/initrd
# for booting linux
title linux5
root (hd0,5)
kernel /boot/initrd.gz
module /boot/vmlinuz.gz
|
|
|
04-12-2006, 07:01 AM
|
#2
|
LQ Guru
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522
Rep:
|
I could not deduce much from what you are trying to say.please reframe your question.
I can only say that the menu.lst file is not specifying the correct files for booting for which you are getting
"File not Found"
So check out the path,filanema etc as you have specified in menu.lst
regards
|
|
|
04-12-2006, 07:19 AM
|
#3
|
Senior Member
Registered: Oct 2003
Posts: 3,057
Rep:
|
Here is what my grub entry for PCLinux looks like. I am using the grub on FC5
Code:
title PCLinuxOS
root (hd1,5)
kernel /boot/vmlinuz ro root=/dev/hdb6 nomce acpi=ht
initrd /boot/initrd.img
|
|
|
04-12-2006, 08:38 AM
|
#4
|
Member
Registered: Oct 2005
Location: Pakistan
Distribution: Debian,Pclinuxos
Posts: 327
Original Poster
Rep:
|
well ro , nomce , acpi=ht i dont know abt but lil try the rest of it (it would have been helpful if u would have confirmed as in which drive ur pclinux is like hdc6 etc
|
|
|
04-12-2006, 08:59 AM
|
#5
|
Senior Member
Registered: Oct 2003
Posts: 3,057
Rep:
|
My pclinux is actually on /dev/hda1 but I put in the info to match your situation which you stated as /dev/hdb6.
For you to start using the grub in pclinux on your box. Boot into pclinux, edit the menu.lst to look something like the example I gave.
Then run the command: grub
# If your system is on /dev/hdb6
At the grub> prompt, type: root (hd1,5)
# To have grub loaded in the mbr of /dev/hda
Type: setup (hd0)
# To exit the grub utility
Type: quit
# To load up the devices in /boot/grub/device.map
Type: grub-install /dev/hda
|
|
|
All times are GMT -5. The time now is 10:06 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|