close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_repos.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Jun 3, 2008, 7:01:41 PM (17 years ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v12
|
v13
|
|
| 67 | 67 | root@drbl-xen-srv:~# cp /boot/xen-3.0.3-1-i386-pae.gz /tftpboot/nbi_img/. |
| 68 | 68 | }}} |
| 69 | | * Generate PXE initial ramdisk for xen-based kernel using '''drblsrv-offline''' command |
| | 69 | * Use '''drblsrv-offline''' command to generate PXE initial ramdisk for xen-based kernel. You should find ''initrd-pxe.2.6.18-6-xen-vserver-686.img'' and ''vmlinuz-2.6.18-6-xen-vserver-686'' in /tftpboot/nbi_img/ folder. |
| 70 | 70 | {{{ |
| 71 | 71 | root@drbl-xen-srv:~# /opt/drbl/sbin/drblsrv-offline -s `uname -r` |
| | 72 | root@drbl-xen-srv:~# find /tftpboot/nbi_img/ -name "*-xen*" |
| | 73 | /tftpboot/nbi_img/initrd-pxe.2.6.18-6-xen-vserver-686.img |
| | 74 | /tftpboot/nbi_img/vmlinuz-2.6.18-6-xen-vserver-686 |
| 72 | 75 | }}} |
| | 76 | * Note: ''initrd-pxe.2.6.18-6-xen-vserver-686.img'' is different from ''/boot/initrd.img-2.6.18-6-xen-vserver-686''. ''initrd-pxe.2.6.18-6-xen-vserver-686.img'' contains NFS mount related script related to DRBL server. |
| 73 | 77 | * Since Xen-based kernel can not boot with Xen hypervisor, we have to switch vmlinuz-pxe and initrd-pxe.img back to normal linux kernl. |
| 74 | 78 | {{{ |