Questions sur l'installation et la configuration de Manjaro Linux.

Démarrer en mode console

#21Messageil y a 11 ans

J'ai, je pense, un peu déblayé le terrain.

J'ai installé à côté de Mint et de Manjaro une autre distribution (LMDE) pour voir si c'était pareil. LMDE s'est installée avec le pilote libre. J'ai laissé le grub de LMDE gérer l'ensemble.

Depuis LMDE, si je fais un Ctrl+Alt+F1 ou F2 ... pas de problème j'arrive bien à la console, nickel.

Je redémarre sur Mint, je fais Ctrl+Alt+F1 ... l'écran n'a plus le quadrillage, j'arrive à un écran noir avec un tiret clignotant, mais sans effet.

Je viens de redémarrer sur Manjaro, et c'est idem que sur Mint maintenant. Plus de quadrillage, écran noir, tiret clignotant, mais sans effet.

Au moins je suis sûr que le problème n'est pas matériel ; quel fichier faut-il configurer, that is the question !


edit : si je redonne la main au grub de Mint, je reviens à la situation initiale (quadrillage, ...) sur Mint ET Manjaro. Pas sur LMDE.

edit2 : pour en avoir le cœur net, je viens d'installer une manjaro vite fait avec le pilote libre. Avec aussi la gestion du grub.
Redémarrage donc sur cette Manjaro, et là pas de souci, Ctrl+Alt+F2 fonctionne nickel. Exactement même chose qu'avec l'installation de LMDE.
Il n'y a qu'avec les distributions qui utilisent le pilote nVidia que ça ne fonctionne pas.
Donc c'est lié au pilote nVidia.

Démarrer en mode console

#22Messageil y a 11 ans

il faudrait voir le contenu de /etc/mkinitcpio.conf.

Démarrer en mode console

#23Messageil y a 11 ans

As-tu essayé ça ?
http://www.imgbase.info/images/safe-wal ... papers.jpg

"Je passe plus de temps sur mon ordinateur qu'a vivre ma vie. Comment se fait-il qu'il ait investi mon âme, suis-je contaminé par un virus informatique ? Tout juste s'il n'a pas bouffé mes sentiments. Mais il n'aura pas ma liberté de penser, de m'exprimer et d'écrire de mes mains dans des temps lointains."

Amicalement.

Démarrer en mode console

#24Messageil y a 11 ans

Bonjour :bjr:

@Loubrix :
le contenu de /etc/mkinitcpio.conf (idem dans manjaro avec nvidia ou avec pilote libre)

# vim:set ft=sh
# MODULES
# The following modules are loaded before any boot hooks are
# run.  Advanced users may wish to specify all system modules
# in this array.  For instance:
#     MODULES="piix ide_disk reiserfs"
MODULES=""

# BINARIES
# This setting includes any additional binaries a given user may
# wish into the CPIO image.  This is run last, so it may be used to
# override the actual binaries included by a given hook
# BINARIES are dependency parsed, so you may safely ignore libraries
BINARIES=""

# FILES
# This setting is similar to BINARIES above, however, files are added
# as-is and are not parsed in any way.  This is useful for config files.
FILES=""

# HOOKS
# This is the most important setting in this file.  The HOOKS control the
# modules and scripts added to the image, and what happens at boot time.
# Order is important, and it is recommended that you do not change the
# order in which HOOKS are added.  Run 'mkinitcpio -H <hook name>' for
# help on a given hook.
# 'base' is _required_ unless you know precisely what you are doing.
# 'udev' is _required_ in order to automatically load modules
# 'filesystems' is _required_ unless you specify your fs modules in MODULES
# Examples:
##   This setup specifies all modules in the MODULES setting above.
##   No raid, lvm2, or encrypted root is needed.
#    HOOKS="base"
#
##   This setup will autodetect all modules for your system and should
##   work as a sane default
#    HOOKS="base udev autodetect block filesystems"
#
##   This setup will generate a 'full' image which supports most systems.
##   No autodetection is done.
#    HOOKS="base udev block filesystems"
#
##   This setup assembles a pata mdadm array with an encrypted root FS.
##   Note: See 'mkinitcpio -H mdadm' for more information on raid devices.
#    HOOKS="base udev block mdadm encrypt filesystems"
#
##   This setup loads an lvm2 volume group on a usb device.
#    HOOKS="base udev block lvm2 filesystems"
#
##   NOTE: If you have /usr on a separate partition, you MUST include the
#    usr, fsck and shutdown hooks.
HOOKS="base udev autodetect modconf block filesystems keyboard fsck"

# COMPRESSION
# Use this to compress the initramfs image. By default, gzip compression
# is used. Use 'cat' to create an uncompressed image.
#COMPRESSION="gzip"
#COMPRESSION="bzip2"
#COMPRESSION="lzma"
#COMPRESSION="xz"
#COMPRESSION="lzop"

# COMPRESSION_OPTIONS
# Additional options for the compressor
#COMPRESSION_OPTIONS=""


@waitnsea :
Pas bien compris pour le lien :saispas:

Démarrer en mode console

#25Messageil y a 11 ans

Démarrer en mode console

#26Messageil y a 11 ans

:bjr:

Mais ou est xorg.conf/équivalent sous Manja ?


Dans /etc/X11/xorg.conf.d, tu as les fichiers de configuration de xorg.

Démarrer en mode console

#27Messageil y a 11 ans

tu veux bien donner le contenu de /etc/default/grub des trois distros STP (ou au moins les options du noyau)?

Démarrer en mode console

#28Messageil y a 11 ans

:bjr:

/etc/default/grub de Mint13 (avec pilote proprio et pas accès aux tty) :

# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
#   info -f grub -n 'Simple configuration'

GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
GRUB_GFXMODE=1024x768x16

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"

# Pour desactiver la recherche automatique de nouveaux systemes
GRUB_DISABLE_OS_PROBER="true"



/etc/default/grub de Manjaro (avec pilote proprio et pas accès aux tty) :

GRUB_DEFAULT=saved
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="Manjaro"
GRUB_CMDLINE_LINUX_DEFAULT=" resume=UUID=7e048c6e-c66d-42e1-b475-e9160d3be67c"
GRUB_CMDLINE_LINUX=""

# If you want to enable the save default function, uncomment the following
# line, and set GRUB_DEFAULT to saved.
GRUB_SAVEDEFAULT=true

# Preload both GPT and MBR modules so that they are not missed
GRUB_PRELOAD_MODULES="part_gpt part_msdos"

# Uncomment to enable Hidden Menu, and optionally hide the timeout count
#GRUB_HIDDEN_TIMEOUT=5
#GRUB_HIDDEN_TIMEOUT_QUIET=true

# Uncomment to use basic console
GRUB_TERMINAL_INPUT=console

# Uncomment to disable graphical terminal
#GRUB_TERMINAL_OUTPUT=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
GRUB_GFXMODE=auto

# Uncomment to allow the kernel use the same resolution used by grub
GRUB_GFXPAYLOAD_LINUX=keep

# Uncomment if you want GRUB to pass to the Linux kernel the old parameter
# format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
GRUB_DISABLE_RECOVERY=true

# Uncomment and set to the desired menu colors.  Used by normal and wallpaper
# modes only.  Entries specified as foreground/background.
GRUB_COLOR_NORMAL="light-gray/black"
GRUB_COLOR_HIGHLIGHT="green/black"

# Uncomment one of them for the gfx desired, a image background or a gfxtheme
GRUB_BACKGROUND="/usr/share/grub/background.png"
#GRUB_THEME="/path/to/gfxtheme"

# Uncomment to get a beep at GRUB start
#GRUB_INIT_TUNE="480 440 1"



/etc/default/grub de LMDE (avec pilote libre et accès aux tty) :

# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
#   info -f grub -n 'Simple configuration'

GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
Répondre