I am getting this error message after transferring my vm from virtualbox => xcp-ng.
On Sat, 20 Oct 2018, bobby wrote:
I am getting this error message after transferring my vm from virtualbox => xcp-ng.
VFS: unable to mount root fs is due to the kernel not having the device driver for the root filesystem built in to it or not having the device driver for the disk bus built in. I imagine that xcp-ng, whatever that is, presents different devices to the virtual guest than virtualbox did. -Daryl
On Sun, Oct 21, 2018 at 08:25:02AM -0500, Daryl F wrote:
On Sat, 20 Oct 2018, bobby wrote:
I am getting this error message after transferring my vm from virtualbox => xcp-ng.
VFS: unable to mount root fs is due to the kernel not having the device driver for the root filesystem built in to it or not having the device driver for the disk bus built in.
I imagine that xcp-ng, whatever that is, presents different devices to the virtual guest than virtualbox did.
-Daryl
From what I can tell it just looks like the root= needs to be adjusted in the bootloader. root=xvda1 perhaps?
Not at all familiar with xenserver so forgive my ignorance. -- Fredrik Rinnestam
Where is the bootloader conf file located at? On Sun, Oct 21, 2018 at 4:35 PM Fredrik Rinnestam <fredrik@rinnestam.se> wrote:
On Sat, 20 Oct 2018, bobby wrote:
I am getting this error message after transferring my vm from virtualbox => xcp-ng.
VFS: unable to mount root fs is due to the kernel not having the device driver for the root filesystem built in to it or not having the device driver for the disk bus built in.
I imagine that xcp-ng, whatever that is, presents different devices to
On Sun, Oct 21, 2018 at 08:25:02AM -0500, Daryl F wrote: the
virtual guest than virtualbox did.
-Daryl
From what I can tell it just looks like the root= needs to be adjusted in the bootloader. root=xvda1 perhaps?
Not at all familiar with xenserver so forgive my ignorance.
--
Fredrik Rinnestam _______________________________________________ CRUX mailing list CRUX@lists.crux.nu https://lists.crux.nu/mailman/listinfo/crux
On Sun, Nov 11, 2018 at 04:54:51PM -0700, bobby wrote:
Where is the bootloader conf file located at?
Depends on what bootloader you use. If its lilo you should have a /etc/lilo.conf file. You then run 'lilo' to write the changes to the bootsector. grub uses /boot/grub/grub.cfg and looks at the config each time you boot. So no need to do anything else. /f
On Sat, 20 Oct 2018, bobby wrote:
I am getting this error message after transferring my vm from virtualbox => xcp-ng.
VFS: unable to mount root fs is due to the kernel not having the device driver for the root filesystem built in to it or not having the device driver for the disk bus built in.
I imagine that xcp-ng, whatever that is, presents different devices to
On Sun, Oct 21, 2018 at 08:25:02AM -0500, Daryl F wrote: the
virtual guest than virtualbox did.
-Daryl
From what I can tell it just looks like the root= needs to be adjusted in the bootloader. root=xvda1 perhaps?
Not at all familiar with xenserver so forgive my ignorance.
participants (3)
-
bobby
-
Daryl F
-
Fredrik Rinnestam