<div dir="ltr"><div style>From memory.  Fix for reality.</div><div><br></div>Partition and format your USB (if you are using an old fdisk, start at sector 8 or later).  Format as ext3.<div style>Mounting as something like '/mnt/fai_usb' and the iso as '/mnt/fai_cd'.  Assuming /dev/sdb1 as your formatted USB device</div>
<div style><br></div><div style>mount -o loop /path/to/iso /mnt/fai_cd</div><div style>mount /dev/sdb1 /mnt/fai_usb</div><div style>rsync -avp /mnt/fai_cd/. /mnt/fai_usb/.</div><div style>cd /mnt/fai_usb/live/filesystem.dir</div>
<div style>mount -o bind /proc proc</div><div style>mount -o bind /dev dev</div><div style>mount -o bind /sys sys</div><div style>chroot . /bin/bash</div><div style>grub-install --no-floppy /dev/sdb</div><div style>(This may take a while if the buffer is still syncing)</div>
<div style>exit</div><div style>umount proc sys dev</div><div style>cd /mnt</div><div style>umount fai_usb</div><div style><br></div><div style>And there you go!</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Tue, Jun 4, 2013 at 2:34 PM, John G. Heim <span dir="ltr"><<a href="mailto:jheim@math.wisc.edu" target="_blank">jheim@math.wisc.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I know this is a long shot but I am hoping someone has an answer. I have been booting from a CD when I install FAI. I now have a machine without a CD-ROM drive. I know I should set up PXE eventually but for today, i'd like to boot from a flash drive. I know I can just copy an ISO file to a thumb drive to make it boot. This works with the debian netinst image and grml. So if your debian netinst images is called debian.iso, you can do this to create a bootable thumbedrive:<br>

<br>
cp debian.iso /dev/sdb<br>
<br>
<br>
But if I do that with my FAI ISO, it does not work. The thumb drive is not bootable. I did double check that my FAI ISO image is bootable. If I write it to a CD, it boots.<br>
<br>
wodim fai.iso<br>
<br>
This gives me a bootable CD. But the following does not give me a bottable thumb drive:<br>
<br>
cp fai.iso /dev/sdb<span class="HOEnZb"><font color="#888888"><br>
<br>
-- <br>
---<br>
John G. Heim, <a href="tel:608-263-4189" value="+16082634189" target="_blank">608-263-4189</a>, <a href="mailto:jheim@math.wisc.edu" target="_blank">jheim@math.wisc.edu</a><br>
</font></span></blockquote></div><br></div>