User Tools

Site Tools


create-custom-debian-live-usb-stick-uefi

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
create-custom-debian-live-usb-stick-uefi [2019/04/20 10:02] – [Install additional packages] baumicreate-custom-debian-live-usb-stick-uefi [2019/04/20 10:10] (current) – [Create GPT & MBR partition tables] baumi
Line 125: Line 125:
 root@host:~/shtf-stick# mkdir -p /mnt/{usb,efi} root@host:~/shtf-stick# mkdir -p /mnt/{usb,efi}
 </code> </code>
-==== Create GPT & MBR partition tables====+==== Create GPT & MBR partition tables (skip for updating) ====
 <code> <code>
 root@host:~/shtf-stick# dd if=/dev/zero of=${DEVICE} bs=1k count=100 root@host:~/shtf-stick# dd if=/dev/zero of=${DEVICE} bs=1k count=100
Line 160: Line 160:
 EOF EOF
 </code> </code>
-==== Create & mount filesystems ====+==== Create filesystems (skip for updating) ====
 <code> <code>
 root@host:~/shtf-stick# mkfs.vfat -F32 ${DEVICE}2 && mkfs.vfat -F32 ${DEVICE}3 root@host:~/shtf-stick# mkfs.vfat -F32 ${DEVICE}2 && mkfs.vfat -F32 ${DEVICE}3
 +</code>
 +==== Create & mount filesystems ====
 +<code>
 root@host:~/shtf-stick# mount ${DEVICE}2 /mnt/efi && mount ${DEVICE}3 /mnt/usb root@host:~/shtf-stick# mount ${DEVICE}2 /mnt/efi && mount ${DEVICE}3 /mnt/usb
 </code> </code>
create-custom-debian-live-usb-stick-uefi.1555747364.txt.gz · Last modified: 2019/04/20 10:02 by baumi

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki