search for: useserial

Displaying 20 results from an estimated 26 matches for "useserial".

Did you mean: usbserial
2020 Oct 12
6
Re: Encrypting boot partition Libvirt not showing the OS booting up
...t; I sent privately the requested xml file to 'Peter Krempa > <pkrempa@redhat.com>'. > Peter Krempa 's privately answered me back suggesting to add the > following in the domain xml file: Solving things privately doesn't help the community. > > > <bios useserial='yes'/> under <os> > > such as ... > >    <os> >      <type arch='x86_64' machine='pc-q35-3.1'>hvm</type> >      <boot dev='hd'/> >      <bios useserial='yes'/> >    </os> > Try...
2013 May 31
0
Enable bios useserial=yes from command line
..." --boot network,hd,menu=on --os-variant="$variant" --disk path=/var/lib/libvirt/images/"$vmname".qcow2,device=disk,bus=virtio,format=qcow2 --mac= --cpu host --vcpus="$numcpus" --graphics none --noautoconsole --import But cannot seem to find a way to enable bios useserial=yes without issuing a virsh edit $vmname I've tried --extraargs= but that appears to be for kernel command lines, which is not what I want to achieve here. I'm looking for a way to enable serial BIOS from the point the VM is created. The current solution I am using is to do virsh destroy...
2015 Feb 12
3
way to see the bootmenu via serial?
Maybe this should go to the qemu mail list, but I have domains configured to dump to serial. Works fine I see Grub menu/kernel messages and the like, but the "bootmenu" listing only shows up over vnc. Is there a way to have that show up over serial? I definitely can hit up the qemu mail list as well if inappropriate for here
2020 Oct 12
3
Encrypting boot partition Libvirt not showing the OS booting up
Hi, I have installed Debian Buster with encrypted LVM so apon installation my root partition is encrypted. So far so good but as soon as I encrypt the boot partition, after reboot the OS won't start. If I start the drive directly with qemu, it works but it looks like Libvirt is somehow not able to deel with it. What am I missing? -- John Doe
2020 Oct 12
0
Re: Encrypting boot partition Libvirt not showing the OS booting up
...the domain xml file: >>> >>> Solving things privately doesn't help the community. >> >> Additionally it doesn't help solving the problem, since it's now opaque >> to others what the problem might be. >> >>>> >>>> <bios useserial='yes'/> under <os> >> >> I've suggested this as the outputs I've got privately hinted that the >> console (as in virsh console) didn't get to asking for the password, >> while the manually-started-qemu did. >> >> Thus the problem actu...
2020 Oct 13
0
Re: Encrypting boot partition Libvirt not showing the OS booting up
...olving things privately doesn't help the community. >>>> >>>> Additionally it doesn't help solving the problem, since it's now opaque >>>> to others what the problem might be. >>>> >>>>>> >>>>>> <bios useserial='yes'/> under <os> >>>> >>>> I've suggested this as the outputs I've got privately hinted that the >>>> console (as in virsh console) didn't get to asking for the password, >>>> while the manually-started-qemu did. >&gt...
2020 Oct 13
0
Re: Encrypting boot partition Libvirt not showing the OS booting up
...;isa-serial' port='0'> <model name='isa-serial'/> </target> </serial> <console type='pty'> <target type='serial' port='0'/> </console> I've verified that once I add the suggested useserial attribute: <os> <type arch='x86_64' machine='pc-i440fx-2.9'>hvm</type> <bootmenu enable='yes'/> <bios useserial='yes'/> </os> to one of my VMs I can see the console when started via virsh start --console: $ virsh...
2012 Feb 23
0
[SeaBIOS] RFE: Print amount of RAM
...dio,id=seabios -device > isa-debugcon,iobase=0x402,chardev=seabios" to the qemu command line > to > see the SeaBIOS debugging output. That output has the memory info > and much more. I guess that's then something to propose for libvirt as RFE as an extra argument for <bios useserial='yes' /> we could introduce <bios useserial='debug' /> perhaps. > -Kevin Thanks Kevin. So long, i -- Igor Gali? Tel: +43 (0) 664 886 22 883 Mail: i.galic at brainsware.org URL: http://brainsware.org/ GPG: 6880 4155 74BD FD7C B515 2EA5 4B1D 9E08 A097 C9AE
2015 Feb 13
1
Re: way to see the bootmenu via serial?
...u mail list, but I have domains configured >> to dump to serial. Works fine I see Grub menu/kernel messages and the like, >> but the "bootmenu" listing only shows up over vnc. Is there a way to have >> that show up over serial? >> > > I believe > <bios useserial='yes'/> > is the option that makes this work. > http://libvirt.org/formatdomain.html#elementsOSBIOS Moreover, make sure you use a serial enabled BIOS, like sgabios [1]. Standard seabios doesn't support serial line (well, it was quite a while ago that I've tested this and i...
2020 Oct 13
0
Re: Encrypting boot partition Libvirt not showing the OS booting up
...39;t help solving the problem, since it's now > > > > > > > opaque > > > > > > > to others what the problem might be. > > > > > > > > > > > > > > > > > > > > > > > > > <bios useserial='yes'/> under <os> > > > > > > > > > > > > > > I've suggested this as the outputs I've got privately hinted that the > > > > > > > console (as in virsh console) didn't get to asking for the password, > &...
2014 Jul 29
1
VM not booting with physical hardware attached
...e the VM, but then the OS inside doesn't boot at all. I tried to go deeper into debugging and it seems that the VM cannot pass SeaBIOS anymore. It gets stuck in seabios, it seems. No "Booting" sentence displayed, only version of SeaBIOS, when I watch VNC ouput. I tried to use <bios useserial='yes'/> with a console to the VM. Nothing is displayed on the console. Here are the specs of the machine: -> Ubuntu 12.04LTS up to date -> libvirt 0.9.8-2ubuntu17.19 -> kvm 1.0+noroms-0ubuntu14.15 -> seabios 0.6.2-0ubuntu2.1 The ethernet card I try to attach is: Broadcom Co...
2020 Oct 12
0
Re: Encrypting boot partition Libvirt not showing the OS booting up
...gt; I did not modify anything during the time I sent my answer and seeing > yours. > I sent privately the requested xml file to 'Peter Krempa <pkrempa@redhat.com>'. Peter Krempa 's privately answered me back suggesting to add the following in the domain xml file: <bios useserial='yes'/> under <os> such as ... <os> <type arch='x86_64' machine='pc-q35-3.1'>hvm</type> <boot dev='hd'/> <bios useserial='yes'/> </os> This does not help at all and still give the outp...
2018 Feb 28
2
How can we achieve vga emulation over a serial port in libvirt
Hi For the latest seabios version, it said: Support for vga emulation over a serial port in SeaBIOS (sercon). So I want to know how can I find the application of this feature in libvirt? And whether my understanding is correct? There are no related instruction on the website: https://libvirt.org/ My understanding: (1) The feature means: we can set this the IO address of a serial port to
2016 Dec 27
1
how to configure seabios with libvirt
Hi: Anyone knows how to configure seabios with libvirt? Or Can I configure seabios in XML file? I know that could configre seabios with "qemu-system-x86_64 -fw_cfg",but how to with libvirt? thanks! dw
2015 Feb 13
0
Re: way to see the bootmenu via serial?
...aybe this should go to the qemu mail list, but I have domains configured > to dump to serial. Works fine I see Grub menu/kernel messages and the like, > but the "bootmenu" listing only shows up over vnc. Is there a way to have > that show up over serial? > I believe <bios useserial='yes'/> is the option that makes this work. http://libvirt.org/formatdomain.html#elementsOSBIOS Jan
2015 Sep 11
1
libguestfs failure
...t;/var/tmp/.guestfs-0/appliance.d/initrd</initrd>\n <cmdline>panic=1 console=ttyS0 udevtimeout=6000 udev.event-timeout=6000 no_timer_check lpj=2811527 acpi=off printk.time=1 cgroup_disable=memory root=/dev/sdb selinux=0 guestfs_verbose=1 TERM=xterm-256color</cmdline>\n <bios useserial="yes"/>\n </os>\n <on_reboot>destroy</on_reboot>\n <devices>\n <controller type="scsi" index="0" model="virtio-scsi"/>\n <disk device="disk" type="file">\n <source file="/tmp/libguestf...
2016 Apr 07
2
Help: Is it possible to use libguestfs in Xen guest OS
...initrd>/var/tmp/.guestfs-0/appliance.d/initrd</initrd>\n <cmdline>panic=1 console=ttyS0 udevtimeout=6000 udev.event-timeout=6000 no_timer_check lpj=2200086 acpi=off printk.time=1 cgroup_disable=memory root=/dev/sdb selinux=0 guestfs_verbose=1 TERM=xterm</cmdline>\n <bios useserial="yes"/>\n </os>\n <on_reboot>destroy</on_reboot>\n <devices>\n <controller type="scsi" index="0" model="virtio-scsi"/>\n <disk device="disk" type="file">\n <source file="/tmp/lib...
2016 Aug 29
2
Re: guestfs_launch gets stuck
.../.guestfs-0/appliance.d/initrd</initrd>\n <cmdline>panic=1 console=ttyS0 udevtimeout=6000 udev.event-timeout=6000 no_timer_check lpj=2394042 acpi=off printk.time=1 cgroup_disable=memory root=/dev/sdb selinux=0 guestfs_verbose=1 guestfs_network=1 TERM=linux</cmdline>\n <bios useserial="yes"/>\n </os>\n <on_reboot>destroy</on_reboot>\n <devices>\n <controller type="scsi" index="0" model="virtio-scsi"/>\n <disk device="disk" type="block">\n <source dev="/dev/xvdc&...
2017 Apr 07
2
difficulty using virt-v2v with OVA
...console=ttyS0 edd=off udevtimeout=6000 udev.event-timeout=6000 no_timer_check printk.time=1 cgroup_disable=memory usbcore.nousb cryptomgr.notests tsc=reliable 8250.nr_uarts=1 root=/dev/sdb selinux=0 guestfs_verbose=1 guestfs_network=1 TERM=xterm guestfs_identifier=v2v</cmdline>\n <bios useserial="yes"/>\n </os>\n <on_reboot>destroy</on_reboot>\n <devices>\n <rng model="virtio">\n <backend model="random">/dev/urandom</backend>\n </rng>\n <controller type="scsi" index="0" mode...
2016 Aug 29
2
guestfs_launch gets stuck
...initrd>/var/tmp/.guestfs-0/appliance.d/initrd</initrd>\n <cmdline>panic=1 console=ttyS0 udevtimeout=6000 udev.event-timeout=6000 no_timer_check lpj=2394042 acpi=off printk.time=1 cgroup_disable=memory root=/dev/sdb selinux=0 guestfs_verbose=1 TERM=xterm</cmdline>\n <bios useserial="yes"/>\n </os>\n <on_reboot>destroy</on_reboot>\n <devices>\n <controller type="scsi" index="0" model="virtio-scsi"/>\n <disk device="disk" type="file">\n <source file="/tmp/lib...