I have a 64GB USB disk.
From the ubuntu official ISO images I would like to know how to create a bootable live USB that uses ext4 instead of iso-9660 fs, squashfs, and casper. Preferably with a seperate /home
partiton.
Preferable I would like the USB to be bootable for both the legacy BIOS process and the EFI boot process.
As far as I know BIOS boot requires a MBR to be created and written and EFI boot requires a EFI partition.
So I imagine the final USB block device should have three partions (/home
on a partion by itself)
- EFI partition
- ext4 partition (for
/
) - ext4 partition (for
/home
)
So how can I create such a live USB from the downloadable ISO images?