LinuxQuestions.org
Did you know LQ has a Linux Hardware Compatibility List?
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
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

Reply
 
LinkBack Search this Thread
Old 12-11-2003, 11:48 PM   #1
hnash53
Member
 
Registered: Dec 2003
Location: wyoming
Distribution: mandrake and suse
Posts: 31

Rep: Reputation: 15
Where is my lilo.conf in SuSE 9.0?


I need to edit my lilo.conf file so I can finally reload a newly compiled kernel. It is supposed to be in the /etc directory, but it is not there. I am using SuSE 9.0.

So...where is it?

Can someone explain to a linux newb how/why things so often are not where all the references I read through say they are? How does anything ever get done in Linux when things aren't where howtos, forums, references, mans say they are? Jeez....

Thanks in advance....
 
Old 12-11-2003, 11:51 PM   #2
trickykid
Guru
 
Registered: Jan 2001
Posts: 24,121

Rep: Reputation: 121Reputation: 121
If you don't have a lilo.conf file, it is likely Suse loaded grub instead as the boot loader. Look for a grub.conf file.
 
Old 12-12-2003, 12:04 AM   #3
hnash53
Member
 
Registered: Dec 2003
Location: wyoming
Distribution: mandrake and suse
Posts: 31

Original Poster
Rep: Reputation: 15
thanks...but grub not "editatble"

I found a grub.conf file but doesn't look like it is able to be edited. I'm following some instructions that say I need to edit the lilo.conf file so it will load my new kernel. I don't see anything in the grub.conf file that I can edit to have it load the new kernel. Here's what's in the grub.conf:

root (hd0,0)
install --stage2=/boot/grub/stage2 /grub/stage1 d (hd0) /grub/stage2 0x8000 (hd0,0)/grub/menu.1st
quit

Any ideas?

Thanks
 
Old 12-12-2003, 12:40 AM   #4
colnago
Member
 
Registered: Nov 2003
Location: Canada
Distribution: ArchLinux
Posts: 324

Rep: Reputation: 30
Yeah, SuSE 9 uses grub. Grub is installed in /boot/grub, the file to edit is /boot/grub/menu.lst. This can also be changed via yast. In fact, the menu.lst file is full of warnings not to screw up the comment lines, as they are used by yast to identify the menu items. This is the place to remove the 'desktop' parameter if you are having performance issues with the original 9.0 kernel.
 
Old 08-13-2004, 05:18 AM   #5
subaruwrx
Member
 
Registered: Mar 2004
Distribution: Ubuntu Feisty
Posts: 641

Rep: Reputation: 30
Sorry for borrowing

Anyone know how to add suse entry to slackware's lilo?

I tried mounting suse to my /mnt/suse but only a lilo+found directory appeared.

Any idea why?
 
Old 08-13-2004, 01:05 PM   #6
masand
Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 56
could u post ur lilo.conf here and the name of suse partiton
which filesystem are u using in suse,does slackware support that filesystem

regards
 
Old 08-13-2004, 01:22 PM   #7
subaruwrx
Member
 
Registered: Mar 2004
Distribution: Ubuntu Feisty
Posts: 641

Rep: Reputation: 30
Quote:
Originally posted by masand
could u post ur lilo.conf here and the name of suse partiton
which filesystem are u using in suse,does slackware support that filesystem

regards
# Windows bootable partition config begins
other = /dev/hda1
label = Windows
table = /dev/hda
# Windows bootable partition config ends
# Slackware bootable partition config begins
image = /boot/vmlinuz
root = /dev/hda7
label = Slackware
read-only
# Slackware bootable partition config ends
# Fedora Core 2
image = /mnt/fc2/boot/vmlinuz-2.6.5-1.358
initrd = /mnt/fc2/boot/initrd-2.6.5-1.358.img
root = /dev/hda6
label = Fedora
read-only
# Fedora Core 2

What I did to the FC2 is I boot to Slackware, mount FC2 to /mnt then specify the path to the kernel image and initrd.

I try using the same method as above to add suse but after I mount suse, theres only a lost+found directory there. So I not sure how do I specify the path to the image file.

All my linux filesystem are using ext3
 
Old 08-13-2004, 01:45 PM   #8
masand
Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 56
u r trying to mount suse partiton manually?? through mount /dev/.....

lost+found directory implies that ur mounting an emplty linux extfs partiton
check if u r mounting the correct device(/dev/hdax) for suse

regards
 
Old 08-13-2004, 09:49 PM   #9
subaruwrx
Member
 
Registered: Mar 2004
Distribution: Ubuntu Feisty
Posts: 641

Rep: Reputation: 30
Quote:
Originally posted by masand
u r trying to mount suse partiton manually?? through mount /dev/.....

lost+found directory implies that ur mounting an emplty linux extfs partiton
check if u r mounting the correct device(/dev/hdax) for suse

regards
Yes, I'm very sure that the device is correct. Don't tell me it somehow got messed up in the process
 
Old 08-14-2004, 04:26 AM   #10
masand
Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 56
can u start fedora and mount ur suse partion there
try out all posiblities

try out mounting with knoppix because i do not think that if we are using the correct device etc etc then we should be facing any problems

also try using lilo from fedora

regards
 
Old 08-14-2004, 09:40 AM   #11
subaruwrx
Member
 
Registered: Mar 2004
Distribution: Ubuntu Feisty
Posts: 641

Rep: Reputation: 30
Quote:
Originally posted by masand
can u start fedora and mount ur suse partion there
try out all posiblities

try out mounting with knoppix because i do not think that if we are using the correct device etc etc then we should be facing any problems

also try using lilo from fedora

regards
I tried mounting with knoppix and fedora, both with same results. (lost+found directory only).

Strange problem, guess I gonna try re-install suse again.

Anyway, its strange that suse can only install to the last partition huh? I partition till hda8, tried using the front few partition as /, but it insist on the last partition
 
Old 08-14-2004, 10:07 AM   #12
masand
Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 56
one more try u can give is by trying out
explore2fs from windows to access ur suse partition it will also show the contents of ur suse drive

u can get explore2fs from here
http://uranus.it.swin.edu.au/~jn/linux/

regards
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Location of lilo.conf on SUSE 9.1 profesional tt08 Linux - General 4 09-27-2004 10:13 PM
lilo.conf and lilo.conf.anaconda difference blackzone Linux - General 1 07-06-2004 03:15 AM
lilo.conf.anaconda v. lilo.conf rbaird2001 Red Hat 1 04-01-2004 12:16 PM
create lilo.conf or grub.conf through commands newpenguin Linux - Software 1 11-28-2003 08:22 PM
lilo.conf and grub.conf no read access shanenin Linux - Software 1 10-02-2003 03:53 PM


All times are GMT -5. The time now is 06:12 PM.

Main Menu
 
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration