I have been successful in cloning the HP Stream laptop but when I go to restore I get an error about the partition. Then once I reboot the image I just created has been destroyed or maybe just the boot sector on the hard drive has been altered. Any suggestions?
I have been successful in cloning the HP Stream laptop but when I go to restore I get an error about the partition. Then once I reboot the image I just created has been destroyed or maybe just the boot sector on the hard drive has been altered. Any suggestions?
Here is my code:
menuentry "CHzilla Restore"{
search --set -f /live/vmlinuz
linux /live/vmlinuz boot=live username=user config quiet noswap edd=on nomodeset nodmraid noeject locales="en_US.UTF-8" keyboard-layouts=NONE ocs_prerun1="dhclient -v eth0" ocs_prerun2="sleep 2" ocs_prerun3="sudo mount -t cifs //10.100.0.75/images /home/partimag -o user=swinneyb,password=*" ocs_live_run="ocs-sr -batch -g auto -e1 auto -e2 -r -j2 -p reboot restoredisk ask_user sda" ocs_live_extra_param="" ocs_live_batch=no vga=792 ip= nosplash i915.blacklist=yes radeonhd.blacklist=yes nouveau.blacklist=yes vmwgfx.enable_fbdev=1
initrd /live/initrd.img
}
menuentry
menuentry "CHzilla Clone"{
search --set -f /live/vmlinuz
linux /live/vmlinuz boot=live username=user config quiet noswap edd=on nomodeset nodmraid noeject locales="en_US.UTF-8" keyboard-layouts=NONE ocs_prerun1="dhclient -v eth0" ocs_prerun2="sleep 2" ocs_prerun3="sudo *" ocs_live_run="ocs-sr -q2 -batch -j2 -rm-win-swap-hib -z1p -p true savedisk ask_user sda" ocs_live_extra_param="" ocs_live_batch=no vga=792 ip= nosplash i915.blacklist=yes radeonhd.blacklist=yes nouveau.blacklist=yes vmwgfx.enable_fbdev=1
initrd /live/initrd.img
}
menuentry
Any help or guidance you can give would be greatly appreciated!
Screenshot