Controleer of je kernel rootdevice en ramdisk instellingen correct zijn.
Check that your kernel root device and ramdisk settings are correct.
In dit geval zal het rootdevice in de kernel moeten worden gewijzigd.
In this case the root device in the kernel will have to be changed.
(Je moet het rootdevice in de kernel op 0:255 instelen).
You have to set the root device in the kernel to 0:255.
Vervolgens moet je met behulp van de opdracht rdev zImage het rootdevice in de kernel controleren.
You must then check the root device in the kernel, using the command rdev zImage.
De algemene kernel van Slackware bijvoorbeeld heeft het rootdevice op/dev/sda2 ingesteld, terwijl mijn Linux rootpartitie op/dev/sda8 voorkomt.
For example, Slackware's generic SCSI kernel has the root device set to/dev/sda2, whereas my root Linux partition happens to be/dev/sda8.
Om het loopback rootdevice aan te maken zijn een aantal dingen benodigd.
Als deze niet hetzelfde is als het gewenste rootdevice, gebruik je rdev om het te wijzigen.
If this is not the same as the root device you want, use rdev to change it.
Het kan zijn dat het rootdevice in deze kernel niet op het gewenste disktype en partitie is ingesteld.
The kernel you get may not have the root device set to the disk type and partition you want.
Als het werkstation zonder kernelparameters zal worden geboot, moet je ook het rootdevice instellen op 0:255.
If the workstation will be booted without kernel parameters, you need also to set the root device to 0:255.
Stel het rootdevice zo in dat het de diskette zelf is, en stel de root dan in dat het read/write zal worden geladen
Finally, set the root device to be the diskette itself, then set the root to be loaded read/write
Hiermee zou de parameterstring voor het device worden doorgegeven en zou de kernel ook worden gevraagd het rootdevice op/dev/sda1 in te stellen en de gehele opdrachtregel te bewaren en het voor alle toekomstige boots opnieuw te gebruiken.
This would pass the device parameter string through, and also ask the kernel to set the root device to/dev/sda1 and save the whole command line and reuse it for all future boots.