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 29/11/2007, à 23:24

KoKO62

Problème starting up... après l'installation d'ubuntu.

Bonsoir à  tous.
Voilà , jusqu'à  présent mon pc tournai avec windows , j'ai voulu installer  ubuntu.
Pour cela j'ai formater mon pc , installer windows xp profesionnel. Ensuite j'ai partitionner mon disque dur et sur la partion que j'ai crée j'ai instaler ubuntu. Jusque la tout va bien , quand je redemarre mon pc je choisit dans la liste des os ubuntu et sa fonctionne parfaitement. wink
Le problème c'est que quand je choisis windows xp , à  l'ecran s'affiche "starting up ..." et rien ne se passe sad. J'ai remarquer que dans la liste des os s'affichait "windows xp familiale" pourtant j'ai installer xp proféssionnel.
Voila je ne sais pas quoi faire, si quelqu'un aurait une solution à  mon problème sa serai simpa.
Merci d'avance.

#2 Le 30/11/2007, à 07:02

rlb29

Re : Problème starting up... après l'installation d'ubuntu.

Salut.

Il faudrait poster ton fichier /boot/grub/menu.lst

la liste des partitions ne serait pas inutile non plus. sudo fdisk -l

Dernière modification par rlb29 (Le 30/11/2007, à 07:06)


Debian-sid  - kernel  2.6.30-5-amd64 - gestionnaire de fenêtres : xmonad

Hors ligne

#3 Le 30/11/2007, à 13:10

KoKO62

Re : Problème starting up... après l'installation d'ubuntu.

bonjour , lorsque je tape  /boot/grub/menu.lst dans le terminal il me marque permission non accordée.

Voici sudo fdisk -l :

Disque /dev/hda: 160.0 Go, 160041885696 octets
255 heads, 63 sectors/track, 19457 cylinders
Units = cylindres of 16065 * 512 = 8225280 bytes
Disk identifier: 0xd756d756

Périphérique Amorce    Début         Fin      Blocs    Id  Système
/dev/hda1   *           1       18019   144737586    7  HPFS/NTFS
/dev/hda2           18020       19390    11012557+  83  Linux
/dev/hda3           19391       19457      538177+   5  Extended
/dev/hda5           19391       19457      538146   82  Linux swap / Solaris

Disque /dev/sda: 1014 Mo, 1014497280 octets
17 heads, 32 sectors/track, 3642 cylinders
Units = cylindres of 544 * 512 = 278528 bytes
Disk identifier: 0xc3072e18

Périphérique Amorce    Début         Fin      Blocs    Id  Système
/dev/sda1               1        3643      990704    6  FAT16

#4 Le 30/11/2007, à 16:38

rlb29

Re : Problème starting up... après l'installation d'ubuntu.

le fichier /boot/grub/menu.lst est un fichier texte, tu dois donc le lire avec ton éditeur préféré.


Debian-sid  - kernel  2.6.30-5-amd64 - gestionnaire de fenêtres : xmonad

Hors ligne

#5 Le 30/11/2007, à 16:45

hartman

Re : Problème starting up... après l'installation d'ubuntu.

Pour le menu.lst, tu peux faire un :

gedit /boot/grub/menu.lst

P4 2.8Ghz 32bits / 1Go de RAM / GeForce FX5700LE.
Ubuntu Dapper Drake et Gutsy gibbon
Documentation sur Ubuntu, pour les débutants voir moins débutant :P

Hors ligne

#6 Le 30/11/2007, à 17:46

KoKO62

Re : Problème starting up... après l'installation d'ubuntu.

ok merci j'ai enfin trouver smile voici le contenu:

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=1e38dedb-636c-44ed-83bf-32ce48be4aab ro

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

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

## 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 locale=fr_FR

## 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 7.10, kernel 2.6.22-14-generic
root        (hd0,1)
kernel        /boot/vmlinuz-2.6.22-14-generic root=UUID=1e38dedb-636c-44ed-83bf-32ce48be4aab ro quiet splash locale=fr_FR
initrd        /boot/initrd.img-2.6.22-14-generic
quiet

title        Ubuntu 7.10, kernel 2.6.22-14-generic (recovery mode)
root        (hd0,1)
kernel        /boot/vmlinuz-2.6.22-14-generic root=UUID=1e38dedb-636c-44ed-83bf-32ce48be4aab ro single
initrd        /boot/initrd.img-2.6.22-14-generic

title        Ubuntu 7.10, memtest86+
root        (hd0,1)
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/hda1
title        Microsoft Windows XP dition familiale
root        (hd0,0)
savedefault
makeactive
chainloader    +1

#7 Le 30/11/2007, à 17:50

hartman

Re : Problème starting up... après l'installation d'ubuntu.

Moi je ne vois rien d'anormal, il pointe bien sur la bonne partition ...

Attend d'autres commentaire, mais moi je ferai un update-grub.


P4 2.8Ghz 32bits / 1Go de RAM / GeForce FX5700LE.
Ubuntu Dapper Drake et Gutsy gibbon
Documentation sur Ubuntu, pour les débutants voir moins débutant :P

Hors ligne

#8 Le 30/11/2007, à 18:19

rlb29

Re : Problème starting up... après l'installation d'ubuntu.

Moi non plus je ne vois à  priori rien d'anormal puisque (hd0,0) correspond à  hda1 et (hd0,1) à  hda2 ! Ne serait-ce pas un pb sur Windows lui-même ?


Debian-sid  - kernel  2.6.30-5-amd64 - gestionnaire de fenêtres : xmonad

Hors ligne

#9 Le 30/11/2007, à 19:38

KoKO62

Re : Problème starting up... après l'installation d'ubuntu.

ba je ne pense pas , il fonctionnait parfaitement avant l'installation d'ubuntu roll

#10 Le 30/11/2007, à 20:41

hartman

Re : Problème starting up... après l'installation d'ubuntu.

Quand tu veux lancer Win, tu n'arrive même pas à la barre de chargement?


P4 2.8Ghz 32bits / 1Go de RAM / GeForce FX5700LE.
Ubuntu Dapper Drake et Gutsy gibbon
Documentation sur Ubuntu, pour les débutants voir moins débutant :P

Hors ligne

#11 Le 30/11/2007, à 23:36

KoKO62

Re : Problème starting up... après l'installation d'ubuntu.

Non , je tape entrer et l'ecran devient noir , et en haut c'est marqué starting up ... et rien le pc ne cherche pas j'ai atendu 10 min et toujours rien.

#12 Le 30/11/2007, à 23:47

hartman

Re : Problème starting up... après l'installation d'ubuntu.

C'est bizarre, parce que pour mon le grub est clean ...
Je ne sais pas si ca peut avoir des effets pervers, mais que ferai un fixmbr et fixboot?
(question général pour ce problème)


P4 2.8Ghz 32bits / 1Go de RAM / GeForce FX5700LE.
Ubuntu Dapper Drake et Gutsy gibbon
Documentation sur Ubuntu, pour les débutants voir moins débutant :P

Hors ligne

#13 Le 05/12/2007, à 12:01

KoKO62

Re : Problème starting up... après l'installation d'ubuntu.

quelqu'un aurait-il une idée ?