Code: Select all
Kernel panic - not syncing: VFS. Unable to find rootfsI'm using GPT partitioning. Instead of the ordinary /dev/sdx naming scheme, I've tried changing the fstab file so that it uses PARTUUID:
Code: Select all
PARTUUID="xxyyzz" /hdd ntfs defaults 0 0
PARTUUID="yyxxzz" /boot vfat defaults,noatime 0 2
PARTUUID="xxzzyy" none swap sw,discard=once 0 0
PARTUUID="yyzzxx" / ext4 noatime 0 1
/dev/sr0 /mnt/cdrom auto noauto,ro 0 0I am currently using systemd but this also happened in an OpenRC installation. The one thing that is different in my system that might be related to this problem is that the first disk (aka /dev/sda) is not where the system is installed. This disk is for data and is mounted in /hdd as shown in the fstab example. The system is installed in the second disk (aka /dev/sdb), which has 3 partitions and are mounted in /boot,/ and "none" (for the swap).
This might be a very easy problem to solve but I have not found the solution, can anyone help?


