]> glassweightruler.freedombox.rocks Git - Ventoy.git/blob - INSTALL/grub/distro/fwts.cfg
Merge branch 'master' of https://github.com/Ventoy/Ventoy
[Ventoy.git] / INSTALL / grub / distro / fwts.cfg
1 set label="writable"
2
3 menuentry 'Firmware Test Suite' --class ubuntu --class gnu-linux --class gnu --class os {
4 set root='vtimghd,4'
5 linux /boot/vmlinuz root=LABEL=$label ro console=tty1 console=ttyS0 quiet
6 initrd /boot/initrd.img
7 }
8
9 menuentry 'Firmware Test Suite (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
10 set root='vtimghd,4'
11 echo 'Loading Linux ...'
12 linux /boot/vmlinuz root=LABEL=$label ro recovery nomodeset
13 echo 'Loading initial ramdisk ...'
14 initrd /boot/initrd.img
15 }