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.

#51 Le 30/12/2007, à 01:44

@(&↓&)@

Re : [Résolu] "Plantage" triple boot (perdu accès au second boot)

Correction, j'ai oublié
cd /mnt évidemment

@(&↓&)@ a écrit :

Dommage tu as quitté mais voila une méthode simple
pour ne pas copier

umount -a
mount -o rw /dev/sda9 /mnt  #c'est le /home de la LTS je pense
dpkg -l | grep nvidia >> texte.txt
cd /mnt

tu redémarres sur la LTS et dans /home, il y aura le fichier texte.txt
qui contient les retours.

Ce n'est pas perdu
le fichier se trouve dans le répertoire /root qui doit être sda10
ouvre le depuis la LTS

#52 Le 30/12/2007, à 01:47

sam7

Re : [Résolu] "Plantage" triple boot (perdu accès au second boot)

Eh bien c'est plus simple, je regarde dans sda10 & je poste...

... PAS DE FICHIER dans le root de sda10

Dernière modification par sam7 (Le 30/12/2007, à 01:49)


sam7 @ sweetux.org = "Faire connaître & promouvoir la culture libre"
& @ gafam.fr = "Faire connaître & promouvoir les alternatives aux GAFAMs"

Hors ligne

#53 Le 30/12/2007, à 01:52

@(&↓&)@

Re : [Résolu] "Plantage" triple boot (perdu accès au second boot)

sam7 a écrit :

Eh bien c'est plus simple, je regarde dans sda10 & je poste...

... PAS DE FICHIER dans le root de sda10

lance une recherche sur

texte.txt

#54 Le 30/12/2007, à 02:05

sam7

Re : [Résolu] "Plantage" triple boot (perdu accès au second boot)

La recherche est infructueuse, ainsi que ma tentative en mode sans échec.

umount -a # renvoi unmount:/dev:device is busy
mount -o rw /dev/sda9 /mnt 
dpkg -l | grep nvidia >> texte.txt # renvoi bash: texte.txt: read-only file system
cd /mnt

voici donc ce que j'ai écris sur mon coin de papier il y a 1/2 heure, puis je vais me coucher car il est tard...

Le retour de dpkg -l | grep nvidia est :

ii nvidia-glx-new            100.14.19+2.6.22.4-14.10
NVIDIA binary XFree86   4.x/X.org 'new' driver
ii nvidia-kernel-common 20051028+1ubuntu7
NVIDIA binary kernel module files
rc nvidia-settings      1.0+200705 02-1ubuntu2
Tool of configure the NVIDIA graphics driver


sam7 @ sweetux.org = "Faire connaître & promouvoir la culture libre"
& @ gafam.fr = "Faire connaître & promouvoir les alternatives aux GAFAMs"

Hors ligne

#55 Le 30/12/2007, à 02:11

@(&↓&)@

Re : [Résolu] "Plantage" triple boot (perdu accès au second boot)

pfffffff, il est tard la, il faut se placer dans le /home avent de
lancer la commande dpkg -l.....

La correction. (tu pourras tester, ça sert en cas de pépins)

umount -a
mount -o rw /dev/sda9 /mnt  #c'est le /home de la LTS je pense
cd /mnt
dpkg -l | grep nvidia >> texte.txt

tu redémarres sur la LTS et dans /home, il y aura le fichier texte.txt
qui contient les retours.


Bref, c'est donc nvidia-glx-new qu'il faut désinstaller

Il faut que tu tapes
apt-get remove --purge nvidia-glx-new

#56 Le 30/12/2007, à 04:19

@(&↓&)@

Re : [Résolu] "Plantage" triple boot (perdu accès au second boot)

avant de désinstaller, je pense que tu peux
em modifiant

nvidia par nv dans le xorg.conf

utiliser les drivers natifs (sans 3D)

Poste le xorg.conf dans le bon forum,
les possesseurs de nvidia te donneront les
lignes à  modifier.

Désinstalle les en dernier recours (la réinstallation après étant tjrs possible)

Bref, je m'absente 1 semaine.

#57 Le 30/12/2007, à 12:13

sam7

Re : [Résolu] "Plantage" triple boot (perdu accès au second boot)

affaire à suivre sur http://forum.ubuntu-fr.org/viewtopic.php?pid=1424156#p1424156


sam7 @ sweetux.org = "Faire connaître & promouvoir la culture libre"
& @ gafam.fr = "Faire connaître & promouvoir les alternatives aux GAFAMs"

Hors ligne

#58 Le 10/01/2008, à 00:52

sam7

Re : [Résolu] "Plantage" triple boot (perdu accès au second boot)

Affaire résolue avec un xorg.conf "bidouillé"

Code:

# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
EndSection

Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "kbd"
    Option        "CoreKeyboard"
    Option        "XkbRules"    "xorg"
    Option        "XkbModel"    "pc105"
    Option        "XkbLayout"    "fr"
    Option        "XkbVariant"    "oss"
EndSection

Section "InputDevice"
    Identifier    "Configured Mouse"
    Driver        "mouse"
    Option        "CorePointer"
    Option        "Device"        "/dev/input/mice"
    Option        "Protocol"        "ImPS/2"
    Option        "ZAxisMapping"        "4 5"
    Option        "Emulate3Buttons"    "true"
EndSection

Section "InputDevice"
    Driver        "wacom"
    Identifier    "stylus"
    Option        "Device"    "/dev/input/wacom"
    Option        "Type"        "stylus"
    Option        "ForceDevice"    "ISDV4"        # Tablet PC ONLY
EndSection

