
voila,lors du boot j'ai un message a propos du fsck(ca tiens sur deux lignes) et a l'extinction j'ai des messages sur une dixaine de lignes...ces deux apparitions me derrange!!
j'ai syslinux pour le boot ainsi que slim.
comment faire pour ne plus les voir??
voila pour syslinux.conf
Code : Tout sélectionner
# Config file for Syslinux -
# /boot/syslinux/syslinux.cfg
#
# Comboot modules:
# * menu.c32 - provides a text menu
# * vesamenu.c32 - provides a graphical menu
# * chain.c32 - chainload MBRs, partition boot sectors, Windows bootloaders
# * hdt.c32 - hardware detection tool
# * reboot.c32 - reboots the system
# * poweroff.com - shutdown the system
#
# To Use: Copy the respective files from /usr/lib/syslinux to /boot/syslinux.
# If /usr and /boot are on the same file system, symlink the files instead
# of copying them.
#
# If you do not use a menu, a 'boot:' prompt will be shown and the system
# will boot automatically after 5 seconds.
#
# Please review the wiki: https://wiki.archlinux.org/index.php/Syslinux
# The wiki provides further configuration examples
DEFAULT arch-lqx
PROMPT 0 # Set to 1 if you always want to display the boot: prompt
TIMEOUT 30
# You can create syslinux keymaps with the keytab-lilo tool
#KBDMAP de.ktl
# Menu Configuration
# Either menu.c32 or vesamenu32.c32 must be copied to /boot/syslinux
# UI menu.c32
UI vesamenu.c32
MENU RESOLUTION 1600 900
MENU WIDTH 198
MENU MARGIN 8
MENU ROWS 15
MENU VSHIFT 20
MENU TIMEOUTROW 23
MENU TABMSGROW 21
MENU CMDLINEROW 21
MENU HELPMSGROW 26
MENU HELPMSGENDROW 39
# Refer to http://syslinux.zytor.com/wiki/index.php/Doc/menu
MENU TITLE Boot Menu
MENU BACKGROUND splash.png
MENU COLOR border 30;44 #40ffffff #a0000000 std
MENU COLOR title 1;36;44 #9033ccff #a0000000 std
MENU COLOR sel 7;37;40 #e0ffffff #20ffffff all
MENU COLOR unsel 37;44 #50ffffff #a0000000 std
MENU COLOR help 37;40 #c0ffffff #a0000000 std
MENU COLOR timeout_msg 37;40 #80ffffff #00000000 std
MENU COLOR timeout 1;37;40 #c0ffffff #00000000 std
MENU COLOR msg07 37;40 #90ffffff #a0000000 std
MENU COLOR tabmsg 31;40 #30ffffff #00000000 std
# boot sections follow
#
# TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
#
#-*
LABEL arch
MENU LABEL Arch Linux
LINUX ../vmlinuz-linux
APPEND root=/dev/sda2 ro vga=current quiet splash
INITRD ../initramfs-linux.img
LABEL archfallback
MENU LABEL Arch Linux Fallback
LINUX ../vmlinuz-linux
APPEND root=/dev/sda2 ro vga=current quiet splash
INITRD ../initramfs-linux-fallback.img
LABEL arch-sandyfix
MENU LABEL Arch Linux-sandyfix
LINUX ../vmlinuz-linux-sandyfix
APPEND root=/dev/sda2 ro vga=current quiet splash
INITRD ../initramfs-linux-sandyfix.img
LABEL archfallback-sandyfix
MENU LABEL Arch Linux-sandyfix Fallback
LINUX ../vmlinuz-linux-sandyfix
APPEND root=/dev/sda2 ro vga=current quiet splash
INITRD ../initramfs-linux-sandyfix-fallback.img
LABEL arch-pae
MENU LABEL Arch Linux-pae
LINUX ../vmlinuz-linux-pae
APPEND root=/dev/sda2 ro vga=current quiet splash
INITRD ../initramfs-linux-pae.img
LABEL archfallback-pae
MENU LABEL Arch Linux-pae Fallback
LINUX ../vmlinuz-linux-pae
APPEND root=/dev/sda2 ro vga=current quiet splash
INITRD ../initramfs-linux-pae-fallback.img
LABEL arch-lts
MENU LABEL Arch Linux-lts
LINUX ../vmlinuz-linux-lts
APPEND root=/dev/sda2 ro vga=current quiet splash
INITRD ../initramfs-linux-lts.img
LABEL archfallback-lts
MENU LABEL Arch Linux-lts Fallback
LINUX ../vmlinuz-linux-lts
APPEND root=/dev/sda2 ro vga=current quiet splash
INITRD ../initramfs-linux-lts-fallback.img
LABEL arch-lqx
MENU LABEL Arch Linux-lqx
LINUX ../vmlinuz-linux-lqx
APPEND root=/dev/sda2 ro vga=current quiet splash
INITRD ../initramfs-linux-lqx.img
LABEL archfallback-lqx
MENU LABEL Arch Linux-lqx Fallback
LINUX ../vmlinuz-linux-lqx
APPEND root=/dev/sda2 ro vga=current quiet splash
INITRD ../initramfs-linux-lqx-fallback.img
#LABEL windows
# MENU LABEL Windows
# COM32 chain.c32
# APPEND hd0 1
LABEL hdt
MENU LABEL HDT (Hardware Detection Tool)
COM32 hdt.c32
LABEL reboot
MENU LABEL Reboot
COM32 reboot.c32
LABEL off
MENU LABEL Power Off
COMBOOT poweroff.com
@edit
du nouveau,je n'ai plus le message au demarrage. le fait de me logguer automatiquement a resolu ce premier probleme
les messages a l'extinction sont: le demontage des partitions,la desactivation du swap(je n'ai pas de swap) ,et un "truc" loop devices...
ca dure une fraction de secondes...mais je ne veux pas les voir
