Dual boot ubuntu/win xp
Résolu/Fermé
seifamou
Messages postés
11
Date d'inscription
lundi 3 décembre 2007
Statut
Membre
Dernière intervention
8 septembre 2010
-
18 mars 2010 à 17:40
seifamou Messages postés 11 Date d'inscription lundi 3 décembre 2007 Statut Membre Dernière intervention 8 septembre 2010 - 20 mars 2010 à 00:14
seifamou Messages postés 11 Date d'inscription lundi 3 décembre 2007 Statut Membre Dernière intervention 8 septembre 2010 - 20 mars 2010 à 00:14
A voir également:
- Dual boot ubuntu/win xp
- Dual boot - Guide
- Whatsapp dual sim - Guide
- Ubuntu iso - Télécharger - Systèmes d'exploitation
- Cle windows xp - Guide
- Boot camp - Télécharger - Systèmes d'exploitation
2 réponses
le druide
Messages postés
40156
Date d'inscription
vendredi 16 avril 2004
Statut
Contributeur
Dernière intervention
15 octobre 2023
6 609
Modifié par le druide le 18/03/2010 à 23:00
Modifié par le druide le 18/03/2010 à 23:00
Salut,
Grub te donnes le choix au boot entre xp et linux et c'est après qu'xp ne boot pas ?
Si c'est le cas modifie ton boot.ini, je vois qu'il pointe sur la partition 3 alors que çà devrait pointer sur la /dev/sda2 logiquement (d'après fdisk).
Ton fichier boot.ini après la modif... :
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(2)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Microsoft Windows XP Professionnel" /fastdetect
le druide sans la potion.
Grub te donnes le choix au boot entre xp et linux et c'est après qu'xp ne boot pas ?
Si c'est le cas modifie ton boot.ini, je vois qu'il pointe sur la partition 3 alors que çà devrait pointer sur la /dev/sda2 logiquement (d'après fdisk).
Ton fichier boot.ini après la modif... :
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(2)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Microsoft Windows XP Professionnel" /fastdetect
le druide sans la potion.
matser1973
Messages postés
347
Date d'inscription
dimanche 29 octobre 2006
Statut
Membre
Dernière intervention
5 juin 2015
104
Modifié par matser1973 le 19/03/2010 à 03:11
Modifié par matser1973 le 19/03/2010 à 03:11
salut,
c'est peut-être le fichier /boot/grub/menu.lst.
regarde ceci, ça pourrais t'aider à faire ton menu.lst:
##
############### Acrux @ NaLug ##################
##
### Global settings
## GRUB splash image
## splashimage (hd0,0)/boot/grub/slack_nalug.xpm.gz
## define special fore-/background colors for splash screen image
# foreground = FFFFFF
# background = AAAAAA
## shaded text
#shade 1
## time to wait for user interaction
timeout 30
## default boot kernel
default 0
### GRUB Devices:
##
## Linux Grub
## ======================
## /dev/hda (hd0)
## /dev/hda1 (hd0,0)
## /dev/hdb (hd1)
## /dev/hdb1 (hd1,0)
## /dev/fd0 (fd0)
### FRAMEBUFFER RESOLUTION SETTINGS
## +-------------------------------------------------+
## | 640x480 800x600 1024x768 1280x1024
## ----+--------------------------------------------
## 256 | 0x301=769 0x303=771 0x305=773 0x307=775
## 32K | 0x310=784 0x313=787 0x316=790 0x319=793
## 64K | 0x311=785 0x314=788 0x317=791 0x31A=794
## 16M | 0x312=786 0x315=789 0x318=792 0x31B=795
## +-------------------------------------------------+
## Default menu entries
title GNU/Linux
kernel (hd0,0)/boot/vmlinuz vga=0x315 root=/dev/hda1 ro
title GNU/Linux (old)
kernel (hd0,0)/boot/vmlinuz.old root=/dev/hda1
### Special cases
## Boot special bootimage
#title Memtest
#kernel (hd0,0)/boot/memtest.bin
## Boot FreeDOS
# title freedos
# root (hd0,4)
# makeactive
# chainloader +1
# boot
## Boot Microsoft Windows(TM)
#title Windows
#root (hd0,5)
#makeactive
#chainloader +1
## Boot from Floppy
#title floppy
#root (fd0)
#chainloader +1
## Boot with different /boot partition
## / = /dev/hdb2 = (hd1,1)
## /boot = /dev/hdb1 = (hd1,0)
##
#title Slackware GNU/Linux drive 2
#kernel (hd1,0)/vmlinuz root=/dev/hdb2
c'est peut-être le fichier /boot/grub/menu.lst.
regarde ceci, ça pourrais t'aider à faire ton menu.lst:
##
############### Acrux @ NaLug ##################
##
### Global settings
## GRUB splash image
## splashimage (hd0,0)/boot/grub/slack_nalug.xpm.gz
## define special fore-/background colors for splash screen image
# foreground = FFFFFF
# background = AAAAAA
## shaded text
#shade 1
## time to wait for user interaction
timeout 30
## default boot kernel
default 0
### GRUB Devices:
##
## Linux Grub
## ======================
## /dev/hda (hd0)
## /dev/hda1 (hd0,0)
## /dev/hdb (hd1)
## /dev/hdb1 (hd1,0)
## /dev/fd0 (fd0)
### FRAMEBUFFER RESOLUTION SETTINGS
## +-------------------------------------------------+
## | 640x480 800x600 1024x768 1280x1024
## ----+--------------------------------------------
## 256 | 0x301=769 0x303=771 0x305=773 0x307=775
## 32K | 0x310=784 0x313=787 0x316=790 0x319=793
## 64K | 0x311=785 0x314=788 0x317=791 0x31A=794
## 16M | 0x312=786 0x315=789 0x318=792 0x31B=795
## +-------------------------------------------------+
## Default menu entries
title GNU/Linux
kernel (hd0,0)/boot/vmlinuz vga=0x315 root=/dev/hda1 ro
title GNU/Linux (old)
kernel (hd0,0)/boot/vmlinuz.old root=/dev/hda1
### Special cases
## Boot special bootimage
#title Memtest
#kernel (hd0,0)/boot/memtest.bin
## Boot FreeDOS
# title freedos
# root (hd0,4)
# makeactive
# chainloader +1
# boot
## Boot Microsoft Windows(TM)
#title Windows
#root (hd0,5)
#makeactive
#chainloader +1
## Boot from Floppy
#title floppy
#root (fd0)
#chainloader +1
## Boot with different /boot partition
## / = /dev/hdb2 = (hd1,1)
## /boot = /dev/hdb1 = (hd1,0)
##
#title Slackware GNU/Linux drive 2
#kernel (hd1,0)/vmlinuz root=/dev/hdb2
seifamou
Messages postés
11
Date d'inscription
lundi 3 décembre 2007
Statut
Membre
Dernière intervention
8 septembre 2010
2
20 mars 2010 à 00:14
20 mars 2010 à 00:14
merci master1973 pour la reponse mais trop compliqué pour la comprendre :/
mnt mon probleme est resolu juste en rectifiant le fichier boot.ini de windows :)
mnt mon probleme est resolu juste en rectifiant le fichier boot.ini de windows :)
20 mars 2010 à 00:12