Pour clarifier, en effet si je
démarre mon PC j'ai bien le menu de syslinux. En revanche si je
redémarre à partir de ma session ouverte dans ArchLinux, le boot s'arrête juste avant l'apparition du menu de syslinux.
Mon PC a bien un BIOS (comme tout PC si je ne me trompe pas ^^) et il est à jour.
Mon ArchLinux est "tout neuf" je n'ai rien changé niveau configuration mis à part l'agencement du clavier.
J'ai également OpenBox (et seulement ce paquet) d'installé et configuré à minima. Je lance pour le moment OpenBox manuellement par la commande
xinit
mais je ne le lance pas pour le moment.
Voilà le contenu de mon '
/boot/syslinux/syslinux.cfg' :
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
#
# 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
PROMPT 0 # Set to 1 if you always want to display the boot: prompt
TIMEOUT 50
# 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
# Refer to http://syslinux.zytor.com/wiki/index.php/Doc/menu
MENU TITLE Arch Linux
#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/sda3 rw
INITRD ../initramfs-linux.img
LABEL archfallback
MENU LABEL Arch Linux Fallback
LINUX ../vmlinuz-linux
APPEND root=/dev/sda3 rw
INITRD ../initramfs-linux-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 poweroff
MENU LABEL Poweroff
COM32 poweroff.c32
Et voilà le résultat de la commande effectuée en root de
blkid
:
Code : Tout sélectionner
/dev/sda1: UUID="5403768a-67ff-4838-9071-ad31c7cbfa9e" TYPE="ext4" PARTLABEL="Linux filesystem" PARTUUID="27f52bf8-5f33-43c2-bff2-b6438e2a49e5"
/dev/sda2: UUID="cbedb38f-31bc-4e0e-a4c0-cd9c39a42232" TYPE="swap" PARTLABEL="Linux swap" PARTUUID="9194e722-6f5b-486b-8f2c-84fcfc6b4bb9"
/dev/sda3: UUID="8c01044f-6e82-40bf-9d71-7ea1cf2f14e8" TYPE="ext4" PARTLABEL="Linux filesystem" PARTUUID="723ab9b8-46f3-4ed1-beae-f0abb611307a"
/dev/sda4: UUID="59c2c590-ac32-4560-ae0f-950d660a8b9c" TYPE="ext4" PARTLABEL="Linux filesystem" PARTUUID="b2096731-3240-487f-97db-a78ee2bf2b62"
/dev/sdb1: LABEL="usbflash" UUID="C97C-1436" TYPE="vfat" PARTUUID="000a9616-01"
Merci de ton attention si rapide
