Making a Bootable USB from DVD image

28
One of the big problems of making a bootable USB is file size. Almost all of the how-to’s out there that allow to pass kernel commands during the boot process require the use of syslinux, which uses FAT16/FAT32 formated partitions. This comes with the drawback of limiting your maximum file size to 2 Gigabyte if using FAT32. A DVD release has it’s main file, livecd.squashfs that can run up to nearly 4 Gigabyte, twice the maximum allowable size. In other words, Epic Fail. Here is a way around that.

Link: azerthoth.blogspot.com

Category:

  • Open Source