01net    Web


Actuellement en ligne : 783 Utilisateurs dont 22 dans Systèmes alternatifs >S'inscrire      >S'identifier      >Recherche      >Aide  
modéré par Zplay, A.Ouloube, fat115  
01net > Forum de 01net > Systèmes alternatifs > Linux
> pb demarrage de vista plus unbutu
Passionné(e) d'internet, de logiciels, de forums ? 01net recrute...
Auteur
Message
 
<     1       >
benoit6469
  
   
      ?   @     Posté le 11/10/2007 19:07:57  
Voter pour ce message
bonjour a tous j'ai donc un petit probleme avec vista qui ne s'affiche meme pas au demarrage. il boot directement sur ubuntu.j'ai bien fait 2 partitions et bien installer vista sur la premiere et ubuntu sur l'autre... que faire

merci
:jap:
gouttiere
   Aide toi, le ciel t'aidera ..
  :-)
      ?   ^   @     Posté le 11/10/2007 20:11:28  
Voter pour ce message
Peux-tu nous donner le contenu de ton fichier menu.lst sil te plait. Tu ouvres une console et tu tapes
gedit /boot/grub/menu.lst

Fait un copier-coller du contenu du fichier qui va s'ouvrir et poste-le ici.
benoit6469
  
   
      ?   @     Posté le 11/10/2007 20:39:07  
Voter pour ce message
# 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 change this entry to 'saved' 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=/dev/sda5 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=quiet splash

## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
## altoptions=(recovery mode) 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

## ## End Default Options ##

title Ubuntu, kernel 2.6.15-26-386
root (hd0,4)
kernel /boot/vmlinuz-2.6.15-26-386 root=/dev/sda5 ro quiet splash
initrd /boot/initrd.img-2.6.15-26-386
savedefault
boot

title Ubuntu, kernel 2.6.15-26-386 (recovery mode)
root (hd0,4)
kernel /boot/vmlinuz-2.6.15-26-386 root=/dev/sda5 ro single
initrd /boot/initrd.img-2.6.15-26-386
boot

title Ubuntu, memtest86+
root (hd0,4)
kernel /boot/memtest86+.bin
boot

### END DEBIAN AUTOMAGIC KERNELS LIST


voila
gouttiere
   Aide toi, le ciel t'aidera ..
  :-)
      ?   ^   @     Posté le 11/10/2007 21:18:39  
Voter pour ce message
Oui apparement tu as bien installé Ubuntu sur uen partition spéciale mais il semble qu'il n'ait pas détecté Vista. Il faut faire une recherche sur le site ubuntu.fr
Le forum est ici http://forum.ubuntu-fr.org/

Il y aura certainement une personne qui saura comment tu dois modifier ton grub afin d'avoir un dual boot au démarrage. Pour ma part je n'ai pas vista et plus windows du tout d'ailleurs mais winXP était bien détecté et le dual boot installé sans souci.
Il semble que tu ais ton système vista à l'abri alors je pense qu'il vaut mieux t'adresser à des spécialistes de ta distribution pour ne pas faire de sottise.
benoit6469
  
   
      ?   @     Posté le 11/10/2007 21:22:18  
Voter pour ce message
jai rien a perdre la betise a deja etait faite snif c une reinstallation
fat115
  Huhualenvers ?
  :-)
      ?   @     Posté le 12/10/2007 07:23:26  
Voter pour ce message
Essaie de rajouter les lignes suivantes à la fin du fichier menu.lst :
title Vista
root (hd0,0)
makeactive
chainloader +1

-------
Attention, je suis en rogne !
gouttiere
   Aide toi, le ciel t'aidera ..
  :-)
      ?   ^   @     Posté le 12/10/2007 13:06:07  
Voter pour ce message
Nan, c'est rattrapable. Ajoute ce que tu dis fat115 mais cette fois ouvres le fichier en tapant
sudo gedit /boot/grub/menu.lst

Sudo devant te permettra d'être root sinon tu ne pourras jamais enregistrer les modifs.Le mot de passe demandé est celui que tu as donné lors de l'installation et si rien ne parrait lorsque tu le tapes, c'est normal. ;-))
benoit6469
  
   
      ?   @     Posté le 13/10/2007 22:57:34  
Voter pour ce message
c bon merci bien j'ai rajouter sa


title Vista
root (hd0,0)
makeactive
chainloader +1


sa marche bien pb resolue
-->Message édité par benoit6469 le 18/11/2007 14:09:21<--
fat115
  Huhualenvers ?
  :-)
      ?   @     Posté le 14/10/2007 09:36:04  
Voter pour ce message
Clique sur l'icone < inclued picture > de ton premier message pour ajouter [Résolu] devant ton titre ;)

Ca pourra en aider d'autres ;)
-------
Attention, je suis en rogne !
<     1       >

01net > Forum de 01net > Systèmes alternatifs > Linux
> pb demarrage de vista plus unbutu

Aller à :

Page générée en : 0.097s - X2board 2.2

Nous contacter | Charte de confiance | Voir notice légale

Tous droits réservés © 1999 - 2008 Groupe Tests - 01net.


Sites du réseau 01net Network : 01net - 01men - Rmc.fr - Bfmtv.fr - Radiobfm.com - TousLesPodcasts - Micro Achat - Caractere.net -
Electronique.biz - Mesures.com - Transaction.fr

Mercato PSG
Quelle équipe pour le PSG cette saison : les nouveaux dirigeants veulent refaire de Paris un grand club.
Jeux
Nouveauté : Développez une chaîne hôtelière et fournissez un service 4 étoiles à vos clients !