Advertisement
mah454

Ubuntu iso

Jul 15th, 2012
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. (sorry for bad english ... !)
  2. Problem with make bootable iso .
  3. I downloaded Kubuntu/Ubuntu desktop iso ;
  4. I can make bootable USB with this command :
  5. dd if=Ubuntu-12.04-Desktop.iso of=/dev/sdc
  6.  
  7. I only extract and repack this iso with this command :
  8.  
  9. sudo genisoimage -r -V "$IMAGE_NAME" -cache-inodes -J -l \
  10. -b isolinux/isolinux.bin -c isolinux/boot.cat \
  11. -no-emul-boot -boot-load-size 4 -boot-info-table -o ../ubuntu-remix.iso .
  12.  
  13. but can not make usb bootable with this new ISO !
  14. I mean : dd command can not make usb bootable !
  15. How can fix this problem ?
  16. What command make original Ubuntu iso ?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement