Displaying 20 results from an estimated 4663 matches for "initrd".
2006 Jan 03
0
Isolinux.cfg issues on certain BIOSes
...If anybody would like to check my config file for
obvious errors, or has experienced this it would be greatly
appreciated..
Kind Regards
Daniel Rose
default 1
display bootmnu.txt
prompt 1
F1 mainhelp.txt
F2 bootmnu.txt
F3 hdtest.txt
F7 FAQ.txt
label linresc
kernel linresc/rescue.lnx
append initrd=/isolinux/linresc/initrd.gz root=/dev/ram0
label A:
localboot 0x00
label a:
localboot 0x00
label o
localboot -1
label 0
localboot 0x80
label 1
kernel winpe.bin
label 2
kernel memdisk
append initrd=dosde.imz
label 4
kernel memdisk
append initrd=dosde2.imz
label 3
kernel /i386/linux/vmlinuz...
2018 Jan 31
4
How is initrd.img packed and compressed?
Hi,
In order to work around a known upstream bug I needed to add a udev
rule to pxeboot initrd.img on CentOS 7.
The process is straightforward:
1 - extract the pxeboot initrd.img to a new directory
2 - add the udev rule needed to fix the bug
3 - pack and compress it back in initrd.img format
The resulting updated image works, it fixes the upstream bug and life
is good. But although it wor...
2006 Jun 19
2
Isolinux CD to Hard drive
...Syslinux.cfg" message. All the other items worked. Here is my menu in syslinux.cfg :
---------------------------
default 1
display bootmsg.txt
prompt 1
label 0
localboot 0x80
label a
localboot 0x00
label q
localboot -1
label 1
kernel netboot.img
label 2
kernel memdisk
append initrd=msnet.img
label 3
kernel memdisk
append initrd=pm.img
label 4
kernel memdisk
append initrd=sm.img
label 5
kernel memdisk
append initrd=ghost.img
label 6
kernel nt.img
label 7
kernel w2.img
label 8
kernel memdisk
append initrd=password.img
label 9
kernel m...
2003 Dec 15
2
2 disks boot
Hi all!
It's my first message on this ML.
I just installed Fedora Core and I had a small problem... kernel +
initrd do not fit in a 1.44 disks...
I looked at documentation and at code (kernel.inc) and I saw that
syslinux
- load kernel
- load initrd
- boot kernel
So perhaps a small workaround for above problem should be to add a
configuration to initrd (ie initrd=@initrd.img) to just ask to replace
the disk, and...
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...
2005 Mar 29
3
Query regarding initramfs
Hi
1. Is it possible to load an initrd from initramfs ?
How would you do this if the initramfs is being loaded dynamically in
the kernel
(ie having the initramfs as initrd )
Because in this case, you will say root = /dev/initrd and specify 'initrd'
as your 'initramfs source file'
How will you specify the second ini...
2015 May 15
2
Bug#785187: Bug#785187: xen-hypervisor-4.5-amd64: Option ucode=scan is not working
On Thu, 2015-05-14 at 22:45 +0200, Stephan Seitz wrote:
> On Wed, May 13, 2015 at 11:57:55AM -0400, Konrad Rzeszutek Wilk wrote:
> >> > according to the documentation the option ucode=scan should tell XEN to
> >> > look for a microcode update in an uncompressed initrd.
> >> >
> >> > While I don?t use the Debian kernel the tools to generate the initrd are
> >> > part of Debian. The command ?cpio -i < /boot/initrd.img-4.0.2-Dom0?
> >> > creates the directory structure ?kernel/x86/microcode/GenuineIntel.bin?,
>...
2013 Sep 06
1
[PATCH] arm: appliance: Add support for device trees (dtb's).
This is the libguestfs companion patch to:
https://www.redhat.com/archives/libguestfs/2013-September/msg00045.html
Rich.
2007 Jan 25
4
mount initrd
Hi,
I try to mount the file /boot/initrd-2.6.9-42.ELsmp but I have a error
[root at localhost ~]# cp /boot/initrd-2.6.9-42.ELsmp.img /root/
[root at localhost ~]# mv initrd-2.6.9-42.ELsmp.img initrd-2.6.9-42.ELsmp.gz
[root at localhost ~]# gunzip initrd-2.6.9-42.ELsmp.gz
[root at localhost ~]# mount initrd-2.6.9-42.ELsmp /tmp -o l...
2007 Jun 19
5
OpenSuse 10.2 & Xen 3.1 initrd file missing
Hi,
I recently put together an OpenSuse 10.2 machine (Tyan motherboard with
Opteron dual-core) and downloaded the Xen 3.1 rpm''s. After loading them and
modifying grub to boot into the Xen kernel, I get a "file not found" error
on the xen initrd file. As it turns out, there is a link for the xen initrd
file in /boot/grub but the file doesn''t exist. Not sure what to even bother
with except maybe building from the source code. Any ideas on why the rpm
never installed the initrd file for xen? This is the correct rpm for Suse
and...
2013 Mar 15
1
order of APPEND and INITRD
Igor asked about APPEND:
> In other words: Can I break up a long line into multiple lines
> in 5.01 or 5.10pre now or is that still not supported?
I also wonder: can one control whether the INITRD parameter gets
prepended or appended? Right now it seems to be placed after APPEND
parameters, but might be more useful if it came first.
The Debian/Ubuntu installers will copy parameters after "--" in the
syslinux config into the grub.cfg to become permanent additional kernel
parame...
2007 Jan 15
2
network booting initrd -mount: error 6 mounting ext3
Hi all,
Im network booting initrd-2.6.9-22.EL.img from
pxelinux.
<snip from init script>
echo Creating root device
mkrootdev /dev/root
umount /sys
echo Mounting root filesystem
mount -o defaults --ro -t ext3 /dev/root /sysroot
mount -t tmpfs --bind /dev /sysroot/dev
echo Switching to new root
switchroot /sysroot
echo UMOUNT...
2003 Aug 08
3
isolinux.cfg/syslinux.cfg
...nknown keyword in config file'.
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 vml...
2003 Aug 10
7
pxelinux - loading vmlinuz and initrd.gz
Greetings,
Hopefully a quick question.. I have been experimenting with
pxelinux and have noticed the following, when using initrd.gz
- vmlinuz needs to exist 'tftpboot' directory,
else I get an error from pxelinux.
eg. kernel/vmlinuz
- vmlinux also needs to exist in initrd.gz
(in the same relative path eg. kernel/vmlinuz)
else Linux is not booted.
[I haven't confirmed which one actually is booted,
othe...
2010 May 13
5
what does "initrd-2.6.32.9.img" contains
Hi all
If I use nfsroot boot the xen dom0, I find it works well if not use
initrd-2.6.32.9.img.
what does "initrd-2.6.32.9.img" contains?
Thanks
Lei
--
"We learn from failure, not from success!"
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2015 May 13
3
Bug#785187: Bug#785187: xen-hypervisor-4.5-amd64: Option ucode=scan is not working
> > according to the documentation the option ucode=scan should tell XEN to
> > look for a microcode update in an uncompressed initrd.
> >
> > While I don?t use the Debian kernel the tools to generate the initrd are
> > part of Debian. The command ?cpio -i < /boot/initrd.img-4.0.2-Dom0?
> > creates the directory structure ?kernel/x86/microcode/GenuineIntel.bin?,
> > so I think the initrd is al...
2005 Nov 03
2
simple menu limitations
...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 (works on 200MB ram)
KERNEL 1/STARTROM.0
APPEND keepxe
LABEL imgctr
MENU LABEL Image Center (experimental)
KERNEL memdisk
APPEND keeppxe initrd=fimages/pqimgctr.vfd
LABEL localboot
MENU LABEL Localboot
MENU DEFAULT
LOCALBOOT 0
LABEL locksmith3com
MENU LABEL Locksmith 3com
KERNEL memdisk
APPEND keeppxe initrd=fimages/locksmith3com.ima
LABEL locksmithbroadcom
MENU LABEL Locksmith Broadcom
KERNEL memdisk
APPEND keeppxe initrd=fima...
2006 Nov 16
0
Greeter Application Problems
...een crashing alot lately when i try to run it 24/7. Any ideas?
here is my grub.conf if that helps
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You do not have a /boot partition. This means that
# all kernel and initrd paths are relative to /, eg.
# root (hd0,0)
# kernel /boot/vmlinuz-version ro root=/dev/sda1
# initrd /boot/initrd-version.img
#boot=/dev/sda
default=0# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE:...
2006 Dec 28
1
modifying initrd.img to run custom application
Im n/w booting machine with kernel - vmlinuz and
initrd initrd.img.
I copied vmlinuz & initrd.img from RHEL4 iso.
I want to modify initrd.img so that when 2nd stage
boot loader loads initrd, my custom application gets
executed.
linuxrc in initrd.img is sym-link to /sbin/init.
My steps:
1. Renamed linuxrc to linuxrc1
2. created new linuxrc scrip...
2014 May 18
2
Booting new kernels
...t 7:08 PM, Gene Cumm <gene.cumm at gmail.com> wrote:
>> > On 05/16/2014 01:35 PM, Tal Lubko wrote:
>> > > For some reason when I use kernel 3.7.1 and above the system crashes
> during boot and I have no reason why.
>> Consider a lack of init or otherwise improper initrd (cpio format,
> compression, etc). Consider trying your old kernel with new initrd and/or
> new kernel with old initrd to start diagnosis.
>>
>> --Gene
>
> [ 0.000000] Kernel command line: root=/dev/sda1 initrd=rootfs.ext2
> console=ttyS0,115200 BOOT_IMAGE=bzImage
>...