Displaying 20 results from an estimated 1000 matches similar to: "Chainloading pxe boot loaders and dhcp root-path option"
2005 Sep 08
4
Booting FreeBSD diskless in DomU
Using the 2.0.6 demo cd image, I booted the supplied freebsd image and rsync''d
the file system to an NFS server. However I don not seem to be able to
succesfully boot from it the system just hangs here:
xn0: bpf attached
xn0: Ethernet address: aa:00:00:61:1c:d4
lo0: bpf
I have modified /sbin/start_freebsd.sh and /etc/xen/freebsd.py to generate
the following configuration:
xendemo:~#
2012 Oct 01
7
[PATCH] Matthew Fioravante now maintains VTPM
See MAINTAINERS file
Signed-off-by: Matthew Fioravante <matthew.fioravante@jhuapl.edu>
diff --git a/MAINTAINERS b/MAINTAINERS
index 094fe9e..f562efa 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -261,6 +261,21 @@ S: Supported
F: tools/xentrace/
F: xen/common/trace.c
+VTPM
+M: Matthew Fioravante <matthew.fioravante@jhuapl.edu>
+S: Supported
+F: tools/vtpm
+F:
2012 Dec 13
5
[PATCH] Disable caml-stubdom by default
Signed-off-by: Matthew Fioravante <matthew.fioravante@jhuapl.edu>
---
stubdom/configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/stubdom/configure.ac b/stubdom/configure.ac
index db44d4a..384a94a 100644
--- a/stubdom/configure.ac
+++ b/stubdom/configure.ac
@@ -18,7 +18,7 @@ m4_include([../m4/depends.m4])
# Enable/disable stub domains
2012 Sep 27
18
[PATCH 09/11] add iomem support to libxl
This patch adds a new option for xen config files for
directly mapping hardware io memory into a vm.
Signed-off-by: Matthew Fioravante <matthew.fioravante@jhuapl.edu>
diff --git a/docs/man/xl.cfg.pod.5 b/docs/man/xl.cfg.pod.5
index 013270d..428da21 100644
--- a/docs/man/xl.cfg.pod.5
+++ b/docs/man/xl.cfg.pod.5
@@ -496,6 +496,17 @@ is given in hexadecimal and may either a span e.g.
2012 Sep 21
8
PATCH [base vtpm and libxl patches 4/6] add iomem support to libxl
Add support for mapping hardware io memory into domains via domain
config files.
The syntax is
iomem=[PAGE,NUM_PAGES]
Signed off by Matthew Fioravante: matthew.fioravante@jhuapl.edu
---
Changes from previous
* Rebased onto latest xen-unstable
* Rewrote the feature to mimic the style used by iports and irqs in
current libxl
* Updated xl.cfg manpage
* removed the redundant "allow"
2013 Jan 02
1
[PATCH] Fix gmp stubdom build when DESTDIR is used
The default make targets in the top level makefile set DESTDIR
which gets applied when the stubdom makefile
tries to do a make install within gmp to install libgmp.a
to the cross root.
Ian, do you want to apply this to your tree and commit the whole thing
or would you prefer I roll out a fresh new patch set with all updates
applied?
Signed-off-by: Matthew Fioravante
2005 Nov 27
2
pxelinux -> pxeboot load?
Hi all,
I've searched the depths of the resources on the internet; however
I'm having trouble deploying a pxeboot solution via pxelinux. So far
what I have successfully implemented in my infrastructure is a
successful pxeboot setup for FreeBSD ( without the use of pxelinux ).
I'd ultimately like to have a solution that will allow me to choose a
network install of various Unix-like
2012 Sep 21
1
PATCH [base vtpm and libxl patches 3/6] Fix bugs in vtpm hotplug scripts
This patch fixes IO deadlocks in the vtpm hotplug scripts.
Signed off by: Matthew Fioravante matthew.fioravante@jhuapl.edu
---
Changed since previous:
* rebased off of latest xen stable
* replaced instances of gawk with awk
diff --git a/tools/hotplug/Linux/vtpm b/tools/hotplug/Linux/vtpm
--- a/tools/hotplug/Linux/vtpm
+++ b/tools/hotplug/Linux/vtpm
@@ -1,22 +1,18 @@
#!/bin/bash
+export
2005 Sep 20
4
Proper way to boot memtest86
Hello list, any try the new memtest86 v3.2 with isolinux 3.11 cd and pxeboot?
How is the proper way to chainload memtest86
I was tried:
label memtest
kernel memtest.bin
but, nothing happens just a weird hang (my older versions of memtest hangs
too). Anyway chainloading in a floppy image with memdisk on CD or pxeboot was
fine but if I use memory to emulate a floppy I was not using this memory
2012 Mar 15
6
Erro na página
Nunca tive contato antes com Ruby on Rails. Temos um servidor aqui no
serviço que foi configurado para receber aplicações Ruby. Na máquina
local, o site estava funcionando perfeitamente. Agora existe este
erro: http://planarias.each.usp.br/. Alguém já teve alguma experiência
com esse tipo de erro e poderia me ajudar?
--
You received this message because you are subscribed to the Google Groups
2011 Jun 20
4
lots of disk activity keep process from responding
hi all
I have something like 3000 log files in a directory (from data collection).
At 4am in the morning cron runs a script of mine that essentiallly trims
all files in that directory back to a certain size.
Basically does a "tail -c XXXX filename > tmp_filename"
I have noticed that only around the 4am-4:15 time frame when the trim is
happening does my
other process log connection
2012 Dec 13
5
[PATCH special] vtpm fix cmake dependency
Ian, this one is special just for you. I''m sending it as an attachment
because my email client will mangle it.
This patch will remove the cmake dependency from xen prior to autoconf
stubdom
This patch applies ontop of [VTPM v7 3/8] vtpm/vtpmmgr and required libs
to stubdom/Makefile
You can apply it to your tree by doing the following:
git rebase -i <VTPM v7 3/8 revision>
2012 Jan 16
1
failed to load avisynth.dll
Hi,
I'm running wine-fbsd64-1.3.23,1 on FreeBSD 9.0-STABLE amd64. (it still as a 32-bit wine)
I need to run avs2yuv.exe by using wine, which required avisynth.dll that I've installed successfully.
When invoking
Code:
> wine avs2yuv.exe xxx.avs -o test.y4m
I got
Code:
failed to load avisynth.dll
partial log after setting WINEDEBUG=+module,+dll: (full:
2003 Nov 14
2
run FreeBSD "pxeboot" from pxelinux.0?
Hello, I hope this doesn't bounce again...
I'm having trouble passing control of the PXE process from PXELINUX
to the
FreeBSD "pxeboot" program.
I tried invoking "pxeboot" from the PXELINUX "boot:" prompt. This
causes an error "Invalid or corrupt kernel image."
I named pxeboot "pxeboot.0" and tried invoking pxeboot.0 from the
2012 Nov 20
52
[PATCH RFC] stubdom: Change vTPM shared page ABI
Since the vTPM implementations are being incorproated into Xen and
possibly upstream Linux, I would like to see if this protocol change
could be added before we have significant legacy implementations. If
not, I still think it would be useful as either a v2 or negotiated
protocol change.
The current vTPM protocol is a copy of the network protocol. This was
likely done for ease of implementation,
2005 Sep 13
2
Fw: Issue with pxelinux
I've been working with Matt Burgess here on this problem, and have found
the following:
syslinux 3.08-pre10 ? broken
>>> config.inc:max_cmd_len=255
syslinux 3.08-pre11 ? works
>>> config.inc:max_cmd_len=1023
syslinux 3.08 ? works
>>> config.inc:max_cmd_len=1023
syslinux 3.09-pre1 ? works
>>> config.inc:max_cmd_len=1023
syslinux 3.09-pre2 ? broken
2008 Mar 29
4
gpxelinux 3.70pre7 - wonderful!
Hi Peter et al,
Just wanted to let you know my heartfelt appretiation of what you and
the other devs
have done in integrating gpxe and pxelinux... it works wonderfully
well for me... I simply
swapped my pxelinux.0 for my gpxelinux.0 and modified my pxelinux.cfg/default to
use urls to refer to the kernel and initial ram disk images and it
worked perfectly
(dns resolution and all).
This is a huge
2005 Sep 20
4
building initrd.img with updated drivers
Can someone point me to instructions on how to build a
pxeboot/initrd.img with updated drivers. I would like to pxe boot and
install rh8 on a newer machine, and the pxeboot files that come with rh8
(2.4.20-8) don't support my e1000 NIC. I believe that the newer
2.4.20-28.8 drivers will, but I'm having trouble finding instructions in
rebuilding the pxeboot initrd.img + vmlinuz to
2020 Jun 17
2
CentOS 8.2 corrupt pxeboot kernel
Attempting to PXE boot from the BaseOS/x86_64/kickstart/images/pxeboot/ files results in repeating messages
Invalid or corrupt kernel image
eventually changing to
Could not find kernel image: centos8.2.x86_64/vmlinuz
I downloaded the files again, from a different mirror, and they are all the same. Wiped the files and recreated /tftpboot/linux-install/centos8.2.x86_64/. No dice.
First mirror
2010 Sep 26
5
Network booting FreeBSD with gpxelinx almost works (fwd)
We have been network booting FreeBSD for some time with pxeboot. But now
we would like to have menu of OSs to boot and got the idea somewhere that
gpxelinux could do that for us. We copied gpxelinux.0 from the
syslinux-4.02 distribution and replaced pxeboot with "gpxelinux" in the
dhcpd.conf file. Indeed with a configuration file in pxelinux.cfg like
this:
default freebsd