NuTyX official Forum
Help => Installation => Topic started by: jbk on Wed May 22 13:02:29 2019
-
In installing NuTyX_x86_64-mate-20190413.iso, I found I could not use any indirect form of 'root=/dev/sd?n' in my bootmanager (rEFInd). That is, anything such as 'root=LABEL=<filesystemname>' or 'root=/dev/disk/by-label/<filesystemname>' results in a VFS failure and kernel panic.
Is this a SysV limitation? Is there a workaround?
-
Hi jbk
you need to specify an initrd so that your /dev/disk/by-label/<filesystemname> is reconised. ( I guess): To do so:
1. Mount the partition where NuTyX is installed on /mnt/hd directory
2. Enter into your installed NuTyX with the command:
install-nutyx -ec
3. Generate the initrd with the command:
mkinitramfs
You can then check if it has beed successfully created in the /boot folder.
ls -tr /boot
You just need to specify this initrd- file at boot by editing your boot configuration file in accordance