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 01/09/2009, à 17:20

tatur

[Résolu] Problème au démarrage

Bonjour,

J'ai toujour un petit problème au démarrage du PC, en effet, je dois encore choisir entre Ubuntu, Ubuntu "sans échec" (d'ailleur, c'est répété deux fois le choix entre les Ubuntu) et Windows XP alors que j'ai supprimer et formater en nfts la partition qui contenait Windows XP.

Si quelqu'un peut m'aider, merci !

Dernière modification par tatur (Le 01/09/2009, à 18:12)


Ubuntu 18.04

Hors ligne

#2 Le 01/09/2009, à 17:24

_nox_

Re : [Résolu] Problème au démarrage

oui fdisk /MBR sous dos puis ré-nistalle grub


--------------------------------------------------
Encouragez votre os préféré, faites des dons !
Debian Wheely 64 - Athlon X2, 4Go, 9800GT, 2410SA, 1To / Debian Wheely 64 - HP EliteBook 8540p (i5 / 4Go)

Hors ligne

#3 Le 01/09/2009, à 17:27

_nox_

Re : [Résolu] Problème au démarrage

ou non attend
edite
/boot/grub/menu
et supprime l'entrée windows


--------------------------------------------------
Encouragez votre os préféré, faites des dons !
Debian Wheely 64 - Athlon X2, 4Go, 9800GT, 2410SA, 1To / Debian Wheely 64 - HP EliteBook 8540p (i5 / 4Go)

Hors ligne

#4 Le 01/09/2009, à 17:33

tatur

Re : [Résolu] Problème au démarrage

_nox_ a écrit :

ou non attend
edite
/boot/grub/menu
et supprime l'entrée windows

