<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
Dear All,
<div><br>
</div>
<div>I think I fixed this, when I checked /boot/grub/grub.cfg there was no persistent flag. Adding this to the first menu entry line:</div>
<div><br>
</div>
<div>linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper <b>persistent</b> quite splash —</div>
<div><br>
</div>
<div>now renders the sticks persistent. &nbsp;In addition I can now see the data and tutorials that Tim loaded for me in /home. &nbsp;</div>
<div><br>
</div>
<div>It does take a little longer to load and is slow initially, so I have some concerns that I have done something less than ideal. &nbsp;Comments appreciated.</div>
<div><br>
</div>
<div>Thanks</div>
<div><br>
</div>
<div>Mike</div>
<div>
<div apple-content-edited="true">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div style="color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div style="color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; border-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-stroke-width: 0px;">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<br>
</div>
</span></div>
</div>
</div>
</div>
<br>
<div>
<div>On 12 Jun 2014, at 12:00, &lt;<a href="mailto:bio-linux-request@nebclists.nerc.ac.uk">bio-linux-request@nebclists.nerc.ac.uk</a>&gt; &lt;<a href="mailto:bio-linux-request@nebclists.nerc.ac.uk">bio-linux-request@nebclists.nerc.ac.uk</a>&gt; wrote:</div>
<br class="Apple-interchange-newline">
<blockquote type="cite">Send Bio-Linux mailing list submissions to<br>
<span class="Apple-tab-span" style="white-space:pre"></span><a href="mailto:bio-linux@nebclists.nerc.ac.uk">bio-linux@nebclists.nerc.ac.uk</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
<span class="Apple-tab-span" style="white-space:pre"></span>http://nebclists.nerc.ac.uk/mailman/listinfo/bio-linux<br>
or, via email, send a message with subject or body 'help' to<br>
<span class="Apple-tab-span" style="white-space:pre"></span>bio-linux-request@nebclists.nerc.ac.uk<br>
<br>
You can reach the person managing the list at<br>
<span class="Apple-tab-span" style="white-space:pre"></span>bio-linux-owner@nebclists.nerc.ac.uk<br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of Bio-Linux digest...&quot;<br>
<br>
<br>
Today's Topics:<br>
<br>
&nbsp;&nbsp;1. Live Bio-Linux not persistent (Cox, Michael J)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Thu, 12 Jun 2014 09:13:37 &#43;0000<br>
From: &quot;Cox, Michael J&quot; &lt;michael.cox1@imperial.ac.uk&gt;<br>
To: &quot;bio-linux@nebclists.nerc.ac.uk&quot; &lt;bio-linux@nebclists.nerc.ac.uk&gt;<br>
Subject: [Bio-Linux] Live Bio-Linux not persistent<br>
Message-ID: &lt;B6B32EFF-5AD6-436B-B760-975F4CCA4864@imperial.ac.uk&gt;<br>
Content-Type: text/plain; charset=&quot;windows-1252&quot;<br>
<br>
Hi All,<br>
<br>
we?re using live USBs for a course next week that Tim kindly cloned after installing a couple of R packages and a test dataset. &nbsp;He?s now on his hols, so I thought I?d check to see whether the rest of the list could help me with an issue that I?m having.<br>
<br>
On boot, I couldn?t find the data that Tim added. &nbsp;I?ve checked by creating a file and the sticks aren?t persistent and files are removed when the USB stick is. &nbsp;I did find a reference that suggested creating a new user and that user account would be persistent,
 but no joy, new user and file removed on reboot.<br>
<br>
The additional R packages that Tim added to the distribution (dev version of PhyloSeq) are present and correct, so that at least has stayed.<br>
<br>
I have checked in:<br>
<br>
/syslinux/txt.cfg<br>
<br>
and this seems correct - the persistent flag is set on the Try Bio-Linux 7 option:<br>
<br>
default live<br>
label live<br>
&nbsp;menu label ^Try Bio-Linux 7 without installing<br>
&nbsp;kernel /casper/vmlinuz.efi<br>
&nbsp;append noprompt cdrom-detect/try-usb=true persistent file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.lz quiet splash &nbsp;locale=en_GB.UTF-8 --<br>
label live-install<br>
&nbsp;menu label ^Install Bio-Linux 7<br>
&nbsp;kernel /casper/vmlinuz.efi<br>
&nbsp;append noprompt cdrom-detect/try-usb=true persistent file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity initrd=/casper/initrd.lz quiet splash --<br>
label check<br>
&nbsp;menu label ^Check stick for defects<br>
&nbsp;kernel /casper/vmlinuz.efi<br>
&nbsp;append &nbsp;boot=casper noprompt integrity-check initrd=/casper/initrd.lz quiet splash --<br>
label memtest<br>
&nbsp;menu label Test ^memory<br>
&nbsp;kernel /install/mt86plus<br>
label hd<br>
&nbsp;menu label ^Boot from first hard disk<br>
&nbsp;localboot 0x80<br>
<br>
This post http://ubuntuforums.org/showthread.php?t=2124124&amp;p=12551088#post12551088 suggests editing syslinux.cfg (rather than txt.cfg) to make a Ubuntu stick persistent, which I?ve tried, but it booted up exactly as before and again was stubbornly resistant
 to retaining files.<br>
<br>
Can anyone suggest ways to get this working? &nbsp;Given the fact the R packages have remained, some aspect of this seems to be functioning? &nbsp;I could have the attendees download the data and course material, but would much rather they left with a copy of Bio-Linux
 and all their work and notes in one elegant package.<br>
<br>
Thanks very much for your help<br>
<br>
Mike<br>
<br>
<br>
Mike Cox<br>
<br>
Research Associate<br>
Molecular Genetics &amp; Genomics<br>
<br>
Genomic Medicine<br>
National Heart and Lung Institute<br>
Guy Scadding Building<br>
Royal Brompton Campus<br>
London SW3 6LY<br>
<br>
0207 594 7974<br>
<br>
http://www1.imperial.ac.uk/medicine/people/michael.cox1/<br>
<br>
* New NHLI short course &quot;Principles of Genomic Medicine&quot; *<br>
http://www1.imperial.ac.uk/nhli/PGM<br>
<br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: &lt;http://nebclists.nerc.ac.uk/pipermail/bio-linux/attachments/20140612/22ca8c32/attachment-0001.html&gt;<br>
<br>
------------------------------<br>
<br>
Subject: Digest Footer<br>
<br>
_______________________________________________<br>
Bio-Linux mailing list<br>
Bio-Linux@nebclists.nerc.ac.uk<br>
http://nebclists.nerc.ac.uk/mailman/listinfo/bio-linux<br>
<br>
<br>
------------------------------<br>
<br>
End of Bio-Linux Digest, Vol 69, Issue 1<br>
****************************************<br>
</blockquote>
</div>
<br>
</div>
</body>
</html>