fbsdguy
New Member
- Reaction score
- 1
- Location
- New Jersey
I am trying to learn how to create a bootable usb using my 2TB WD My Passport. I know there are multiple tools out there that will do all this for me, however, I want to try to do it on my own.
Here is a screen of my cfdisk report of the drive. I have three partitions on the drive including an efi boot for grub, a partition for Linux Mint and a partition Windows 10. I used dd to copy over the files from the iso.
I mounted /dev/sdc1 on /mnt and ran this:
Which was successful in writing the efi files, but I'm stuck on pointing the grub config to the proper partitions utilizing their GUID.
Any assistance in this regard would be helpful. Yes, my naming schema is after X-men currently.
Here is a screen of my cfdisk report of the drive. I have three partitions on the drive including an efi boot for grub, a partition for Linux Mint and a partition Windows 10. I used dd to copy over the files from the iso.

I mounted /dev/sdc1 on /mnt and ran this:
Code:
# grub-install --target x86_64-efi --removable --boot-directory=/mnt/boot --efi-directory=/mnt
Which was successful in writing the efi files, but I'm stuck on pointing the grub config to the proper partitions utilizing their GUID.
Any assistance in this regard would be helpful. Yes, my naming schema is after X-men currently.