Kernel Upgrade Frage zu Lilo

FreeBSD, Gentoo, openSUSE, CentOS, Ubuntu, Debian
fulltilt
Posts: 366
Joined: 2006-08-27 02:06
 

Kernel Upgrade Frage zu Lilo

Post by fulltilt »

habe auf einem DS ein Upgrade Etch > Lenny durchgeführt, der Kernel wurde dabei nicht ersetzt 2.6.25 #1 SMP.
Hier ist Lilo als Bootloader installiert, wenn ich nun ausführe:
apt-get install linux-image-2.6.26-2-686 linux-headers-2.6.26-2-686
muss ich bezgl. Lilo noch etwas beachten - habe nur Erfahrung mit Grub ...
f4rr3ll
Posts: 36
Joined: 2008-03-09 23:36
Location: Schweitenkirchen
 

Re: Kernel Upgrade Frage zu Lilo

Post by f4rr3ll »

http://debianforum.de/forum/viewtopic.php?f=12&t=117751 ;)

Sollte ja eigentlich schon alles stehen.
nano /etc/lilo.conf
Hier kannste noch nach dem /sbin/lilo schaun ob die Einstellungen passen bzw nacharbeiten.

Gruß Sven
fulltilt
Posts: 366
Joined: 2006-08-27 02:06
 

Re: Kernel Upgrade Frage zu Lilo

Post by fulltilt »

Danke
fulltilt
Posts: 366
Joined: 2006-08-27 02:06
 

Re: Kernel Upgrade Frage zu Lilo

Post by fulltilt »

was bedeutet diese warnung?

update-initramfs: Generating /boot/initrd.img-2.6.26-2-686
Warning: LBA32 addressing assumed
Added Linux *
One warning was issued.

die Lilo.conf sieht so aus:
# Automatically added by lilo postinst script
large-memory

boot=/dev/sda
root=/dev/sda1
map=/boot/map
delay=20

default=Linux

image=/boot/bzImage
label=Linux
read-only
Last edited by fulltilt on 2010-03-06 13:12, edited 1 time in total.
f4rr3ll
Posts: 36
Joined: 2008-03-09 23:36
Location: Schweitenkirchen
 

Re: Kernel Upgrade Frage zu Lilo

Post by f4rr3ll »

Du musst lba32 deiner lilo.conf hinzufügen.
Näheres siehe hier->
http://tldp.org/HOWTO/Large-Disk-HOWTO-5.html
fulltilt
Posts: 366
Joined: 2006-08-27 02:06
 

Re: Kernel Upgrade Frage zu Lilo

Post by fulltilt »

OK habs drin - kann ich jetzt rebooten?

Code: Select all

# Automatically added by lilo postinst script
large-memory

boot=/dev/sda
root=/dev/sda1
map=/boot/map
delay=20
lba32

default=Linux

image=/boot/bzImage
	label=Linux
	read-only

f4rr3ll wrote:Du musst lba32 deiner lilo.conf hinzufügen.
Näheres siehe hier->
http://tldp.org/HOWTO/Large-Disk-HOWTO-5.html
User avatar
Joe User
Project Manager
Project Manager
Posts: 11190
Joined: 2003-02-27 01:00
Location: Hamburg
 

Re: Kernel Upgrade Frage zu Lilo

Post by Joe User »

PayPal.Me/JoeUserFreeBSD Remote Installation
Wings for LifeWings for Life World Run

„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
fulltilt
Posts: 366
Joined: 2006-08-27 02:06
 

Re: Kernel Upgrade Frage zu Lilo

Post by fulltilt »

Danke Euch - hab noch keine Erfahrung damit ... Panik :-)
fulltilt
Posts: 366
Joined: 2006-08-27 02:06
 

Re: Kernel Upgrade Frage zu Lilo

Post by fulltilt »

hm - irgendwas hat nicht geklappt, der ist wieder mit dem alten Kernel hochgefahren ...
uname -a 2.6.25 #1 SMP
f4rr3ll
Posts: 36
Joined: 2008-03-09 23:36
Location: Schweitenkirchen
 

Re: Kernel Upgrade Frage zu Lilo

Post by f4rr3ll »

Vergleich mal deine lilo.conf mit ls -l /boot/
Denke du wirst dann recht fix sehen woran es hapert ;)

Gruß Sven
fulltilt
Posts: 366
Joined: 2006-08-27 02:06
 

Re: Kernel Upgrade Frage zu Lilo

Post by fulltilt »

Da steht jetzt was von boot.0810
muss ich das bzImage durch boot.0810 ersetzen?
default=Linux

image=/boot/bzImage
label=Linux
read-only

Code: Select all

-rw-r--r-- 1 root root     512 2007-09-14 16:27 boot.0800
-rw-r--r-- 1 root root     512 2010-01-24 10:45 boot.0810
-rw-r--r-- 1 root root 2667932 2008-06-18 21:54 bzImage
-rw-r--r-- 1 root root  308326 2010-01-24 10:45 coffee.bmp
-rw-r--r-- 1 root root   91715 2010-02-10 13:27 config-2.6.26-2-686
lrwxrwxrwx 1 root root      15 2010-01-24 10:45 debian.bmp -> /boot/sarge.bmp
-rw-r--r-- 1 root root  153720 2010-01-24 10:45 debianlilo.bmp
-rw-r--r-- 1 root root 6986852 2010-03-06 13:04 initrd.img-2.6.26-2-686
-rw-r--r-- 1 root root 6986833 2010-03-06 13:04 initrd.img-2.6.26-2-686.bak
-rw------- 1 root root   40448 2010-03-06 13:24 map
-rw-r--r-- 1 root root   23662 2010-01-24 10:45 sarge.bmp
-rw-r--r-- 1 root root   24116 2010-01-24 10:45 sid.bmp
-rw-r--r-- 1 root root 1256184 2008-06-18 21:54 System.map
-rw-r--r-- 1 root root  928515 2010-02-10 13:27 System.map-2.6.26-2-686
-rw-r--r-- 1 root root 1507024 2010-02-10 13:26 vmlinuz-2.6.26-2-686

f4rr3ll wrote:Vergleich mal deine lilo.conf mit ls -l /boot/
Denke du wirst dann recht fix sehen woran es hapert ;)

Gruß Sven
f4rr3ll
Posts: 36
Joined: 2008-03-09 23:36
Location: Schweitenkirchen
 

Re: Kernel Upgrade Frage zu Lilo

Post by f4rr3ll »

image=/boot/vmlinuz-2.6.26-2-686
map=/boot/System.map-2.6.26-2-686
initrd=/boot/initrd.img-2.6.26-2-686

Diese Daten müssen in deiner Config auftauchen. Denke mit den Infos bekommste das nun hin ;)
fulltilt
Posts: 366
Joined: 2006-08-27 02:06
 

Re: Kernel Upgrade Frage zu Lilo

Post by fulltilt »

Dickes Danke - hat alles geklappt :-)