#1 Le 02/07/2007, à 11:59
- Silvering
Vista ne se lance plus -_-
Bonjour je viens d'installer Kunbuntu et de modifié menu.lst car le grub n'afficher pas ma partition Vista..Après la modif je reboot lance windows avec le grub et un démarrage interminable de windows est présent.J'ai éteint l'ordi puis rallumé je relance windows et je sélectionne le menu pour réparé les erreurs, alors lancement de windows puis écran noir...help
# 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 3
## 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=/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
## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
## altoptions=(recovery mode) 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.15-26-386
root (hd0,5)
kernel /boot/vmlinuz-2.6.15-26-386 root=/dev/sda6 ro quiet splash
initrd /boot/initrd.img-2.6.15-26-386
savedefault
boot
title Ubuntu, kernel 2.6.15-26-386 (recovery mode)
root (hd0,5)
kernel /boot/vmlinuz-2.6.15-26-386 root=/dev/sda6 ro single
initrd /boot/initrd.img-2.6.15-26-386
boot
title Ubuntu, memtest86+
root (hd0,5)
kernel /boot/memtest86+.bin
boot
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda2
title Microsoft Windows Vista
root (hd0,1)
savedefault
makeactive
chainloader +1
### END DEBIAN AUTOMAGIC KERNELS LIS
Voici le srcipt de menu.lst
Hors ligne
#2 Le 02/07/2007, à 12:20
- Arnomuch
Re : Vista ne se lance plus -_-
Salut la solution est peu être la : http://forum.ubuntu-fr.org/viewtopic.php?id=108518
Ne cherchez pas une raison. Cherchez une issue !
Hors ligne
#3 Le 02/07/2007, à 13:13
- camembert
Re : Vista ne se lance plus -_-
Je n'ai pas MS-Vista. Ton problème ressemble-t-il à celui traité dans ce tuto Ubuntu --> http://doc.ubuntu-fr.org/installation/vista_ubuntu ?
Camembert
#4 Le 02/07/2007, à 13:19
- Silvering
Re : Vista ne se lance plus -_-
Je vais lire tout ça merci d'avance je vous tient au courant merci encore!!
Hors ligne
#5 Le 02/07/2007, à 13:35
- Silvering
Re : Vista ne se lance plus -_-
J'ai un problème lorsque je tape tar -xjvf ntfsprogs-1.13.1.tar.gz, il maffiche le message suivant:
bzip2: (stdin) is not a bzip file
tar :Child returned status 2
tar: Statut d'erreur reporté d'erreurs précédentes
Hors ligne
#6 Le 02/07/2007, à 14:23
- Luckynow
Re : Vista ne se lance plus -_-
oui car devant un tar.gz c'est l'option -xzvf qu'il faut utiliser, le j correspond à un type bzip2.
J'ai modifié la page du wiki en conséquence.
Dernière modification par Luckynow (Le 02/07/2007, à 14:25)
Hors ligne
#7 Le 02/07/2007, à 14:37
- Silvering
Re : Vista ne se lance plus -_-
Ok maintenant nouvel erreur..quand je tape ./configure
bash: ./configure: Aucun fichier ou repertoire de ce type....
Hors ligne
#8 Le 02/07/2007, à 21:55
- Silvering
Hors ligne
#9 Le 02/07/2007, à 23:37
- Luckynow
Re : Vista ne se lance plus -_-
a mon avis, il faut que tu entre dans le dossier, c'est quelque chose comme
cd ntfsprogs-XX
XX = version
presse simplement la touche tab pour complèter le nom du dossier
Hors ligne
#10 Le 03/07/2007, à 08:12
- Silvering
Re : Vista ne se lance plus -_-
LOL sa marche mais après je tape make et ils me disent :
bash: make : commande introuvable
Hors ligne
#11 Le 03/07/2007, à 08:55
- poupoul2
Re : Vista ne se lance plus -_-
Vista ne se lance plus -_-
Champagne
Ok je sors -->[]
#12 Le 03/07/2007, à 09:27
- Silvering
Hors ligne
#13 Le 03/07/2007, à 14:28
- Luckynow
Re : Vista ne se lance plus -_-
il te faut nstaller le paquet build essentials
apt-cache search build essentials
puis sudo apt-get install le nom retourné par la commande ci dessus (sinon cherche avec synaptics je sais plus le nom exact)
et là ça devrait jouer.
PS cherche dans la doc comment compiler, généralement c'est expliquer comment préparer l'environnement de développement adéquat.
Dernière modification par Luckynow (Le 03/07/2007, à 14:30)
Hors ligne
#14 Le 03/07/2007, à 14:41
- Silvering
Re : Vista ne se lance plus -_-
Alors quand je tape ce que tu me dis voici ce qui me répond :
mika@mika-laptop:~/ntfsprogs-1.13.1$ apt-cache search build-essential
mika@mika-laptop:~/ntfsprogs-1.13.1$
lol rien..
Hors ligne
#15 Le 03/07/2007, à 14:58
- Luckynow
Re : Vista ne se lance plus -_-
sudo apt-get install build-essential
Dernière modification par Luckynow (Le 03/07/2007, à 14:59)
Hors ligne
#16 Le 03/07/2007, à 15:00
- Silvering
Re : Vista ne se lance plus -_-
toujours pareil....-_-
mika@mika-laptop:~/ntfsprogs-1.13.1$ apt-cache search build essential
mika@mika-laptop:~/ntfsprogs-1.13.1$
mika@mika-laptop:~/ntfsprogs-1.13.1$ sudo apt-get install build-essential
E: Impossible de verrouiller /var/lib/dpkg/lock - open (11 Ressource temporairement non disponible)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
mika@mika-laptop:~/ntfsprogs-1.13.1$
Dernière modification par Silvering (Le 03/07/2007, à 15:03)
Hors ligne
#17 Le 03/07/2007, à 15:05
- Luckynow
Re : Vista ne se lance plus -_-
il faut pas que tu aie synaptic lancer quand tu exécute un apt-get install, il y a un lock dessus pour garder la consistence du système.
Hors ligne
#18 Le 03/07/2007, à 15:06
- Silvering
Re : Vista ne se lance plus -_-
C'est une question vraiment surement très bete mais qu'est ce que synaptic et comment sait-on si il est lancer?
C'est bon j'ai trouver mais voici ce qu'il me dit:
mika@mika-laptop:~/ntfsprogs-1.13.1$ sudo apt-get install build-essential
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
E: Impossible de trouver le paquet build-essential
on dirait qu'il n'est même pas sur l'ordi ce paquet ou le télécharge t-on?
Dernière modification par Silvering (Le 03/07/2007, à 15:10)
Hors ligne
#19 Le 03/07/2007, à 15:11
- Luckynow
Re : Vista ne se lance plus -_-
oups je voulais dire adept tu est sous kubuntu non ?
Hors ligne
#20 Le 03/07/2007, à 15:14
- Silvering
Re : Vista ne se lance plus -_-
Oui, adept n'est plus lancer..
Dernière modification par Silvering (Le 03/07/2007, à 15:14)
Hors ligne
#21 Le 03/07/2007, à 15:16
- Luckynow
Re : Vista ne se lance plus -_-
tape ps aux |grep adept
Dernière modification par Luckynow (Le 03/07/2007, à 15:17)
Hors ligne
#22 Le 03/07/2007, à 15:17
- Silvering
Re : Vista ne se lance plus -_-
Msn sera mieu non?
mika@mika-laptop:~/ntfsprogs-1.13.1$ ps aux |grep adept
mika 5165 0.0 0.6 29192 12892 ? S 10:03 0:00 adept_notifier
mika 6911 0.0 0.5 25328 11680 ? S 12:46 0:00 kdesu -u root -c kdesu adept
mika 10456 0.0 0.0 2928 828 pts/1 S+ 15:17 0:00 grep adept
raul_tolkien_65@hotmail.com
Dernière modification par Silvering (Le 03/07/2007, à 15:19)
Hors ligne
#23 Le 03/07/2007, à 15:39
- bruno
Re : Vista ne se lance plus -_-
Bon dans le tuto, il n'est pas précisé que ntfsprogs en version 1.13.1 est disponible dans les dépôts Feisty, donc sous Feisty inutile de compiler, on installe le paquet. (corrigé le tuto)
D'autre part on peut installer le paquet ntfs-3g pour pouvoir monter les partitions NTFS en lecture/écriture.
Dernière modification par bruno (Le 03/07/2007, à 15:39)
#24 Le 03/07/2007, à 16:11
- Luckynow
Re : Vista ne se lance plus -_-
Il est sous dapper je pense
Hors ligne
#25 Le 03/07/2007, à 17:27
- bruno
Re : Vista ne se lance plus -_-
Dans ce cas il faut compiler...
J'ai modifié le tuto pour être sûr que tous les paquets requis pour la compilation soient installés au préalable, et aussi en utilisant checkinstall qui permet une installation plus « propre ».
Si il y a une connerie, merci de corriger.
Dernière modification par bruno (Le 03/07/2007, à 17:28)