blog

OVH : rEFInd, proxmox, grub

#!/bin/bash

echo "### update-grub ###"
update-grub

echo "### grub-install ###"
grub-install

echo "### efi rsync ###"

current=$(df -hP|awk '/efi/ {print $1}' |sed 's/.$//'|sed "s%/dev/%%g")
sync=$(lsscsi -s|awk '{print $(NF-1)}'|grep -v $current|sed "s%/dev/%%g")

for i in $sync
do
mount /dev/${i}1 /mnt/$i
rsync -a /boot/efi/ /mnt/$i/
ls -ltr /mnt/$i/EFI/proxmox/grubx64.efi
umount /mnt/$i
done
ls -ltr /boot/efi/EFI/proxmox/grubx64.efi

echo "### done !"
2023/01/30 20:18 · ben

HP Gen8 - upgrade Proxmox 6.x -> 7.x

En cas de reboot en boucle et / ou les erreurs ci-dessous :

DMAR: DRHD: handling fault status reg 2
DMAR: [INTR-REMAP] Request device [01:00.0] fault index 18 [fault reason 38] Blocked an interrupt request due to source-id verification failure
Error: DMAR: [DMA Read] Request device [02:00.0] fault addr bd42c000 [fault reason 06] PTE Read access is not set

/etc/default/grub :

GRUB_CMDLINE_LINUX="console=ttyS1,115200 console=tty0 intel_iommu=off intremap=off"
2022/05/23 15:02 · ben

nvidia - Crash sous windows 10

le pilote d’affichage nvlddmkm ne répondait plus
device hung
etc

  • Aller à “HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\GraphicsDrivers”
  • Créer une entrée de type “QWORD (64-bit)” nommée “TdrDelay” avec une valeur hexadécimale à 20.
  • Rebooter et jouer
2022/04/03 11:57 · ben

Rear (Relax-and-Recover)

2021/12/02 09:12 · ben

<< Billets récents | Anciens billets >>

  • blog.txt
  • Dernière modification : 2021/03/04 15:29
  • de ben