CloneZilla Live-boot fail(?)
CloneZilla Live-boot fail(?)
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.
Re: CloneZilla Live-boot fail(?)
There seems to be an issue with the mount of the primary file system.
make sure you have changed the ip in
Example is 10.0.0.1 - change to ERPXE server ip address
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'
Code: Select all
fetch=tftp://10.0.0.1/er/plugins/clonezilla/i386/filesystem.squashfs
Re: CloneZilla Live-boot fail(?)
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".
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".