Guest User

Untitled

a guest
Jun 11th, 2013
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. Start a Linux instance and attach to it a 5 GB empty volume
  2. Second, scp a known good Linux RAW image into this instance
  3.  
  4. scp [email protected]:/data/Centos_good_image_raw.img .
  5.  
  6. Make sure the attached volume is visible in the instance:
  7. fdisk -l
  8.  
  9. Copy the Centos image over the attached volume:
  10. dd if=./Centos_good_image_raw.img of=/dev/vdc
  11.  
  12. Detach the volume and boot from it using Dashboard. Choose any image when booting up, but specify "boot from volume" and point to the volume containing the image.
Advertisement
Add Comment
Please, Sign In to add comment