0

I need edit USB stick disk by adding a file with firmware to my wifi card and lan card when I try install I see error.

How to change permission to add files into USB boot disk working on UBUNTU 17.10??

ISO downloaded from this source: iso-dvd/

Disk created by UBUNTU Startup Disk Creator

df -h:

/dev/sdc1       3.8G  3.8G     0 100% /media/xxx/Debian 8.11.0 amd64 1

sudo lsblk -f

sdc  iso966 Debian 8.11.0 amd64 1
│                                2018-06-23-13-24-25-00               
├─sdc1
│    iso966 Debian 8.11.0 amd64 1
│                                2018-06-23-13-24-25-00               
/media/xxx
└─sdc2
 vfat   Debian 8.11.0 amd64 1
                             675A-A891        

udo parted -ls

Warning: The driver descriptor says the physical block size is 2048 
bytes, but Linux says it is 512 bytes.
Model: Generic Mass-Storage (scsi)
Disk /dev/sdc: 7822MB
Sector size (logical/physical): 512B/512B
Partition Table: unknown
Disk Flags: 
MESSIAH
  • 1
  • 1
  • Does the target USB drive contain a Debian live or installed system? 2. How was it created (with which tool/method)? 3. Please run the following commands to show the partition structure, df -h and sudo lsblk -f and sudo lsblk -f and sudo parted -ls; 4. Edit your original question to add the output of the commands. Indent each line 4 spaces to render the output as 'code'.
  • – sudodus Aug 19 '18 at 10:20
  • @sudodus: done what next? – MESSIAH Aug 19 '18 at 10:38
  • Debian 8? Jessie? (Not really about Ubuntu!) You should just download "Unofficial non-free images including firmware packages" which has firmware included. https://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/ –  Aug 19 '18 at 10:47
  • I want to use 8.11 because my computer is old. And 8.11 should be fine for this device. So how to add this firmware to install boot USB stick? – MESSIAH Aug 19 '18 at 11:04