I have been reading up on ArchBang, and I am quite interested to try it. My netbook does not have a CD/DVD drive, so I created USB installation stick using numerous Windows tools, like LiLi, and Linux tools, like UNetBootIn.
However, I never seem to succeed to the end! In the 3rd step, i.e. copying the files, I am getting endless input/output failure messages, and then my system freezes. I tried from USB to USB, and from USB to netbook HDD, and it happens in both cases and installation never ultimately succeeds.
I want it as dual boot with Windows. On my netbook, I tried it that way, by setting partitions manually lest ArchBang deletes everything. On the USB stick, I tried installing ArchBang standalone. But those input/output failures never leave me! Please help! Thanks in advance.
ddit to the USB flash device. – Chris Down Mar 25 '12 at 2:17sudo dd if=archbang-2011.11-i686.iso of=/dev/sdb bs=8Mwhere /dev/sdb is my USB stick. After several minutes, when it was finished, it said:52+1 records in 52+1 records out 443547648 bytes (444 MB) copied, 68.6247 s, 6.5 MB/sBut my USB stick was not even bootable and had nothing in it! What am I doing wrong? Before starting this, I formatted my USB stick and it has ext4 filesystem. Is that the right way? – Subhamoy Sengupta Mar 25 '12 at 9:55ddagain and this time it indeed created an iso 9660 filesystem and it installed. It could not find Windows though, so now GRUB needs to be manually configured. Thanks again! – Subhamoy Sengupta Mar 26 '12 at 17:18