#1 Le 14/10/2006, à 01:51
- pangel
Ecran de boot décalé (sûrement une nouvelle erreur :p)
Une image vaut mieux qu'un long discours :
Si je boot en mode recovery, j'ai l'erreur *sans* solution " :
Alert! /dev/sda1 does not exist. Dropping to a shell
suivi de
can't access tty; job control turned off
L'ordinateur est un Acer Aspire 1350. Incompatibilité hardware ou disque dur mort ou problème dû au fait que Ubuntu a été installé depuis un autre ordinateur sur le disque du portable par une liaison USB ?
Hors ligne
#2 Le 14/10/2006, à 02:37
- Cheval-maxime
Re : Ecran de boot décalé (sûrement une nouvelle erreur :p)
Yep,
peut tu recopier ton menu.lst ? ( /boot/grub/menu.lst )
Despite ignorance, despite ridicule, despite opposition, truth happens
Luztic: communiquer simplement, open source inclus!
Hors ligne
#3 Le 14/10/2006, à 10:41
- pangel
Re : Ecran de boot décalé (sûrement une nouvelle erreur :p)
# 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/sda1 ro
## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,0)
## 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,0)
kernel /boot/vmlinuz-2.6.15-26-386 root=/dev/sda1 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,0)
kernel /boot/vmlinuz-2.6.15-26-386 root=/dev/sda1 ro single
initrd /boot/initrd.img-2.6.15-26-386
boot
title Ubuntu, memtest86+
root (hd0,0)
kernel /boot/memtest86+.bin
boot
### END DEBIAN AUTOMAGIC KERNELS LIST
Hors ligne
#4 Le 14/10/2006, à 10:47
- incoming
Re : Ecran de boot décalé (sûrement une nouvelle erreur :p)
Il s'agit du usplash ???
as-tu essayé
user@breezy:~$ sudo ln -sf /usr/lib/usplash/usplash-default.so /usr/lib/usplash/usplash-artwork.so
user@breezy:~$ sudo dpkg-reconfigure linux-image-$(uname -r)
ou bien
sudo dpgk-reconfigure usplash
Hors ligne
#5 Le 14/10/2006, à 11:37
- pangel
Re : Ecran de boot décalé (sûrement une nouvelle erreur :p)
ubuntu@ubuntu:/media/usbdisk$ sudo ln -sf /usr/lib/usplash/usplash-default.so /usr/lib/usplash/usplash-artwork.so
me renvoie à l'invite ubuntu@ubuntu:/media/usbdisk$
---
ubuntu@ubuntu:/media/usbdisk$ sudo dpkg-reconfigure linux-image-$(uname -r)
me renvoie :
find: AVERTISSEMENT : lien direct (hard link) est erroné pour .: cela est peut-être dû à une anomalie dans le pilote du système de fichiersé L'option -noleaf est automatiquement activée. Les résultats antérieurs peuvent avoir échoués à inclure des répertoires qui auraient dû être recherchés.
Not touching initrd symlinks since we are being reinstalled (2.6.15-26.46)
Not updating image symbolic links since we are being updated (2.6.15-26.46)
ubuntu@ubuntu:/media/usbdisk$
---
enfin pour
ubuntu@ubuntu:/media/usbdisk$ sudo dpgk-reconfigure usplash
j'ai :
Command not found
Comme vous pouvez le voir j'ai tout fait à partir de /media/usbdisk. Je fonctionne à partir du livecd, donc le disque sur lequel je veux agir est branché en usb...j'espère que ça ne change rien !
Hors ligne
#6 Le 14/10/2006, à 13:35
- incoming
Re : Ecran de boot décalé (sûrement une nouvelle erreur :p)
en effet la commande
sudo dpkg-reconfigure usplash
inversion de lettres.
Hors ligne
#7 Le 14/10/2006, à 17:10
- pangel
Re : Ecran de boot décalé (sûrement une nouvelle erreur :p)
ubuntu@ubuntu:/media/usbdisk$ sudo dpkg-reconfigure usplash
find: AVERTISSEMENT : lien direct (hard link) est erroné pour .: cela est peut-être dû à une anomalie dans le pilote du système de fichiersé L'option -noleaf est automatiquement activée. Les résultats antérieurs peuvent avoir échoués à inclure des répertoires qui auraient dû être recherchés.
J'ai réinséré le disque et rebooté : même problème.
Je vais essayer cette méthode
Hors ligne
#8 Le 15/10/2006, à 17:21
- pangel
Re : Ecran de boot décalé (sûrement une nouvelle erreur :p)
J'ai essayé la méthode d'installation à partir de l'iso donc.
Affichage normal (bios, grub, console de chargement).
Puis là ou j'imagine que je devrais voir s'afficher le prompt d'install de l'alternate cd, j'ai ça :
(de plus près voilà ce que ça donne).
Hors ligne
#9 Le 15/10/2006, à 17:31
- misaine
Re : Ecran de boot décalé (sûrement une nouvelle erreur :p)
tu utilises probablement une fréquence non supportée par ton monitor
la roue tourne...c'est sûr! c'est même pour ça qu'on l'a inventée.
Hors ligne
#10 Le 15/10/2006, à 18:01
- pangel
Re : Ecran de boot décalé (sûrement une nouvelle erreur :p)
Je n'ai vraiment aucune idée de la façon de déterminer la fréquence avant le démarrage d'un système d'exploitation. C'est un paramètre de GRUB ou une source à changer dans le cd alternate d'Ubuntu ?
Hors ligne
#11 Le 15/10/2006, à 20:20
- misaine
Re : Ecran de boot décalé (sûrement une nouvelle erreur :p)
c'est l'ecran de ton PC portable ou un ecran CRT rajouté ?
la roue tourne...c'est sûr! c'est même pour ça qu'on l'a inventée.
Hors ligne
#12 Le 15/10/2006, à 22:32
- pangel
Re : Ecran de boot décalé (sûrement une nouvelle erreur :p)
l'écran du portable. J'ai balancé grub, le noyau hd-media et l'image du cd alternate depuis l'extérieur.
Hors ligne
#13 Le 16/10/2006, à 06:11
- misaine
Re : Ecran de boot décalé (sûrement une nouvelle erreur :p)
désolé, là je sèche
la roue tourne...c'est sûr! c'est même pour ça qu'on l'a inventée.
Hors ligne
#14 Le 21/10/2006, à 11:21
- popi
Re : Ecran de boot décalé (sûrement une nouvelle erreur :p)
facile, soit tu cherche un bon écran pour le temps de la réparation, ou bien, tu boote sur ton CD de dapper puis tu monte le volume et vas dans ./etc/X11/xorg.conf et la tu peux mosifier la résolution de l'écran dans la sectiion screen....
(tu peux soit chercher sur le net les vitesses de rafraichissement horisontal/vertical pour avoir une frequence adaptée au plus près ou mettre par exemple 2x"60-60" pour dire que tu suporte le 60 hertz.)
Hors ligne