search for: bootcfg

Displaying 4 results from an estimated 4 matches for "bootcfg".

2012 Jul 19
2
[PATCH] pygrub: add syslog support to pygrub
...if debug: + logging.exception(err) + fs = None + continue + + # Did looping through partitions find us a kernel? + if not fs: + raise RuntimeError, "Unable to find partition containing kernel" + + bootcfg["kernel"] = copy_from_image(fs, chosencfg["kernel"], "kernel", + output_directory, not_really) + if chosencfg["ramdisk"]: - print " initrd: %s" % chosencfg["ramdisk"] -...
2007 Jan 05
10
[PATCH 1/7] Fix pygrub path on Solaris
Fix for pygrub path on Solaris. Signed-off-by: John Levon <john.levon@sun.com> diff --git a/tools/python/xen/xend/XendDomainInfo.py b/tools/python/xen/xend/XendDomainInfo.py --- a/tools/python/xen/xend/XendDomainInfo.py +++ b/tools/python/xen/xend/XendDomainInfo.py @@ -37,7 +37,7 @@ from xen.util.blkif import blkdev_uname_ from xen.util.blkif import blkdev_uname_to_file from xen.util
2005 Dec 23
2
Booting from ZIP 750 ...
Hi! Is anybody able to boot FreeBSD 5.x-STABLE from a ATAPI ZIP 750 .? I tried to, but it didn't work. I mounted the ZIP from a running 5.X-STABLE and made the normal release procedure (installworld / installkernel .). I also gave bootcfg a try. But nothing helped. Or is there no way of booting a FreeBSD 5.X-STABLE from ZIP? Yours Stefan
2006 May 25
3
HVM - BIOS serial console redirection?
I realized this is probably better suited for the devel list.. basically, is there any way in the BOCHS bios to enable ''Serial Console Redirection'', where you see the BIOS contents over the serial line? Windows 2003''s ''Emergency Management Services'' console (which allows you to do installs and fix stuff over the serial line) requires this to