github.com/u-root/u-root@v7.0.1-0.20200915234505-ad7babab0a8e+incompatible/pkg/boot/grub/testdata_new/fedora_27_install.json (about) 1 [ 2 { 3 "cmdline": "root=live:CDLABEL=Fedora-WS-Live-27-1-6 rd.live.image rd.live.check quiet", 4 "image_type": "linux", 5 "initrd": { 6 "url": "file://testdata_new/fedora_27_install/images/pxeboot/initrd.img" 7 }, 8 "kernel": { 9 "url": "file://testdata_new/fedora_27_install/images/pxeboot/vmlinuz" 10 }, 11 "name": "Test this media \u0026 start Fedora-Workstation-Live 27" 12 }, 13 { 14 "cmdline": "root=live:CDLABEL=Fedora-WS-Live-27-1-6 rd.live.image quiet", 15 "image_type": "linux", 16 "initrd": { 17 "url": "file://testdata_new/fedora_27_install/images/pxeboot/initrd.img" 18 }, 19 "kernel": { 20 "url": "file://testdata_new/fedora_27_install/images/pxeboot/vmlinuz" 21 }, 22 "name": "Start Fedora-Workstation-Live 27" 23 }, 24 { 25 "cmdline": "root=live:CDLABEL=Fedora-WS-Live-27-1-6 rd.live.image nomodeset quiet", 26 "image_type": "linux", 27 "initrd": { 28 "url": "file://testdata_new/fedora_27_install/images/pxeboot/initrd.img" 29 }, 30 "kernel": { 31 "url": "file://testdata_new/fedora_27_install/images/pxeboot/vmlinuz" 32 }, 33 "name": "Start Fedora-Workstation-Live 27 in basic graphics mode" 34 } 35 ]