Advertisement
Guest User

Untitled

a guest
Aug 31st, 2017
668
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. menuentry "Clonezilla live (Failsafe mode)"{
  2. search --set -f /live/vmlinuz
  3. linux /live/vmlinuz boot=live union=overlay username=user config components quiet noswap edd=on nomodeset locales=en_US.UTF-8 keyboard-layouts=NONE ocs_prerun1="dhclient -v eth0" ocs_prerun2="sleep 2" ocs_prerun3="sshfs root@10.210.210.61:/home/partimag /home/partimag" ocs_live_run="ocs-sr -g auto -e1 auto -e2 -c -r -j2 -k -p true restoredisk ask_user sda" ocs_live_extra_param="" ocs_live_batch="yes" acpi=off irqpoll noapic noapm nodma nomce nolapic nosmp ip= net.ifnames=0 nomodeset vga=normal nosplash
  4. initrd /live/initrd.img
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement