I'm trying to create a usb stick that only has 1 goal. And that is to auto restore
a set windows image locatted on the stick that i use to boot clonezilla itself.
menuentry"Restore Windows Image (Automated)"{setgfxpayload=keeplinux/live/vmlinuzboot=liveconfig\
ocs_live_run="ocs-sr -e1 auto -e2 -r -j2 -p poweroff restoredisk auto-restore-windows sda"\
ocs_live_extra_param=""\
keyboard-layouts="NONE"locales="en_US.UTF-8"vga=788noswapnoprompt\
nosplashinitrd/live/initrd.img}
when running it it keeps failing with following error
The jobs in /etc/ocs/ocs-live.d/ are finished. Start "ocs-sr -e1 auto -e2 -r -j2 -p poweroff restoredisk auto-restore-windows sda" now.
***************************************************************************
Clonezilla image dir: /home/partimag
***************************************************************************
The directory for this inputted image name does NOT exist: /home/partimag/auto-restore-windows
Program terminated!!!
Press "Enter" to continue...
I tried difrent combinations but can't get it to work
any help would be appreciated
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hello
I'm trying to create a usb stick that only has 1 goal. And that is to auto restore
a set windows image locatted on the stick that i use to boot clonezilla itself.
I called the image "auto-restore-windows"
then I adjusted the Grub file as following
when running it it keeps failing with following error
I tried difrent combinations but can't get it to work
any help would be appreciated
You have to make the "linux /live/vmlinuz..." in one line. There is no way you can use "\" to continue it. It's not shell script.
Steven