Displaying 2 results from an estimated 2 matches for "kernelmemtest".
2015 Aug 13
0
dd iso to flash drive
...MENU HELP
                Boot the RHEL 6.6 DVD in rescue mode.
        ENDTEXT
        KERNEL vmlinuz
        APPEND initrd=initrd.img rescue
label memtest86
        MENU LABEL ^C) Memory test
        MENU HELP
                Test the RAM in the system for defects.
        ENDTEXT
        KERNELmemtest
        APPEND -
====
Delete the ks... from the APPEND line if you don't want to use a custom
KS (the existing data from isolinux.cfg should show this, more or less).
I personally re-rolled the ISO so that this (modified) syslinux.cfg was
in the ISO, so that I didn't have to do it after t...
2015 Aug 13
2
dd iso to flash drive
I?ve been trying to get the dd of an iso to a usb flash drive to work for CentOS 6.7.  It is working with the CentOS 7 DVD1 iso (x64), but if I use the same process with 6.7 bin dvd1 iso or the 6.7 live dvd, the flash drive will not boot.  I thought 6.x and forward could be done like this.
-wes