Open promeneur opened 10 months ago
the script to launch bliss
#!/bin/bash qemu-kvm -enable-kvm \ -m 8G -smp 4 -cpu host \ -display gtk,gl=on,zoom-to-fit=off \ -device virtio-vga-gl \ -device qemu-xhci,p2=5,p3=5,id=xhci \ -device usb-kbd -k fr \ -device usb-mouse \ -device usb-host,vendorid=0x046d,productid=0x0825 \ -device usb-host,vendorid=0x0b05,productid=0x190e \ -device intel-hda \ -device hda-duplex,audiodev=snd0 \ -audiodev pipewire,id=snd0 \ -boot menu=on \ -nic bridge,mac=00:16:3e:4f:90:5a \ ~/QEMU_VM/Bliss-v16.9.4-x86_64-OFFICIAL-gapps-20240114.img \
With the previous version, in grub folder in menu.lst file, I add "video=1280x800x32" in the kernel command.
This option is deprecated.
Then I want to add in menu.lst the following statements
GRUB_GFXMODE=1280x800x32 GRUB_GFXPAYLOAD_LINUX=keep
But menu.lst does not exist in grub folder.
the script to launch bliss
With the previous version, in grub folder in menu.lst file, I add "video=1280x800x32" in the kernel command.
This option is deprecated.
Then I want to add in menu.lst the following statements
But menu.lst does not exist in grub folder.