Jump to content
XPEnology Community

thomas

Member
  • Posts

    16
  • Joined

  • Last visited

Posts posted by thomas

  1. 3 hours ago, gadreel said:

    @kelvin701

    I do not know if somebody else knows a better command to connect to the Virtual Serial port from Qemu to get more output during installation...

     

    @gadreel

    Use virt-manager to connect to qemu over TCP; add 2 more serial ports to have 3 in total for the VM; start the VM, connect to the console on the 3rd serial port and magic will happen...

  2. Indeed, the image boots with OVMF, but it seems it has issues with Seabios... I deleted my other VM test with Seabios and now I can't replicate it...

    I don't think this is a nested virtualization

    I booted the image you're referring to and it only works in Seabios mode and you can see the whole process..

  3. Hi,

    I have a XPenology nas and on a spare drive I installed Ubuntu and made the data available to it so I can use Kodi and the HDMI output. I can boot now by selecting the boot drive from BIOS, but it will be easy if I can add a new entry to the boot menu.

    Please let me know if anybody can give me a hint on how can I do it.

     

    Thanks

  4. I tried the one in the answer.

    For the drive to be attached to the USB you need an adapter with external power.

    Easiest check is

    sudo fdisk -l

    and the answer will be something like

    Disk /dev/sda: 8589 MB, 8589934592 bytes
    255 heads, 63 sectors/track, 1044 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x00008ec7
    
      Device Boot      Start         End      Blocks   Id  System
    /dev/sda1   *           1        1013     8136891   8e  Linux LVM
    /dev/sda2            1014        1044      249007+   5  Extended
    /dev/sda5            1014        1044      248976   83  Linux

    You have to identify your wd red drive and change the

    mdadm -A --verbose --run /dev/md3 /dev/sdX5

    accordingly. If you have only 1 drive attached to the computer it should be sda, if you have 2 it's either sda or sdb ...

×
×
  • Create New...