Boot Solus Linux Live via USB with grub4dos

At first you must have a grub4dos-ready USB drive. I expect you already understand grub4dos.

1. Extract the iso file you have downloaded from https://solus-project.com/download/ to the root of your USB drive.

2. Edit menu.lst:

  1. title Solus Linux (Live) 
  2. kernel /boot/kernel root=live:CDLABEL=YOUR_USB_DRIVE_LABEL ro rd.luks=0 rd.md=0 
  3. initrd /boot/initrd.img 

Done! #grub4dos