Kernel Command Line

Home » CentOS » Kernel Command Line
CentOS 2 Comments

I am trying to install on a NUC7C with 32G of eMMC showing up as /dev/sdb Is there a way I can tell the kernel boot line or command line to MASK
/dev/sdb ?
Make it look like it does not exist ? It has windows pre-installed – I
dont want to mistake it.

Thanks

Jerry

2 thoughts on - Kernel Command Line

  • I think I stumbled into :
    echo 1 > /sys/block/sdb/device/delete will get rid of – so I’m trying to run this before first thing in kickstart.

    Anyone know of anything else – let me know.

    Jerry