Menu

Restoring an image of an HP Stream 11 Laptop in UEFI Secure Boot Mode

Help
Bret
2015-05-08
2015-05-08
  • Bret

    Bret - 2015-05-08

    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!

     
  • Bret

    Bret - 2015-05-08

    Screenshot

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.