Sat Apr 16, 2011 3:52 am
md5sum refracta-604_usb.img
881db5d3a2907a210063e823f683b0ff refracta-604_usb.img
dd if=refracta-604_usb.img of=/dev/sdX
Sun Apr 17, 2011 4:24 pm
Sun Apr 17, 2011 9:51 pm
zsync -i refracta-6.0.4-xfce.iso http://distro.ibiblio.org/pub/linux/distributions/refracta/files/6.0.4-usb/refracta-604_usb.img.zsync
Tue Feb 07, 2012 4:06 am
If your usb drive is larger than 1GB, you could create a second partition and label it home-rw or live-rw to be able to boot into persistent mode. (I can write more about this later.)
Tue Feb 07, 2012 10:41 am
Tue Feb 07, 2012 2:25 pm
Wed Feb 29, 2012 11:17 pm
mount -o loop,offset=32256 refracta-606_<date>_usb.img /mountpoint
$ file refracta-606_20120216_usb.img
refracta-606_20120216_usb.img: x86 boot sector; partition 1: ID=0x83, active, starthead 1, startsector 63, 1879542 sectors, code offset 0x63[
63 x 512 = 32256
Tue Mar 27, 2012 4:16 pm
dmesg |tail
dd if=refracta-<version>_usb.img of=/dev/sdX
fdisk -i /dev/sdX
then choose 'x' for Expert mode
then choose 'f' to re-number partitions
then choose 'w' to write the partition table and exit.
grub-install --root-directory=/media/REFRACTA/live /dev/sdX