sorry just a note, i had to delete option "-c" and change "-p choose" to "-p reboot" ocs_live_run=\"ocs-sr -g auto -e1 auto -e2 -j2 -edio -k1 -scr -r -icds -p reboot restoredisk win11-20250527-nvme-img nvme0n1\" if i could get help whether or not i need the "--id" part in my pxe boot menu that would be great help thanks, rob
hi all, so ive made two boot menu options for clonezilla in my "grub.cfg" this one asks you questions ie whether you want to save or restore, choose the image and the target menuentry "Clonezilla-live" --id clonezilla-se-client { echo "Enter Clonezilla..." echo 'Loading Linux kernel vmlinuz-pxe...' $linux_cmd Clonezilla-live-vmlinuz initrd=Clonezilla-live-initrd.img boot=live union=overlay username=user hostname=hirsute config components noswap edd=on nomodeset enforcing=0 locales=en_US.UTF-8 keyboard-layouts=en...
hi all, so ive made two boot menu options for clonezilla in my "grub.cfg" this one asks you questions ie whether you want to save or restore, choose the image and the target menuentry "Clonezilla-live" --id clonezilla-se-client { echo "Enter Clonezilla..." echo 'Loading Linux kernel vmlinuz-pxe...' $linux_cmd Clonezilla-live-vmlinuz initrd=Clonezilla-live-initrd.img boot=live union=overlay username=user hostname=hirsute config components noswap edd=on nomodeset enforcing=0 locales=en_US.UTF-8 keyboard-layouts=en...
dont worry about this as i was going down the wrong rabbit hole, i thought this was my issue but it wasnt, it was infact i was restoring to a nvme disk and my speeds fell off the cliff, it took 45 min to complete with a avg rate of 700MB/min, it was taking a ridiculous amount of time, the image was 85GB in size i read up about my issue and i had to include option "-edio" and that amde the restore so much more faster, time was 5 min and avg rate of 7.65GB/min
hi all, so ive mounted the "ocs repositry" like this and it works, ive done one for smb and nfs and both work but im using the nfs one as ive made the DRBL clonezilla live on a ubuntu server ocs_prerun=\"mount -t nfs 10.110.10.70:/home/partimag /home/partimag/\" ocs_prerun=\"mount -t cifs -o user=user,password=password //10.110.10.70/images /home/partimag/\" im trying this but it doesnt work ocs_prerun=\"mount /dev/md1 /home\" ocs_prerun1=\"mount --bind /home/partimag /home/partimag/\"
ive worked it out you can use whatever but "ocs_prerun" are pre scripts so you can mount the share via a script ie a mount command https://clonezilla.org/show-live-doc-content.php?topic=clonezilla-live/doc/05_Preseed_options_to_do_job_after_booting
ive worked it out you can use whatever but "ocs_prerun" are pre scripts so you can mount the share via a script ie a mount command
any help please?