czwartek, 19 kwietnia 2012

Clover FAT32

Clover klucz USB FAT32 MBR


sudo fdisk -e /dev/rdisk1
p
f 1
w
quit

sudo -s
cd ~/Desktop/BootSectors
fdisk -f boot0 -u -y /dev/rdisk1
dd if=/dev/rdisk1s1 count=1 bs=512 of=origbs
cp boot1f32 newbs --> alternatywa to bootf32alt i =boot, 1=boot1 itd
dd if=origbs of=newbs skip=3 seek=3 bs=1 count=87 conv=notrunc
dd if=newbs of=/dev/rdisk1s1 count=1 bs=512