centos 7 from usb with YUMI
Posted on October 23, 2015 • 1 minutes • 121 words • Suggest Changes
This happened while installing Centos 7 from usb, with YUMI 2.0.1.8 : (just after mounted configuration file system)
dracut-initqueue[685]: Warning: /dev/root does not exist
It will stop there, and you are pretty much at a dead end; The error happens, cause there are multiple ways to install it in the iso and they break each other … [weird stuff](https://www.centos.org/forums/viewtopic.php?f=47&t=47905#p203678" target="_blank).
Anyways, while this guy seemed to have found a work around, I remade the stick using good’ol fashion data destruct-or better known as dd.
dd bs=4M if=CentOS-7-x86_64-Minimal-1503-01.iso of=/dev/sdd
note : sdd is my USB stick, don’t try it with sda, or do and see the world burn.
Now my server runs as a baby. (it’s also as slow as a baby)