Topic: Unable to mount root
I have a TFTP server set up to serve GParted to a VirtualBox client for testing, but when I boot the guest, it dowloads the TFTP image, boots, and stops with:
List of all partitions:
No filesystems could mount root, tried:
Kernel panic - not syncing: VFS: Unable to mount root fs on unkown-block(9,1)
My pxelinux.cfg says:
label GParted Live
MENU LABEL GParted Live
kernel linux
append initrd=initrd1.img boot=live union=aufs noswap noprompt vga=788 fetch=http://<serverip>/filesystem.squashfs
My guess is something isn't going right with the fetch bit, but I can't scroll back in the VM output, and it goes too fast to see what's going on. The TFTP and HTTP server are on the same machine, and I've confirmed doing an HTTP get on the squashfs file works. Anyone have a suggestion what's wrong? Thanks!