Nieuws:

Welkom, Gast. Alsjeblieft inloggen of registreren.
Heb je de activerings-mail niet ontvangen?

Auteur Topic: probleem bij het updaten!  (gelezen 974 keer)

roelof92

  • Gast
probleem bij het updaten!
« Gepost op: 2008/10/26, 07:46:54 »
Ik heb een probleem tijdens het updaten, ik heb alle updates kunnen downloaden behalve: Linux-image-2.6.24-19-generic als ik deze installeer gaat er het volgende fout:
Foutmelding:
Citaat
E: /var/cache/apt/archives/linux-image-2.6.24-19-generic_2.6.24-19.41_i386.deb: unable to make backup link of `./boot/vmlinuz-2.6.24-19-generic' before installing new version
Wat moet ik doen om de update alsnog te kunnen gebruiken?

probleem bij het updaten!
« Reactie #1 Gepost op: 2008/10/26, 08:35:39 »
Laat eerst eens zien wat er allemaal in je /boot staat, en wat er allemaal in je archief met gedownloade bestanden staat.  Doe daarvoor achtereenvolgens in de terminalls /boot
ls /var/cache/apt/archives | grep linux
Omwille van de besparingen hebben ze het licht aan het eind van de tunnel ook uitgedaan...

roelof92

  • Gast
probleem bij het updaten!
« Reactie #2 Gepost op: 2008/10/26, 08:42:22 »
Citaat
roelof@roelof-laptop:~$ ls /boot
abi-2.6.24-16-386                 initrd.img-2.6.24-21-generic
abi-2.6.24-19-generic             initrd.img-2.6.24-21-generic.bak
abi-2.6.24-21-generic             memtest86+.bin
config-2.6.24-16-386              System.map-2.6.24-16-386
config-2.6.24-19-generic          System.map-2.6.24-19-generic
config-2.6.24-21-generic          System.map-2.6.24-21-generic
grub                              vmlinuz-2.6.24-16-386
initrd.img-2.6.24-16-386          vmlinuz-2.6.24-19-generic
initrd.img-2.6.24-19-generic      vmlinuz-2.6.24-21-generic
initrd.img-2.6.24-19-generic.bak
Citaat
roelof@roelof-laptop:~$ ls /var/cache/apt/archives | grep linux
linux-generic_2.6.24.21.23_i386.deb
linux-headers-2.6.24-19_2.6.24-19.41_all.deb
linux-headers-2.6.24-19-generic_2.6.24-19.41_i386.deb
linux-headers-2.6.24-21_2.6.24-21.42_all.deb
linux-headers-2.6.24-21-generic_2.6.24-21.42_i386.deb
linux-headers-generic_2.6.24.21.23_i386.deb
linux-image-2.6.24-16-386_2.6.24-16.30_i386.deb
linux-image-2.6.24-19-generic_2.6.24-19.41_i386.deb
linux-image-2.6.24-21-generic_2.6.24-21.42_i386.deb
linux-image-generic_2.6.24.21.23_i386.deb
linux-restricted-modules-2.6.24-19-generic_2.6.24.13-19.45_i386.deb
linux-restricted-modules-2.6.24-21-generic_2.6.24.14-21.51_i386.deb
linux-restricted-modules-common_2.6.24.14-21.51_all.deb
linux-restricted-modules-generic_2.6.24.21.23_i386.deb
linux-ubuntu-modules-2.6.24-21-generic_2.6.24-21.32_i386.deb

probleem bij het updaten!
« Reactie #3 Gepost op: 2008/10/26, 08:52:06 »
Wat staat er in je opstartmenu van grub ?
Welke kernel gebruik je momenteel ?
 (vind dit rare fout: ik heb bij mezelf geen backups staan van vmlinuz files...)
Doe achtereenvolgens:
Citaat
cat /boot/grub/menu.lst
uname -r
Omwille van de besparingen hebben ze het licht aan het eind van de tunnel ook uitgedaan...

roelof92

  • Gast
probleem bij het updaten!
« Reactie #4 Gepost op: 2008/10/26, 09:23:38 »
Citaat
roelof@roelof-laptop:~$ cat /boot/grub/menu.lst
# 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 use 'savedefault' or your
# array will desync and will not let you boot your system.
default      0

## 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=F81C-8E4B loop=/ubuntu/disks/root.disk ro

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

## default grub root device
## e.g. groot=(hd0,0)
# groot=()/ubuntu/disks

## 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

## 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 8.04.1, kernel 2.6.24-21-generic
root      ()/ubuntu/disks
kernel      /boot/vmlinuz-2.6.24-21-generic root=UUID=F81C-8E4B loop=/ubuntu/disks/root.disk ro quiet splash
initrd      /boot/initrd.img-2.6.24-21-generic

title      Ubuntu 8.04.1, kernel 2.6.24-21-generic (recovery mode)
root      ()/ubuntu/disks
kernel      /boot/vmlinuz-2.6.24-21-generic root=UUID=F81C-8E4B loop=/ubuntu/disks/root.disk ro single
initrd      /boot/initrd.img-2.6.24-21-generic

title      Ubuntu 8.04.1, kernel 2.6.24-19-generic
root      ()/ubuntu/disks
kernel      /boot/vmlinuz-2.6.24-19-generic root=UUID=F81C-8E4B loop=/ubuntu/disks/root.disk ro quiet splash
initrd      /boot/initrd.img-2.6.24-19-generic

title      Ubuntu 8.04.1, kernel 2.6.24-19-generic (recovery mode)
root      ()/ubuntu/disks
kernel      /boot/vmlinuz-2.6.24-19-generic root=UUID=F81C-8E4B loop=/ubuntu/disks/root.disk ro single
initrd      /boot/initrd.img-2.6.24-19-generic

title      Ubuntu 8.04.1, kernel 2.6.24-16-386
root      ()/ubuntu/disks
kernel      /boot/vmlinuz-2.6.24-16-386 root=UUID=F81C-8E4B loop=/ubuntu/disks/root.disk ro quiet splash
initrd      /boot/initrd.img-2.6.24-16-386

title      Ubuntu 8.04.1, kernel 2.6.24-16-386 (recovery mode)
root      ()/ubuntu/disks
kernel      /boot/vmlinuz-2.6.24-16-386 root=UUID=F81C-8E4B loop=/ubuntu/disks/root.disk ro single
initrd      /boot/initrd.img-2.6.24-16-386

title      Ubuntu 8.04.1, memtest86+
root      ()/ubuntu/disks
kernel      /boot/memtest86+.bin

### END DEBIAN AUTOMAGIC KERNELS LIST

# This is a divider, added to separate the menu items below from the Debian
# ones.
title      Other operating systems:
root


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


# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda2
title      Microsoft Windows XP Home Edition
root      (hd0,1)
savedefault
chainloader   +1
En:
Citaat
roelof@roelof-laptop:~$ uname -r
2.6.24-21-generic

probleem bij het updaten!
« Reactie #5 Gepost op: 2008/10/26, 11:27:12 »
Vermits je nu toch de kernel 21 gebruikt, is er eigenlijk geen probleem...
Het zou kunnen dat je bij de volgende nieuwe kernel weer een foutmelding krijgt, dan post je die hier maar.
Kun je ondertussen gewoon updaten en Synaptic gebruiken ?

Laatste vraag: is dit een installatie "binnen Windows" ?
Omwille van de besparingen hebben ze het licht aan het eind van de tunnel ook uitgedaan...

Offline rja

  • Lid
probleem bij het updaten!
« Reactie #6 Gepost op: 2008/10/26, 11:29:12 »
Heb je boot op een aparte partitie staan ?

Heb je genoeg schijfruimte ?

Geeft eens de output van df -h, in een terminal.

probleem bij het updaten!
« Reactie #7 Gepost op: 2008/10/26, 11:33:01 »
Goed gezien Prosper !

Vrees idd dat dit op een endles loop partitie staat, geinstalleerd met Wubi.
I don't suffer from insanity, I enjoy every minute of it.
Microsoft geeft je een raam, Linux geeft je een heel huis :D

roelof92

  • Gast
probleem bij het updaten!
« Reactie #8 Gepost op: 2008/10/26, 23:52:37 »
Nouja dan wacht ik af, raar dat het nog in de update lijst staat. Synaptic en software installatie doet het prima, waarschijnlijk komt het dus erdoor dat ik een wubi installatie heb gedaan.

roelof92

  • Gast
probleem bij het updaten!
« Reactie #9 Gepost op: 2008/10/27, 21:14:48 »
Citaat
roelof@roelof-laptop:~$ df -h
Filesystem            Size Used Avail Use% Mounted on
/host/ubuntu/disks/root.disk
                      3.7G  666M  2.9G  19% /
varrun                502M  116K  501M   1% /var/run
varlock               502M     0  502M   0% /var/lock
udev                  502M   44K  502M   1% /dev
devshm                502M   52K  501M   1% /dev/shm
lrm                   502M   39M  463M   8% /lib/modules/2.6.24-21-generic/volatile
/host/ubuntu/disks/home.disk
                      3.7G  191M  3.4G   6% /home
/host/ubuntu/disks/usr.disk
                      3.7G  2.1G  1.5G  60% /usr
gvfs-fuse-daemon      3.7G  666M  2.9G  19% /home/roelof/.gvfs