|
|
|
![]() |
|
Strumenti |
![]() |
#1 |
Junior Member
Iscritto dal: Mar 2008
Messaggi: 14
|
Triple boot Ubuntu-XP-Vista
Salve a tutti con la nuova uscita di ubuntu ho deciso di installare 3 sistemi operativi sul mio notebook. Ho installato per prima XP, poi sono passato ad installare Ubuntu 8.04, e fin qui tutto bene perchè dal grub di linux potevo scegliere uno dei 2 S.O. il problema è nato quando ho installato Vista, perchè installa in automatico il suo boot manager facendomi così scegliere tra Vista e XP.Ho rimosso il boot manager e reinstallato il grub ritornando alla stato precedente all'installazione di Vista. Potete aiutarmi a far uscire l'opzione Vista sul grub e poter anche accedere a quest'ultimo?
![]() Ultima modifica di gr_p : 25-04-2008 alle 11:06. |
![]() |
![]() |
![]() |
#2 | |
Senior Member
Iscritto dal: Jan 2007
Città: lavezzola RA
Messaggi: 1125
|
Quote:
a me fa 2 passaggi : scelgo sistema long-horn , che ti porta al boot manager di vista poi o vista(che parte in auto) o "versioni precedenti di windows (xp)
__________________
pc fisso regalato ad un amico il netbook mi basta ![]() Ultima modifica di gianluca43 : 25-04-2008 alle 11:46. |
|
![]() |
![]() |
![]() |
#3 | |
Senior Member
Iscritto dal: Feb 2007
Messaggi: 445
|
Quote:
Devi istallare prima XP, poi Vista e infine ubuntu, cosi all' avvio il grub ti permette di scegliere quale sistema avviare |
|
![]() |
![]() |
![]() |
#4 |
Senior Member
Iscritto dal: Oct 2007
Messaggi: 2971
|
Posta il file /boot/grub/menu.lst
|
![]() |
![]() |
![]() |
#5 |
Junior Member
Iscritto dal: Mar 2008
Messaggi: 14
|
Ecco il codice di menu.lst
Codice:
# 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=b7f3e429-8074-47fd-99fd-da74b39ce90f ro ## Setup crashdump menu entries ## e.g. crashdump=1 # crashdump=0 ## 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=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, kernel 2.6.24-16-generic root (hd0,4) kernel /boot/vmlinuz-2.6.24-16-generic root=UUID=b7f3e429-8074-47fd-99fd-da74b39ce90f ro quiet splash initrd /boot/initrd.img-2.6.24-16-generic quiet title Ubuntu 8.04, kernel 2.6.24-16-generic (recovery mode) root (hd0,4) kernel /boot/vmlinuz-2.6.24-16-generic root=UUID=b7f3e429-8074-47fd-99fd-da74b39ce90f ro single initrd /boot/initrd.img-2.6.24-16-generic title Ubuntu 8.04, memtest86+ root (hd0,4) kernel /boot/memtest86+.bin quiet ### 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 Microsoft Windows XP Professional root (hd0,0) savedefault makeactive chainloader +1 |
![]() |
![]() |
![]() |
#6 |
Senior Member
Iscritto dal: Oct 2007
Messaggi: 2971
|
Aggiungi le seguenti voci:
title Vista root (hd0,1) savedefault makeactive chainloader +1 se non funziona posta il risultato del comando sudo fdisk -l per vedere in quale partizione sta Vista. |
![]() |
![]() |
![]() |
#7 |
Junior Member
Iscritto dal: Mar 2008
Messaggi: 14
|
Ho fatto come hai detto e mi esce una schermata nera con scritto
Codice:
Starting up ... NTLDR is missing Press Ctrl+Alt+Del to restart Codice:
Disco /dev/sda: 250.0 GB, 250059350016 byte 255 heads, 63 sectors/track, 30401 cylinders Units = cilindri of 16065 * 512 = 8225280 bytes Disk identifier: 0xb54340f3 Dispositivo Boot Start End Blocks Id System /dev/sda1 3630 17652 112639716 7 HPFS/NTFS /dev/sda2 * 17653 30401 102406342+ 7 HPFS/NTFS /dev/sda3 1 3629 29149911 f W95 Esteso (LBA) /dev/sda5 1 3474 27904842 83 Linux /dev/sda6 3475 3629 1245006 82 Linux swap / Solaris Le voci nella tabella delle partizioni non sono nello stesso ordine del disco |
![]() |
![]() |
![]() |
#8 |
Senior Member
Iscritto dal: Oct 2007
Messaggi: 2971
|
A questo punto non so cosa dirti, root (hd0,1) corrisponde a sda2.
Alternative possibili: 1) reinstallare grub da Ubuntu 2) provare con Supergrub 3) aspettare qualcuno che ne sa di più (cosa molto facile) 4) reinstallare tutto rispettando l'ordine: XP, Vista, Linux Ultima modifica di patel45 : 25-04-2008 alle 18:31. |
![]() |
![]() |
![]() |
#9 |
Senior Member
Iscritto dal: Jan 2007
Città: lavezzola RA
Messaggi: 1125
|
puoi reinstallare solo ubuntu :
ripristina col cd di xp (fixmbr) poi inserisci il dvd di vista e ripristini con l'opzione apposita a questo punto avrai il boot manager di vista con le opzioni"windows vista(ripristinato)" e "versione precedente di windows" reinstalli ubuntu . nel mio caso ha funzionato. per dovere di cronaca le mie partizioni:1°hardisk 2 con xp e archivio 2°hardisk vista-ubuntu
__________________
pc fisso regalato ad un amico il netbook mi basta ![]() |
![]() |
![]() |
![]() |
#10 | |
Senior Member
Iscritto dal: Nov 2000
Città: Varees
Messaggi: 9156
|
Quote:
Aggiungo invece una domanda: ho la partizione XP (XP+KUBUNTU) che è da riformattare e reinstallare poichè mi da errore (da grub è da 15GB ma win ne vede 9 e sta un po stretto). Posso usare un ghost o con Grub ho problemi? |
|
![]() |
![]() |
![]() |
#11 |
Junior Member
Iscritto dal: Mar 2008
Messaggi: 14
|
Ma è davvero così impossibile avere 3 sistemi operativi su un solo hard disk e sceglierli dal grub??????
![]() |
![]() |
![]() |
![]() |
#12 |
Senior Member
Iscritto dal: Oct 2007
Messaggi: 2971
|
Non è impossibile, basta seguire la sequenza giusta. I sistemi Win resettano il bootloader tutto per se, non sono democratici.
|
![]() |
![]() |
![]() |
#13 |
Junior Member
Iscritto dal: Mar 2008
Messaggi: 14
|
Ho provato ad installare per prima Vista, poi ho installato XP e all'avvio usciva il boot manager di Vista...Poi ho installato Ubuntu e nel grub mi usciva l'opzione Windows Vista/Longhorn (loader) che mi riporta al boot manager di Vista...Io voglio fare la scelta dei 3 S.O. dal grub
|
![]() |
![]() |
![]() |
#14 | |
Senior Member
Iscritto dal: Jan 2007
Città: lavezzola RA
Messaggi: 1125
|
Quote:
![]() ![]()
__________________
pc fisso regalato ad un amico il netbook mi basta ![]() |
|
![]() |
![]() |
![]() |
#15 | |
Senior Member
Iscritto dal: Oct 2007
Messaggi: 2971
|
Quote:
|
|
![]() |
![]() |
![]() |
#16 |
Bannato
Iscritto dal: Nov 2007
Messaggi: 3336
|
|
![]() |
![]() |
![]() |
#17 |
Senior Member
Iscritto dal: Nov 2000
Città: Varees
Messaggi: 9156
|
Se uso ghost dalla prima partizione mi copia anche grup oppure no?
|
![]() |
![]() |
![]() |
Strumenti | |
|
|
Tutti gli orari sono GMT +1. Ora sono le: 20:31.