Official NuTyX forums

Help => Installation => Topic started by: jbk on Wed May 22 13:02:29 2019

Title: SysV Limitation?
Post 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? 
Title: Re: SysV Limitation?
Post by: Thierry on Wed May 22 20:23:09 2019
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:
Code: [Select]
install-nutyx -ec3. Generate the initrd with the command:
Code: [Select]
mkinitramfsYou can then check if it has beed successfully created in the /boot folder.
Code: [Select]
ls -tr /bootYou just need to specify this initrd- file at boot by editing your boot configuration file in accordance