Skip to content

Instantly share code, notes, and snippets.

@aont
Created April 29, 2016 13:19
Show Gist options
  • Select an option

  • Save aont/e08778a06ac57621fa57677cb5295959 to your computer and use it in GitHub Desktop.

Select an option

Save aont/e08778a06ac57621fa57677cb5295959 to your computer and use it in GitHub Desktop.
kexec ubuntu usb
#!/bin/sh
kexec -l /mnt/casper/vmlinuz.efi --command-line "noprompt cdrom-detect/try-usb=true file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.lz --" --initrd=/mnt/casper/initrd.lz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment