CloneZilla Live-boot fail(?)

Post Reply
MLWALK3R
Posts: 1
Joined: 26 Oct 2014, 19:32

CloneZilla Live-boot fail(?)

Post by MLWALK3R » 26 Oct 2014, 19:35

Trying to boot cloneZilla keep getting this error http://lel.ovh/1414344855 Live-boot error or somthing.
Last edited by MLWALK3R on 07 Apr 2015, 15:18, edited 1 time in total.

RaveMaker
Posts: 204
Joined: 21 Mar 2013, 20:11

Re: CloneZilla Live-boot fail(?)

Post by RaveMaker » 27 Oct 2014, 13:07

There seems to be an issue with the mount of the primary file system.

make sure you have changed the ip in

Code: Select all

'/tftpboot/er/plugins/clonezilla/i386/clonezilla.menu'
'/tftpboot/er/plugins/clonezilla/z86_64/clonezilla.menu'
Example is 10.0.0.1 - change to ERPXE server ip address

Code: Select all

fetch=tftp://10.0.0.1/er/plugins/clonezilla/i386/filesystem.squashfs

kevins
Posts: 1
Joined: 10 Dec 2015, 20:13

Re: CloneZilla Live-boot fail(?)

Post by kevins » 10 Dec 2015, 20:21

Found your post helpful.

In addition you also need to add "union=overlay" for newer versions of Clonezilla. Here is what I'm using:

LABEL CLONEZILLALIVEX64
MENU LABEL Clonezilla live (x86_64)
KERNEL er/plugins/clonezilla/x86_64/vmlinuz
INITRD er/plugins/clonezilla/x86_64/initrd.img
APPEND boot=live union=overlay toram config noswap nolocales edd=on nomodeset noprompt ocs_live_run="ocs-live-general" ocs_live_extra_param="" keyboard-layouts="NONE" ocs_live_batch="yes" locales="en_US.UTF-8" vga=791 nosplash fetch=tftp://192.168.0.100/er/plugins/clonezilla/x86_64/filesystem.squashfs
TEXT HELP
VGA mode 1024x768. OK for most of VGA cards.
ENDTEXT

More info here:
http://clonezilla.org/downloads/stable/ ... -notes.php
This release of Clonezilla live (2.4.2-61) includes major enhancements and bug fixes.

ENHANCEMENTS and CHANGES
Linux kernel was updated to 4.2.3-1. From Linux kernel v4, the default union file system has been changed to overlay, therefore if you edit boot parameter manually, you have to use "union=overlay". No more using "union=aufs".

Post Reply