similar to: boot.cat

Displaying 20 results from an estimated 13000 matches similar to: "boot.cat"

2004 Jun 15
1
Position of boot.cat
I've found with one of my collegue a strange "bug" when I'm using isolinux. I know that we are using a modified isolinux 1.76 but I'd like to know if some of you knows the reason of this. We've found that if boot.cat is located at position 740 or 569 (isoinfo -i) the cdrom is not detected are bootable on some drives whereas it works on some others. We've checked
2002 Apr 03
0
ISOLINUX question
Thank you for this information! This is exactly what I need. However, I also need a little clarification. I'm looking at your web page http://syslinux.zytor.com/iso.php where it says: To create an image, create a directory called "isolinux" underneath the root directory of your ISO image master file tree. Copy isolinux.bin, a config file called "isolinux.cfg" (see
2002 Apr 03
0
RE: SYSLINUX digest, Vol 1 #65 - 3 msgs
pxe server alreadly starts up and any log message in /var/log/messages ? Joe Zhou -----Original Message----- From: syslinux-request at zytor.com [mailto:syslinux-request at zytor.com] Sent: Wednesday, April 03, 2002 3:01 PM To: syslinux at zytor.com Subject: SYSLINUX digest, Vol 1 #65 - 3 msgs Send SYSLINUX mailing list submissions to syslinux at zytor.com To subscribe or unsubscribe via the
2005 Mar 08
1
To convert an adjacency list model into a nested set model
Dear R-help I am wondering if somebody wrote some code to convert an adjacency list model into a nested set model. In principal I want to do the same as John Celko mentioned it here with SQL: http://groups.google.co.uk/groups?hl=en&lr=lang_en&selm=8j0n05%24n31%241 %40nnrp1.deja.com Assume you have a tree structure like this Albert / \ /
2013 Nov 01
1
[PATCH] curve25519-sha256@libssh.org key exchange proposal
Here are three versions (patch against openbsd cvs) 1) repace nacl w/libsodium, so i could test 2) curve25519-donna 3) Matthew's public domain reference implementation. i'd vote for #3 -------------- next part -------------- Am 30.10.2013 um 07:27 schrieb Damien Miller <djm at mindrot.org>: > On Tue, 24 Sep 2013, Aris Adamantiadis wrote: > >> Dear OpenSSH
2010 Mar 18
1
argv[0] doesn't contain module name and cat.c32 hangs with Syslinux 4.00-pre36
The program name of the module can't be retrieved with argv[0]. I tested it by running cat.c32 (com32/samples/cat.c32). In Syslinux 3.85, argv[0] returns an empty string. In Syslinux 4.00-pre36, argv[0] returns some garbage characters. ISOLINUX 3.85 2010-02-20 ETCD Copyright (C) 1994-2010 H. Peter Anvin et al argv = 0x00182c44 argv[0] = 0x07fbffc3 = "" argv[1] = 0x00182c34 =
2002 Nov 28
1
IP address change
A while back samba was installed on a machine with IP address 10.1.0.19, default router 10.1.0.1. The IP address was recently changed to 10.2.0.57, default router 10.2.0.1. The share used to be available across our network as specified by hosts allow. However, since the IP Address change ONLY 10.2 machines can see the share. It is no longer available to the whole network. The server itself can be
2008 Aug 27
0
Problem with cat mbr.bin > /dev/XXX
i've spent the last day banging my head against this one and I have no idea why it just simply won't work as documented. My source system is a Sun Ultra 20 workstations running Ubuntu 7.x and my target system is a Dell Inspiron XPS Gen 2 Laptop. I am trying to to create a bootable USB Key from the VMware ESXi 3 ISO, which is an ISOLINUX bootable PROBLEM: I have a usb key (256MB)
2010 May 05
1
Got modified cat.c32 working but original display.c32 not working
In the 3.x versions I would copy the original isolinux.bin file, and then run the make command to build the cat.c32 and then just copy that file. Have now done a make, and copied the bin file and all the .c32 files I use to the image, and the cat.c32 is working, but the display.c32 still freezes. Noticed the sizes of some files are different after the make, even thou the source code from them
2020 May 13
2
[PATCH v3 24/75] x86/boot/compressed/64: Unmap GHCB page before booting the kernel
On Tue, Apr 28, 2020 at 05:16:34PM +0200, Joerg Roedel wrote: > @@ -302,9 +313,13 @@ void do_boot_page_fault(struct pt_regs *regs, unsigned long error_code) > * - User faults > * - Reserved bits set > */ > - if (error_code & (X86_PF_PROT | X86_PF_USER | X86_PF_RSVD)) { > + if (ghcb_fault || > + error_code & (X86_PF_PROT | X86_PF_USER | X86_PF_RSVD)) { >
2020 May 13
2
[PATCH v3 24/75] x86/boot/compressed/64: Unmap GHCB page before booting the kernel
On Tue, Apr 28, 2020 at 05:16:34PM +0200, Joerg Roedel wrote: > @@ -302,9 +313,13 @@ void do_boot_page_fault(struct pt_regs *regs, unsigned long error_code) > * - User faults > * - Reserved bits set > */ > - if (error_code & (X86_PF_PROT | X86_PF_USER | X86_PF_RSVD)) { > + if (ghcb_fault || > + error_code & (X86_PF_PROT | X86_PF_USER | X86_PF_RSVD)) { >
2008 Jan 24
2
btrfs benchmarks
Hi, I`ve find about BtrFS just this week, so I`ve not tested it so far. I`ll do it as soon as I got a spare disk to experiment with. But, I`ve two questions regarding BtrFS. First, do you plan inclusion of BtrFS into mainline kernel and if so, when do you expect this to happen? Second, I would like to see some more benchmarks of BtrFS, so far you provided comparison to Ext3 and XFS, which is
2004 Dec 15
21
Re: Xen and reiser4
>>> Hi all >>> >>> Thanks to Milan I am able to get further with xen and reiser4 >>> >>> - In swap line 6 and 7 status_flags.c >>> >>> #include <linux/bio.h> >>> #include <linux/page-flags.h> >>> >>> >>> - PACKED is redefined, but the definitions are the same, so the gcc >>>
2020 May 13
0
[PATCH v3 24/75] x86/boot/compressed/64: Unmap GHCB page before booting the kernel
On Wed, May 13, 2020 at 01:13:40PM +0200, Borislav Petkov wrote: > On Tue, Apr 28, 2020 at 05:16:34PM +0200, Joerg Roedel wrote: > > @@ -302,9 +313,13 @@ void do_boot_page_fault(struct pt_regs *regs, unsigned long error_code) > > * - User faults > > * - Reserved bits set > > */ > > - if (error_code & (X86_PF_PROT | X86_PF_USER | X86_PF_RSVD)) { >
2004 Jul 06
3
Disabling MEMDISK
I have added instructions to memdisk.doc for how to disable MEMDISK. However, it's unlikely that this will work if you're running under DOS, since DOS will be very unhappy about drives changing underneath it. Anyway, until the next (pre)release comes out, here are the instructions: --- memdisk.doc 27 Apr 2004 06:49:36 -0000 1.10 +++ memdisk.doc 6 Jul 2004 01:29:03 -0000 @@ -122,5
2001 May 10
1
Samba binary on AIX
Hi, I was searching for a version of Samba (2.0.7) but I've not found any compiled version for IBM AIX 4.3.3... Are there any issues on that platform? Are you planning to relaesa a binary version? Thanks, Michele Donna ____________ GE Global eXchange Services Product Specialist GE Global eXchange Services Via San Gregorio 34 20124 Milano, Italia Tel. +39 02 66705.1 - Fax +39 02 6694496
2008 Mar 23
2
(no subject)
Is there any way to use more than one color or shape in the same plot. I would like to make the points different colors for various levels of a variable. I have tried a simple 'if' statement in the plot command, but I get an error message. Here is what I have tried and the error message I get: > plot(test, if(test[,1]<8) col="steelblue2" else col="wheat2")Error
2003 Feb 13
1
syslinux and booting CD's
hey, Ive got your syslinux booting a floppy disk that boots an image via NFS just fine and dandy.. default linux-jason prompt 1 display boot.msg timeout 100 label linux-jason kernel vmlinuz append append=root=/dev/nfs rw nfsroot=xx.xx.xx.xx:/var/local/user/thinpc,rw,v3,rsize=32768,wsize=32768,hard,udp,nolock,posix vga=792 ip=dhcp label linux-egg kernel vmlinuz
2012 Oct 18
2
How to import data from text file using scan() Function?
Hi.... I have one text file which containing 4 variables with 10 observations. I would like to import with scan() function. Please give some suggestion............ Thanks... Mydata set is. id name sex age 111 HELEN f 22 112 DONNA f 22 113 ERIC m 21 114 LINDA f 23 115 AXEL m 27 116 Madhuri f 32 117 Tarun m 39 118 Aashirya f 23 119 Nachik m 24 120 Leena f 32 -- View this message in context:
2007 Apr 11
1
Changing the ISOLINUX boot directory
I'm new to the ISOLINUX development cycle, and I've tried a few times to come up with a solution. I'm trying to recompile isolinux.bin to look for the config files in a directory other than root, /boot/isolinux, or /isolinux. Ideally, this directory would be /lpc/isolinux. I've tried changing the plain text values in isolinux.asm to reflect these changes and recompiling using