Author Topic: Java Runtime - Insufficient Free Space in Live USB Environment  (Read 1692 times)

cuscotravelservices

  • Sr. Member
  • ****
  • Posts: 104
    • View Profile
    • Cusco Travel Services
Hi,

There is insufficient free space in the Live USB Environment to install the Java Runtime packages.  >:(

What files can be deleted or how can the ISO be configured to increase the available free space?

Thanks, Michael.

cuscotravelservices

  • Sr. Member
  • ****
  • Posts: 104
    • View Profile
    • Cusco Travel Services
Re: Java Runtime - Insufficient Free Space in Live USB Environment
« Reply #1 on: August 09, 2014, 02:59:13 AM »
Can a new filesystem.squashfs file be created with a larger size?

If so, how do you do it? I don't see any such options for mksquashfs.

And afterwards do you just use genisoimage to create a new ISO file that can be installed on a USB Flash Drive?

Thanks, Michael.

cuscotravelservices

  • Sr. Member
  • ****
  • Posts: 104
    • View Profile
    • Cusco Travel Services
Re: Java Runtime - Insufficient Free Space in Live USB Environment
« Reply #2 on: August 09, 2014, 03:52:30 AM »
Based on the following page ...

http://www.pendrivelinux.com/create-your-own-live-linux-cd-or-usb-distribution/

... will the following work?

1. Create 2 equal size partitions on my 2GB USB Flash drive.
    First partition as FAT32.
    Second partition as EXT2 with a label of "casper-rw".

2. Modify live.cfg as follows

Code: [Select]
append initrd=/live/initrd.img boot=live persistent config quiet
3. Create new ISO file

4. Use UNetbootin to place the ISO on the first partition

5. Boot from the Live USB.

Thanks, Michael.