Linux: Warning : /dev/root/ does not exist ?

Sometimes we receive issues with PXE boot server with below text:

dracut-initqueue: /dev/root does not exist 

The issue is caused while downloading or reading the squashfs filesystem.

To correct this issue verify if the squashfs.img file exists on your PXE boot server below:

[root@nglinux LiveOS]# ls -ltr
total 1668884
-rwx------. 1 root root 1708937216 Dec 14 10:55 squashfs.img

If its permissions are not fine, you may correct the permissions:

[root@nglinux LiveOS]# chmod -R 755 ..

If the permission are fine, verify the initrd image if its correct PXE server image?

If not then replace the initrd image with image provided under PXE folder in the CD image.

I hope you liked the article, please subscribe to the blog for latest updates on Linux.

0 0 votes
Article Rating
Subscribe
Notify of
guest

0 Comments
Newest
Oldest Most Voted
Inline Feedbacks
View all comments