How to keep my Live Ubuntu 14.04 LTS update?

Asked by Damir

Hi there. Please help me with the following issue: how to keep my Live Ubuntu 14.04 LTS update?
I tried the advice bellow and the result was disastrous: after security update was done, when I booted again, the screen turned out black and said it has error and could not open.

http://askubuntu.com/questions/194/how-can-i-install-just-security-updates-from-the-command-line#412:
Install security updates only
apt-get -s dist-upgrade | grep "^Inst" |
    grep -i securi | awk -F " " {'print $2'} |
    xargs apt-get install

So I had to reformat the USB and start all over from the scratch: download Ubuntu, install it on USB, configure Browser, install all my software, etc.

Now I set up “Software and updates to “download automatically” updates, but how I can check is it actually doing something – to see what has been updated and when.
And is it tha all really so simple or I am missing something? Please help?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Why not install the OS to the USB, just as you would an internal drive... Less messing around

Revision history for this message
Damir (damir-medakovic) said :
#2

Please advise how to do it "safely" (not to corrupt installed OS -Windows 7). I read that to do it one has to physically detach HD from the PC, stick in USB and start installation. Is it really necessary? If yes, I suspect that the procedure works only on the target computer, namely you cannot install it on USB and use as Live on some other PC. Am I correct?

Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#3

You don't have to detach anything. You need 2 media's, one to install from (USB / SD card / CD) and one to install to (SD card / USB). Use the "something else" option and select the destination storage. Set swap space as 1.1xRAM and the rest as "/" formatted to Ext4. Be sure that GRUB gets put on the destination storage and not the internal drive.

When you want to boot Ubuntu, just select USB from the BIOS boot menu. Changes will stick and you have as much storage as the device you installed to.

Revision history for this message
Damir (damir-medakovic) said :
#4

Thanks actionparsnip, that solved my question.

Revision history for this message
Damir (damir-medakovic) said :
#5

Thank you so much!