Vmware kernel: Unterschied zwischen den Versionen

Aus metasec wiki
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „Aus diversen gründen ist es empfehlenswert in einer VMWare Server oder ESX Umgebung einen aktuellen Kernel zu installieren. Download [[http://dl.metaesc.de/zph…“)
 
 
(2 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 2: Zeile 2:
  
  
Download [[http://dl.metaesc.de/zphone/vmware_kernel_current.tar.bz2]]
+
Download [http://dl.metasec.de/zphone/vmware_kernel_current.tar.bz2]
  
 
=Installation=
 
=Installation=
 +
 +
 +
 +
lilo.conf
 +
<pre>
 +
image=/boot/vmlinuz-2.6.31.5
 +
        label=ast_2_6_31
 +
        read-only
 +
        root=/dev/sda2
 +
 +
</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....