search for: ramdisk_blocksize

Displaying 12 results from an estimated 12 matches for "ramdisk_blocksize".

2005 Aug 21
2
pxelinux menu32 and two boot images
...LT menu PROMPT 0 NOESCAPE 1 TIMEOUT 100 IMPLICIT 0 ALLOWOPTIONS 0 MENU TITLE VRUSHYOG BOOT MENU LABEL menu MENU HIDE KERNEL menu.c32 LABEL dos MENU LABEL dos nbi KERNEL memdisk append initrd=pcdos.IMZ LABEL VRUSHYOG MENU LABEL PXE KERNEL pxe/pxelinux.0 append ramdisk_blocksize=4096 initrd=initrd root=/dev/rd/0 and the config from /tftpdroot/pxe/pxelinux.cfg/default is default linux prompt 0 label linux kernel vmlinuz append ramdisk_blocksize=4096 initrd=initrd root=/dev/rd/0 ramdisk_size=262144 now when i boot from dos image it boots and when i try to boot from thin...
2005 Mar 01
2
EXTLINUX 3.07 - trouble with extlinux.conf
...thinstation.txt -rw-r--r-- 1 root root 999152 2005-03-01 19:35 vmlinuz /mnt/hda1/boot/extlinux: -rw-r--r-- 1 root root 210 2005-03-01 21:32 extlinux.cfg -r--r--r-- 1 root root 9220 2005-03-01 21:28 extlinux.sys My extlinux.cfg is timeout 0 default vmlinuz append loadramdisk=1 initrd=initrd ramdisk_blocksize=4096 root=/dev/rd/0 ramdisk_size=262144 splash=silent vga=791 display thinstation.txt but I tried other configuration in extlinux.cfg file timeout 0 default /dev/hda1/boot/vmlinuz append loadramdisk=1 initrd=/dev/hda1/boot/initrd ramdisk_blocksize=4096 root=/dev/rd/0 ramdisk_size=262144 splash=s...
2003 Jul 23
3
isolinux problem report
...CUSTOM-${CUST_BUILD_NO}" \ -A "$(product_name)"\ $DIR/../ The isolinux.cfg file looks like this: default quiet prompt 1 timeout 100 display message.txt label quiet kernel SA.1 append ide=nodma initrd=SA.2 root=/dev/ram/0 init=/linuxrc ramdisk_size=51200 ramdisk_blocksize=4096 Stage3=cdrom:/ DEBUG=0 quiet label debug kernel SA.1 append ide=nodma initrd=SA.2 root=/dev/ram/0 init=/linuxrc ramdisk_size=51200 ramdisk_blocksize=4096 Stage3=cdrom:/ DEBUG=9 label linux kernel SA.1 append ide=nodma initrd=SA.2 root=/dev/ram/0 init=/linuxrc ramdisk_size...
2006 Nov 23
2
booting Xen hypervisor
...be 0A000063 10.0.0.99 ip=10.0.0.99:10.0.1.1:10.0.0.1:255.0.0.0 TFTP prefix: / Trying to load: pxelinux.cfg/01-00-0d-60-d5-d6-3b COM32 Multiboot loader v0.2. Copyright (C) 2005-2006 Tim Deegan. Kernel: boot/xen.gz nosmp noacpi Loading boot/xen.gz....... Module: boot/res-1-kernel ramdisk_size=131072 ramdisk_blocksize=1024 console=tty S0 apm=off id=1 qrm=10.0.1.1 ip=10.0.0.99:10.0.1.1:10.0.0.1:255.0.0.0 BOOTIF=00: 0d:60:d5:d6:3b Loading boot/res-1-kernel........................ Module: boot/res-1-initrd.img Loading boot/res-1-initrd.img................................................... ............................
2010 Jun 29
2
EXTLINUX
...rtition, formated it ext2, and mounted /dev/sda1 on /mnt/flash. 2) I am running extlinux 3.86. 3) excuted "extlinux -i /mnt/flash" 4) created /mnt/flash/extlinux.conf 5) contents: DEFAULT linux prompt 1 timeout 1200 LABEL linux KERNEL vmlinuz APPEND initrd=initrd.img rw prompt_ramdisk=0 ramdisk_blocksize=1024 ramdisk=2966000 root=/dev/ram0 6) excuted "cat mbr.bin > /dev/sda" 7) copied initrd.img and vmlinuz to /mnt/flash 8) umounted /mnt/flash I know it sounds strange but I wanted to do the same with isolinux, but get the following error: . . . . 16384 ram181(driver?) No filesystem...
2014 Aug 08
2
Garbled menu on ISOLINUX
...the web SYSLINUX related to no avail. I've looked at the source code. Please help! Thanks. Here is the configuration file: serial 0 115200 console 0 default shell implicit 1 display isolinux.msg prompt 1 timeout 600 label install kernel linux append initrd=initrd ramdisk_size=512000 ramdisk_blocksize=4096 splash=silent quiet preloadlog=/dev/null showopts console=ttyS0,115200n8 label shell kernel linux append initrd=initrd ramdisk_size=512000 ramdisk_blocksize=4096 splash=silent quiet preloadlog=/dev/null noinstall showopts console=ttyS0,115200n8
2008 Nov 25
1
gPxe functionality in pxelinux
....72 from pxelinux.0 ( older ). I have a stanza that I use after loading gpxelinux such as : --- label pxelinux.new kernel pxelinux.new.0 label recovery.http kernel http://kickstart/pxelinux.new/vmlinuz-ramdisk append initrd=http://kickstart/pxelinux.new/ramdisk.img.gz ramdisk_size=358400 ramdisk_blocksize=1024 root=/dev/ram0 mem=16G action=recovery --- This does not work however if I put the FQDN of the kickstart server ( There are a few per location ), it works fine. Is there any way to get it to honor the 'domain-name' setting from DHCP and do a dns search like the libc resolver does fo...
2014 Nov 04
0
SOLVED: Garbled menu on ISOLINUX
...the web SYSLINUX related to no avail. I've looked at the source code. Please help! Thanks. Here is the configuration file: serial 0 115200 console 0 default shell implicit 1 display isolinux.msg prompt 1 timeout 600 label install kernel linux append initrd=initrd ramdisk_size=512000 ramdisk_blocksize=4096 splash=silent quiet preloadlog=/dev/null showopts console=ttyS0,115200n8 label shell kernel linux append initrd=initrd ramdisk_size=512000 ramdisk_blocksize=4096 splash=silent quiet preloadlog=/dev/null noinstall showopts console=ttyS0,115200n8 __________________________________________...
2007 May 10
1
isolinux usage problem
hi everyone, I am trying to create a custom live cd but I am having some problems with isolinux. A rough sketch of my process : 1) bootstrapped a small rpm based system in /target 2) dd if=/dev/zero of=images/initrd.img bs=1k count=262144 3) /sbin/mke2fs -F -v -m0 images/initrd.img 4) mount -o loop images/initrd.img ./initrd_tmp 5) cp -av /target/* ./initrd_tmp 6) umount 7) gzip -9 <
2005 Jan 31
3
Can this work?
I would like to develop a system where by I can boot any of the machines on my system - and select from a menu what I would like that particular client to do. For example, maybe load a bootdisk image from a network share, and boot that. Or boot the first partition on the local disk.
2009 Feb 12
2
Problem with PXEBOOT of diskless client -- fails to mount RAMDISK
I am having a problem with setting up diskless clients under CentOS 5.2. I have everything working under CentOS 4.7. This is an adaptation of the (somewhat old) Diskless Linux with PXE HOWTO by Gerd v. Egidy, originally at the URL http://www.intra2net.com/opensource/diskless-howto/, which is now defunt (there is a mirror of it at http://blog.chinaunix.net/u/2389/showart_82438.html). What I am
2008 Oct 13
6
Strange Lockup
...g MENU MASTER PASSWD $REMOVED MENU TITLE ...Welcome to King Edward VII School... LABEL localboot MENU LABEL ^Local Boot MENU default localboot -1 label ThinStation MENU label ^Run the Thin Station Client (with ICA) kernel vmlinuz-thinstation append ramdisk_blocksize=4096 initrd=initrd-thinstation root=/dev/ram0 vga=791 console=ttyS3 ramdisk_size=52428 quiet splash=silent LABEL ICT Support MENU LABEL ^ICT Support Menu MENU PASSWD $REMOVED KERNEL vesamenu.c32 APPEND pxelinux.cfg/graphics.conf pxelinux.cfg/ict.menu =============...