search for: nomount

Displaying 20 results from an estimated 35 matches for "nomount".

2003 Aug 08
3
isolinux.cfg/syslinux.cfg
...#39;. Here is a copy of my Isolinux.cfg maybe sombody can help me figure it out: default ks prompt 1 timeout 60 display custom.msg F1 boot.msg F2 options.msg F3 general.msg F4 param.msg F5 rescue.msg F7 custom.msg label linux kernel vmlinuz append initrd=initrd.img lang= devfs=nomount \ ramdisk_size=9216 label text kernel vmlinuz append initrd=initrd.img lang= text devfs=nomount \ ramdisk_size=9216 label expert kernel vmlinuz append expert initrd=initrd.img lang= \ devfs=nomount ramdisk_size=9216 label ks kernel vmlinuz append text ks=cdrom:/k...
2002 Dec 06
1
Making TIMEOUT work?
...ght?) SYSLINUX (isolinux) 2.00 ----8<------8<---- SERIAL 0 38400 TIMEOUT 500 DISPLAY about.txt F1 help.txt DEFAULT t LABEL t KERNEL /isolinux/kernel.lnx APPEND console=ttyS0,38400n8 console=tty0 hda=dma,ata100 hdb=dma,ata100 hdc=nodma init=/installer root=/dev/hdc ro devfs=nomount LABEL s KERNEL /isolinux/kernel.lnx APPEND console=tty0 console=ttyS0,38400n8 hda=dma,ata100 hdb=dma,ata100 hdc=nodma init=/installer root=/dev/hdc ro devfs=nomount LABEL setup KERNEL /isolinux/kernel.lnx APPEND console=ttyS0,38400n8 console=tty0 hda=dma,ata100 hd...
2005 Sep 10
2
colon in syslinux.cfg leads to "Unknown keyword"
...ppend string or workarounds? kind regards, Bernhard Patsch -------- syslinux.cfg working -------- default usbinst prompt 1 timeout 0 display boot.msg F1 boot.msg F2 general.msg F3 param.msg F4 rescue.msg F7 dogcat.msg label phion kernel bzImage append ks=floppy initrd=initrd.img lang= devfs=nomount ramdisk_size=16384 vmal loc=128M label usbinst kernel bzImage append initrd=initrd.img lang= text devfs=nomount ramdisk_size=16384 vmalloc=1 28M ks=hdsda1/ks.cfg -------- end syslinux.cfg -------- -------- syslinux.cfg faulty -------- default usbinst prompt 1 timeout 0 display boot.msg F1 bo...
2002 Sep 13
1
Unable to mount root fs
...problem with pxelinux. I'am hoping someone might have a solution for this... maybe a kernel option that I can pass. here is an example of my pxelinux.cfg default file: default dlimage prompt 1 display fcs.msg timeout 100 label mkimage kernel linux.1 append initrd=linux.2 lang= text devfs=nomount PROXYADDR=prox.cs.unb.ca MANUALREBOOT=YES label dlimag kernel linux.1 append initrd=linux.2 lang= text devfs=nomount PROXYADDR=prox.cs.unb.ca MANUALREBOOT=NO label 3c905 kernel memdisk append initrd=nw3c905.img label intel kernel memdisk append initrd=intel.img label samba...
2002 Sep 14
1
Re: SYSLINUX digest, Vol 1 #196 - 4 msgs
...gt; have a solution for this... maybe a kernel option that I can pass. > > here is an example of my pxelinux.cfg default file: > > default dlimage > prompt 1 > display fcs.msg > timeout 100 > label mkimage > kernel linux.1 > append initrd=linux.2 lang= text devfs=nomount PROXYADDR=prox.cs.unb.ca > MANUALREBOOT=YES > label dlimag > kernel linux.1 > append initrd=linux.2 lang= text devfs=nomount PROXYADDR=prox.cs.unb.ca > MANUALREBOOT=NO > label 3c905 > kernel memdisk > append initrd=nw3c905.img > label intel > kernel...
2012 Sep 04
1
ifcpu64.c32 not working properly when used in a menu include file
...e IPAPPEND 2 MENU LABEL ^rescue (Auto-detect CPU type) KERNEL ifcpu64.c32 APPEND rescue64 -- rescue32 TEXT HELP Load appropriate image ENDTEXT LABEL rescue64 MENU HIDE IPAPPEND 2 KERNEL images/vmlinuz64 APPEND initrd=images/initrd64.img init=/linuxrc root=/dev/ram0 rw devfs=nomount console=ttyS0,115200 console=tty0 ksipaddr=kickstart LABEL rescue32 MENU HIDE IPAPPEND 2 KERNEL images/vmlinuz32 APPEND initrd=images/initrd32.img init=/linuxrc root=/dev/ram0 rw devfs=nomount console=ttyS0,115200 console=tty0 ksipaddr=kickstart This all works perfectly when the code abov...
2002 Nov 27
5
multi OS bootable CD, ISOLinux, ERD Commander problem
...omsrtbt.img label 4 kernel memdisk append initrd=win98.img label 5 kernel memdisk append initrd=winme.img label 6 kernel memdisk append initrd=fdlinux.img label 7 kernel memdisk append initrd=pklinux.img label 8 kernel vmlinuz append initrd=initrd.img lang= devfs=nomount ramdisk_size=9216 label 9 kernel vmlinuz append initrd=initrd.img lang= text devfs=nomount ramdisk_size=9216 label e kernel vmlinuz append expert initrd=initrd.img lang= devfs=nomount ramdisk_size=9216 label k kernel vmlinuz append ks initrd=initrd.img lang= devfs=nomount ramdisk_size=9...
2002 Jun 30
0
A simple question re. syslinux
...tion If the user does nothing or presses Enter on VGA console, we go with VGA console entry. So far, the closest I can get to this is the following syslinux.cfg: serial 0 9600 default console prompt 1 timeout 60 display boot.msg label console kernel kernel append initrd=ramdisk lang= devfs=nomount ramdisk_size=7168 label serial kernel kernel append initrd=ramdisk lang= devfs=nomount ramdisk_size=7168 console=ttyS0 (and I would enter 'serial' or "console" to choose at the ldlinux prompt). Unfortunately it does not quite work - because I can't seem to feed the inp...
2002 Aug 30
1
syslinux unable to find vmlinuz
...-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 bootdisk image cp -f boot.img m...
2002 Nov 15
1
(no subject)
...he system I'm trying to boot with this cd complains that it "Could not find kernel image: linux". This is the isolinux.cfg file that I'm using default linux prompt 1 timeout 600 label linux kernel vmlinuz-2.2.14 append initrd=rootfs_new.img lang= devfs=nomount ramdisk_size=32768 The files vmlinuz-2.2.14 and rootfs_new.img are both sitting in the isolinux directory. I've read through the available documentation for isolinux and syslinux, but can't see what I'm doing wrong. If you could point me in the right direction, I would greatly appr...
2004 Oct 07
1
Menu examples?
...#39;s menu system. Specifically, a headstart on creating a Kickstart menu which covers the most common options with the intention of creating this: label ks.menu kernel vmlinuz.ks.$DIST append ksdevice=eth0 ks=http://kickstartserver/$DIST/Custom/ks.cfg.$DIST initrd=initrd.ks.$DIST lang= devfs=nomount ramdisk_size=8192 Hmm...looking at it, that's not much more than a single OPT_RADIOMENU. valhalla = add_item("Custom <V>alhalla","WC Customised RedHat 7.3",OPT_RADIOITEM,"valhalla",0); add_sep(); startks = add_item("Start <K>ickstart",&quot...
2003 Mar 10
1
what happens to text after the label?
...'ve gone looking at the current RH80 disk 1 which has this capability. It has a directory called "/isolinux" which is where the El Torito info lives, right? In that directory, here is part of the isolinux.cfg file: label linux kernel vmlinuz append initrd=initrd.img lang= devfs=nomount ramdisk_size=9216 When you type "linux rescue" at the isolinux prompt, it does a rescue load. If I simply add the word "rescue" at the end of the "append" line, and type "linux" by itself, it doesn't do rescue mode, it does a normal boot. Anyone know w...
2001 Dec 09
1
Codeweaver's Wine - Autolaunch?
I had a little trouble installing WINE and, becuase of that, tried several different versions. It turned out the sound trouble was not a WINE issue, but a devfs issue, so I deactivated devfs (devfs=nomount). I am using the latest RPM of Codeweaver's WINE with Mandrake 8.1. I've got Codeweaver's WINE up and running now. When I first tried this, I could type a win .exe file from the console and run it without typing wine [win_exe_name]. I could run a win exe from Konqueror by just cli...
2002 Jul 10
4
pxelinux
Hello H. Peter, we use pxelinux to start linux on desktop pcs. Now we have a problem with the interaction of dhcp. If the ip address is not fix, we cannot use the ip address as name for the configfile. A better solution would be, first to check for the mac and then for the ip address. Is it possible? TIA, Tobias
2013 Oct 15
2
no group package selection via PXE network installation
...don't want to use kickstart file ! My 'pxelinux.cfg/default' file: timeout 9000 default menu.c32 menu title ########## PXE Boot Menu ########## label 1 menu label ^1) Install CentOS 6 kernel centos64/vmlinuz append initrd=centos64/initrd.img repo=http://a.b.x.y/centos6 devfs=nomount ramdisk_size=152000 label 2 menu label ^2) Boot from local drive localboot What do you think ?
2007 May 14
3
pxe password protect option
Hi, I have tried several different line options, but I cannot seem to get the pxe master password option to work? I have basically tried all combinations of: DEFAULT local PROMPT 0 ALLOWOPTIONS 1 TIMEOUT 500 MENU TITLE sometitle MENU MASTER PASSWD somepassword But just can't seem to get the menu to prompt for a password. version I have is pxe 3.31 Thanks for any help
2002 Sep 04
3
RedHat kickstart with PXELINUX
We are attempting to setup an automated system to build some Linux systems. We have utilised the PXELINUX bootloader after encountering the PXE 512Kb limit with bootp. We now have another issue which you may have already run into. In the DHCP configuration we specify pxelinux.0 as the bootfile, this works reasonable well, we call the Redhat vmlinuz and initrd.img files within the
2005 Mar 16
0
[Fwd: Re: Freeze on boot ?]
> Nicolas Boulay wrote: >> kernel vmlinuz >> append livecd=livecd initrd=initrd.gz root=/dev/rd/3 devfs=nomount \ >> acpi=ht nomce vga=normal keyb=fr console=ttyS0,19200n8 > > You're not actually using \-continuation lines, are you? None of the syslinux programs support them at this time. no i wrote it just for this mail. The only message from the booting board is : Extlinux .... as said...
2005 Mar 25
1
A bug about comment lines beginning with a hash mark (#) ?
...----------------------- label memtest # note! *.bin is specially purpose for syslinux, # do NOT use memtest86.bin, use memtest86 instead of memtest86.bin kernel memtest86 #--------------------------------- #label 5 # kernel vmlinuz-pxe # append initrd=initrd-pxe.img ramdisk_size=9600 devfs=nomount #--------------------------------- The comment lines beginning with a hash mark (#) and IMMEDIATELY FOLLOWED by NON-SPACE character, such as these two comment lines: #--------------------------------- #label 5 will cause some warning messages in the pxe client. The warning messages are: Missing p...
2006 May 23
0
PXE/NFS looks for CDROM when starting a recovery
...y 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 request 4. getting initrd.img ... doing something 5. looking for a CDROM 6. complains...