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
On Thu, Aug 5, 2021 at 11:40 AM Jerry Geis jerry.geis@gmail.com wrote:
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
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
On 05.08.21 19:56, Jerry Geis wrote:
On Thu, Aug 5, 2021 at 11:40 AM Jerry Geis jerry.geis@gmail.com wrote:
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
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.
for ks I use:
ignoredisk --only-use=sda
-- Leon