Displaying 20 results from an estimated 4000 matches similar to: "Can't boot Syslinux from HD directly. Can indirect ly?"
2005 Aug 02
5
Re: SYSLINUX Digest, Vol 29, Issue 2
Sure, I don't mind testing it out on there for you, but, where do I
find the pre releases to try then?
At least we know it's between 2.13 and 3.00. That narrows it a bit I
would think. Mind you, if it jumps up a major revision number, I
guess that means a lot of changes went in.
On 8/2/05, syslinux-request at zytor.com <syslinux-request at zytor.com> wrote:
> Send SYSLINUX
2005 Aug 01
2
Can't boot Syslinux from HD directly. Can indirectly?
I've installed Syslinux on a somewhat old system. The motherboard is
based on an Intel 440GX chipset (specifically it's the Supermicro
P6DGE if that means anything.) The harddrive has been split up into
partitions of one hidden FAT16 (marked as active) to which syslinux is
installed (hda1), one normal FAT32 which has windows and dos (hda2.)
It also has an extended partition containing
2005 Aug 05
1
Survey: SYSLINUX: 2.13 works, 3.0x don't (H. Peter Anvin)
> From: "H. Peter Anvin" <hpa at zytor.com>
> To: SYSLINUX at zytor.com
> Date: Fri, 05 Aug 2005 10:12:18 -0700
> Subject: [syslinux] Survey: SYSLINUX: 2.13 works, 3.0x don't
> Okay, this applies particularly to SYSLINUX, not ISO/PXE/EXTLINUX.
>
> If you have a system on which 2.13 boots and 3.0x don't, I would like to
> get as much information as
2009 May 28
0
Cross-Domain Data with Rack and Rails -- http://bit.ly/BNw6T
A big theme from RailsConf a few weeks ago was the arrival of Rack in
Rails as of version 2.3. The first topic that seemed to pique
developer interest was Rails Metal -- especially the speed bump of
using a lighter stack for high volume URIs. While this is a useful
upgrade to Rails, the architectural shift provided by Rack brings new
flexibility.
Read more about the value of mounting Rack
2010 Jul 29
0
want to get original url from short(i.e tiny,bit.ly etc) url
Hi all,
I am using Expurrel gem to get the original url from the short url
for all the url shortener services.It works good on the script/console
and irb but it is throughing me error like "URI::InvalidURIError in
KeywordsController#create" in my application after giving some no. of
original url and its for "bit.ly" url shortener. So is there any
solution for this or any
2006 Jul 28
1
How to set environment specific config variables DRY-ly
Sorry, search is down on the forum, so I don''t know if this has been
posted elsewhere.
I have some config variables that I want to have set in all
environments, and overridden in production.
What I want to do is put this in my config/environment.rb
SOME_CONFIG = 555
And then override it in config/environments/production.rb as:
SOME_CONFIG = 333
Problem is, using constants I
2005 Aug 08
0
SYSLINUX 3.10-pre5
Please test this prerelease if you have a system on which 2.13 works but
3.0x doesn't. It's based on some of the stuff I have iterated back and
forth with Nazo. Huge thanks to Nazo for trying a gajillion experiments
and being very prompt returning results.
http://www.kernel.org/pub/linux/utils/boot/syslinux/Testing/
-hpa
2006 Mar 28
6
ATI Radeon Mobility M6 LY & IBM Thinkpad R40
Does anyone have any experience with the combination of a Thinkpad R40
and the ATI Radeon Mobility M6 LY video chip? I''ve had CentOS 4.1, 4.2,
and now 4.3 running just great with 1024x768 resolution, but according
the IBM specs, this chip is capable of 1280x1024.
A quick lspci -v | grep ATI spewed the following:
01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility
2014 Jul 01
3
[PATCH driver-core-linus] kernfs: kernfs_notify() must be useable from non-sleepable contexts
d911d9874801 ("kernfs: make kernfs_notify() trigger inotify events
too") added fsnotify triggering to kernfs_notify() which requires a
sleepable context. There are already existing users of
kernfs_notify() which invoke it from an atomic context and in general
it's silly to require a sleepable context for triggering a
notification.
The following is an invalid context bug triggerd by
2014 Jul 01
3
[PATCH driver-core-linus] kernfs: kernfs_notify() must be useable from non-sleepable contexts
d911d9874801 ("kernfs: make kernfs_notify() trigger inotify events
too") added fsnotify triggering to kernfs_notify() which requires a
sleepable context. There are already existing users of
kernfs_notify() which invoke it from an atomic context and in general
it's silly to require a sleepable context for triggering a
notification.
The following is an invalid context bug triggerd by
2006 Oct 19
2
Loading syslinux from a USB HDD
Thanks Nazo, for that amazing long answer.
The problem is, though, that you're talking to an _XP user_, so I
can't: "Just use dd with
if=/dev/sda" because that's Dutch to me. I even had trouble
understanding what a "distro" was, till I looked it up. And I can't run
"mkdiskimage", because it doesn't run under XP. Also, according to
2007 Jun 15
1
interpretation of F-statistics in GAMs
dear listers,
I use gam (from mgcv) for evaluation of shape and strength of relationships
between a response variable and several predictors.
How can I interpret the 'F' values viven in the GAM summary? Is it
appropriate to treat them in a similar manner as the T-statistics in a
linear model, i.e. larger values mean that this variable has a stronger
impact than a variable with smaller F?
2005 Dec 31
2
Any way to boot Windows NT (specifically Win2K) directly?
I decided to install Win2K on my "retrogaming/htpc" system to take
advantage of the dual processors in the thing when I'm multitasking a
lot, but, it's kind of annoying having to use first one bootloader to
chainload my Windows 98 partition, then, via NTLDR, selection Windows
2000 to get to Win2k. I tried using the recovery console to try to
force it to write a boot sector to
2009 Dec 06
2
Error in eval(expr, envir, enclos) : object 'N' not found
I'm running an LSODA to generate some graphs, but I need to stop at a certain
point and use those values to generate another LSODA output. This is
working fine, but when I try to run the second LSODA, I get the "Error in
eval(expr, envir, enclos) : object 'N' not found". Any ideas what can be
causing this? I have no object 'N' anywhere in the script. I made an
2016 May 10
2
Trying to build bootable iso but very confused by syslinux documentation
On 05/03/2016 02:31 AM, Thomas Schmitt via Syslinux wrote:
> Hi,
>
> John Lewis wrote:
>> https://help.ubuntu.com/community/LiveCDCustomizationFromScratch
>>
>> The show stopper for me was the mkisofs because the closest command I
>> had available was xorrisofs and I think a switch was different.
> If you have questions about xorrisofs, then just ask me. :))
2013 Aug 12
1
openssh 6.2
To the openssh community;
I have installed openssh 6.2 on my mac book pro and tried to ssh to a server and the ssh session hangs. The host
server shows that a connection was established but I cannot return a prompt to indicate that I am connected
to the server. Can someone advise?
Thanks in advance
======>HOST SERVER
[ALLOC133 /export/home/tinker] netstat -a |grep msp9022.XX.XXX.COM.ssh
2006 Nov 26
0
send email using Actionmailer => error 500 gets rendered :/
I''m experiencing the strangest problem with actionmailer.
The following code reults in a 500 server error.
---
UserMailer.deliver_register [some arguments]
render :partial => "validate_email" , :status => 200
---
The strange thing is, Actionmailer sends the email just fine. But
instead of rendering the partial, a 500 error is being returned.
I''ve also tried to
2016 May 10
0
Trying to build bootable iso but very confused by syslinux documentation
Hi,
> I only have the vaguest
> understand of what the flags in the man page of xorrisofs and xorriso are.
The options reflect a long tradition of program mkisofs and the
winded road of boot firmware entry points in ISO 9660 filesystems.
So one cannot expect to find much of a common system in them.
> there doesn't seem to
> exist a hello word like exercise that is simple and
2008 Dec 12
2
freebsd 7, panics - kqueue?
Hi,
We have a issue with a server pretty much just running dovecot, there's
about 250gb of maildirs which has about 200 simultaneous connections to
it running on freebsd 7. The machine has stayed up for about 8 days before
it panics but sometimes panics after about 24 hours.
We are running a PAE kernel (with ULE scheduler) as the machine has 2 (4
core processors) and 8gb of ram, dovecot is
2008 Apr 18
2
naive question regarding running parallel C code from R
Hi,
I have only the vaguest notions of what parallel programing, but I think
I have a situation where it might be of use to me, or at least provide
me with the opportunity to learn more about it. Before I invest in
figuring out the nuts and bolts, can anyone confirm that this is a sane
approach, or provide alternatives that I could pursue?
I'm running stochastic simulations, with the actual