bjr
sur la clé usb dans /media/oem/Lubuntu 22.04.2 LTS amd64/boot/grub j'ai un fichier grub.cfg que je ne peux pas modifier dans lequel il y a ceci:
set timeout=30
loadfont unicode
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
menuentry "Try or Install Lubuntu" {
set gfxpayload=keep
linux /casper/vmlinuz file=/cdrom/preseed/lubuntu.seed quiet splash ---
initrd /casper/initrd
}
menuentry "Lubuntu (safe graphics)" {
set gfxpayload=keep
linux /casper/vmlinuz nomodeset file=/cdrom/preseed/lubuntu.seed quiet splash ---
initrd /casper/initrd
}
grub_platform
if [ "$grub_platform" = "efi" ]; then
menuentry 'Boot from next volume' {
exit 1
}
menuentry 'UEFI Firmware Settings' {
fwsetup
}
else
menuentry 'Test memory' {
linux16 /boot/memtest86+.bin
}
fi
d'après ce que je comprend il faudrait remplacer le quiet splash par quiet splash monodeset sauf que je ne peux pas modifier ce fichier et je ne peux pas non plus modifier les propriété du fichier
J'ai trouvé ça sur le web:
https://askubuntu.com/questions/374757/ ... not-fix-it
https://ubuntuforums.org/showthread.php ... 4154218268
System: Host: PCSalon Kernel: 5.15.0-53-generic x86_64 bits: 64 Desktop: Cinnamon 5.4.12 Distro: Linux Mint 21 Vanessa
Machine: Desktop System: Gigabyte product: A320M-S2H v: N/A
CPU: AMD Ryzen 3
Graphics:NVIDIA GK208B [GeForce GT 710] resolution: 1920x1080~60Hz
Audio: NVIDIA GK208 HDMI/DP es
Memory: 7.71 GiB used: 1.39 GiB (18.0%)