<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 11.00.9600.18377">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT color=#0000ff size=2 face=Arial>Hi Rob,</FONT></DIV>
<DIV><FONT color=#0000ff size=2 face=Arial>One thing did not work, and that may 
be why the chroot /mnt does not work...</FONT></DIV>
<DIV><FONT color=#0000ff size=2 face=Arial>The command mount -o bind /proc 
/mnt/proc</FONT></DIV>
<DIV><FONT color=#0000ff size=2 face=Arial>gives me the message:</FONT></DIV>
<DIV><FONT color=#0000ff size=2 face=Arial>mount point /proc does not 
exist</FONT></DIV>
<DIV><FONT color=#0000ff size=2 face=Arial>and when I run chroot 
/mnt</FONT></DIV>
<DIV><FONT color=#0000ff size=2 face=Arial>failed to run /bin/bash, no such file 
exists.</FONT></DIV>
<DIV><FONT color=#0000ff size=2 face=Arial>I am logged in as root, that is why I 
did not write sudo.</FONT></DIV>
<DIV><FONT color=#0000ff size=2 face=Arial>Thanks, I hope I can get the GRUB 
fixed up.</FONT></DIV>
<DIV><FONT color=#0000ff size=2 face=Arial>Glenn</FONT></DIV>
<DIV>Date: Sun, 7 Aug 2016 07:34:29 +1000<BR>From: Rob Whyte <<A 
href="mhtml:{AC45AB4A-95F3-477C-93EE-6634985EC77A}mid://00001450/!x-usc:mailto:fudge@thefudge.net">fudge@thefudge.net</A>><BR>To: 
<A 
href="mhtml:{AC45AB4A-95F3-477C-93EE-6634985EC77A}mid://00001450/!x-usc:mailto:ubuntu-accessibility@lists.ubuntu.com">ubuntu-accessibility@lists.ubuntu.com</A><BR>Subject: 
Re: {Spam?} making an ISO image<BR>Message-ID: <<A 
href="mhtml:{AC45AB4A-95F3-477C-93EE-6634985EC77A}mid://00001450/!x-usc:mailto:ecf1818c-7a42-ad90-44b7-dccf00944a49@thefudge.net">ecf1818c-7a42-ad90-44b7-dccf00944a49@thefudge.net</A>><BR>Content-Type: 
text/plain; charset=windows-1252<BR><BR>What have ou tried when fixing your old 
install on sda2.<BR><BR>That should be recoverable quite easily.<BR><BR><BR>You 
need to mount the /dev from your currently running Ubuntu to the<BR>mounted 
partition.<BR><BR>For example<BR><BR>mount -o bind /dev /mnt/dev<BR><BR>Assuming 
that sda2 is mounted to /mnt<BR><BR><BR>Repeat that for sys and 
proc<BR><BR>mount -o bind /sys /mnt/sys<BR><BR>mount -o bind /proc 
/mnt/proc<BR><BR><BR>Then change the root file system using the chroot 
command<BR><BR>chroot /mnt<BR><BR>Now your computer thinks you are actually 
using sda2 instead of your USB.<BR><BR>If you want to install your boot loaded 
from sda2 to your hard drive<BR>type this:<BR><BR>grub-install 
/dev/sda<BR><BR>update-grub<BR><BR>thene xit the 
chroot<BR><BR>exit<BR><BR><BR>Good luck.<BR><BR><BR><BR>On 07/08/16 07:24, Glenn 
/ Lenny wrote:<BR>> So how do I tell it where to write the image of the USB 
drive?<BR></DIV></BODY></HTML>