[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: /etc/lilo.conf and system.map mismatches -- my syntax ?



I have a 'map=' parameter, but when I use 2 kernels of the same stock as 
in the full lilo.conf below the wrong system.map file is being loaded.

For example, it seems that the xfs kernel loads the system-2.4.10 system map
file rather than the one I want it to load, which is the
'/boot/system-2.4.19-xfs2' file.

Is my syntax wrong ?

/boot/system-2.4.19
/boot/system-2.4.19-xfs2

System.map-2.2.19
System.map-2.4.19-xfs2
System.map-2.4.22

> Try putting the map=... Line in the specific to kernel section.
> 
> " map=/boot/map "
> Is this the way it looks in your lilo.conf file?
> 

Here is a copy of my lilo.conf without the the comments.

lba32
boot=/dev/sda1
root=/dev/sda5
install=/boot/boot.b
map=/boot/map
timeout=100
delay=100
prompt
vga=normal
default=Linux

#2nd build try
#smp himem xfs
image=/boot/vmlinuz-2.4.19-xfs2 
        label=Linux
	read-only

#first build try
#smp himem xfs
image=/boot/vmlinuz-2.4.19
        label=Linux_older
	read-only

#smp himem xfs
#high mem with io stuff
image=/boot/vmlinuz-2.4.22
	label=Linux_22_notest
	read-only

image=/vmlinuz.old
	label=LinuxOLD
	read-only
	optional

-- 
------------------------------------------
Ted Knab
Chester, MD 21619

------------------------------------------
940216d6021602a41607166696c656c202778696368602d65616e637
02940226c696e646c69702c6f667560256675627478696e67602a416
0716e6563756e2a0



Reply to: