- [kubuntu] vista ne marche plus
- Clé windows vista - Guide
- Logiciel optimiser vista - Télécharger - Optimisation
- Vista inspirat - Télécharger - Personnalisation
- Vista aero - Télécharger - Outils pour navigateurs
- Windows vista - Télécharger - Divers Utilitaires
45 réponses
- 1
- 2
- 3
Le problème central concerne le démarrage en dual-boot entre Kubuntu et Vista après l'installation, avec une incapacité à démarrer Vista depuis le menu grub initial. Des solutions suggèrent de réinstaller Windows, puis d'utiliser Gparted Live CD pour libérer de l'espace, et d'ajouter une entrée Vista dans le menu grub afin de démarrer. D'autres échanges évoquent des vérifications comme les manipulations du fichier menu.lst, les risques pour les données et l'éventuelle restauration complète de Windows avant de poursuivre. En cas de persistance, des mots clés comme NTFS et BIOS/UEFI suggèrent de vérifier la compatibilité et l'ordre de démarrage, sans toutefois conclure à une solution universelle.
regarde ici guide d utilisation du shell pour debutant#iii comment acceder a la ligne de commande
ensuite une fois que tu as compris comment tu peux ouvrir un terminal,
tape les commande que t'a donné aruju
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre questionsudo fdisk -l >> fdisk sudo cat /boot/grub/menu.lst >> grub
et t'aura 2 fichiers fdisk et grub, tu les mets sur la clé, puis sur le pc avec internet et tu colle ici le resultat
apres avoir mis les fichier, clique boutton droit de ta souris et choisi demonter (ou eject)
philippe@philippe-desktop:~$ fdisk -l >> fdisk
philippe@philippe-desktop:~$ cat /boot/grub/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 change this entry to 'saved' 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=518e756b-c711-4f59-939b-c6416a2b573b ro
# kopt_2_6=root=/dev/sda6 ro
## 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 locale=fr_FR
## should update-grub lock old automagic boot options
## e.g. lockold=false
## lockold=true
# lockold=false
## 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
## ## End Default Options ##
title Ubuntu, kernel 2.6.17-10-generic
root (hd0,5)
kernel /boot/vmlinuz-2.6.17-10-generic root=/dev/sda6 ro quiet splash l
ocale=fr_FR
initrd /boot/initrd.img-2.6.17-10-generic
quiet
savedefault
boot
title Ubuntu, kernel 2.6.17-10-generic (recovery mode)
root (hd0,5)
kernel /boot/vmlinuz-2.6.17-10-generic root=/dev/sda6 ro single
initrd /boot/initrd.img-2.6.17-10-generic
boot
title Ubuntu, memtest86+
root (hd0,5)
kernel /boot/memtest86+.bin
quiet
boot
### 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 Vista/Longhorn (loader)
root (hd0,0)
savedefault
makeactive
chainloader +1
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda2
title Windows Vista/Longhorn (loader)
root (hd0,1)
savedefault
makeactive
chainloader +1
philippe@philippe-desktop:~$
et avec mount
philippe@philippe-desktop:~$ mount
/dev/sda6 on / type ext3 (rw,errors=remount-ro)
proc on /proc type proc (rw,noexec,nosuid,nodev)
/sys on /sys type sysfs (rw,noexec,nosuid,nodev)
varrun on /var/run type tmpfs (rw,noexec,nosuid,nodev,mode=0755)
varlock on /var/lock type tmpfs (rw,noexec,nosuid,nodev,mode=1777)
procbususb on /proc/bus/usb type usbfs (rw)
udev on /dev type tmpfs (rw,mode=0755)
devshm on /dev/shm type tmpfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
lrm on /lib/modules/2.6.17-10-generic/volatile type tmpfs (rw)
philippe@philippe-desktop:~$
Ubuntu, kernel 2.6.17-10-generic
Ubuntu, kernel 2.6.17-10-generic (recovery mode)
Ubuntu, memtest86+
Other operating systems:
Windows Vista/Longhorn (loader)
Windows Vista/Longhorn (loader)
As tu essayé à l'aide des touches de direction d'aller sur chacune des entrées windows vista?
Périphérique Amorce Début Fin Blocs Id Système
/dev/sda1 1 1045 8393931 27 Inconnu
/dev/sda2 * 1046 36292 283115520+ 7 HPFS/NTFS
/dev/sda3 36293 38913 21053182+ 5 Extended
/dev/sda5 36293 36423 1052226 82 Linux swap / Solaris
/dev/sda6 36424 37728 10482381 83 Linux
/dev/sda7 37729 38913 9518481 b W95 FAT32
philippe@philippe-desktop:~$
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda2
title Windows Vista/Longhorn (loader)
root (hd0,1)
savedefault
makeactive
chainloader +1
je sais pas ou est le probleme, peut etre t'as endommager la partition de vista.. as-tu fais une defragmentation avant l'install?
- 1
- 2
- 3
kubuntu
Si vista en marche plus, il faut: vérifier si sa partition n'a pas été écrasée.
Si c'est le cas, il faut faire une réinstallation complète.
Sinon, tant mieux, il suffira
-soit de configurer le chargeur de boot (probablement grub)
-soit de réinstaller le chargeur de boot de vista, à l'aide du cd vista (mais linux ne bootera plus)