Bug 1713356

Summary: [RFE] Support local or remote direct kernel boot based install
Product: [Community] Virtualization Tools Reporter: Yanko Kaneti <yaneti>
Component: virt-managerAssignee: Cole Robinson <crobinso>
Status: CLOSED DUPLICATE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: berrange, crobinso, gscrivan, tburke
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-06-16 15:51:13 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Yanko Kaneti 2019-05-23 13:12:29 UTC
While one can post-creation configure a vm to directly boot a local kernel file, its supported by virt-install and the install wizard only indirectly (through autodetected media or tree links).

Seems to me using directly local or remote kernel+initrd combo file would be quite the straightforward way to boot installers or any kind or any other payload.

Best illustrated I think by https://netboot.xyz

i.e It would be nice to be able to give virt-manager/virt-install just 
https://boot.netboot.xyz/ipxe/netboot.xyz.lkrn  as location and for it to figure out the rest.

Comment 1 Cole Robinson 2019-05-23 14:08:37 UTC
Thanks for the suggestion. I've thought about adding this to virt-install, for a one time boot option.

The main problem with doing this for permanent config is that qemu can only boot off a local kernel/initrd, so we would need to either download it every boot or download it once and save it somewhere which the user can do anyways.

For the netboot case you _can_ point a VM at an HTTP hosted iso like https://boot.netboot.xyz/ipxe/netboot.xyz.iso and boot from that, although it'll consume their bandwidth for every boot so if it was a permanent set up it would still be nicer to download it locally and boot from that

Comment 2 Cole Robinson 2019-06-16 15:51:13 UTC
There's support for 'install from kernel path or URL' in virt-install now. I don't think we will be adding it to virt-manager because it's a pretty advanced case. Duping this to another similar bug where I will update with details when the new virt-manager release is out

*** This bug has been marked as a duplicate of bug 1677425 ***