Daily Archives: 3 December 2004

INSERT su usb

Per cercare di resuscitare il portatile di uno dei nostri stimati giocatori ho realizzato una chiavetta usb bootable con la mini distro INSERT. L’ho scoperta oggi e sembra ben fatta: basata sulla knoppix 3.6 occupa solo 50M e ha giusto il sw per “sistemare” un pc incasinato. In particolare supporto rw per NTFS e ClamAV. Il tutto infiocchettato con fluxbox.

Essential-howto per farla funzionare su usb invece che da cdrom:
# mount -o loop INSERT-xxx.iso /mnt/loop
# mkfs -t vfat /dev/sda1
# syslinux /dev/sda1
# dd if=spb2_mbr.sec of=/dev/sda
# mount /dev/sda1 /mnt/usb
# cp -a /mnt/loop/* /mnt/usb/
# mv /mnt/usb/isolinux/* /mnt/usb/
# mv /mnt/usb/isolinux.cfg /mnt/usb/syslinux.cfg
# sync; sync; sync
# umount /mnt/usb; umount /mnt/loop

dove spb2_mbr.sec è un boot sector preso da http://www.8ung.at/spblinux/.