Displaying 20 results from an estimated 900 matches similar to: "[PATCH] chain.c32: add grubcfg= for passing an alternative config"
2010 Jun 30
1
(no subject)
>From 1db8a8919482dbed4cc15509d8078b2f16a289bb Mon Sep 17 00:00:00 2001
From: Gert Hulselmans <gerth at zytor.com>
Date: Wed, 30 Jun 2010 14:10:23 +0200
Subject: [PATCH] chain.c32: add grubcfg= for passing an alternative config
filename to GRUB Legacy
GRUB Legacy reserves 89 bytes for storing the filename of the configfile
from memory address 0x8217 to 0x826f.
We allow overwriting the
2010 Dec 21
2
[PATCH] chain.c32: support chainloading GRUB2 core.img
Here is a patch that makes it possible to chainload GRUB2 core.img form
chain.c32.
It reuses the grub= parameter (used for chainloading GRUB Legacy stage2):
- both loaded at 0x8000
- start execution at offset 0x200 (0x8200 in memory)
GRUB2 allows to specify another "GRUB home dir" than the standard /boot/grub
GRUB2 doesn't allow to change the configfile 'grub.cfg' name
2010 Jun 28
0
[PATCH] chain.c32: pass partition number to stage2 of Grub Legacy
Grub Legacy stage2 will read the install_partition variable from
memory address 0x8208.
We only need to change the value at 0x820a to the correct partition
number:
-1: whole drive (default)
0-3: primary partitions
4-*: logical partitions
Signed-off-by: Gert Hulselmans <gerth at zytor.com>
---
com32/modules/chain.c | 13 ++++++++-----
1 files changed, 8 insertions(+), 5
2010 Jun 30
2
[PATCH] chain.c32: add menu support to grub loader
Allow the grub loader to (optionally) support using a GRUB menu file.
For example
chain fs grub=stage2,grub.conf
will load GRUB's stage2 and pass the (absolute) path to the file
"grub.conf" in the Syslinux filesystem to GRUB's stage2. The path is
passed to stage2 in GRUB's device/partition syntax (eg, "(hd0,1)/foo").
Note that we don't check whether the
2010 Jan 09
2
chain.c32 add grldr= command for Grub4dos
$ git log -p
commit d8c5e94803fa01f0d52475a50b69681ad3135700
Author: Gert Hulselmans <kimmik999999 at yahoo.co.uk>
Date: Sat Jan 9 15:30:49 2010 +0100
chain.c32: Add grldr= command for Grub4dos
grldr of Grub4dos wants the partition number in DH:
0xff: whole drive
0-3: primary partitions
4-*: logical partitions
diff --git a/com32/modules/chain.c
2011 Mar 19
1
Dual-booting VMware and chainbooting GRUB
Dear All:
I am having trouble trying to dual-boot VMware and Linux, and I tried
everything I could come up with.
The situation is that /dev/sda is fully used by VMware and /dev/sdb
is used by Linux. VMware uses Syslinux, so I thought this would be
simple... However, it is not. The bootable FAT partition is too smal
to have kernels in it. As a fallback I tried to chain-load GRUB,
but that did not
2010 Jun 04
1
[PATCH] chain.c32: add support for loading GRUB stage2
This adds (basic) support for GRUB stage2 image files.
Loading a stage2 image will probably give you a GRUB prompt, with GRUB's
"root" set at "(hd0)" (ie, entire first disk). Maybe the "root" will
differ in less common setups. (One can of course select another disk
and/or partition with GRUB's "root" command.)
This has only been tested with version
2010 Jul 26
5
[RFC/PATCH] New chainloading functionality
This patch introduces extra functionality to chain.c, mainly with reference to
BPB adjustments, but not only that. It expects 3 small patches I sent earlier
(they are included for easy reference, patches 1-3/4).
The changes introduced are:
1) file and boot sector use separate options to control load address and jump
address (if applicable). Options are as described below:
*
2012 Sep 06
4
[PATCH] pygrub: always append --args
# HG changeset patch
# User Olaf Hering <olaf@aepfle.de>
# Date 1346945306 -7200
# Node ID 8a2eef481d3ab3ca5692dd0083c95cf314fe1da3
# Parent 19d367bf07b7687b831c212a57a70e73ea14d3b7
pygrub: always append --args
If a bootloader entry in menu.lst has no additional kernel command line
options listed and the domU.cfg has ''bootargs="--args=something"'' the
additional
2013 Jul 18
3
Chaining with chain.c32 from syslinux 6.01 error
Hi,
?
? I have a bootable usb with syslinux 5.10 on wich the following?code is working ok.
??? LABEL -
?? MENU LABEL GRUB LEGACY
?? MENU INDENT 1
???? COM32 chain.c32
???? APPEND boot fs grub=/boot/grub-legacy/stage2 grubcfg=/boot/grub-legacy/grub-legacy.cfg nohand nosect
?
?After upgrading to syslinux 6.01 (using bios) I receive the following errors when selecting that menu option :
?
? ERR:
2013 Jul 22
2
Chaining with chain.c32 from syslinux 6.01 error
On Mon, 22 Jul, at 12:07:34PM, Matt Fleming wrote:
> On Thu, 18 Jul, at 01:22:04PM, Adrian Irimia wrote:
> > Hi,
> > ?
> > ? I have a bootable usb with syslinux 5.10 on wich the following?code is working ok.
> > ??? LABEL -
> > ?? MENU LABEL GRUB LEGACY
> > ?? MENU INDENT 1
> > ???? COM32 chain.c32
> > ???? APPEND boot fs
2010 Jul 24
0
[PATCH] chain.c: allocation fixes
1) At the end of main, there's attempt to free cur_part->record, which
rarely comes from malloc. Only valid case is if gpt handover was performed
and chaining was not successful (cur_part->record is overwritten with gpt
specifc handover record). Freeing the handover area has been adjusted.
2) If our current iterator is ebr, parent wouldn't be freed at the end of
main. Added generic
2013 Jul 22
1
Chaining with chain.c32 from syslinux 6.01 error
W dniu 22.07.2013 13:07, Matt Fleming pisze:
> On Thu, 18 Jul, at 01:22:04PM, Adrian Irimia wrote:
>> Hi,
>>
>> I have a bootable usb with syslinux 5.10 on wich the following code is working ok.
>> LABEL -
>> MENU LABEL GRUB LEGACY
>> MENU INDENT 1
>> COM32 chain.c32
>> APPEND boot fs grub=/boot/grub-legacy/stage2
2007 May 17
1
[PATCH] ocfs: use list_for_each_entry where benefical
Signed-off-by: Christoph Hellwig <hch@lst.de>
Index: linux-2.6/fs/ocfs2/cluster/tcp.c
===================================================================
--- linux-2.6.orig/fs/ocfs2/cluster/tcp.c 2007-05-06 13:51:17.000000000 +0200
+++ linux-2.6/fs/ocfs2/cluster/tcp.c 2007-05-17 15:00:14.000000000 +0200
@@ -261,14 +261,12 @@ out:
static void o2net_complete_nodes_nsw(struct o2net_node
2003 Mar 31
4
Convert char vector to numeric table
I'm a great fan of read.table(), but this time the data had a lot of cruft. So I used readLines() and editted the char vector to eventually get something like this:
" 23.4 1.5 4.2"
" 19.1 2.2 4.1"
and so on. To get that into a 3 col numeric table, I first just used:
writeLines(data,"tempfile")
2010 Aug 30
4
memdisk operations FAIL to boot with Syslinux-4.02
Hello all
I have installed "syslinux" as follows:
Microsoft(R) Windows 98
(C)Copyright Microsoft Corp 1981-1999.
C:\WINDOWS>format o: /s
C:\WINDOWS>format o: /s
WARNING, ALL DATA ON DISK
DRIVE O: WILL BE LOST!
Proceed with Format (Y/N)?y
Checking existing disk format.
Formatting 967.98M
Format complete.
System transferred
Volume label (11 characters, ENTER for none)?
2013 Feb 20
2
xyplot help
I am ploting gridded time series data. I would like the actual lat and lon value appear on the graph-if possible inside the graph as numbers. If there is also more elegant ways to plot the graphs I will appreciate more suggestions.
#################################
library(ggplot2)
library(lattice)
month <- c("Jan", "Feb", "Mar", "Apr", "May",
2013 Jul 22
0
Chaining with chain.c32 from syslinux 6.01 error
On Thu, 18 Jul, at 01:22:04PM, Adrian Irimia wrote:
> Hi,
> ?
> ? I have a bootable usb with syslinux 5.10 on wich the following?code is working ok.
> ??? LABEL -
> ?? MENU LABEL GRUB LEGACY
> ?? MENU INDENT 1
> ???? COM32 chain.c32
> ???? APPEND boot fs grub=/boot/grub-legacy/stage2 grubcfg=/boot/grub-legacy/grub-legacy.cfg nohand nosect
> ?
> ?After upgrading to
2013 Jul 22
0
Chaining with chain.c32 from syslinux 6.01 error
?
In qemu (virtual machine) it is working ok.
?
On?a physsical machine syslinux does not boot at all :
?
? SYSLINUX 6.02 EDD 6.02-pre9 ...
? Boot error.
?
________________________________
From: Matt Fleming <matt at console-pimps.org>
To: Adrian Irimia <adixtx at yahoo.com>
Cc: "syslinux at zytor.com" <syslinux at zytor.com>
Sent: Monday, July 22, 2013 4:37 PM
2012 Aug 13
0
rjags error. Error parsing model file:,syntax error on line 5 near ""
Greetings, I am running a factor analysis model in rjags and have
received the following error
Error parsing model file: syntax error on line 5 near ""
Line 5 is model {
Here is my syntax. Any insight would be greatly appreciated.
require(rjags)
modelstring = "
model {
for (i in 1 : nData) {
for (j in 1 : nIndicators) {
y[i,j] ~ dnorm(mu[i,j],psi[j])
ephat[i,j] <-