Vmware kernel: Unterschied zwischen den Versionen

Aus metasec wiki
Wechseln zu: Navigation, Suche
K
 
Zeile 8: Zeile 8:
  
  
lilo.conf
+
lilo.conf
 
<pre>
 
<pre>
 
image=/boot/vmlinuz-2.6.31.5
 
image=/boot/vmlinuz-2.6.31.5
Zeile 16: Zeile 16:
  
 
</pre>
 
</pre>
 +
 +
lilo installieren
 +
<pre>
 +
 +
zphone:~# lilo
 +
Added ast *
 +
Added ast_2_6_24
 +
Added ast_rescue
 +
Added ast_2_6_31
 +
 +
</pre>
 +
 +
testboot mit neuem kernel
 +
 +
lilo -R ast_2_6_31
 +
reboot
 +
 +
wenn alles ok, dann im lilo.conf
 +
 +
default=ast_2_6_31
 +
 +
setzen und lilo erneut ausführen...
 +
das wars....

Aktuelle Version vom 10. November 2009, 23:59 Uhr

Aus diversen gründen ist es empfehlenswert in einer VMWare Server oder ESX Umgebung einen aktuellen Kernel zu installieren.


Download [1]

Installation

lilo.conf

image=/boot/vmlinuz-2.6.31.5
        label=ast_2_6_31
        read-only
        root=/dev/sda2

lilo installieren


zphone:~# lilo
Added ast *
Added ast_2_6_24
Added ast_rescue
Added ast_2_6_31

testboot mit neuem kernel

lilo -R ast_2_6_31
reboot

wenn alles ok, dann im lilo.conf

default=ast_2_6_31

setzen und lilo erneut ausführen... das wars....