Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 03/11/2008, à 23:16

maxsou1948

RESOLU Pas de menu pour choisir entre Xubuntu et win Me

Bonjour a tous

Je ne suis pas sur d'etre a la bonne place, sinon, Mr. le modérateur, pouvez-vous mettre ce post dans le bon forum, Merci

je suis novice car c'est la 1er fois que je réussi à installer

J'ai enfin réussi à installer Xubuntu 8.04 après des mois .
J.ai acheté une barrette de mem de 512M au debut de septembre car la doc disait que ca prenait 384M pour installé ubuntu, ca été mon erreur. je n'ai jamais été capable d'installé.
J'ai fait un memtest et j'ai vu des erreurs.

J'ai été la retourné ce matin et il vont la vérifié, je vais la r'avoir demain ou une neuve.
en attendant j'ai remis ma vieille barette de 256M. je pars l'installation et hourra, l'installation s'est fait memre si le téléchargement des paquets des linguistiques a pris une heure.

donc tout est installé. mais voici mon problème qui ne doit pas etre grave.

je n'ai pas de menu de départ pour choisir entre Xubuntu et Windows

J'ai installé sur sda6 donc ma racine /
sda7 pour /home
et swap sur sda8

durant l'installation, j'ai mis le GRUB sur la partition racine sda6

Périphérique Amorce    Début         Fin      Blocs    Id  Système
/dev/sda1   *           1         637     5116671    b  W95 FAT32
/dev/sda2             638        4867    33977475    f  W95 Etendu (LBA)
/dev/sda5             638        1635     8016403+   b  W95 FAT32
/dev/sda6            1636        2922    10337796   83  Linux
/dev/sda7            2923        4745    14643216   83  Linux
/dev/sda8            4746        4867      979933+  82  Linux swap / Solaris

cela a voir avec menu.lst

# 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=b1ce5231-1ed3-4180-9fa5-ce03a3b25fa9 ro

## Setup crashdump menu entries
## e.g. crashdump=1
# crashdump=0

## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,5)

## 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,5)
kernel        /boot/vmlinuz-2.6.24-16-generic root=UUID=b1ce5231-1ed3-4180-9fa5-ce03a3b25fa9 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,5)
kernel        /boot/vmlinuz-2.6.24-16-generic root=UUID=b1ce5231-1ed3-4180-9fa5-ce03a3b25fa9 ro single
initrd        /boot/initrd.img-2.6.24-16-generic

title        Ubuntu 8.04, memtest86+
root        (hd0,5)
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        Windows 95/98/Me
root        (hd0,0)
savedefault
chainloader    +1

Voila. ca avance et je suis content après ces 2 mois

Si quelqu'un peut m'aider avec mon menu

Merci de votre aide
A+

Dernière modification par maxsou1948 (Le 04/11/2008, à 04:16)

Hors ligne

#2 Le 03/11/2008, à 23:17

loopx

Re : RESOLU Pas de menu pour choisir entre Xubuntu et win Me

Quand tu boot, arrivé à Grub, tu dois faire ESCAPE pour afficher le menu ...


CentOS => tout type de serveur
Ubuntu => tout bon ordinateur
Lubuntu => sur du vieux matos ;-)
Wiki perso : http://pix.noip.me

Hors ligne

#3 Le 03/11/2008, à 23:21

maxsou1948

Re : RESOLU Pas de menu pour choisir entre Xubuntu et win Me

Salut loopx,

Quand je démarre mon ordi, c'est Windows qui part.
Je ne vois pas de GRUB

Merci
A+

Hors ligne

#4 Le 04/11/2008, à 00:31

maxsou1948

Re : RESOLU Pas de menu pour choisir entre Xubuntu et win Me

up

Hors ligne

#5 Le 04/11/2008, à 04:15

maxsou1948

Re : RESOLU Pas de menu pour choisir entre Xubuntu et win Me

merci a kais pour avoir résolu mon pb

Hors ligne

#6 Le 04/11/2008, à 18:48

loopx

Re : RESOLU Pas de menu pour choisir entre Xubuntu et win Me

heu, c'était quoi le problème pour finir ?


CentOS => tout type de serveur
Ubuntu => tout bon ordinateur
Lubuntu => sur du vieux matos ;-)
Wiki perso : http://pix.noip.me

Hors ligne

#7 Le 04/11/2008, à 19:17

maxsou1948

Re : RESOLU Pas de menu pour choisir entre Xubuntu et win Me

Salut loopx

Mon pb était que je n'avais pas de menu pour choisir quel OS lancer.
c'est Window qui démarrait automatiquement

Maintenant, il m'apparait un menu pour choisir quel OS je veux comme
XUbuntu
Recovery
autre OS
Windows

J'ai rentré ces lignes vu sur un autre post et maintenant, j'ai mon menu de départ.
Je ne sais pas trop ce que ca changer, mais ca fonctionne

sudo grub
find /boot/grub/stage1

root (hd0,x)
setup (hd0)
quit


Merci pour t'avoir intéressé a mon pb.

Dernière modification par maxsou1948 (Le 04/11/2008, à 19:23)

Hors ligne

#8 Le 05/11/2008, à 19:43

loopx

Re : RESOLU Pas de menu pour choisir entre Xubuntu et win Me

Ahhhhhhhh, c'est le menu qui s'est fait écraser par windows (car tu as installé Win après Ubuntu).

La, tu as réinstallé grub sur la MBR de ton disque ... Je vois :-)

Donc forcément, ma solution n'allait pas vu que le menu n'était plus la du tout big_smile


CentOS => tout type de serveur
Ubuntu => tout bon ordinateur
Lubuntu => sur du vieux matos ;-)
Wiki perso : http://pix.noip.me

Hors ligne