Pagina 1 di 1

[Risolto] Grub2: inserire riga Win XP nel menù

Inviato: venerdì 3 dicembre 2010, 12:14
da dasca
Salve a tutti!

Inizialmente sul mio pc avevo installato Ubuntu 10.10 e successivamente Windows XP. Come tutti noi sappiamo, l'installazione di quest'ultimo comporta la sovrascrittura del boot loader e quindi decido di seguire questa guida http://wiki.ubuntu-it.org/Amministrazio ... Ripristino. Non riesco a ripristanare Grub dato che quando passo alla sua installazione ricevo un errore di non corretta lettura dello stage1. Quindi procedo al ripristino tramite SuperGrub scaricando e utilizzando Rescatux. Tutto va bene tranne che Grub non rileva Windows nel menù e quindi sono costretto a farlo partire con SuperGrubDisk (quindi non è un problema di XP dato che con questo metodo si avvia regolarmente).
Posto ora il risultato al comando

Codice: Seleziona tutto

sudo fdisk -l

Codice: Seleziona tutto

Disco /dev/sda: 122.9 GB, 122942324736 byte
255 testine, 63 settori/tracce, 14946 cilindri
Unità = cilindri di 16065 * 512 = 8225280 byte
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Identificativo disco: 0x547a9323

Dispositivo Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1       14947   120058880    7  HPFS/NTFS

Disco /dev/sdb: 500.1 GB, 500107862016 byte
255 testine, 63 settori/tracce, 60801 cilindri
Unità = cilindri di 16065 * 512 = 8225280 byte
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Identificativo disco: 0x0003fde6

Dispositivo Boot      Start         End      Blocks   Id  System
/dev/sdb1               1       60428   485382144   83  Linux
/dev/sdb2           60428       60802     3001345    5  Esteso
/dev/sdb5           60428       60802     3001344   82  Linux swap / Solaris
Come si può notare ho due HD, in uno vi è Ubuntu, nell'altro Windows. Ho riprovato un'altra volta a ripristinare Grub con Rescatux e come unico risultato ho ottenuto solo il cambio di nome degli HD (sda è diventato sdb e viceversa  ???).
Ora vorrei sapere se esiste un modo per poter aggiungere la riga che mi consente di far partire Windows nel menù di Grub.

Grazie anticipatamente!

Re: Grub2: inserire riga Win XP nel menù

Inviato: venerdì 3 dicembre 2010, 12:32
da patel
prova con un

Codice: Seleziona tutto

sudo update-grub
copia ed incolla qui quello che vedi a terminale

Re: Grub2: inserire riga Win XP nel menù

Inviato: venerdì 3 dicembre 2010, 12:42
da dasca

Codice: Seleziona tutto

Searching for GRUB installation directory ... found: /boot/grub
Searching for default file ... found: /boot/grub/default
Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst
Searching for splash image ... none found, skipping ...
Found kernel: /boot/vmlinuz-2.6.35-23-generic
Found kernel: /boot/vmlinuz-2.6.35-22-generic
Found GRUB 2: /boot/grub/core.img
Found kernel: /boot/memtest86+.bin
Updating /boot/grub/menu.lst ... done
Windows non sembra rilevarlo proprio.

Re: Grub2: inserire riga Win XP nel menù

Inviato: venerdì 3 dicembre 2010, 15:26
da patel
tu hai Ubuntu 10.10 ottenuto tramite parecchi avanzamenti di versione ed hai ancora il grub1, per ripristinare devi usare supergrub normale, poi se non vedi win devi editare a mano il menu.lst, posta

Codice: Seleziona tutto

cat /boot/grub/menu.lst

Re: Grub2: inserire riga Win XP nel menù

Inviato: venerdì 3 dicembre 2010, 15:34
da dasca
Guarda io Ubuntu l'ho installato ex-novo e ora che ci penso mi sa che grub1 l'ho installato "per sbaglio" quando cercavo di ripristinarlo dopo l'installazione di Windows XP.
Ecco quello da te richiestomi.

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-legacy-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		3

## 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=abbc3b7b-ba60-4e9a-8258-2adab0861166 ro

## default grub root device
## e.g. groot=(hd0,0)
# groot=abbc3b7b-ba60-4e9a-8258-2adab0861166

## 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 10.10, kernel 2.6.35-23-generic
uuid		abbc3b7b-ba60-4e9a-8258-2adab0861166
kernel		/boot/vmlinuz-2.6.35-23-generic root=UUID=abbc3b7b-ba60-4e9a-8258-2adab0861166 ro quiet splash 
initrd		/boot/initrd.img-2.6.35-23-generic
quiet

title		Ubuntu 10.10, kernel 2.6.35-23-generic (recovery mode)
uuid		abbc3b7b-ba60-4e9a-8258-2adab0861166
kernel		/boot/vmlinuz-2.6.35-23-generic root=UUID=abbc3b7b-ba60-4e9a-8258-2adab0861166 ro  single
initrd		/boot/initrd.img-2.6.35-23-generic

title		Ubuntu 10.10, kernel 2.6.35-22-generic
uuid		abbc3b7b-ba60-4e9a-8258-2adab0861166
kernel		/boot/vmlinuz-2.6.35-22-generic root=UUID=abbc3b7b-ba60-4e9a-8258-2adab0861166 ro quiet splash 
initrd		/boot/initrd.img-2.6.35-22-generic
quiet

title		Ubuntu 10.10, kernel 2.6.35-22-generic (recovery mode)
uuid		abbc3b7b-ba60-4e9a-8258-2adab0861166
kernel		/boot/vmlinuz-2.6.35-22-generic root=UUID=abbc3b7b-ba60-4e9a-8258-2adab0861166 ro  single
initrd		/boot/initrd.img-2.6.35-22-generic

title		Chainload into GRUB 2
root		abbc3b7b-ba60-4e9a-8258-2adab0861166
kernel		/boot/grub/core.img

title		Ubuntu 10.10, memtest86+
uuid		abbc3b7b-ba60-4e9a-8258-2adab0861166
kernel		/boot/memtest86+.bin
quiet
Giacchè ci siamo cos'è la riga "Chainload into GRUB 2" che mi ritrovo nel menù?

Re: Grub2: inserire riga Win XP nel menù

Inviato: venerdì 3 dicembre 2010, 16:10
da dasca
Ho risolto il problema  ;D!!! Ho editato manualmente il file menu.lst dando come comando

Codice: Seleziona tutto

sudo gedit /boot/grub/menu.lst
aggiungendo al suo interno

Codice: Seleziona tutto

title		Windows XP Professional
root		(hd0,0)
makeactive
chainloader	+1
Insomma sbagliando a installare Grub1 ho risolto :P. Ora vorrei comunque capire cosa sia la riga "Chainload into GRUB 2" e sapere come rimuovere le voci che riguardano i vecchi kernel e il memtest (basta cancellare/commentare le loro voci all'interno del file menu.lst?).

Re: Grub2: inserire riga Win XP nel menù

Inviato: venerdì 3 dicembre 2010, 16:30
da patel
le voci relative ai vecchi kernel le puoi eliminare oppure disattivare anteponendo il carattere # ad ogni riga, compreso il Chainload into GRUB 2 che è solo un esempio di come si avvia da grub1 una distro con grub2

Re: Grub2: inserire riga Win XP nel menù

Inviato: venerdì 3 dicembre 2010, 16:34
da dasca
Ricevuto. Sapevo già come commentarle, infatti ho già provveduto. Grazie dell'aiuto! (good)

Metto risolto (b2b)