1

My problem is that on my workstation there is no internet so I cannot download code::blocks directly onto computer(I do not have root accessw as well).I decided to prepare Ubuntu on my USB and install code::blocks there,but when I plug out my USB and then plug there is no code::blocks on LiveUSB.How can I solve it?

FieryCod
  • 397
  • You need a persistent Live USB, to save changes between sessions, are you making it in Ubuntu or windows ? – Mark Kirby Oct 06 '15 at 15:00
  • Code::Blocks needs to be installed each time the USB is inserted, as LiveUSB systems do not keep changes, they are fixed in a ghost filesystem. You would have to set-up persistence on your live USB or create your own custom LiveUSB image of Ubuntu. –  Oct 06 '15 at 15:00
  • I'm making it on Kubuntu. – FieryCod Oct 06 '15 at 15:01
  • Refer here. Then simply boot your persistent live USB and install Code::Blocks with sudo apt-get install codeblocks. – hg8 Oct 06 '15 at 15:04
  • @hg8 I say that but it does not address the issue all it says for creating a persistence file is "Install Ubuntu live on 2 USB drives. Configure a small persistent storage of around 100 MB for each of the USB drives" It tries to by pass a 4gb limit. – Mark Kirby Oct 06 '15 at 15:06

1 Answers1

0

You need to create a persistence file on the USB to do this in startup-disk-creator, set it up as normal and then make sure to check stored in reserved extra space and set the storage amount (1GB min) under when starting up from disk......

enter image description here

Mark Kirby
  • 18,529
  • 19
  • 78
  • 114