Menu

PXE: Restoring without any questions

Help
MSchiedt
2013-02-14
2013-04-05
  • MSchiedt

    MSchiedt - 2013-02-14

    I have an PXE-System which is booting clonezilla and start restoring an image. But there ist one problem, it asks me before the restoring starts, if i am sure, so that i must press Y(es) for two times. Where ist my mistake?

    Here ist my APPEND-Line:

    APPEND initrd=clonezilla/initrd.img boot=live config noswap nolocales edd=on nomodset noprompt 
    ocs_live_keymap="/usr/share/keymaps/i386/qwertz/de-latin1-nodeadkeys.kmap.gz" 
    ocs_prerun1="dhclient -v eth0" 
    ocs_prerun2="sleep2" 
    ocs_prerun3="mount -t nfs 192.168.2.1:/sicherung /home/partimag" 
    ocs_live_run="ocs-sr -g auto -e1 auto -e2 -c -r -j2 -p true restoredisk EFI_System_komplett sda" ocs_live_extra_param="" 
    ocs_live_batch="yes" 
    vga=788 ip=frommedia nosplash 
    fetch=tftp://192.168.2.1/clonezilla/filesystem.squashfs 
    nfsroot=192.168.2.1:/sicherung/clonezilla
    
     
  • Fuchs

    Fuchs - 2013-02-14

    Use

    ocs_live_batch=yes

    without quotes.

     
  • MSchiedt

    MSchiedt - 2013-02-15

    I tried to use it without qotes, but clonezilla asks further

    Are you sure you want to continiue ? (y/n)
    

    for two times.

     
  • MSchiedt

    MSchiedt - 2013-02-15

    OK, i found a solution on .

    I have to delete the option -c in ocs_live_run and set the option -b.

    ocs_live_run="ocs-sr -g auto -e1 auto -e2 -b -r -j2 -p true restoredisk EFI_System_komplett sda"
    
     

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.