Modifica partizioni hard disk

Installazione, configurazione e uso di programmi e strumenti.
Scrivi risposta
fotia
Prode Principiante
Messaggi: 36
Iscrizione: sabato 15 novembre 2008, 15:16

Modifica partizioni hard disk

Messaggio da fotia »

Ciao,
avendo ubuntu sulla partizione /dev/sda1 e windows sulla /dev/sda2, è possibile scambiare le partizioni al fine di rendere primaria la partizione di windows senza dover formattare tutto?
Tale operazione si può fare con gparted?
Grazie
Avatar utente
steff
Moderatore Globale
Moderatore Globale
Messaggi: 40368
Iscrizione: domenica 18 febbraio 2007, 19:48
Desktop: LXQt+labwc
Distribuzione: Arch; Debian; Ubuntu Server
Sesso: Maschile
Località: Toscana
Contatti:

Re: Modifica partizioni hard disk

Messaggio da steff »

Sono entrambe primarie con quei numeri. Non vuole partire dalla seconda partizione?
Hai fatto un backup oggi? Ieri?? Quando???
La Documentazione da consultare e la FAQ sul uso del forum
Sistemi: LXQt - semplice, modulare e configurabile + *ubuntu in Vbox
fotia
Prode Principiante
Messaggi: 36
Iscrizione: sabato 15 novembre 2008, 15:16

Re: Modifica partizioni hard disk

Messaggio da fotia »

steff ha scritto: Sono entrambe primarie con quei numeri. Non vuole partire dalla seconda partizione?
Esattamente. Ho aperto un altro post e mi hanno suggerito, dopo alcuni tentativi, di aggiungere al file /boot/grub/menu.lst il codice

Codice: Seleziona tutto

title Windows XP 
map (hd0,0) (hd0,1)
map (hd0,1) (hd0,0)
rootnoverify (hd0,1)
makeactive
chainloader +1
boot

Il codice l ho inserito in FONDO al file in questione, come riportato.

Codice: Seleziona tutto

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

## 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=b2282e50-7335-48bf-9832-5670ac89b99a ro

## default grub root device
## e.g. groot=(hd0,0)
# groot=b2282e50-7335-48bf-9832-5670ac89b99a

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

## 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 9.04, kernel 2.6.28-19-generic
uuid		b2282e50-7335-48bf-9832-5670ac89b99a
kernel		/boot/vmlinuz-2.6.28-19-generic root=UUID=b2282e50-7335-48bf-9832-5670ac89b99a ro quiet splash 
initrd		/boot/initrd.img-2.6.28-19-generic
quiet

title		Ubuntu 9.04, kernel 2.6.28-19-generic (recovery mode)
uuid		b2282e50-7335-48bf-9832-5670ac89b99a
kernel		/boot/vmlinuz-2.6.28-19-generic root=UUID=b2282e50-7335-48bf-9832-5670ac89b99a ro  single
initrd		/boot/initrd.img-2.6.28-19-generic

title		Ubuntu 9.04, kernel 2.6.28-18-generic
uuid		b2282e50-7335-48bf-9832-5670ac89b99a
kernel		/boot/vmlinuz-2.6.28-18-generic root=UUID=b2282e50-7335-48bf-9832-5670ac89b99a ro quiet splash 
initrd		/boot/initrd.img-2.6.28-18-generic
quiet

title		Ubuntu 9.04, kernel 2.6.28-18-generic (recovery mode)
uuid		b2282e50-7335-48bf-9832-5670ac89b99a
kernel		/boot/vmlinuz-2.6.28-18-generic root=UUID=b2282e50-7335-48bf-9832-5670ac89b99a ro  single
initrd		/boot/initrd.img-2.6.28-18-generic

title		Ubuntu 9.04, kernel 2.6.28-17-generic
uuid		b2282e50-7335-48bf-9832-5670ac89b99a
kernel		/boot/vmlinuz-2.6.28-17-generic root=UUID=b2282e50-7335-48bf-9832-5670ac89b99a ro quiet splash 
initrd		/boot/initrd.img-2.6.28-17-generic
quiet

title		Ubuntu 9.04, kernel 2.6.28-17-generic (recovery mode)
uuid		b2282e50-7335-48bf-9832-5670ac89b99a
kernel		/boot/vmlinuz-2.6.28-17-generic root=UUID=b2282e50-7335-48bf-9832-5670ac89b99a ro  single
initrd		/boot/initrd.img-2.6.28-17-generic

title		Ubuntu 9.04, kernel 2.6.28-16-generic
uuid		b2282e50-7335-48bf-9832-5670ac89b99a
kernel		/boot/vmlinuz-2.6.28-16-generic root=UUID=b2282e50-7335-48bf-9832-5670ac89b99a ro quiet splash 
initrd		/boot/initrd.img-2.6.28-16-generic
quiet

title		Ubuntu 9.04, kernel 2.6.28-16-generic (recovery mode)
uuid		b2282e50-7335-48bf-9832-5670ac89b99a
kernel		/boot/vmlinuz-2.6.28-16-generic root=UUID=b2282e50-7335-48bf-9832-5670ac89b99a ro  single
initrd		/boot/initrd.img-2.6.28-16-generic

title		Ubuntu 9.04, kernel 2.6.28-15-generic
uuid		b2282e50-7335-48bf-9832-5670ac89b99a
kernel		/boot/vmlinuz-2.6.28-15-generic root=UUID=b2282e50-7335-48bf-9832-5670ac89b99a ro quiet splash 
initrd		/boot/initrd.img-2.6.28-15-generic
quiet

title		Ubuntu 9.04, kernel 2.6.28-15-generic (recovery mode)
uuid		b2282e50-7335-48bf-9832-5670ac89b99a
kernel		/boot/vmlinuz-2.6.28-15-generic root=UUID=b2282e50-7335-48bf-9832-5670ac89b99a ro  single
initrd		/boot/initrd.img-2.6.28-15-generic

title		Ubuntu 9.04, kernel 2.6.28-14-generic
uuid		b2282e50-7335-48bf-9832-5670ac89b99a
kernel		/boot/vmlinuz-2.6.28-14-generic root=UUID=b2282e50-7335-48bf-9832-5670ac89b99a ro quiet splash 
initrd		/boot/initrd.img-2.6.28-14-generic
quiet

title		Ubuntu 9.04, kernel 2.6.28-14-generic (recovery mode)
uuid		b2282e50-7335-48bf-9832-5670ac89b99a
kernel		/boot/vmlinuz-2.6.28-14-generic root=UUID=b2282e50-7335-48bf-9832-5670ac89b99a ro  single
initrd		/boot/initrd.img-2.6.28-14-generic

title		Ubuntu 9.04, kernel 2.6.28-11-generic
uuid		b2282e50-7335-48bf-9832-5670ac89b99a
kernel		/boot/vmlinuz-2.6.28-11-generic root=UUID=b2282e50-7335-48bf-9832-5670ac89b99a ro quiet splash 
initrd		/boot/initrd.img-2.6.28-11-generic
quiet

title		Ubuntu 9.04, kernel 2.6.28-11-generic (recovery mode)
uuid		b2282e50-7335-48bf-9832-5670ac89b99a
kernel		/boot/vmlinuz-2.6.28-11-generic root=UUID=b2282e50-7335-48bf-9832-5670ac89b99a ro  single
initrd		/boot/initrd.img-2.6.28-11-generic

title		Ubuntu 9.04, memtest86+
uuid		b2282e50-7335-48bf-9832-5670ac89b99a
kernel		/boot/memtest86+.bin
quiet

title Windows XP 
map (hd0,0) (hd0,1)
map (hd0,1) (hd0,0)
rootnoverify (hd0,1)
makeactive
chainloader +1
boot

### END DEBIAN AUTOMAGIC KERNELS LIST
Non riesco a far partire Win in fase di avvio. Qualche idea nuova?

Grazie
Avatar utente
steff
Moderatore Globale
Moderatore Globale
Messaggi: 40368
Iscrizione: domenica 18 febbraio 2007, 19:48
Desktop: LXQt+labwc
Distribuzione: Arch; Debian; Ubuntu Server
Sesso: Maschile
Località: Toscana
Contatti:

Re: Modifica partizioni hard disk

Messaggio da steff »

