Every time I install 2018-11-13-raspbian-stretch-full.img or 2018-11-13-raspbian-stretch-lite.img on my SD card and plug it in the Raspberry Pi 3 B+ device, they first time it runs fine but I am presented with the error kernelPanic: VFS: can't mount root fs (179,2) after I restart the device.
By default the value is something like root=PARTITION=<someting> in the cmdline.txt file. I tried setting to root=/dev/mmcblk0p6 as it is suggested in different resources, it didn't help me either. I even tried root=/dev/sda2 and root=/dev/mmcblk0p2 but all in vain. I am sure that I eject the SD card safely after making the changes.
I am installing the images using Windows 10, SD Card Formatter for formatting the SD Card, Balena Etcher to Flash the images.
What else can be tried to fix the problem?