WinFuture-Forum.de: Ubuntu Linux 2.6.22-14-generic - WinFuture-Forum.de

Zum Inhalt wechseln

Nachrichten zum Thema: Linux
Seite 1 von 1

Ubuntu Linux 2.6.22-14-generic mehrer kernel?


#1 Mitglied ist offline   Justus Jonas 

  • Gruppe: aktive Mitglieder
  • Beiträge: 472
  • Beigetreten: 21. Juli 04
  • Reputation: 0
  • Wohnort:Dresden

geschrieben 11. Mai 2008 - 17:38

hallo, habe mal wieder eine frage an leute die sich auskennen. wie man auf dem bild sehen kann habe ich verschiedene versionen vom "kernel". aber es starte nur die 2.6.22-14 statt 2.6.24-17. beim autom. update habe ich gesagt menu.ist behalten. das war wohl der fehler, oder? nun meine frage. wie kann ich die aktuelle version zum starten bringen - ohne das was schief läuft und benötige ich die restlichen? hoffe ich habe mich verständlich ausgedrückt.

mfg

ps: ansonsten sehr zufrieden mit ubuntu/linux

hier meine menu.Ist

Zitat

# menu.lst - See: grub(8), info grub, update-grub(8)
# grub-install(8), grub-floppy(8),
# grub-md5-crypt, /usr/share/doc/grub
# and /usr/share/doc/grub-doc/.

## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not change this entry to 'saved' or your
# array will desync and will not let you boot your system.
default 1

## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout 10

## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
#hiddenmenu

# Pretty colours
#color cyan/blue white/blue

## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line) and entries protected by the
# command 'lock'
# e.g. password topsecret
# password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
# password topsecret

#
# examples
#
# title Windows 95/98/NT/2000
# root (hd0,0)
# makeactive
# chainloader +1
#
# title Linux
# root (hd0,1)
# kernel /vmlinuz root=/dev/hda2 ro
#

#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST

### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below

## DO NOT UNCOMMENT THEM, Just edit them to your needs

## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
## kopt_2_6_8=root=/dev/hdc1 ro
## kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=UUID=d95f518f-5a8e-49f0-8098-bd4e12d83562 ro

## Setup crashdump menu entries
## e.g. crashdump=1
# crashdump=0

## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,2)

## should update-grub create alternative automagic boot options
## e.g. alternative=true
## alternative=false
# alternative=true

## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
## lockalternative=false
# lockalternative=false

## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=quiet splash locale=de_DE

## should update-grub lock old automagic boot options
## e.g. lockold=false
## lockold=true
# lockold=false

## Xen hypervisor options to use with the default Xen boot option
# xenhopt=

## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0

## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
## altoptions=(recovery) single
# altoptions=(recovery mode) single

## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
## howmany=7
# howmany=all

## should update-grub create memtest86 boot option
## e.g. memtest86=true
## memtest86=false
# memtest86=true

## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false

## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false

## ## End Default Options ##

title Ubuntu
root (hd0,2)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=d95f518f-5a8e-49f0-8098-bd4e12d83562 ro quiet splash locale=de_DE
initrd /boot/initrd.img-2.6.22-14-generic
quiet


### END DEBIAN AUTOMAGIC KERNELS LIST

# This is a divider, added to separate the menu items below from the Debian
# ones.



# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
title Windows XP
root (hd0,0)
savedefault
makeactive
chainloader +1

Angehängte Miniaturbilder

  • Angehängtes Bild: Bildschirmfoto_GNOME_Commander.png

Dieser Beitrag wurde von Justus Jonas bearbeitet: 11. Mai 2008 - 17:46

0

Anzeige



#2 Mitglied ist offline   ph030 

  • Gruppe: aktive Mitglieder
  • Beiträge: 5.132
  • Beigetreten: 14. Juli 04
  • Reputation: 36
  • Geschlecht:unbekannt

geschrieben 11. Mai 2008 - 18:38

Einfach per
sudo $editor /boot/grub/menu.lst
das File öffnen und den Eintrag mit der -14 durch -17 ersetzen und dann neu booten. Nach einem erfolgreichen Reboot kannst du die überflüssigen Kernel dann löschen.

Wenn du auf Nummer sicher gehen willst - falls der neue Kernel nicht ordentlich booten sollte - dupliziere den Eintrag in der menu.lst und ändere entsprechend einmal -14 in -17.

Oder habe ich die Frage falsch interpretiert?
0

#3 Mitglied ist offline   Justus Jonas 

  • Gruppe: aktive Mitglieder
  • Beiträge: 472
  • Beigetreten: 21. Juli 04
  • Reputation: 0
  • Wohnort:Dresden

geschrieben 11. Mai 2008 - 18:45

nee schon gut. werde ich machen und bescheid geben. was ist aber mit den anderen dateien zb:
vmlinuz 2.6.22.14, abi2.6.22.14 , config2.6.22.14, system map2.6.22.14, initrd.img2.6.22.14?
0

#4 Mitglied ist offline   ph030 

  • Gruppe: aktive Mitglieder
  • Beiträge: 5.132
  • Beigetreten: 14. Juli 04
  • Reputation: 36
  • Geschlecht:unbekannt

geschrieben 11. Mai 2008 - 18:49

Die kannst du auch löschen, sobald der neue Kernel ordentlich gebootet hat, solltest sicherheitshalber vorher aber mal ein `ls -l /boot` ausführen, falls da noch irgendwas symlinked ist - sieht auf deinem Shot aber nicht danach aus.
0

#5 Mitglied ist offline   sкavєи 

  • Gruppe: aktive Mitglieder
  • Beiträge: 6.759
  • Beigetreten: 20. Juli 04
  • Reputation: 62
  • Geschlecht:Männlich
  • Wohnort:Stralsund

geschrieben 11. Mai 2008 - 19:03

@ph030: Deine Voschläge können unter Ubuntu zu argen Problemen mit dem Paketmanagement führen. Hatte das schonmal unter Debian.

@Justus Jonas: Statt die Dateien einfach zu löschen solltest du lieber dpkg -r linux-image-2.6.22.15[...] auführen. Also voher einmal nachgucken wie die Pakete exakt heißen und dann deinstallieren.
Eingefügtes Bild
Eingefügtes Bild
0

#6 Mitglied ist offline   Justus Jonas 

  • Gruppe: aktive Mitglieder
  • Beiträge: 472
  • Beigetreten: 21. Juli 04
  • Reputation: 0
  • Wohnort:Dresden

geschrieben 11. Mai 2008 - 20:57

@sкavєи @ph030

danke habe die alten versionen über synaptic paketverw. deinstalliert. und den tip mit dem duplizieren hat funktioniert.
0

#7 Mitglied ist offline   ph030 

  • Gruppe: aktive Mitglieder
  • Beiträge: 5.132
  • Beigetreten: 14. Juli 04
  • Reputation: 36
  • Geschlecht:unbekannt

geschrieben 11. Mai 2008 - 21:59

Grml, thx für den Hinweis...ist mir neu, dass das Paketmanagement sich auch um fertige Kernel kümmert - imho bescheuert, aber gut, wer's braucht.
0

Thema verteilen:


Seite 1 von 1

1 Besucher lesen dieses Thema
Mitglieder: 0, Gäste: 1, unsichtbare Mitglieder: 0