Heu, oui, quel ligne ? lol, désolé mais je ne m'y connais pas du tout.
Par ailleurs, comment supprimer Pigdin (j'ai installé amsn) ?

Merci bien !

PS :

# 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=d43a071c-ead1-4ef7-9d4b-4af6d1444031 ro

## default grub root device
## e.g. groot=(hd0,0)
# groot=d43a071c-ead1-4ef7-9d4b-4af6d1444031

## 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-15-generic
uuid        d43a071c-ead1-4ef7-9d4b-4af6d1444031
kernel        /boot/vmlinuz-2.6.28-15-generic root=UUID=d43a071c-ead1-4ef7-9d4b-4af6d1444031 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        d43a071c-ead1-4ef7-9d4b-4af6d1444031
kernel        /boot/vmlinuz-2.6.28-15-generic root=UUID=d43a071c-ead1-4ef7-9d4b-4af6d1444031 ro  single
initrd        /boot/initrd.img-2.6.28-15-generic

title        Ubuntu 9.04, kernel 2.6.28-11-generic
uuid        d43a071c-ead1-4ef7-9d4b-4af6d1444031
kernel        /boot/vmlinuz-2.6.28-11-generic root=UUID=d43a071c-ead1-4ef7-9d4b-4af6d1444031 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        d43a071c-ead1-4ef7-9d4b-4af6d1444031
kernel        /boot/vmlinuz-2.6.28-11-generic root=UUID=d43a071c-ead1-4ef7-9d4b-4af6d1444031 ro  single
initrd        /boot/initrd.img-2.6.28-11-generic

title        Ubuntu 9.04, memtest86+
uuid        d43a071c-ead1-4ef7-9d4b-4af6d1444031
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/sda2
title        Microsoft Windows XP Home Edition
rootnoverify    (hd0,1)
savedefault
makeactive
chainloader    +1

Dernière modification par tatur (Le 01/09/2009, à 17:34)


Ubuntu 18.04

Hors ligne

#5 Le 01/09/2009, à 17:36

_nox_

Re : [Résolu] Problème au démarrage

pdgin : application-> ajout supprimer

sudo /boot/grub/menu.lst

copie moi le contenu de ton fichier


--------------------------------------------------
Encouragez votre os préféré, faites des dons !
Debian Wheely 64 - Athlon X2, 4Go, 9800GT, 2410SA, 1To / Debian Wheely 64 - HP EliteBook 8540p (i5 / 4Go)

Hors ligne

#6 Le 01/09/2009, à 17:39

_nox_

Re : [Résolu] Problème au démarrage

supprime ça:

# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda2
title        Microsoft Windows XP Home Edition
rootnoverify    (hd0,1)
savedefault
makeactive
chainloader    +1


--------------------------------------------------
Encouragez votre os préféré, faites des dons !
Debian Wheely 64 - Athlon X2, 4Go, 9800GT, 2410SA, 1To / Debian Wheely 64 - HP EliteBook 8540p (i5 / 4Go)

Hors ligne

#7 Le 01/09/2009, à 17:47

_nox_

Re : [Résolu] Problème au démarrage

n'oubli pas de mettre RESOLU dans le titre


--------------------------------------------------
Encouragez votre os préféré, faites des dons !
Debian Wheely 64 - Athlon X2, 4Go, 9800GT, 2410SA, 1To / Debian Wheely 64 - HP EliteBook 8540p (i5 / 4Go)

Hors ligne

#8 Le 01/09/2009, à 17:48

tatur

Re : [Résolu] Problème au démarrage

J'arrive pas à enregistrer quand je fais la manip sad


Ubuntu 18.04

Hors ligne

#9 Le 01/09/2009, à 17:49

_nox_

Re : [Résolu] Problème au démarrage

tu as oublié le sudo

sudo /boot/grub/menu.lst


--------------------------------------------------
Encouragez votre os préféré, faites des dons !
Debian Wheely 64 - Athlon X2, 4Go, 9800GT, 2410SA, 1To / Debian Wheely 64 - HP EliteBook 8540p (i5 / 4Go)

Hors ligne

#10 Le 01/09/2009, à 17:55

tatur

Re : [Résolu] Problème au démarrage

Heu encore désolé, mais je dois copier sudo /boot/grub/menu.lst  dans terminal ? je l'ai fait et sa ne marche toujours pas


Ubuntu 18.04

Hors ligne

#11 Le 01/09/2009, à 17:57

_nox_

Re : [Résolu] Problème au démarrage

A zut pardon j'ai oublié gedit... mdr

sudo : passer en super utilisateur
gedit : gnome editor, editer de texte de gnome
/boot/grub : chemin d'acces au fichier
menu.lst : le fichier a éditer

la commande est donc
sudo gedit /boot/grub/menu.lst


--------------------------------------------------
Encouragez votre os préféré, faites des dons !
Debian Wheely 64 - Athlon X2, 4Go, 9800GT, 2410SA, 1To / Debian Wheely 64 - HP EliteBook 8540p (i5 / 4Go)

Hors ligne

#12 Le 01/09/2009, à 18:01

tatur

Re : [Résolu] Problème au démarrage

Ok, merci c'est fait ! Et pour le fait que j'ai deux fois le choix entre Ubuntu et Ubuntu "sans échec" ?

## ## End Default Options ##

title        Ubuntu 9.04, kernel 2.6.28-15-generic
uuid        d43a071c-ead1-4ef7-9d4b-4af6d1444031
kernel        /boot/vmlinuz-2.6.28-15-generic root=UUID=d43a071c-ead1-4ef7-9d4b-4af6d1444031 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        d43a071c-ead1-4ef7-9d4b-4af6d1444031
kernel        /boot/vmlinuz-2.6.28-15-generic root=UUID=d43a071c-ead1-4ef7-9d4b-4af6d1444031 ro  single
initrd        /boot/initrd.img-2.6.28-15-generic

title        Ubuntu 9.04, kernel 2.6.28-11-generic
uuid        d43a071c-ead1-4ef7-9d4b-4af6d1444031
kernel        /boot/vmlinuz-2.6.28-11-generic root=UUID=d43a071c-ead1-4ef7-9d4b-4af6d1444031 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        d43a071c-ead1-4ef7-9d4b-4af6d1444031
kernel        /boot/vmlinuz-2.6.28-11-generic root=UUID=d43a071c-ead1-4ef7-9d4b-4af6d1444031 ro  single
initrd        /boot/initrd.img-2.6.28-11-generic

title        Ubuntu 9.04, memtest86+
uuid        d43a071c-ead1-4ef7-9d4b-4af6d1444031
kernel        /boot/memtest86+.bin


Beaucoup de question mais c'est mes débuts sur Linux wink


Ubuntu 18.04

Hors ligne

#13 Le 01/09/2009, à 18:04

_nox_

Re : [Résolu] Problème au démarrage

Tu vois ces paquets de lignes  qui commencent avec:
"Ubuntu 9.04, kernel 2.6.28-15-generic"
Puis
Ubuntu 9.04, kernel 2.6.28-15-generic (recovery mode)
...

Bon c'est ton menu.
Tu vois que tu as deux noyeaux installés : 2.6.28-15 (le dernier) et 2.6.28-11 l'ancien.

Tu peux supprimer les lignes que tu veux, mais tu dois laisser au moins un noyau et de recovery mode associé.

Tu peux aussi utiliser synaptic pour supprimer le noyau 28-11 inutilisé.


--------------------------------------------------
Encouragez votre os préféré, faites des dons !
Debian Wheely 64 - Athlon X2, 4Go, 9800GT, 2410SA, 1To / Debian Wheely 64 - HP EliteBook 8540p (i5 / 4Go)

Hors ligne

#14 Le 01/09/2009, à 18:11

tatur

Re : [Résolu] Problème au démarrage

Ok merci beaucoup pour ton aide !!!
J'ai donc supprimer les lignes suivantes :

title        Ubuntu 9.04, kernel 2.6.28-11-generic
uuid        d43a071c-ead1-4ef7-9d4b-4af6d1444031
kernel        /boot/vmlinuz-2.6.28-11-generic root=UUID=d43a071c-ead1-4ef7-9d4b-4af6d1444031 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        d43a071c-ead1-4ef7-9d4b-4af6d1444031
kernel        /boot/vmlinuz-2.6.28-11-generic root=UUID=d43a071c-ead1-4ef7-9d4b-4af6d1444031 ro  single
initrd        /boot/initrd.img-2.6.28-11-generic

Encore merci, bonne soirée, je te laisse tranquille maintenant wink


Ubuntu 18.04

Hors ligne

#15 Le 01/09/2009, à 18:12

_nox_

Re : [Résolu] Problème au démarrage

De rien, met RESOU dans le titre


--------------------------------------------------
Encouragez votre os préféré, faites des dons !
Debian Wheely 64 - Athlon X2, 4Go, 9800GT, 2410SA, 1To / Debian Wheely 64 - HP EliteBook 8540p (i5 / 4Go)

Hors ligne