search for: prompt_ramdisk

Displaying 20 results from an estimated 46 matches for "prompt_ramdisk".

2005 Mar 04
1
Unicode problem.
Hi! Here is my isolinux.cfg. It's slackware based. ====================== default Kernels/bare.i/bzImage initrd=initrd.img load_ramdisk=1 prompt_ramdisk=0 ramdisk_size=8192 rw root=/dev/ram ZILIX_KERNEL=bare.i prompt 1 timeout 1200 font lat1-16.psfu display mensagem.msg F1 mensagem.msg F2 opcoes.msg F3 help.msg label linux kernel Kernels/bare.i/bzImage append - label adaptec.s kernel Kernels/adaptec.s/bzImage append initrd=initrd.img load_r...
2019 Sep 29
3
vesamenu.c32 and EFI
...64.efi is efi64/efi/syslinux.efi renamed syslinux.cfg ``` UI vesamenu.c32 TIMEOUT 140 MENU ROWS 4 MENU CLEAR MENU BACKGROUND /slax/boot/bootlogo.png MENU RESOLUTION 1024 768 LABEL default MENU LABEL Run Linux KERNEL /slax/boot/vmlinuz APPEND vga=769 initrd=/slax/boot/initrfs.img load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 apparmor=0 LABEL default MENU LABEL Run Linux debug KERNEL /slax/boot/vmlinuz APPEND vga=769 initrd=/slax/boot/initrfs.img load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 apparmor=0 debug ```
2002 Aug 22
3
Syslinux with two-disk set (boot+root )
...d my kernel and added some additional drivers to it, making it too large to fit on a floppy along with my ramdisk. This is no problem for my PXE-enabled clients, of course, but for those machines that do not support PXE, I can no longer use syslinux because it apparently does not support the "prompt_ramdisk" option so that I can swap in my second floppy disk. Do you have any plans to include this functionality in a later release? Many thanks. Mike Jones
2011 Jun 04
2
Completely disable local keyboard input in Syslinux / Extlinux?
...works as long as Extlinux does not prompt, with this extlinux.conf: serial 0 9600 0 console 0 default huge.s prompt 0 timeout 0 say Booting Linux ... label huge.s kernel bzImage append initrd=initrd.img e100.eeprom_bad_csum_allow=1 earlyprintk=ttyS0,9600 console=ttyS0,9600 load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 SLACK_KERNEL=huge.s Note "console 0" to prevent writing to the emulated video output. As soon as I enable prompting (with a timeout), using the extlinux.conf below, ... serial 0 9600 0 console 0 default huge.s prompt 1 timeout 100 say Booting Linux ... label huge.s...
2010 Jun 29
2
EXTLINUX
...ick as a linux partition, 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(dri...
2005 Nov 27
2
pxelinux -> pxeboot load?
...d/ kernel.gz* pxeboot pxelinux.bin@ freebsd.0 menu.lst pxeboot.0 pxelinux.cfg and most importantly, my pxelinux.cfg which is where I believe my troubles are, default freebsd label freebsd kernel pxeboot.0 append ramdisk_size=100000 network load_ramdisk=1 prompt_ramdisk=0 initrd=pxeboot vga=788 root=/dev/ram Everything is okay on the DHCP end, as I mentioned prior, that I can pxeboot without pxelinux, I just can't chainload the pxeboot or load a kernel. Any help at all would be GREATLY appreciated as this isn't a setup with a lot of documentation out t...
2002 Aug 30
1
syslinux unable to find vmlinuz
...part -------------- #!/bin/sh set -e # Make local mount points mkdir -p mnt1 mnt2 # Work on a copy of bootdisk image cp -f boot.img myboot.img mount myboot.img mnt1 -o loop -t msdos # Modify syslinux.cfg cat >cfg <<EOF label brltty kernel vmlinuz append root=/dev/fd0 load_ramdisk=1 prompt_ramdisk=1 lang= text devfs=nomount ramdisk_size=7168 EOF cat mnt1/syslinux.cfg |sed 's/default linux/default brltty/' >>cfg mv -f cfg mnt1/syslinux.cfg umount mnt1 -------------- next part -------------- #!/bin/sh set -e # Make local mount points mkdir -p mnt1 mnt2 # Work on a copy of boot...
2002 Oct 03
2
maximum number of characters in APPEND
...Sent: Thursday, October 03, 2002 5:19 PM To: syslinux at zytor.com Subject: [syslinux] maximum number of characters in APPEND Hi, I wonder whether there is a maximum number of characters you can use for the APPEND label. I am using the following options: append initrd=initrd.gz load_ramdisk=1 prompt_ramdisk=0 ramdisk_size=10000 rw root=/dev/ram0 video=matrox:off video=aty128fb:off video=atyfb:off video=radeon:off video=rivafb:off video=sisfb:off video=hgafb:off video=tridentfb:off video=vesa:on video=vesa:ywrap,mtrr vga=0x312 LABEL=MoviX and the system does not know the variable LABEL after the b...
2014 Nov 10
4
Boot fails in a VMware player VM - syslinux 6.03
...`-- README.TXT 7 directories, 27 files Here is the beginning of /EFI/BOOT/syslinux.cfg: ------------------------- default 05 prompt 1 timeout 1200 display message.txt FONT ter_i16v.psf F1 message.txt F2 f2.txt F3 f3.txt label speakup.s kernel bzImage append initrd=initrd.img load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 nomodeset SLACK_KERNEL=huge.s LANG=en_US.utf8 label memtest kernel /kernels/memtest/memtest label 04 kernel bzImage append initrd=initrd.img load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 SLACK_KERNEL=huge.s LANG=nl_NL.utf8 label 04n kernel bzImage append initrd=initr...
2006 Nov 16
3
syslinux files in subdirectories
...to look as follows <== beginning display boot/splash.cfg default slax autoexec=startx prompt 1 timeout 40 F1 boot/splash.txt F2 boot/splash2.txt F3 boot/splash.cfg label slax kernel boot/vmlinuz append vga=769 changes=slaxsave.dat max_loop=255 initrd=boot/initrd.gz init=linu xrc load_ramdisk=1 prompt_ramdisk=0 ramdisk_size=4444 root=/dev/ram0 rw label linux kernel boot/vmlinuz append vga=769 changes=slaxsave.dat max_loop=255 initrd=boot/initrd.gz init=linu xrc load_ramdisk=1 prompt_ramdisk=0 ramdisk_size=4444 root=/dev/ram0 rw label memtest kernel boot/memtest <== end when syslinux came up it did...
2011 Jan 04
1
isolinux, extlinux and accented characters
Hello, First of all, thanks very much for this piece of software, it's working like a charm. I'm using it to boot a Linux distro I'm working on. What I want to deal with is the display of accented characters in ISOLINUX. First, I set EXTLINUX up to boot an ext2-formatted USB stick. No problem so far. I wrote a config file ordering to load a font (lat-9w) to display french
2016 Jun 15
2
PXELINUX 6.03 / vesamenu.c32 hang
...LINUX memdisk INITRD wdc_diag.img #--- LABEL dban2 MENU LABEL DBAN v2.2.6 Beta MENU PASSWD [redacted] KERNEL dban.bzi APPEND nuke="dwipe" silent #--- LABEL pmagic MENU LABEL PartEd Magic 6.3 MENU PASSWD [redacted] LINUX pmagic/bzImage INITRD pmagic/initramfs APPEND edd=off load_ramdisk=1 prompt_ramdisk=0 rw vga=normal loglevel=9 max_loop=256 #--- LABEL Abort MENU LABEL AbortPXE KERNEL abortpxe.0 #--- LABEL local MENU DEFAULT MENU LABEL Boot from Harddisk LOCALBOOT 0 Can anyone suggest what might be the problem? Thanks, Dan Jackson (Lead ITServices Technician). Long Road Sixth Form College Cambr...
2002 Aug 18
1
initramfs scripts + cpio archive stuff
...0.51/scripts/init Mon Aug 19 00:07:36 2002 @@ -0,0 +1,59 @@ +#!/bin/sh -e +export COL="" + +# These should be passed from the kernel via the environment +# (because eventually the kernel won't recognise them) For +# now, we hard code them here. +devfs= +#init=/bin/sh +load_ramdisk=1 +prompt_ramdisk=0 +root=/dev/mtdblock3 +rootfstype=ext2 +root_mount_data= + +# Make directory for root filesystem mount +mkdir -p /root + +if [ -n "$load_ramdisk" ]; then + export prompt_ramdisk + /scripts/load_ramdisk $root /dev/ram1 "root " && root=/dev/ram1 +fi + +if [ -n "$ro...
2005 Oct 27
0
Not ready to load rootfs.gz
...the google search, above. But on whim I tried to burn a new CD from the old 4Mb rootfs and it fails in the same way. This leads me to think it is something related to the way mkisofs makes the image or cdrecord burns it. FWIW, my isolinux.cfg is: default /KERNEL initrd=rootfs.gz load_ramdisk=1 prompt_ramdisk=0 ramdisk_size=16384 rw root=/dev/ram label KERNEL KERNEL KERNEL and I am making the iso image with: mkisofs -o ../../cdfs.iso -b isolinux/isolinux.bin -c \ isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table . and burning with: cdrecord blank=fast -v speed=2 dev=...
2006 May 23
0
PXE/NFS looks for CDROM when starting a recovery
...NFS/1.iso /mnt/mondo server# cp -p /mnt/mondo/* /tftpboot/ 2>/dev/null # cp files only server# cat /tftpboot/pxelinux.cfg/default default RESTORE prompt 1 timeout 30 display message.txt label RESTORE kernel vmlinuz append initrd=initrd.img pxe load_ramdisk=1 prompt_ramdisk=0 \ ramdisk_size=68640 rw root=/dev/ram nuke acpi=off apm=off devfs=nomount # append is one line in the file, I broke it just for easier reading When rebooting the client, I can see: 1. making a dhcp request 2. getting IP, GW, filename "pxelinux.0", tftp-IP ... 3. making tftp req...
2006 Jun 26
0
[klibc 17/43] sparc32: transfer arch-specific options to /arch.cmd
...d; + + buffer[0] = 'r'; + buffer[1] = root_flags ? 'o' : 'w'; + buffer[2] = '\n'; + len = 3; + +#ifdef CONFIG_BLK_DEV_RAM + len += min((int)(sizeof buffer - 1 - len), + snprintf(buffer+len, sizeof buffer - len, + "ramdisk_start=%u\n" + "prompt_ramdisk=%d\n" + "load_ramdisk=%d\n", + ram_flags & RAMDISK_IMAGE_START_MASK, + !!(ram_flags & RAMDISK_PROMPT_FLAG), + !!(ram_flags & RAMDISK_LOAD_FLAG))); +#endif + + sys_write(fd, buffer, len); + sys_close(fd); + + return 0; +} + +late_initcall(set_arch_i...
2006 Jun 26
0
[klibc 16/43] sparc64: transmit arch-specific options to kinit via /arch.cmd
...d; + + buffer[0] = 'r'; + buffer[1] = root_flags ? 'o' : 'w'; + buffer[2] = '\n'; + len = 3; + +#ifdef CONFIG_BLK_DEV_RAM + len += min((int)(sizeof buffer - 1 - len), + snprintf(buffer+len, sizeof buffer - len, + "ramdisk_start=%u\n" + "prompt_ramdisk=%d\n" + "load_ramdisk=%d\n", + ram_flags & RAMDISK_IMAGE_START_MASK, + !!(ram_flags & RAMDISK_PROMPT_FLAG), + !!(ram_flags & RAMDISK_LOAD_FLAG))); +#endif + + chosen = prom_finddevice("/chosen"); + cl = prom_getintdefault(chosen, "cl...
2004 Jan 15
3
isolinux serial console keyboard issue
...e is my isolinux.cfg file: serial 0 9600 prompt 1 timeout 0 display debian.txt f1 f1.txt f2 f2.txt f3 f3.txt f4 f4.txt f5 f5.txt f6 f6.txt f7 f7.txt f8 f8.txt f9 f9.txt f10 f10.txt default linux label linux kernel linux.bin append root=/dev/ram rw initrd=root.bin ramdisk_start=0 load_ramdisk=1 prompt_ramdisk=1 ramdisk_size=16384 flavor=bf2.4 console=ttyS0,9600n8 I am using the syslinux package provided with Debian Linux 3.0r2 (woody) Thanks in advance for any help. Best regards, Floriola __________________________________ Do you Yahoo!? Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstake...
2016 Jun 16
2
PXELINUX 6.03 / vesamenu.c32 hang
...; MENU LABEL DBAN v2.2.6 Beta > MENU PASSWD [redacted] > KERNEL dban.bzi > APPEND nuke="dwipe" silent > #--- > LABEL pmagic > MENU LABEL PartEd Magic 6.3 > MENU PASSWD [redacted] > LINUX pmagic/bzImage > INITRD pmagic/initramfs > APPEND edd=off load_ramdisk=1 prompt_ramdisk=0 rw vga=normal loglevel=9 max_loop=256 > #--- > LABEL Abort > MENU LABEL AbortPXE > KERNEL abortpxe.0 > #--- > LABEL local > MENU DEFAULT > MENU LABEL Boot from Harddisk > LOCALBOOT 0 > > Can anyone suggest what might be the problem? > > Thanks, > Dan Jack...
2011 Jun 14
3
Questions about setup
I have worked in IT for several years and programming or anything related to this is not exactly one of my strengths. I need help creating a vesamenu.. Im trying to setup up so I can access my Acronis backup and disaster recovery 10 server, knoppix live cd, hardware diagnostics - pcdoctor and maybe a hiren type boot cd. I checked the Linux irc channel which I guess is now abandoned. If anyone