Problemme boot sous linux

bastien59 -  
alaixih Messages postés 1933 Date d'inscription   Statut Membre Dernière intervention   -
Bonjour,a tous voila j'ai récement reçu mon ubuntu ( version 9 ) je partition mon disque en deux pendant l'installation de ubuntu redémare blablabla . maintenant a l'écran de selection de l'os , je choisis linux , tout va bien, je choisis windows xp et patatra plus rien il est juste marqué starting up ...... (un truc comme ça )
j'ai entendu parlé de liloboot mais ne comprend rien du tout !
voila si quelqu'un peux me venire en aide
A voir également:

14 réponses

jns55
 
Bonjour, peux-tu donner le contenu du fichier /boot/grub/menu.lst ?
0
bastien59
 
bonjour bonjour alors , en tapotant cette commande dans le terminal , il est marqué "permission non accordée "
pas tout compris normalement je suis sur la session principale !
0
NewBryce Messages postés 632 Statut Membre 61
 
Slt,

la session principale sous Ubuntu n'est pas la session administrateur!!!
c'est là le bel avantage de cet OS:
n'étant pas admin, les programmes malveillants ne peuvent pas s'installer à ton insu.

Pour toute manipulation d'un fichier systeme, il faut rajouter "sudo" avant la commande,
ensuite ton mot de passe est demandé, et rien est visible lorsque tu le tape, c'est normal.

c'était juste pour info.
0
Utilisateur anonyme
 
Salut

Normal c'est un fichier système.

sudo cat /boot/grub/menu.lst
0
takefive Messages postés 1032 Statut Membre 81
 
Salut,
pas besoin de sudo...
@+
0
NewBryce Messages postés 632 Statut Membre 61
 
exact, tant que tu ne veux pas le modifier!!
0
Utilisateur anonyme
 
Bien vu :)

j'étais parti dans l'idée d'un nano... mais j'préfère cat pour juste les c/c

merci pour la reprise :)
0

Vous n’avez pas trouvé la réponse que vous recherchez ?

Posez votre question
takefive Messages postés 1032 Statut Membre 81
 
eh oui une erreur de manip est si vite arrivée ;-)
0
bastien59
 
donc en résumé je tape "cat /boot/grub/menu.lst" dans ma console et je vous dis quoi !
0
alaixih Messages postés 1933 Date d'inscription   Statut Membre Dernière intervention   224
 
Et tu nous dis quoi ? Quoi ?
0
bastien59
 
bingo , pour moi se sont des hiéroglyphe mais pour vous ça devrai se tenir !
je trouve ça :

# 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=e4f38a90-ba9d-47d8-b6a3-d0e93f7f41c1 ro

## default grub root device
## e.g. groot=(hd0,0)
# groot=e4f38a90-ba9d-47d8-b6a3-d0e93f7f41c1

## 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 e4f38a90-ba9d-47d8-b6a3-d0e93f7f41c1
kernel /boot/vmlinuz-2.6.28-15-generic root=UUID=e4f38a90-ba9d-47d8-b6a3-d0e93f7f41c1 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 e4f38a90-ba9d-47d8-b6a3-d0e93f7f41c1
kernel /boot/vmlinuz-2.6.28-15-generic root=UUID=e4f38a90-ba9d-47d8-b6a3-d0e93f7f41c1 ro single
initrd /boot/initrd.img-2.6.28-15-generic

title Ubuntu 9.04, kernel 2.6.28-11-generic
uuid e4f38a90-ba9d-47d8-b6a3-d0e93f7f41c1
kernel /boot/vmlinuz-2.6.28-11-generic root=UUID=e4f38a90-ba9d-47d8-b6a3-d0e93f7f41c1 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 e4f38a90-ba9d-47d8-b6a3-d0e93f7f41c1
kernel /boot/vmlinuz-2.6.28-11-generic root=UUID=e4f38a90-ba9d-47d8-b6a3-d0e93f7f41c1 ro single
initrd /boot/initrd.img-2.6.28-11-generic

