Talk:Create Alpine Linux PV DomU: Difference between revisions

From Alpine Linux
(Created page with " On OVM2.2.2/Xen 3.4.1 this will result in an error: # xm create -c alpine Using config file "/etc/xen/alpine". Error: (2, 'Invalid kernel', 'elf_xen_note_check: ERROR: Will onl...")
 
No edit summary
Line 1: Line 1:
I had problems booting a 32bit Alpine domU on a OracleVM 2.2.2 (64bit) host - most probably since the Alpine kernel uses PVops.
The domU kernel failed to load with the following error:
Error: (2, 'Invalid kernel', 'elf_xen_note_check: ERROR: Will only load images built for the generic loader or Linux images')


On OVM2.2.2/Xen 3.4.1 this will result in an error:
Solution is to make sure you have a 64bit ISO.
# xm create -c alpine
Using config file "/etc/xen/alpine".
Error: (2, 'Invalid kernel', 'elf_xen_note_check: ERROR: Will only load images built for the generic loader or Linux images')

Revision as of 16:59, 1 January 2012

I had problems booting a 32bit Alpine domU on a OracleVM 2.2.2 (64bit) host - most probably since the Alpine kernel uses PVops. The domU kernel failed to load with the following error: Error: (2, 'Invalid kernel', 'elf_xen_note_check: ERROR: Will only load images built for the generic loader or Linux images')

Solution is to make sure you have a 64bit ISO.