User Tools

Site Tools


ubuntu:usbinstall

USB Ubuntu install

Partition Issues

  • sometimes a usb drive gets partitioned incorrectly. If syslinux.exe crashes when using UUI this is the most likely problem.
  • Use the following diskpart commands to fix the issue
    diskpart
    list disk
    select disk #
    clean
    create partition primary
    select partition 1
    active
    format quick fs=fat32
    assign
    exit
ubuntu/usbinstall.txt · Last modified: 2015/10/29 09:40 by tschulz