Non so se grub supporta il mapping delle partizioni, di solito si usa per dischi. 
Ma una volta mappata non dovrebbe essere  così?
rootnoverify (hd0,0)
Hai fatto un backup oggi? Ieri?? Quando???
La Documentazione da consultare e la FAQ sul uso del forum
Sistemi: LXQt - semplice, modulare e configurabile + *ubuntu in Vbox
fotia
Prode Principiante
Messaggi: 36
Iscrizione: sabato 15 novembre 2008, 15:16

Re: Modifica partizioni hard disk

Messaggio da fotia »

steff ha scritto: Non so se grub supporta il mapping delle partizioni, di solito si usa per dischi. 
Ma una volta mappata non dovrebbe essere  così?
rootnoverify (hd0,0)
non so...ora provo a modificare la stringa e riavviare
fotia
Prode Principiante
Messaggi: 36
Iscrizione: sabato 15 novembre 2008, 15:16

Re: Modifica partizioni hard disk

Messaggio da fotia »

steff ha scritto: Non so se grub supporta il mapping delle partizioni, di solito si usa per dischi.  
Ma una volta mappata non dovrebbe essere  così?
rootnoverify (hd0,0)
NIente da fare...non va neanche modificandolo così...

Da quanto mi hai datto, ho installato win su una PARTIZIONE PRIMARIA (/dev/sda2)?
Perchè mi hanno detto il contrario e probabilmente non riesco a settare il dual boot proprio per questo motivo.
Alcuni mi hanno suggerito di mettere win su /dev/sda1...
Ciò significa formattare nuovamente tutto e fare le partizioni giuste per win e ubuntu del disco con gparted  >:(
Avatar utente
steff
Moderatore Globale
Moderatore Globale
Messaggi: 40368
Iscrizione: domenica 18 febbraio 2007, 19:48
Desktop: LXQt+labwc
Distribuzione: Arch; Debian; Ubuntu Server
Sesso: Maschile
Località: Toscana
Contatti:

Re: Modifica partizioni hard disk

Messaggio da steff »

Il sistema di ubuntu potresti copiare su una altra partizione, volendo. Posta una schermata di gparted
Hai fatto un backup oggi? Ieri?? Quando???
La Documentazione da consultare e la FAQ sul uso del forum
Sistemi: LXQt - semplice, modulare e configurabile + *ubuntu in Vbox
fotia
Prode Principiante
Messaggi: 36
Iscrizione: sabato 15 novembre 2008, 15:16

Re: Modifica partizioni hard disk

Messaggio da fotia »

steff ha scritto: Il sistema di ubuntu potresti copiare su una altra partizione, volendo. Posta una schermata di gparted
Non riesco a postartela adesso. ll disco è da 80 GB

/dev/sda2    ntfs      win    22.50GB (di cui 2.62 utilizzati)                  boot

oltre alla partizione di ubuntu:

/dev/sda1    ext3              49.16GB (di cui 39.97 utilizzati)

e quella di swap /dev/sda3
Avatar utente
steff
Moderatore Globale
Moderatore Globale
Messaggi: 40368
Iscrizione: domenica 18 febbraio 2007, 19:48
Desktop: LXQt+labwc
Distribuzione: Arch; Debian; Ubuntu Server
Sesso: Maschile
Località: Toscana
Contatti:

Re: Modifica partizioni hard disk

Messaggio da steff »

Non  è possibile che windows abbi solo 2gb, il minimo che occupa sono 6 credo.

Non c'è spazio per copiare ubuntu, se non hai un altro disco.
Hai fatto un backup oggi? Ieri?? Quando???
La Documentazione da consultare e la FAQ sul uso del forum
Sistemi: LXQt - semplice, modulare e configurabile + *ubuntu in Vbox
fotia
Prode Principiante
Messaggi: 36
Iscrizione: sabato 15 novembre 2008, 15:16

Re: Modifica partizioni hard disk

Messaggio da fotia »

steff ha scritto: Non  è possibile che windows abbi solo 2gb, il minimo che occupa sono 6 credo.

Non c'è spazio per copiare ubuntu, se non hai un altro disco.
Non so cosa dirti...lo spazio occupato è quello che si legge dalla schermata di gparted...
Ad ogni modo non ho ancora risolto questo problema..
Non sai da cosa potrebbe dipendere? Se formatassi tutto l'hard disk e partizionassi in modo tale da avere win in /dev/sda1 avrei ancora problemi nella configurazione dual boot del grub?

Ho letto (MA TI CHIEDO CONFERMA) che la partizione /dev/sda2 è ancora PRIMARIA, comunque.
Avatar utente
steff
Moderatore Globale
Moderatore Globale
Messaggi: 40368
Iscrizione: domenica 18 febbraio 2007, 19:48
Desktop: LXQt+labwc
Distribuzione: Arch; Debian; Ubuntu Server
Sesso: Maschile
Località: Toscana
Contatti:

Re: Modifica partizioni hard disk

Messaggio da steff »

Confermo. Non so dirti niente su windows, ma credo che sia corrotto, se accedi a sda2 dal cd live vedi tutti i file del sistema?

Codice: Seleziona tutto

sudo parted -l 
per vedere il tipo di partizione
Hai fatto un backup oggi? Ieri?? Quando???
La Documentazione da consultare e la FAQ sul uso del forum
Sistemi: LXQt - semplice, modulare e configurabile + *ubuntu in Vbox
fotia
Prode Principiante
Messaggi: 36
Iscrizione: sabato 15 novembre 2008, 15:16

Re: Modifica partizioni hard disk

Messaggio da fotia »

steff ha scritto: Confermo. Non so dirti niente su windows, ma credo che sia corrotto, se accedi a sda2 dal cd live vedi tutti i file del sistema?

Codice: Seleziona tutto

sudo parted -l 
per vedere il tipo di partizione
Ho controllato con il live cd e penso che sia tutto ok. Riesco ad accedere alla partizione sda2 e vedere eventualmente i file system.
Penso che non dipenda da windows il fatto di non riuscire ad impostare il dual boot.

Ad ogni modo ha fatto un altro tentativo ed ho provato a modificare il contenuto del file /boot/grub/menu.lst (è il file di impostazione del grub), aggiungendo la seguente istruzione IN CIMA alle immagini del mio kernel:

Codice: Seleziona tutto

title Windows XP 
map (hd0,0) (hd0,1)
map (hd0,1) (hd0,0)
rootnoverify (hd0,0)
makeactive
chainloader +1
boot
in modo da avere nel file questa situazione:

Codice: Seleziona tutto

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		5

## 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=b2282e50-7335-48bf-9832-5670ac89b99a ro

## default grub root device
## e.g. groot=(hd0,0)
# groot=b2282e50-7335-48bf-9832-5670ac89b99a

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

## 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 Windows XP 
map (hd0,0) (hd0,1)
map (hd0,1) (hd0,0)
rootnoverify (hd0,0)
makeactive
chainloader +1
boot

title		Ubuntu 9.04, kernel 2.6.28-19-generic
uuid		b2282e50-7335-48bf-9832-5670ac89b99a
kernel		/boot/vmlinuz-2.6.28-19-generic root=UUID=b2282e50-7335-48bf-9832-5670ac89b99a ro quiet splash 
initrd		/boot/initrd.img-2.6.28-19-generic
quiet

title		Ubuntu 9.04, kernel 2.6.28-19-generic (recovery mode)
uuid		b2282e50-7335-48bf-9832-5670ac89b99a
kernel		/boot/vmlinuz-2.6.28-19-generic root=UUID=b2282e50-7335-48bf-9832-5670ac89b99a ro  single
initrd		/boot/initrd.img-2.6.28-19-generic

title		Ubuntu 9.04, kernel 2.6.28-18-generic
uuid		b2282e50-7335-48bf-9832-5670ac89b99a
kernel		/boot/vmlinuz-2.6.28-18-generic root=UUID=b2282e50-7335-48bf-9832-5670ac89b99a ro quiet splash 
initrd		/boot/initrd.img-2.6.28-18-generic
quiet

title		Ubuntu 9.04, kernel 2.6.28-18-generic (recovery mode)
uuid		b2282e50-7335-48bf-9832-5670ac89b99a
kernel		/boot/vmlinuz-2.6.28-18-generic root=UUID=b2282e50-7335-48bf-9832-5670ac89b99a ro  single
initrd		/boot/initrd.img-2.6.28-18-generic

title		Ubuntu 9.04, kernel 2.6.28-17-generic
uuid		b2282e50-7335-48bf-9832-5670ac89b99a
kernel		/boot/vmlinuz-2.6.28-17-generic root=UUID=b2282e50-7335-48bf-9832-5670ac89b99a ro quiet splash 
initrd		/boot/initrd.img-2.6.28-17-generic
quiet

title		Ubuntu 9.04, kernel 2.6.28-17-generic (recovery mode)
uuid		b2282e50-7335-48bf-9832-5670ac89b99a
kernel		/boot/vmlinuz-2.6.28-17-generic root=UUID=b2282e50-7335-48bf-9832-5670ac89b99a ro  single
initrd		/boot/initrd.img-2.6.28-17-generic

title		Ubuntu 9.04, kernel 2.6.28-16-generic
uuid		b2282e50-7335-48bf-9832-5670ac89b99a
kernel		/boot/vmlinuz-2.6.28-16-generic root=UUID=b2282e50-7335-48bf-9832-5670ac89b99a ro quiet splash 
initrd		/boot/initrd.img-2.6.28-16-generic
quiet

title		Ubuntu 9.04, kernel 2.6.28-16-generic (recovery mode)
uuid		b2282e50-7335-48bf-9832-5670ac89b99a
kernel		/boot/vmlinuz-2.6.28-16-generic root=UUID=b2282e50-7335-48bf-9832-5670ac89b99a ro  single
initrd		/boot/initrd.img-2.6.28-16-generic

title		Ubuntu 9.04, kernel 2.6.28-15-generic
uuid		b2282e50-7335-48bf-9832-5670ac89b99a
kernel		/boot/vmlinuz-2.6.28-15-generic root=UUID=b2282e50-7335-48bf-9832-5670ac89b99a ro quiet splash 
initrd		/boot/initrd.img-2.6.28-15-generic
quiet

title		Ubuntu 9.04, kernel 2.6.28-15-generic (recovery mode)
uuid		b2282e50-7335-48bf-9832-5670ac89b99a
kernel		/boot/vmlinuz-2.6.28-15-generic root=UUID=b2282e50-7335-48bf-9832-5670ac89b99a ro  single
initrd		/boot/initrd.img-2.6.28-15-generic

title		Ubuntu 9.04, kernel 2.6.28-14-generic
uuid		b2282e50-7335-48bf-9832-5670ac89b99a
kernel		/boot/vmlinuz-2.6.28-14-generic root=UUID=b2282e50-7335-48bf-9832-5670ac89b99a ro quiet splash 
initrd		/boot/initrd.img-2.6.28-14-generic
quiet

title		Ubuntu 9.04, kernel 2.6.28-14-generic (recovery mode)
uuid		b2282e50-7335-48bf-9832-5670ac89b99a
kernel		/boot/vmlinuz-2.6.28-14-generic root=UUID=b2282e50-7335-48bf-9832-5670ac89b99a ro  single
initrd		/boot/initrd.img-2.6.28-14-generic

title		Ubuntu 9.04, kernel 2.6.28-11-generic
uuid		b2282e50-7335-48bf-9832-5670ac89b99a
kernel		/boot/vmlinuz-2.6.28-11-generic root=UUID=b2282e50-7335-48bf-9832-5670ac89b99a ro quiet splash 
initrd		/boot/initrd.img-2.6.28-11-generic
quiet

title		Ubuntu 9.04, kernel 2.6.28-11-generic (recovery mode)
uuid		b2282e50-7335-48bf-9832-5670ac89b99a
kernel		/boot/vmlinuz-2.6.28-11-generic root=UUID=b2282e50-7335-48bf-9832-5670ac89b99a ro  single
initrd		/boot/initrd.img-2.6.28-11-generic

title		Ubuntu 9.04, memtest86+
uuid		b2282e50-7335-48bf-9832-5670ac89b99a
kernel		/boot/memtest86+.bin
quiet

### END DEBIAN AUTOMAGIC KERNELS LIST

Quando riavvio, il grub visualizza la lista dei kernel presenti (sia windows che tutte quelle versioni vecchie del kernel), dandomi però il seguente messaggio di errore:

ERROR 13: INVALID OR UNSUPPORTED EXECUTABLE FORMAT
Ultima modifica di fotia il lunedì 17 gennaio 2011, 10:50, modificato 1 volta in totale.
Scrivi risposta

Ritorna a “Applicazioni”

Chi c’è in linea

Visualizzano questa sezione: Majestic-12 [Bot] e 6 ospiti