Displaying 20 results from an estimated 130 matches similar to: "Memdisk and Grub"
2002 Jun 19
3
memtest86 problem
Hi!
At first thanks for your great work!
I started to make multiboot CDs 1,5 years ago, with Bart Lagerweij 's utils. I have a problem with the memtest86 floppy image, made by the authors in the .zip file, downloadable from it's homepage, when I use diskemu. Some days ago I found on Bart's page a new method to select boot images on CD with syslinux/isolinux/memdisk. I thought this is
2002 Apr 20
0
Boot Scriptor, companion to Isolinux.
Hello everyone,
I'd like to introduce a program I've made called Boot Scriptor. To
quote the website,
"Boot Scriptor is a program that allows a high degree of interactivity
when booting from a CD-ROM drive. It provides a set of commands designed
to enable users to boot a system in a number of ways, as well as provide
interactive menus to choose boot options from.
More
2002 May 12
2
A Little Problem with the new Isolinux
Hallo,
I have a little problem with Isolinux.
Hi, I would be happy, if they could lend a hand me at my problem!
I create a bootable CD, the I-Loader.bin starts the Isolinux.bin, because I don?t like use mkisofs.
Isolinux can start an Disketten Image, but not an Eltorito Image like Windos 2000 Cd?s.
The error Message is "Invalid or corrupt Kernel Image"
WAY? I know, that the file is
2005 Feb 07
3
syslinux/isolinux capabilities
I'm wondering if it's possible to use isolinux on a bootable CDR to boot an
ISO9660 disk image off of the CDR's filesystem. I'm trying to make a multi-boot
CD which is capable of booting both floppy images and smaller ISO9660 images
(such as the debian netinst or DSL - damnsmall linux), and I am wondering if
isolinux is capable of doing this (or something similar to this -
2004 May 19
1
alternatives to memdisk for use with pxelinux?
First off, Thank you for pxelinux. It works as expected and for my needs it
is a most useful project.
I apologize in advance for posting this question as it is in part off topic,
but I have searched extensively with little results.
Are there any alternatives to memdisk for use with pxelinux for booting
troublesome floppy images with such applications that fail to use INT 15h,
AX=E820h.
Having
2002 Jul 27
2
Isolinux doesn't boot
hi,
i've been trying around for a month or so to get isolinux on my toshiba
satellite 4010cdt running. It doesn't really work.
The debug version says the following:
ISOLINUX 1.75 2002-06-14 ...
isolinux: Startinug up, DL = 82
isolinux: Loaded spec packed OK, drive = 82
and that's it. No boot there.
If I chain-load (or however that's called) my Isolinux - CDs with "Smart
2002 May 06
1
Little Problem
At first i want to say "Thanks" for this great utility.
I helps me a lot. Only now i'm stuck on 1 piece.
I think this one is related to those BIOS that has problems. I have at work only IBM machines (and as anyone know IBM isn't 100% IBM Compatible :-)
Oh, before i go further, i'm using ISOLINUX v1.72 with Boot Scripter 1.0 b9 and i'm not sure if i'm on the right
2022 Apr 08
31
[Bug 3418] New: tracking bug for openssh-9.1
https://bugzilla.mindrot.org/show_bug.cgi?id=3418
Bug ID: 3418
Summary: tracking bug for openssh-9.1
Product: Portable OpenSSH
Version: -current
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: Miscellaneous
Assignee: unassigned-bugs at
2018 Apr 25
2
Bug in RScript.exe for 3.5.0
Hi R Developers,
I have found what I think is a bug in the RScript.exe in version 3.5.0 of R for Windows.
When I call Rscript.exe for Version 3.5 of R, it is unable to open the file if the file name or path has a space in it.
As an example of what happens, I saved 2 files with the code:
cat("What do you get when you multiply 6 * 9?")
as C:\foo bar.R and as C:\foo_bar.R
When I in a DOS
2018 Apr 26
2
Bug in RScript.exe for 3.5.0
Fixed in R-devel. I will port to R-patched after more testing.
Tomas
On 04/26/2018 01:52 AM, Tomas Kalibera wrote:
> Thanks for the report. A quick workaround before this gets fixed is to
> add an extra first argument that has no space in it, e.g.
>
> Rscript --vanilla "foo bar.R"
>
> The problem exists on all systems, not just Windows.
>
> Best
> Tomas
>
2005 Mar 02
1
Asterisk HEAD and Mysql problems
Guys.
I just updated my asterisk with the current HEAD from the cvs and everything
compiled great, asterisk, the addons, etc.
But I just checked one MYSQL app Im using and I got an error, seems asterisk
cant connect to mysql anymore.
-- Executing MYSQL("SIP/casa1-926c", "Connect connid localhost xxxx xxx
asterisk") in new stack
Mar 2 11:39:48 WARNING[3443]:
2010 Aug 23
3
extracting p-values from Anova objects (from the car library)
Dear all,
is there anyone who can help me extracting p-values from an Anova object
from the car library? I can't seem to locate the p-values using
str(result) or str(summary(result)) in the example below
> A <- factor( rep(1:2,each=3) )
> B <- factor( rep(1:3,times=2) )
> idata <- data.frame(A,B)
> fit <- lm( cbind(a1_b1,a1_b2,a1_b3,a2_b1,a2_b2,a2_b3) ? sex,
2011 May 31
1
BRI confiugration error
Hi sir,
I was installed Goautodial server and I have b410p BRI card. BRI card
showing OK with dahdi_tool, this NT mode.
whenever I am dialing from server i am not able to connect the call . in Cli
below mention warning is comming .
please what is the mistake with me . help me
Executing [0559566768 at default:1] AGI("Console/dsp", "agi://
127.0.0.1:4577/call_log") in new
2010 Nov 25
1
coxph strange result
The following fit does not make sense to me, please, correct me if I have a logical error.
> moddowsn
Call:
coxph(formula = Surv(start, stop, resp) ~ sn + matfac2, data = coxsn1,
method = "efron")
coef exp(coef) se(coef) z p
sn2 0.0497 1.051 0.02030 2.450 1.4e-02
sn3 -0.0532 0.948 0.02038 -2.610 9.0e-03
sn4 -0.0410 0.960
2018 Apr 26
2
Bug in RScript.exe for 3.5.0
Hi Tomas,
Thanks for the info about the binary builds; I did install it, however the bug still seems to be there in the current build. The workaround you suggested does work:
C:\>"C:\Program Files\R\R-devel\bin\x64\Rscript.exe" "C:\foo bar.R"
Fatal error: cannot open file 'C:\foo': No such file or directory
C:\>"C:\Program
2018 Apr 26
1
Bug in RScript.exe for 3.5.0
Thanks Tomas.
I confirm the quick workaround works for me in the DOS prompt, and when having a shortcut to RScript in SendTo, and when used in the Task Scheduler. I have not tested the R-devel version, due to my unfamiliarity with installing from source code.
-----Original Message-----
From: Tomas Kalibera [mailto:tomas.kalibera at gmail.com]
Sent: Thursday, April 26, 2018 6:34 AM
To: Kerry
2006 Apr 04
2
"script/server -e production" doesn''t work
I''ve got an error that''s only happening on my live webserver, so wanted to
test on my local machine in the production environment.
On my local machine, I tried to run...
script/server -e production
... but get: server: invalid option: -e
Has this been disabled or renamed in 1.1?
I''m running gem Rails 1.1, Ruby 1.8.4, and the server is Lighttpd 1.3.16.
Thanks,
2018 Apr 27
5
Bug in RScript.exe for 3.5.0
Thanks Tomas,
I confirm the R Under development (unstable) (2018-04-26 r74651) version works for Rscript when the file name has a space, and no arguments are specified.
C:\>"C:\Program Files\R\R-devel\bin\x64\Rscript.exe" "C:\foo bar.R"
R Under development (unstable) (2018-04-26 r74651)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 7 x64 (build 7601)
2008 Aug 15
5
help
Hello Sir,
(1) I have prepared Bootable CD using " bcdw201a"
http://www.bcdwb.de/downloads_e.html
which is working O.K.
I have tried hard to boot the same off "USB" using "Syslinux" but NOT
successful.
Every time I get the following error messages or similar to them. (i)Could
not find kernel image: linux or (ii)missing parameters in "syslinux.cfg".
You
2011 Apr 06
3
BRI Configuration help me
Sir,
i am using goautodial server , bri card is showing ok but when i try to call
that showing below ,
This configuration is in doing in dubai , so kindly help me how can connet
the call from this ,
what is my mistake is in this
:::chan-dahdi.conf
[channels]
#include
dahdi-channels.conf
language=en
context=default
usecallerid=yes
hidecallerid=yes
callwaiting=yes
usecallingpres=yes