Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[SOLVED] Unable to create Arch VM from scratch.

Featured Replies

I loop mounted the arch linux iso, and edited the cfg file as follows:

name = "ciffcloud"
bootloader = "pygrub"
kernel = "/mnt/arch/arch/boot/x86_64/vmlinuz"
ramdisk = "/mnt/arch/arch/boot/x86_64/archiso.img"
extra = "archisobasedir=arch archisolabel=ARCH_201403"
memory = 512
vcpus = '1'
disk = [
        'file:/mnt/system/ciffcloud/ciffcloud.img,xvda,w',
        'file:/mnt/system/ciffcloud/archlinux.iso,hdc:cdrom,r'
        ]
vif = [ 'mac=00:16:3e:a1:a1:a1,bridge=br0']

boot = 'dc'

 

I keep getting the following error when trying to create the VM

root@Tower:/mnt/system/ciffcloud# xl create ciffcloud.cfg -c
Parsing config from ciffcloud.cfg
xl: libxl_bootloader.c:42: bootloader_arg: Assertion `bl->nargs < bl->argsspace' failed.
Aborted (core dumped)

 

I assume that these following two lines...

kernel = "/mnt/arch/arch/boot/x86_64/vmlinuz"

ramdisk = "/mnt/arch/arch/boot/x86_64/archiso.img"

...are supposed to point to the loop mounted ISO. Which in this case is correct.

Also to note that the mounted iso is read only.

 

Any ideas?

Try commenting-out the bootloader = "pygrub" line.  I had a similar thing happen to me today trying to build an Ubuntu VM from scratch and got the exact same error message.

Comment it out by putting a # at the start of its line. After you get through the install you can add pygrub as the bootloader.

  • Author

@doorunrun, thanks that worked.

 

@ironicbadger, I did I must have missed the line.

 

 

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.