Hi list, I'm using Alpine-virt linux (headless linux with 40Mb initial *.iso size) which has tsc issues. Alpine uses syslinux lightweight boot loader by default. In order to enable tsc I've added tsc=reliable tsc=noirqtime to /etc/update-extlinux.conf before console=ttyS0,115200 and updated it accordingly.
It seems no changes in tsc usage prior to /dev/rtc0 as boot log shows: ... * Setting system clock using the hardware clock [UTC] ...hwclock: select() to /dev/rtc0 to wait for clock tick timed out * Failed to set the system clock ... Does somebody know some way how set tsc as default clock source in Alpine 5.4.43-1-virt guest? Martin ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ On Wednesday, June 10, 2020 6:36 PM, George <g.lis...@nodeunit.com> wrote: > Hi guys, > > I apologize if this maybe out of topic even though it is truly related > to VMM than Debian. > > I am trying to setup a VMM Debian based guest but I'm not able to get it > to work. I found some description on the web about which settings to > edit in grub.cfg to enable the serial console and created a VM with 10.3 > in qcow2 disk format in KVM. Now I am trying to start the same on > OpenBSD 6.7 but keep getting the connected message and then just > "Rebooting " after I hit some keyboard keys seems like baud rate issue > but not sure. > > After messing with it for a while now I am getting a new error: > > vmctl: could not open disk image(s) > > even thought the disk is there and readable to the user I have setup in > vm.conf in fact I have another VM with the same configuration and disk > with the same permissions and in the same location that works (it is > OpenBSD based). > > I would greatly appreciate it if someone has gone this path and can > share some config info with me. > > Cheers and thanks in advance, > > George