|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Grub2 xen priority order
Edit
the 20_xen_linux script :
change :
xen_list=`for i in /boot/xen*; do
by :
xen_list=`for i in \`ls /boot/xen*\`; do
it should work( maybe( perhaps) )
Le 30/03/2011 17:28, Ian Tobin a écrit :
Hey all,
I have moved 10_Linux to 50_Linux and ran update-grub which is fine.
The problem I have is that there is xen-syms in /boot And that is being put
first in the boot list which is incorrect.
How do you make /xen.gz at the top so it is booted first?
Thanks
Ian
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|