What if I have 2 or more squashfs files (filesystem.squashfs) in my system, how can I assign clonezilla live to boot ? |
This normally happens when you put a clonezilla live or Debian live in your harddisk, and use clonezilla live CD/USB to boot the system. You can add boot parameter (Ex. bootfrom=/dev/hdc) when booting your clonezilla live. i.e.
1. Boot clonezilla live,
2. In isolinux boot menu, when you see "press [TAB] to edit options", press Tab key.
3. Append the boot parameter, for example, your Clonezilla live CD is /dev/hdc, then you can force live-initramfs to use the file system in /dev/hdc by appending "bootfrom=/dev/hdc", make it like:
vmlinuz1 initrd=initrd1.img boot=live union=aufs vga=788 bootfrom=/dev/hdc
|
|