title Ubuntu 9.04, memtest86+
uuid e4f38a90-ba9d-47d8-b6a3-d0e93f7f41c1
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 NT/2000/XP (loader)
rootnoverify (hd0,0)
savedefault
makeactive
chainloader +1
0
alaixih Messages postés 1933 Date d'inscription   Statut Membre Dernière intervention   224
 
Tu as probablement un problème de grub : tu peux faire un cd pour restaurer ton grub à partir de là : https://www.supergrubdisk.org/?pid=5

Mais je te conseille d'attendre un peu certains vont très certainement te trouver des lignes de commande à lancer pour restaurer tout cela... Patience.
0
NewBryce Messages postés 632 Statut Membre 61
 
OK, windows est bien la, mais ca on s'en doutait vu que t'as le choix lors du boot,
maintenant il faudrait que tu copie le retour de la commande:
sudo fdisk -l
(c'est un L minuscul a la fin!!!)
Comme ca on pourra voir si grub t'envoie sur la bonne partition
0
bastien59
 
heyheyhey voila ce que je trouve

Disque /dev/sda: 120.0 Go, 120034123776 octets
255 têtes, 63 secteurs/piste, 14593 cylindres
Unités = cylindres de 16065 * 512 = 8225280 octets
Identifiant de disque : 0x91eebfa8

Périphérique Amorce Début Fin Blocs Id Système
/dev/sda1 * 1 8067 64798146 7 HPFS/NTFS
/dev/sda2 8068 14593 52420095 5 Etendue
/dev/sda5 8068 14502 51689106 83 Linux
/dev/sda6 14503 14593 730926 82 Linux swap / Solaris
0
NewBryce Messages postés 632 Statut Membre 61
 
Re,

jusque la tout à l'air normal... (en fait j'ai a peu pres la meme chose sur mon fixe)
que se passe t-il exactement lorsque tu choisi windows: qu'est ce qui est marqué, combien de temps attend-tu?
que se passe-t-il apres?

Perso, je ne pourrais pas faire grand chose de plus, mes connaissances s'arrete a peu pres là ;-(

Courage
0
alaixih Messages postés 1933 Date d'inscription   Statut Membre Dernière intervention   224
 
Je pense que super grub sera ton dernier recours.
0
bastien59
 
bonjour , en fait quand je choisis windows , il est marqué starting up . j'ai laisser tourner mon pc comme ça pendant 1 journée et rien ne bouge !

quelle serai la solution super grub ?
0
NewBryce Messages postés 632 Statut Membre 61
 
Salut,

Super grub est un disc à lancer en live (https://fr.wikipedia.org/wiki/Live_cd qui permet de réinstaller grub:
mais si tu as le cd live de ubuntu, cela est aussi possible:
http://doc.ubuntu-fr.org/grub-pc?redirect=1
voir le chapitre: "Avec le Live CD Ubuntu via l'Interface Graphique" a peu pres au milieu de page.

Slts

0
bastien59
 
bonjour a tous , alors je dois etre super nul mais rien ne fonctionne !
déssespéré
0
alaixih Messages postés 1933 Date d'inscription   Statut Membre Dernière intervention   224
 
https://www.supergrubdisk.org/?pid=5

Essaies cela c'est un cd a graver en iso il me semble qui remettra tout en place.
As tu plusieurs disques durs ? Ou un seul ?

Qu'as tu essayé exactement ?

Mon je te propose de démarrer avec le cd de grub dans le lecteur de cd tu choisis la langue francais puis tu fais entrer jusqu'à ce qu'on te proposes plusieurs choses : dont réparer windows. Tu fais cela dans un premier temps.

Si cela fonctionne uniquement avec windows après tu referas un petit coup pareil sauf que tu mettras linux et ce sera normalement bon.

Mais en principe si tu veux qu'on t'aide il serait bien de dire ce que tu as fait et ce que tu n'as pas fait... Sinon c'est un peu comme chercher dans le noir.
0