[Grub] Configurare Grub per dual boot Ubuntu 9.04-Win XP

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

[Grub] Configurare Grub per dual boot Ubuntu 9.04-Win XP

Messaggio da fotia »

Ciao,
come indicato dal titolo ho qualche problema a configurare il GRUB per il dual boot Ubuntu 9.04- Win Xp.
Avendo già installato Ubuntu 9.04, ho partizionato con gparted il mio hard disk al fine di installare Win XP. Tale operazione ha creato la seguente partizione windows:

/dev/sda2    ntfs      win    22.50GB                    boot

oltre alla partizione di ubuntu:

/dev/sda1    ext3              49.16GB

Dopo la partizione tramite l'uso del cd Supergrub, sono rientrato in Ubuntu, e tramite delle indicazioni sia sul forum che in rete, con il cd Live ho ripristinato il bootloader come segue:

Codice: Seleziona tutto

sudo grub
grub> find /boot/grub/stage1
 (hd0,0)
grub> root (hd0,0)
grub> setup (hd0)
grub> quit   


Ora, per configurare il grub in modalità dual boot, sono entrato nel  file /boot/grub/menu.lst
All'interno del file, nella parte rilevante alle modifiche, figurava questo:

Codice: Seleziona tutto

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

### END DEBIAN AUTOMAGIC KERNELS LIST

Ho provveduto ad aggiungere le seguenti righe PRIMA della scritta  ### END DEBIAN AUTOMAGIC KERNELS LIST  :

title Windows XP Professional
root (hd0,0)
savedefault
makeactive
chainloader +1

senza però ottenere l'effetto desiderato di poter scegliere, in fase di avvio, tra uno dei 2 sistemi installati.

PS:
Non ho provato ad inserire la suddetta istruzione IN CIMA alla ## END DEFAULT OPTION #, al fine di non combinare altri casini, preferendo chiedere prima a Voi.

Sapete come posso intervenire per risolvere il problema a questo punto?
Grazie dell'aiuto.
jerico
Tenace Tecnocrate
Tenace Tecnocrate
Messaggi: 19127
Iscrizione: lunedì 21 luglio 2008, 23:43
Desktop: Gnome
Distribuzione: Archlinux

Re: [Grub] Configurare Grub per dual boot Ubuntu 9.04-Win XP

Messaggio da jerico »

windows pretende di stare nella prima partizione del disco. tu ce l'hai in sda2....
prova ad aggiungere questo al menu.lst

Codice: Seleziona tutto

title Windows XP Professional
root (hd0,1)
map (hd0,0) (hd0,1)
map (hd0,1) (hd0,0)
savedefault
makeactive
chainloader +1
se non va metti questo
title Windows XP Professional
root (hd0,0)
map (hd0,0) (hd0,1)
map (hd0,1) (hd0,0)
savedefault
makeactive
chainloader +1
davide73
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 608
Iscrizione: giovedì 1 gennaio 2009, 17:17
Desktop: gnome
Distribuzione: Ubuntu 10.04.4 LTS i686
Località: Rimini

Re: [Grub] Configurare Grub per dual boot Ubuntu 9.04-Win XP

Messaggio da davide73 »

ho notato che hai parecchie immagini di kernel linux, una volta risolto il problema principale ti consiglio di eliminare tramite synaptic tutte le più vecchie tenendo solo le ultime due

Codice: Seleziona tutto

Ubuntu 9.04, kernel 2.6.28-19-generic
 e kernel 2.6.28-18-generic
da synaptic cerchi la stringa "linux-generic" e rimuovi (se ti va) quelle ormai più vecchie.
Al riavvio del sistema successivo Grub2 si aggiornerà automaticamente.
(b2b)
Davide
fotia
Prode Principiante
Messaggi: 36
Iscrizione: sabato 15 novembre 2008, 15:16

Re: [Grub] Configurare Grub per dual boot Ubuntu 9.04-Win XP

Messaggio da fotia »

Ho provato a digitare entrambe le istruzioni, ma non ha funzionato.
Potrebbe dipendere da tutte da tutte quelle immagini del kernel?
jerico
Tenace Tecnocrate
Tenace Tecnocrate
Messaggi: 19127
Iscrizione: lunedì 21 luglio 2008, 23:43
Desktop: Gnome
Distribuzione: Archlinux

Re: [Grub] Configurare Grub per dual boot Ubuntu 9.04-Win XP

Messaggio da jerico »

fotia ha scritto: Ho provato a digitare entrambe le istruzioni, ma non ha funzionato.
Potrebbe dipendere da tutte da tutte quelle immagini del kernel?
no.

prova così
title Windows XP Professional
map (hd0,0) (hd0,1)
map (hd0,1) (hd0,0)
rootnoverify (hd0,1)
makeactive
chainloader +1
boot
fotia
Prode Principiante
Messaggi: 36
Iscrizione: sabato 15 novembre 2008, 15:16

Re: [Grub] Configurare Grub per dual boot Ubuntu 9.04-Win XP

Messaggio da fotia »

niente ho provato anche l'ultima soluzione ma non succede nulla.
Potrebbe dipendere dalla versione di supergrub che ho utilizzato all'inizio?
jerico
Tenace Tecnocrate
Tenace Tecnocrate
Messaggi: 19127
Iscrizione: lunedì 21 luglio 2008, 23:43
Desktop: Gnome
Distribuzione: Archlinux

Re: [Grub] Configurare Grub per dual boot Ubuntu 9.04-Win XP

Messaggio da jerico »

fotia ha scritto: niente ho provato anche l'ultima soluzione ma non succede nulla.
Potrebbe dipendere dalla versione di supergrub che ho utilizzato all'inizio?
ma come fai? aggiungi quelle righe al menu.lst? postami
cat /boot/grub/menu.lst
fotia
Prode Principiante
Messaggi: 36
Iscrizione: sabato 15 novembre 2008, 15:16

Re: [Grub] Configurare Grub per dual boot Ubuntu 9.04-Win XP

Messaggio da fotia »

er
Ultima modifica di fotia il giovedì 13 gennaio 2011, 18:14, modificato 1 volta in totale.
fotia
Prode Principiante
Messaggi: 36
Iscrizione: sabato 15 novembre 2008, 15:16

Re: [Grub] Configurare Grub per dual boot Ubuntu 9.04-Win XP

Messaggio da fotia »

jerico ha scritto:
ma come fai? aggiungi quelle righe al menu.lst? postami
cat /boot/grub/menu.lst
Ecco cosa compare nel terminale:

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

Scrivi risposta

Ritorna a “Applicazioni”

Chi c’è in linea

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