search for: rhel7test

Displaying 2 results from an estimated 2 matches for "rhel7test".

2019 Oct 04
4
USB ISO for CentOS 8
I did the dd of the ISO to a 16G USB device. the second partition is FAT so I can edit it - I want to make a custom menu entry. I edited the grub.cfg - but that did not work - my menu option does not show. Then I think I need to change BOOT.cfg and generate the grub.cfg - but I dont know in this case how to generate for the USB device. What command do I use for that ? Thanks, Jerry
2019 Oct 04
0
USB ISO for CentOS 8
>Then generate the .iso: ># cd /tmp/rhel7/ ># mkisofs -o /tmp/rhel7test.iso -b isolinux/isolinux.bin -J -R -l -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -eltorito-alt-boot -e images/efiboot.img -no-emul->boot -graft-points -V "RHEL-7.7 Server.x86_64" . >^^^ Change the "-V" label accordingly for CentOS 8 to match th...