Bug #919
Create USB image of R8 using dd
Status: | Works for me | Start date: | 05/03/2013 | |
---|---|---|---|---|
Priority: | Low | Due date: | ||
Assignee: | jams | % Done: | 0% |
|
Category: | Installation/Upgrade | Spent time: | - | |
Target version: | 8.0 |
Description
Tried to create a usb image of R8.iso
dd if=/path/to/LinHES.iso of=/dev/{usb_id} to transfer the R8 iso image to a usb drive.
dd completes without errors.
Ipl of USB drive returns "isolinunx.bin missing or corrupt"
History
Updated by jams over 11 years ago
- Assignee set to jams
- Category set to Installation/Upgrade
- Status changed from New to Works for me
- Target version set to 8.1
Tried 5 different brand new usb sticks. Only one gave me trouble and that was cleared up after running the dd command a second time
dd if=my.iso of=/dev/sde bs=8M
sync
Try running sync before pulling the drive and/or adding bs=8M to the dd command.
Updated by brfransen about 11 years ago
- Target version changed from 8.1 to 8.0