{{tag>sysadmin démarrage boot grub grub2}}
:TODO_DOCUPDATE:
====== Grub : Démarrer manuellement un système Linux ======
Depuis Grub s'exécutant sur un média de type live, taper c pour ouvrir la ligne de commandes :
# lister les partitions disponibles
ls
# définir le chemin vers grub
set prefix=(hd1,gpt1)/boot/grub
# définir la partition racine
set root=(lvm/vg0-debian)
Passer le shell grub en mode normal (active les principales commandes et l'autocomplétion)
insmod normal
normal
Pour charger un noyau de type linux:
insmod linux
# Lister les fichiers de la partition racine
# rechercher vmlinux-?? et initrd-??.img
ls /
linux /vmlinux root=/dev/mapper/vg0-debian
initrd /initrd.img
boot
===== Références =====
* [[https://0xcaffee.blog/posts/grub-booting-with-lvm/[Démarrage grub avec LVM (0xcaffee.blog)]]
* [[https://www.shellhacks.com/reinstall-grub-from-live-usb-uefi-lvm/|reinstaller grub depuis un media live (shellhacks.com)]]
* [[https://unix.stackexchange.com/questions/174337/partitioning-for-a-uefi-boot-loader-can-lvm-be-used|Peut on placer une partition EFI sur LVM (unix.stackexchange.com)]]
* https://askubuntu.com/questions/751259/how-to-change-grub-command-line-grub-shell-keyboard-layout