I’ve downloaded the ISO image for x86, fw version 4.3. I want two things:
- change the kernel bootup parameters to force the ROS to output everything to /dev/ttyS0 (first serial port) - it seems, that it outputs somewhere else
- create back the modified ISO image to allow the installation with this ISO to virtual machine
In the ISO image (mounted with “-o loop”) I’ve found the file isolinux/isolinux.cfg and I’d like to modify the kernel params to
default system
label system
kernel linux
append load_ramdisk=1 initrd=initrd.rgz console=ttyS0
Is this right place to make changes? Should this work? How can I pack back the modified files to ISO image and make it bootable? What programs do you use for creating the ISO images? I’m currently unable to create bootable iso with mkisofs, it does not work for me.
Thank you, Tomas