i want an iso image named imageA.iso (edit clonezilla boot conf) that try to get an iso image named imageB.iso(i already created imageB.iso by clonezilla and stored on remote server with all of my applications) and load it (imageA set on virtual machin as cd/dvd iso). i can not edit clonezilla boot menu and ...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi steven , thanks
but i can edit ~/clonezilla-custom/iso-custom/syslinux/isolinux.cfg file and then remaster with mkisofs -o imageA.iso -b syslinux/isolinux.bin -c syslinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -J -R -V "CUSTOM_CLONEZILLA" iso-custom/ command.
and i see changes on iso when boot v vm with that , but my problem is clonezilla boot menu that doesnt work correctly.
my custom boot menu is:
MENU TITLE clonezilla.org, clonezilla.nchc.org.tw
label Clonezilla live
MENU DEFAULT
MENU LABEL ClonezillaTEST live (VGA 800x600)
kernel /live/vmlinuz
append initrd=/live/initrd.img boot=live union=overlay username=user config components loglevel=0 noswap edd=on nomodeset locales=en_US.UTF-8 keyboard-layouts=us ocs_live_run="ocs-live-general" ocs_live_batch="yes" vga=788 net.ifnames=0 nosplash ocs_screen_blank="no" ip=dhcp ocs_repository="http://REMOTE_SERVER_IP/" ocs_live_cmd1="ocs-sr -g auto -e1 auto -e2 -c -r -j2 -k -p true restoreparts sda1 "
TEXT HELP
* Boot menu for BIOS machine
* Clonezilla live version: 3.2.0-5-amd64. (C) 2003-2024, NCHC, Taiwan
* Disclaimer: Clonezilla comes with ABSOLUTELY NO WARRANTY
ENDTEXT
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
"clonezilla boot menu that doesnt work correctly." -> What did you mean by this?
It's recommended to take some photos about the messages on the screen and share that with us.
It's easier for us to understand that.
Steven
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have an ISO image called the first ISO on which all my programs are installed, this step is done with Clonezilla and I have placed this on a remote server. So far, no questions.
Now I want to have a customized ISO from Clonezilla, for example, called the second ISO, which when I put this in the virtual machine and turn on the virtual machine, it will automatically get the first ISO from the remote server and load it on itself (it will boot with it and I will have all the programs installed on the first ISO here). I can go with the Clonezilla wizard and, for example, get that first ISO via ssh and load it, but I want this part to be done automatically. That's why I want a customized ISO that will automatically get the ready ISO from the remote server and run itself with it
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i want an iso image named imageA.iso (edit clonezilla boot conf) that try to get an iso image named imageB.iso(i already created imageB.iso by clonezilla and stored on remote server with all of my applications) and load it (imageA set on virtual machin as cd/dvd iso). i can not edit clonezilla boot menu and ...
To remaster the iso file, you can refer to this:
https://drbl.org/fine-print.php?path=./faq/2_System/39_remaster_clonezilla_iso.faq#39_remaster_clonezilla_iso.faq
Steven
Hi steven , thanks
but i can edit ~/clonezilla-custom/iso-custom/syslinux/isolinux.cfg file and then remaster with mkisofs -o imageA.iso -b syslinux/isolinux.bin -c syslinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -J -R -V "CUSTOM_CLONEZILLA" iso-custom/ command.
and i see changes on iso when boot v vm with that , but my problem is clonezilla boot menu that doesnt work correctly.
my custom boot menu is:
MENU TITLE clonezilla.org, clonezilla.nchc.org.tw
label Clonezilla live
MENU DEFAULT
MENU LABEL ClonezillaTEST live (VGA 800x600)
kernel /live/vmlinuz
append initrd=/live/initrd.img boot=live union=overlay username=user config components loglevel=0 noswap edd=on nomodeset locales=en_US.UTF-8 keyboard-layouts=us ocs_live_run="ocs-live-general" ocs_live_batch="yes" vga=788 net.ifnames=0 nosplash ocs_screen_blank="no" ip=dhcp ocs_repository="http://REMOTE_SERVER_IP/" ocs_live_cmd1="ocs-sr -g auto -e1 auto -e2 -c -r -j2 -k -p true restoreparts sda1 "
TEXT HELP
* Boot menu for BIOS machine
* Clonezilla live version: 3.2.0-5-amd64. (C) 2003-2024, NCHC, Taiwan
* Disclaimer: Clonezilla comes with ABSOLUTELY NO WARRANTY
ENDTEXT
"clonezilla boot menu that doesnt work correctly." -> What did you mean by this?
It's recommended to take some photos about the messages on the screen and share that with us.
It's easier for us to understand that.
Steven
I have an ISO image called the first ISO on which all my programs are installed, this step is done with Clonezilla and I have placed this on a remote server. So far, no questions.
Now I want to have a customized ISO from Clonezilla, for example, called the second ISO, which when I put this in the virtual machine and turn on the virtual machine, it will automatically get the first ISO from the remote server and load it on itself (it will boot with it and I will have all the programs installed on the first ISO here). I can go with the Clonezilla wizard and, for example, get that first ISO via ssh and load it, but I want this part to be done automatically. That's why I want a customized ISO that will automatically get the ready ISO from the remote server and run itself with it