-2

I'm currently using Linux with Grub2 boot loader

is there any way to add the menuentry something like that

menuentry 'chromium-os' {
    imagefilepath=/path/to/chromiumos_base_image.bin
}
user3840170
  • 26,597
  • 4
  • 30
  • 62
Alsemany
  • 445
  • 1
  • 5
  • 13

1 Answers1

-1

no. chromiumos_base_image.bin is a full disk image formatted using GPT. once Chromium OS boots, it expects the disk to have specific partitions with specific content.

if you want to boot a disk image, use QEMU/KVM to do so.

Mike Frysinger
  • 2,827
  • 1
  • 21
  • 26