Sasecurity Wiki
Advertisement

etcher

preferred solution https://etcher.io/ Burn images to SD cards & USB drives, safely and easily. win, linux


Fix grub

https://www.youtube.com/watch?v=zzOXlIYB6-8 After installing Ubuntu Linux, type the following commands in to the terminal to updated GRUB and to see the option to boot in to Windows:

sudo update-grub

After deleting the Linux partitions from your hard drive, do a live boot in to Linux (Try Ubuntu without installing) and type the following command in to the terminal to boot back in to Windows:

sudo apt-get install lilo

Hit enter then:

sudo lilo -M /dev/sda mbr

ubuntu

https://askubuntu.com/questions/314205/how-to-mount-usb-flash-drive-to-wine Because if you just want to create a bootable USB drive, you can use the 'Startup Disk Creator already included in Ubuntu, or you could use UNetbootin, which is similar to YUMI and has a Linux version. If you're looking to use YUMI to create a bootable USB with multiple OSs, you can visit this page from pendrivelinux

itsfoss

https://itsfoss.com/bootable-windows-usb-linux/ I have talked a lot about creating bootable USB of Linux in Windows. How about the other way round? How about creating a bootable Windows 10 USB in Linux?

woeusb

https://www.ubuntuupdates.org/package/webupd8/zesty/main/base/woeusb woeusb command line , woeusbgui

boot1

http://www.supergrubdisk.org/category/download/rescatuxdownloads/rescatux-beta/ , http://www.linuxforums.org/forum/ubuntu-linux/209669-booting-different-partitions.html

http://hackhungama.blogspot.com/2013/01/how-to-use-ultraiso-software-to-create.html

http://www.wikihow.com/Create-a-Multi-Boot-USB-Drive-with-Yumi use this one

http://www.toptrix.net/2012/03/bootable-usb-making-tools-windows-linux.html

pendrivelinux

http://www.pendrivelinux.com/xboot-multiboot-iso-usb-creator/

https://www.pendrivelinux.com/multiboot-create-a-multiboot-usb-from-linux/

https://www.pendrivelinux.com/yumi-multiboot-usb-creator/

Unetbootin

Format as FAT32, not NTSC

http://unetbootin.github.io/linux_download.html (note this is nsa spiked)

https://tutorials.ubuntu.com/tutorial/tutorial-create-a-usb-stick-on-macos#2

99

https://gist.github.com/jamiekurtz/26c46b3e594f8cdd453a

This grub.cfg file was created by Jamie Kurtz

  1. Detailed instructions for use will soon be found here: http://www.jamiekurtz.com
  2. Simplified instructions below
  3. Sample grub entries... https://wiki.archlinux.org/index.php/Multiboot_USB_drive
  4. Inspiration from here: http://www.pendrivelinux.com/boot-multiple-iso-from-usb-via-grub2-using-linux/
Advertisement