[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: A light VM for testing Xen.
Searching for GRUB installation directory ... found: /boot/grub Cannot determine root device. Assuming /dev/hda1 This error is probably caused by an invalid /etc/fstab
Can you describe your environment?
Hello,
Is anything wrong?
On Tuesday, December 29, 2020, 04:48:20 PM GMT+3:30, Jason Long <hack3rcon@xxxxxxxxx> wrote:
Thanks.
Configuration is:
bootloader = 'pygrub'
vcpus = '1'
memory = '128'
#
# Disk device(s).
#
root = '/dev/xvda2 ro'
disk = [
'file:/var/tpcv/xen_images/domains/test/disk.img,xvda2,w',
'file:/var/tpcv/xen_images/domains/test/swap.img,xvda1,w',
]
#
# Hostname
#
name = 'test'
#
# Networking
#
vif = [ 'ip=10.0.0.60,mac=00:16:3E:5C:D7:79' ]
#
# Behaviour
#
_on_poweroff_ = 'destroy'
on_reboot = 'restart'
on_crash = 'restart'
On Tuesday, December 29, 2020, 04:01:33 PM GMT+3:30, Andy Smith <andy@xxxxxxxxxxxxxx> wrote:
Hello,
On Tue, Dec 29, 2020 at 10:51:02AM +0000, Jason Long wrote:
> But VM can't boot:
> https://paste.ubuntu.com/p/HbNhbxX59Z/
It did boot; you can see messages from the guest kernel there. But it
looks like the VM you booted could not find its root filesystem.
Show us your guest config file for this domU.
Cheers,
Andy
|