Section "InputDevice"
    Driver        "wacom"
    Identifier    "eraser"
    Option        "Device"    "/dev/input/wacom"
    Option        "Type"        "eraser"
    Option        "ForceDevice"    "ISDV4"        # Tablet PC ONLY
EndSection

Section "InputDevice"
    Driver        "wacom"
    Identifier    "cursor"
    Option        "Device"    "/dev/input/wacom"
    Option        "Type"        "cursor"
    Option        "ForceDevice"    "ISDV4"        # Tablet PC ONLY
EndSection

Section "Device"
    Identifier    "nVidia Corporation G80 [GeForce 8600 GT]"
    Driver        "nv"
    BusID        "PCI:1:0:0"
Option "TwinView" "true"
Option "TwinViewOrientation"  "CRT-0 LeftOf CRT-1"
Option "SecondMonitorHorizSync" "28-72"
Option "SecondMonitorVertRefresh" "43-60"
Option "MetaModes" "1440x900,1440x900,1024x768,1024x768;800x600,800x600;640x480,640x480;512x384,512x384"


EndSection

Section "Monitor"
    Identifier    "M17W"
    Option        "DPMS"
    HorizSync    28-72
    VertRefresh    43-60
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "nVidia Corporation G80 [GeForce 8600 GT]"
    Monitor        "M17W"
    DefaultDepth    24
    SubSection "Display"
        Modes        "1440x900" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier    "Default Layout"
    Screen        "Default Screen"
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"

# Uncomment if you have a wacom tablet
#    InputDevice     "stylus"    "SendCoreEvents"
#    InputDevice     "cursor"    "SendCoreEvents"
#    InputDevice     "eraser"    "SendCoreEvents"
EndSection
Section "Module"
    Load        "glx"
EndSection

sam7 @ sweetux.org = "Faire connaître & promouvoir la culture libre"
& @ gafam.fr = "Faire connaître & promouvoir les alternatives aux GAFAMs"

Hors ligne

#59 Le 05/02/2008, à 00:23

sam7

Re : [Résolu] "Plantage" triple boot (perdu accès au second boot)

La mise à  jour du Kernel de ce soir à  planté mon menu.lst

de triple boot, je me retrouve en dual boot...

il faut que je regarde si j'ai quelque part une sauvegarde de ce fichier qui m'a causé tant de soucis il y a quelques semaines...

Ouf, je le retrouve post #37 :
y aura t'il des adaptations à  faire en fonction du nouveau noyau ?

Existe t'il une méthode pour ne plus avoir ce problème la prochaine fois ?

Dernière modification par sam7 (Le 05/02/2008, à 00:51)


sam7 @ sweetux.org = "Faire connaître & promouvoir la culture libre"
& @ gafam.fr = "Faire connaître & promouvoir les alternatives aux GAFAMs"

Hors ligne

#60 Le 05/02/2008, à 01:01

sam7

Re : [Résolu] "Plantage" triple boot (perdu accès au second boot)

Avec ceci, ça remarche :

# 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=186c8c2a-88b9-4d38-aad8-f34c37a26205 ro

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

## 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

## 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 UBUNTU LTS
root		(hd0,5)
kernel		/vmlinuz-2.6.22-14-generic root=UUID=186c8c2a-88b9-4d38-aad8-f34c37a26205 ro quiet splash locale=fr_FR
initrd		/initrd.img-2.6.22-14-generic
quiet

title		Ubuntu 7.10, kernel 2.6.22-14-generic (recovery mode)
root		(hd0,5)
kernel		/vmlinuz-2.6.22-14-generic root=UUID=186c8c2a-88b9-4d38-aad8-f34c37a26205 ro single
initrd		/initrd.img-2.6.22-14-generic

title		Ubuntu 7.10, memtest86+
root		(hd0,5)
kernel		/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

title        Ubuntu 7.10, kernel 2.6.22-14-generic KUBUNTUSTUDIO NEW
root        (hd0,5)
kernel        /vmlinuz-2.6.22-14-generic root=UUID=b55be565-73ea-4776-9fab-41043ef3084b ro quiet splash locale=fr_FR
initrd        /initrd.img-2.6.22-14-generic
quiet

title        Ubuntu 7.10, kernel 2.6.22-14-generic KUBUNTUSTUDIO NEW recovery mode
root        (hd0,5)
kernel        /vmlinuz-2.6.22-14-generic root=UUID=b55be565-73ea-4776-9fab-41043ef3084b ro single
initrd        /initrd.img-2.6.22-14-generic
quiet



# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
title		Microsoft Windows XP dition familiale
root		(hd0,0)
savedefault
makeactive
chainloader	+1

sam7 @ sweetux.org = "Faire connaître & promouvoir la culture libre"
& @ gafam.fr = "Faire connaître & promouvoir les alternatives aux GAFAMs"

Hors ligne

#61 Le 05/02/2008, à 01:19

sam7

Re : [Résolu] "Plantage" triple boot (perdu accès au second boot)

Une fois dans mon 3ème boot (KUBUNTUSTUDIO) qui était planté tout à  l'heure, je viens d'avoir l'annonce de la mise à  jour du Kernel...
Si je clique sur "installer les mises à  jour", je vais donc me retrouver avec la même punition... qu'il y a quelques minutes, si ce n'est qu'il va me charger en plus le Kernel "-rt" que j'avais effacer accidentellement suite à  mon installation en triple boot il y a un mois... il y aura donc encore quelques modifs à  apporter, mais il est tard, je laisse ça à  demain soir en espérant que celà  se passe bien.


sam7 @ sweetux.org = "Faire connaître & promouvoir la culture libre"
& @ gafam.fr = "Faire connaître & promouvoir les alternatives aux GAFAMs"

Hors ligne