I'm not sure if unetbootin is the best way to create the image. If you have another machine running Linux already, you could follow this process: 1. Download the desired .img file 2. Open a terminal and insert your flash media 3. Look at the output of dmesg | tail -20 to determine the device node assigned to your flash media (ignore the device number; e.g. /dev/sdb, not sdb1) 4. Run sudo umount /dev/device/node 5. Run sudo dd if=/path/to/downloaded.img of=/dev/device/node bs=1M 6. Remove your flash media when the command completes (you may need to wait a few extra seconds for it to finish)
For other methods, see: https://help.ubuntu.com/community/Installation/FromImgFiles ** Changed in: ubuntu Status: New => Incomplete -- install image not working on aspire one https://bugs.launchpad.net/bugs/356156 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
