runtimejs / runtime-cli

Command line tools for runtime.js
7 stars 5 forks source link

How to create a bootable iso/img image? #10

Open PROPHESSOR opened 7 years ago

iefserge commented 7 years ago

@PROPHESSOR Hi, one way to do it described here https://github.com/runtimejs/runtime/issues/82#issuecomment-125909498

PROPHESSOR commented 7 years ago

@iefserge image

PROPHESSOR commented 7 years ago

Multi System's error: image "Error: This ISO image is not currently supported. runtime.iso"

iefserge commented 7 years ago

@PROPHESSOR looks like it can't find initrd. Make sure initrd file exists and included in the ISO and grub.cfg config.

PROPHESSOR commented 7 years ago

@iefserge Oh, thank's! Forgot to remove "." from ".initrd"