similar to: pxelinux and ram images

Displaying 20 results from an estimated 6000 matches similar to: "pxelinux and ram images"

2012 Sep 04
1
ifcpu64.c32 not working properly when used in a menu include file
The following is a pxelinux problem, specifically to do with including config files with the menu include directive and the ifcpu64.c32 com module. I have a working ifcpu64.c32 setup that jumps to the label rescue64 in the case of a 64-bit CPU. The label "rescue64" defines a 64-bit kernel and a 64-bit initrd.img. The setup jumps to a label named "rescue32" in the case of a
2005 Sep 20
4
standalone bootable usb-stick
hi ya syslinuxerz - i've been slowly working on a making a custom bootable standalone usb-stick with X11 and kde - it's basically builds itself off of a slackware-10.1 server - create a custom initrd.gz ( /dev/ram0 ) http://linux-boot.net/Bootable/InitRD/ - create a custom rootfs.gz ( /dev/loop0 ) http://linux-boot.net/Bootable/RootFS/ - create X11 and kde loopfiles
2003 Jan 19
1
isolinux/gentoo
Hello, Im a Gentoo kernel maintainer thats trying to fix some bugs on are upcoming 1.4 livecd release that uses IsoLinux. Our isolinux.cfg is pretty standard : ######################################### default gentoo append initrd=initrd acpi=off root=/dev/ram0 init=/linuxrc timeout 300 prompt 1 display boot.msg F1 boot.msg F2 help.msg label livecd kernel gentoo append
2004 Nov 18
2
use of APPEND in default
Having fought my PXE config and eventually getting it to work (had to comment out the group { } statments ? I now come across another issue I cannot resolve and would appreciate some help. in my /tftpboot/pxelinux.cfg/default file I have cause to use the APPEND statement to pass options to the kernel being used. Unfortunately this line has now become longer than 255 characters and appears to be
2005 Jul 07
2
bug(?) in 2.11
Hi! I write this config line: kernel /boot/i386/vmlinuz ro ramdisk=32768 root=/dev/ram0 init=/linuxrc but when I try to boot I got this mesasge: Could not find kernel image: /boot/i.386/ Same symptomes are with slash and backslash too. I think, the parses don't understand the directory separator characters and count as the part of filename. ps Sorry for my english -- Gabor HALASZ
2005 Aug 26
2
Could not find kernel image:
I am trying to create a bootable cd from a working LFS 6.1 partition. Thank you in advance for any thoughts on this. This is the error I get: ISOLINUX 3.10 2008-08-24 Copyright (C) 1994-2005 H. Peter Anvin Could not find kernel image: lfskernel-2.6.11.12 boot : _ under /isolinux/ I have these files: isolinux.bin I've tried 3.10 and 3.09 isolinux.cfg: default livecd label livecd
2004 Jun 30
1
initramfs and kernel 2.6.7
Hi, I 'am trying to launch linux kernel 2.6.7 with initramfs. My pxelinux.cfg/default file looks as follows: default a1 prompt 1 timeout 600 label a1 kernel vmlinuz-2.6.7-1 append initrd=initramfs_data.cpio.gz root=/dev/ram0 init=/linuxrc Kernel image vmlinuz-2.6.7-1 and initramfs_data.cpio.gz was loaded succesfully by pxelinux. Kernel says: checking if image is initramfs... it is but
2005 Jan 11
17
[Fwd: Installing from distribution CDs]
Sorry, hit send instead of attach again. Rest of patches included. -- Anthony Liguori Samba, Linux/Windows Interoperability Linux Technology Center (LTC) - IBM Austin E-mail: aliguori@us.ibm.com Phone: (512) 838-1208 Tie Line: 678-1208
2006 Mar 16
3
xen hg tree from yesterday hangs, when kernel console is directed to ttyS0
Hi, I am having the following setup: the kernel displays its messages to vga and to ttyS0. This works without xen. When I reboot my system with xen with the following options to xen and vmlinuz, xen.gz com1=115200,8n1 console=com1,vga vmlinuz console=ttyS0,115200 console=tty0 the system hangs up while booting the dom0 kernel. Has anyone such a setup working? The thin is, I want a console on
2006 Mar 16
3
xen hg tree from yesterday hangs, when kernel console is directed to ttyS0
Hi, I am having the following setup: the kernel displays its messages to vga and to ttyS0. This works without xen. When I reboot my system with xen with the following options to xen and vmlinuz, xen.gz com1=115200,8n1 console=com1,vga vmlinuz console=ttyS0,115200 console=tty0 the system hangs up while booting the dom0 kernel. Has anyone such a setup working? The thin is, I want a console on
2005 Nov 03
2
simple menu limitations
I am using the following simple menu and have noticed that items at the bottom are dropping off. I seem to be limited to 12 items. Is there a limit to how many items can be on the simple menu? default pxelinux.cfg/menu.c32 prompt 0 MENU TITLE UWSP PXE Boot Menu # TIMEOUT 200 LABEL bartpe MENU LABEL Build 12 KERNEL /STARTROM.0 APPEND keeppxe LABEL 11dnet MENU LABEL Build 11DNET beta
2006 Apr 03
2
probs running stuff from initrd
Hello all Now I may be way of whack here, so please forgive me. I''m trying to merge xen with redhat''s config-netboot. The idea being a kinda stateless domU. For those that haven''t seen you share a rootfs and then bind mount all the individual files over then top, and the redhat gui builds all the pxeboot config and stuff for you if you want a diskless client. I
2011 Oct 26
1
using local media file to install guest
Hi, Been fighting with this for a long time and have narrowed my issues down to one item... How to use a iso image file to install a guest os with centos6? I installed centos6 with the virt host package. According to few obscure sites virt-install cannot use local media iso to install guests. With virt-manager I was able to use the same iso to make a guest, but I do not want the gui on the
2005 Aug 12
5
PXE/Memdisk/bootimage having a fight
I have tried to get this working SO many times, everywhere I look on the web tells me i have this correct. I have the following stanza in my /tftboot/lts/pxelinux.cfg/default label Ghost kernel memdisk append initrd=netboot.img For some reason, it doesn't work - I get the error messages Missing parameter in config file Could not find kernel image: linux boot: The netboot.img is in the
2004 Apr 16
7
pxe linux
Hi, I have setup pxelinux like this, default linux label=linux kernel linux append initrd=rootfs.img ipappend 1 I have my dhcpd.conf like this, allow booting; allow bootp; group{ filename "pxelinux.cfg/pxelinux.0"; host deploy { next-server 192.168.1.254; hardware ethernet 00:0E:A6:22:28:21;
2001 Oct 16
5
another ttyS0 acces problem ;-)
Not the same as the other treath, but also an tty access problem. I have an old an cheap digital camera wich isn't supported by gphoto(2). I can get the program running under wine only it shows me: err:dosfs:DOSFS_CreateCommPort Couldn't open /dev/ttyS0,115200 ! (check permissions) err:file:CreateFileA Couldn't open device 'COM1'! FIXME:pthread_rwlock_rdlock
2005 Aug 27
2
I want to use a ram disk as / after network booting.
Hi I am an engineer who is making communication systems. I have a board(made by Kontron ltd, Intel CPU, currently with diskless ) that is used in compactPCI. I boot that board with network PXELINUX method and currently using NFS. But I don't want to use NFS and I want to make and use ram disk image. That means I want to use a ram disk as /. Currently I made a initrd by ltsp_initrd_kit. What
2003 Mar 24
5
Bootable Kernel
Hello, Sorry to sound like a bad record, but I'm trying to figure out why I'm getting "Bad gzip magic numbers" errors when ISOlinux is trying to inflate the kernel. Right now I'm clueless as to what's wrong. I've tried various kernels compiled on a few different platforms. Has anyone ever seen this before? ANyone know where a better forum to ask this question
2005 Feb 22
1
PXELinux
Greetings: I'm hoping PXE linux can help me with my problem... I'm trying to setup a PXE based install server under Linux that can host Linux (SLES9, Slackware) and Windows (NT4, 2000, XP, 2K3) Install images. I would ideally like to be able to have a PXE compliant host boot, and prompt me to pick an image to boot. Has anyone ever done this before?.. I have ISO images stored on the
2005 Dec 27
4
ONTIMEOUT LOCALBOOT -1 and menu.c32 -
Hi, I am having some problem with LOCALBOOT and menu.c32 This is my isolinux.cfg: ------------------------------------------- default menu.c32 timeout 50 prompt 0 ontimeout local menu title "TITLE" label livecd menu default manu label "LiveCD" kernel gentoo append initrd=initrd.igz root=/dev/ram0 init=/linuxrc looptype=squashfs loop=/ livecd.squashfs