- genimage centos6.5-x86_64-netboot-compute
- packimage centos6.5-x86_64-netboot-compute
- nodeset n1 osimage=centos6.5-x86_64-netboot-compute
The following error appears when trying to boot the node:
dracut: FATAL: No or empty root= argument
dracut: Refusing to continue
/lib/dracut-lib.sh: line 101: /emergency/01-die.sh: No such file or directory
dracut Warning: Signal caught! (when trying to boot the machine).
The problem is that there is a directory missing, it was skipped by xCAT installation for some reason, therefore, we need to create it manually:
- cd /opt/xcat/share/xcat/netboot
- ln -s ../rh/dracut dracut
No comments:
Post a Comment