Guest User

Untitled

a guest
Jan 19th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. 1) Partitioned the stick as follows:
  2. fdisk /dev/sdb
  3. create 1st partition with 512Mb, type W95 FAT32
  4. create 3rd partition with 4Gb, type W95 FAT32
  5. create 2nd partition with remaining space, type Linux
  6. write MBR
  7. do appropriate mkfs for each partition
  8.  
  9. 2) Copied content of image into the stick:
  10. mount -o loop alpine-xen.iso /mnt/iso
  11. mount -t auto /dev/sdb1 /mnt/stick
  12. cp -r /mnt/iso/. /mnt/stick
  13. umount /mnt/*
  14.  
  15. Disklabel type: dos
  16. Disk identifier: 0x04bfbc80
  17.  
  18. Device Boot Start End Sectors Size Id Type
  19. Downloads/Distributions/alpine-xen-3.7.0-x86_64.iso1 * 0 329727 329728 161M 0 Empty
  20. Downloads/Distributions/alpine-xen-3.7.0-x86_64.iso2 312 3191 2880 1.4M ef EFI (FAT-12/16/32)
Add Comment
Please, Sign In to add comment