Passaggio di versione dalla 8.10 alla 9.04
Passaggio di versione dalla 8.10 alla 9.04
Come da oggetto ho fatto l'upgrade alla nuova versione 9.04
Nelle ultime fasi di installazione però ....devo aver sbagliato qualcosa perchè dopo il
riavvio nel boot non c'è traccia della versione 9.04 ma è rimasta la 8.10 ??
Forse , ma non ricordo bene , devo avergli detto di non aggiornare il file menu.lst !!
Se fosse cosi posso rimediare in qualche modo ??
grazie
Nelle ultime fasi di installazione però ....devo aver sbagliato qualcosa perchè dopo il
riavvio nel boot non c'è traccia della versione 9.04 ma è rimasta la 8.10 ??
Forse , ma non ricordo bene , devo avergli detto di non aggiornare il file menu.lst !!
Se fosse cosi posso rimediare in qualche modo ??
grazie
Re: Passaggio di versione dalla 8.10 alla 9.04
in linea di massima potrebbe essere sufficiente modificare menu.lst. in ogni caso meglio controllare che tutto sia a posto. dai i seguenti comandi:renna70 ha scritto: Come da oggetto ho fatto l'upgrade alla nuova versione 9.04
Nelle ultime fasi di installazione però ....devo aver sbagliato qualcosa perchè dopo il
riavvio nel boot non c'è traccia della versione 9.04 ma è rimasta la 8.10 ??
Forse , ma non ricordo bene , devo avergli detto di non aggiornare il file menu.lst !!
Se fosse cosi posso rimediare in qualche modo ??
grazie
Codice: Seleziona tutto
sudo dpkg --configure -aCodice: Seleziona tutto
cat /boot/grub/menu.lstCodice: Seleziona tutto
dpkg -l | grep linux-image-
andrea1970
- Prode Principiante
- Messaggi: 2
- Iscrizione: martedì 19 agosto 2008, 10:30
Re: Passaggio di versione dalla 8.10 alla 9.04
Ho fatto come mi hai detto questo è il risultato :
andrea@andrea-desktop:~$ sudo dpkg --configure -a
[sudo] password for andrea:
andrea@andrea-desktop:~$ cat /boot/grub/menu.lst
default 0
timeout 25
color cyan/blue white/blue
### 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=7c16f8f7-687a-4eb1-973c-7a46c7489c21 ro
## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,4)
## 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=vga=788
## 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
## specify if running in Xen domU or have grub detect automatically
## update-grub will ignore non-xen kernels when running in domU and vice versa
## e.g. indomU=detect
## indomU=true
## indomU=false
# indomU=detect
## 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.10, kernel 2.6.27-9-generic
root (hd0,4)
kernel /boot/vmlinuz-2.6.27-9-generic root=UUID=7c16f8f7-687a-4eb1-973c-7a46c7489c21 ro quiet splash vga=788
initrd /boot/initrd.img-2.6.27-9-generic
title Ubuntu 8.10, kernel 2.6.27-9-generic (recovery mode)
root (hd0,4)
kernel /boot/vmlinuz-2.6.27-9-generic root=UUID=7c16f8f7-687a-4eb1-973c-7a46c7489c21 ro single
initrd /boot/initrd.img-2.6.27-9-generic
title Ubuntu 8.10, kernel 2.6.24-22-generic
root (hd0,4)
kernel /boot/vmlinuz-2.6.24-22-generic root=UUID=7c16f8f7-687a-4eb1-973c-7a46c7489c21 ro quiet splash vga=788
initrd /boot/initrd.img-2.6.24-22-generic
title Ubuntu 8.10, kernel 2.6.24-22-generic (recovery mode)
root (hd0,4)
kernel /boot/vmlinuz-2.6.24-22-generic root=UUID=7c16f8f7-687a-4eb1-973c-7a46c7489c21 ro single
initrd /boot/initrd.img-2.6.24-22-generic
title Ubuntu 8.10, memtest86+
root (hd0,4)
kernel /boot/memtest86+.bin
### END DEBIAN AUTOMAGIC KERNELS LIST
title Other operating systems:
root
title Microsoft Windows XP Professional
root (hd0,0)
chainloader +1
savedefault
makeactive
andrea@andrea-desktop:~$ dpkg -l |grep linux-image
ii linux-image-2.6.24-16-generic 2.6.24-16.30 Linux kernel image for version 2.6.24 on x86/x86_64
ii linux-image-2.6.24-19-generic 2.6.24-19.41 Linux kernel image for version 2.6.24 on x86/x86_64
ii linux-image-2.6.24-21-generic 2.6.24-21.43 Linux kernel image for version 2.6.24 on x86/x86_64
ii linux-image-2.6.24-22-generic 2.6.24-22.45 Linux kernel image for version 2.6.24 on x86/x86_64
rc linux-image-2.6.27-11-generic 2.6.27-11.27 Linux kernel image for version 2.6.27 on x86/x86_64
ii linux-image-2.6.27-9-generic 2.6.27-9.19 Linux kernel image for version 2.6.27 on x86/x86_64
ii linux-image-2.6.28-11-generic 2.6.28-11.42 Linux kernel image for version 2.6.28 on x86/x86_64
ii linux-image-generic 2.6.28.11.15 Generic Linux kernel image
andrea@andrea-desktop:~$
....ma cosa ho fatto ???
andrea@andrea-desktop:~$ sudo dpkg --configure -a
[sudo] password for andrea:
andrea@andrea-desktop:~$ cat /boot/grub/menu.lst
default 0
timeout 25
color cyan/blue white/blue
### 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=7c16f8f7-687a-4eb1-973c-7a46c7489c21 ro
## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,4)
## 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=vga=788
## 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
## specify if running in Xen domU or have grub detect automatically
## update-grub will ignore non-xen kernels when running in domU and vice versa
## e.g. indomU=detect
## indomU=true
## indomU=false
# indomU=detect
## 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.10, kernel 2.6.27-9-generic
root (hd0,4)
kernel /boot/vmlinuz-2.6.27-9-generic root=UUID=7c16f8f7-687a-4eb1-973c-7a46c7489c21 ro quiet splash vga=788
initrd /boot/initrd.img-2.6.27-9-generic
title Ubuntu 8.10, kernel 2.6.27-9-generic (recovery mode)
root (hd0,4)
kernel /boot/vmlinuz-2.6.27-9-generic root=UUID=7c16f8f7-687a-4eb1-973c-7a46c7489c21 ro single
initrd /boot/initrd.img-2.6.27-9-generic
title Ubuntu 8.10, kernel 2.6.24-22-generic
root (hd0,4)
kernel /boot/vmlinuz-2.6.24-22-generic root=UUID=7c16f8f7-687a-4eb1-973c-7a46c7489c21 ro quiet splash vga=788
initrd /boot/initrd.img-2.6.24-22-generic
title Ubuntu 8.10, kernel 2.6.24-22-generic (recovery mode)
root (hd0,4)
kernel /boot/vmlinuz-2.6.24-22-generic root=UUID=7c16f8f7-687a-4eb1-973c-7a46c7489c21 ro single
initrd /boot/initrd.img-2.6.24-22-generic
title Ubuntu 8.10, memtest86+
root (hd0,4)
kernel /boot/memtest86+.bin
### END DEBIAN AUTOMAGIC KERNELS LIST
title Other operating systems:
root
title Microsoft Windows XP Professional
root (hd0,0)
chainloader +1
savedefault
makeactive
andrea@andrea-desktop:~$ dpkg -l |grep linux-image
ii linux-image-2.6.24-16-generic 2.6.24-16.30 Linux kernel image for version 2.6.24 on x86/x86_64
ii linux-image-2.6.24-19-generic 2.6.24-19.41 Linux kernel image for version 2.6.24 on x86/x86_64
ii linux-image-2.6.24-21-generic 2.6.24-21.43 Linux kernel image for version 2.6.24 on x86/x86_64
ii linux-image-2.6.24-22-generic 2.6.24-22.45 Linux kernel image for version 2.6.24 on x86/x86_64
rc linux-image-2.6.27-11-generic 2.6.27-11.27 Linux kernel image for version 2.6.27 on x86/x86_64
ii linux-image-2.6.27-9-generic 2.6.27-9.19 Linux kernel image for version 2.6.27 on x86/x86_64
ii linux-image-2.6.28-11-generic 2.6.28-11.42 Linux kernel image for version 2.6.28 on x86/x86_64
ii linux-image-generic 2.6.28.11.15 Generic Linux kernel image
andrea@andrea-desktop:~$
....ma cosa ho fatto ???
Re: Passaggio di versione dalla 8.10 alla 9.04
aggiuni queste righe prima del primo kernel, dopo la riga:
## ## End Default Options ##
per modificare menu.lst puoi editarlo con gksu gedit /boot/grub/menu.lst.
al riavvio ti troverai due voci in più.
## ## End Default Options ##
Codice: Seleziona tutto
title Ubuntu 9.04, kernel 2.6.28-11-generic
root (hd0,4)
kernel /boot/vmlinuz-2.6.28-11-generic root=UUID=7c16f8f7-687a-4eb1-973c-7a46c7489c21 ro quiet splash vga=788
initrd /boot/initrd.img-2.6.28-11-generic
title Ubuntu 9.04, kernel 2.6.28-11-generic (recovery mode)
root (hd0,4)
kernel /boot/vmlinuz-2.6.28-11-generic root=UUID=7c16f8f7-687a-4eb1-973c-7a46c7489c21 ro single
initrd /boot/initrd.img-2.6.28-11-generical riavvio ti troverai due voci in più.
-
andrea1970
- Prode Principiante
- Messaggi: 2
- Iscrizione: martedì 19 agosto 2008, 10:30
Re: Passaggio di versione dalla 8.10 alla 9.04
Grazie mille . Operazione riuscita . :)
;
Chi c’è in linea
Visualizzano questa sezione: 0 utenti iscritti e 5 ospiti
