Displaying 20 results from an estimated 2567 matches for "vmlinuz".
Did you mean:
vmlinux
2009 Aug 05
6
Could not find kernel image : vmlinuz
...rarely. googling the reason I found out that it has something to do
with the switch (Netgear) I am using.
Then i connected eth1 of server (unused) with a cross over cable to
the client's secondary NIC. I did changed the boot order and DHCP
worked fine. But TFTP server is never able to transfer vmlinuz to the
client.
Below is my dhcpd.conf file
/etc/dhcpd.conf
ddns-update-style interim;
ignore client-updates;
subnet 192.168.1.0 netmask 255.255.255.0 {
range dynamic-bootp 192.168.1.240 192.168.1.252;
default-lease-time 3600;
max-lease-time 4800;
option routers 192.168.1.1;
option domain-...
2006 Apr 14
3
xen 3.0.2 only one kernel?
i just ran install.sh from the xen 3.0.2 pre-built distribution.
in /boot it put
vmlinuz-2.6.16-xen
vmlinuz-2.6-xen -> vmlinuz-2.6.16-xen
what happened to the xen0 and xenU kernels?
also in /boot from xen 3.0.1 is
vmlinuz-2.6-xen0 -> vmlinuz-2.6.12.6-xen0
vmlinuz-2.6-xenU -> vmlinuz-2.6.12.6-xenU
which is what i expected from xen 3.0.2.
don
_______________________________...
2019 Aug 04
3
Extlinux no longer bootable, how to fix?
...always exclude the
/boot/extlinux/ldlinux.sys file
- then after the transfer, I always do a extlinux install via
extlinux --install $new_os_mnt/boot/extlinux
I think this should be enough, however, the strange problem is that it
is not fully working:
- its menu shows up fine but can?t boot /vmlinuz
- after sellecting the menu, it shows ?Loading /vmlinuz...? then
flashed ?failed?, and go back to the menu again.
Here is my extlinux menu:
LABEL LU18R1
MENU LABEL LUbuntu ^Bionic
MENU DEFAULT
KERNEL /vmlinuz
APPEND initrd=/initrd.img
root=UUID=ad26a5d8-a4ee-42d3-9...
2008 Jul 21
3
Syslinux vmlinuz name limitation?
Hello,
I'm using syslinux-3.70 and apparently it doesn't allow me to use different names for vmlinuz and initrd.gz.
If I use a name like vmlinuz-nx08 in the config file syslinux seem to be reloading everytime I try to boot. If I use vmlinuz and initrd-nx08.gz syslinux complains that it can't find the file even though it's there. I also tested this from the boot prompt and the menu and the...
2008 Aug 14
5
pxelinux server's IP address
Hello,
I am experimenting with pxelinux.
My setup is currently working.
My network card receives IP address from DHCP server, and then it downloads pxelinux.0 and executes it.
PXElinux loads its config file ('pxelinux.cfg/default') and is able to download vmlinuz and initrd.gz from TFTP server, and execute vmlinuz.
Now the question:
is there any way to pass server's IP address as a commandline argument to vmlinuz? Like if I type it to 'append' section in config file.
I would like to see /proc/cmdline after the vmlinuz boots and I'd like to...
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,
other then the fil...
2017 Apr 04
3
Compiling custom "vmlinuz" PXE kernel?
Hello CentOS list, I still need help.
Does anyone know how I would go about creating my own "vmlinuz" PXE
kernel? I'm still trying to get the NUC6CAYH to load to a LiveCD, and I'm
getitng nowhere with Intel.
My company wants to do hundreds of these per month; we're not above paying
for professional help at this point.
My current line of reasoning is to get whatever specialized...
2010 Jun 25
2
extlinux boot failer
...der to extlinux, but i came across some trouble, so i did
some steps as following:
1. rpm -ivh syslinux-extlinux*.rpm
2. extlinux -i /boot/extlinux
3. i edit extlinux.conf , and put it in /boot/extlinux/, there is
extlinux.conf is my attached file.
4. cd /boot/extlinux
ln -sf ../vmlinuz-2.6.32.4.lp.enhance.24-netbook-atkbd
vmlinuz-2.6.32.4.lp.enhance.24-netbook-atkbd
5. extlinux -U /boot/extlinux/
6. cat /usr/share/syslinux/mbr.bin > /dev/sda
7. reboot
the screen always show "No DEFAULT or UI configuration directive found!",
and then i type "/boot/vmlin...
2018 May 21
1
[PATCH] v2v: linux: fix kernel detection when split in different packages
...ssumes that a kernel
package contains everything in it, i.e. the kernel itself, its modules,
and its configuration. However, since recent Ubuntu versions (e.g.
starting from 18.04) modules & config (with few more files) are split in
an own package, thus not detecting the modpath from installed vmlinuz
files.
To overcome this situation, rework this detection a bit:
1) find the vmlinuz file as before, but then immediately make sure it
exists by stat'ing it
2) get the kernel version from the vmlinuz filename, which should be a
good assumption to do
3) use the calculated version to detect...
2018 May 22
1
[PATCH v2] v2v: linux: fix kernel detection when split in different packages
...ssumes that a kernel
package contains everything in it, i.e. the kernel itself, its modules,
and its configuration. However, since recent Ubuntu versions (e.g.
starting from 18.04) modules & config (with few more files) are split in
an own package, thus not detecting the modpath from installed vmlinuz
files.
To overcome this situation, rework this detection a bit:
1) find the vmlinuz file as before, but then immediately make sure it
exists by stat'ing it
2) find the modules path from the package as before:
2a) if found, extract the version in the same step
2b) if not found, get the kerne...
2016 Jul 07
3
no boot, no message
.../dev/sda1:
# tree .
.
??? extlinux
? ??? ldlinux.c32
? ??? ldlinux.sys
? ??? libcom32.c32
? ??? libmenu.c32
? ??? libutil.c32
? ??? menu.c32
? ??? poweroff.c32
? ??? poweroff.com
? ??? reboot.c32
? ??? syslinux.cfg
? ??? syslinux.cfg~
? ??? vesamenu.c32
??? gentoo
? ??? vmlinuz -> vmlinuz-3.16.2
? ??? vmlinuz-3.16.2
??? lost+found
??? slackware
??? vmlinuz-huge-4.4.14
4 directories, 15 files
# cat syslinux.cfg
#UI menu.c32
DEFAULT menu.c32
#UI vesamenu.c32
#DEFAULT gentoo
#DEFAULT slack64
PROMPT 0
MENU TITLE Boot Menu
#MENU BACKGROUND default_blue.png
MENU RES...
2017 Apr 04
0
Compiling custom "vmlinuz" PXE kernel?
> From: Locane [locane at gmail.com]
> Sent: Monday, April 03, 2017 8:33 PM
> To: CentOS mailing list
> Subject: [CentOS] Compiling custom "vmlinuz" PXE kernel?
>
> Hello CentOS list, I still need help.
>
> Does anyone know how I would go about creating my own "vmlinuz" PXE
> kernel? I'm still trying to get the NUC6CAYH to load to a LiveCD, and I'm
> getitng nowhere with Intel.
>
> My company...
2017 Oct 10
2
Unable to find linux kernel on ext4, filesystem-related root cause assumed
...and a single file system (ext4) which again contains a debootstrabed debian stable distribution.
Unfortunately, I'm experiencing problems with the bootability of the produced image. When selecting the installed system at the boot prompt, Syslinux responds with something like "couldnt load vmlinuz: File or directory not found".
The syslinux.cfg is located at the root of the said file system. The linux kernel and the initrd are relocated from their initial location at /boot to the file system root as well and are correctly referenced in syslinux.cfg.
Now the strange thing:
The problem...
2015 Mar 02
7
installing C7 on a laptop with Win7, dual boot
...s problem. basically:
cp /boot/grub2/grub.cfg orig.grub.cfg
grub2-mkconfig -o /boot/grub2/grub.cfg
with (on his system) the second command above producing this output:
[root at localhost ~]# grub2-mkconfig -o /boot/grub2/grub.cfg
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-3.16.2-1.el7.elrepo.x86_64
Found initrd image: /boot/initramfs-3.16.2-1.el7.elrepo.x86_64.img
Found linux image: /boot/vmlinuz-3.10.0-123.el7.x86_64
Found initrd image: /boot/initramfs-3.10.0-123.el7.x86_64.img
Found linux image: /boot/vmlinuz-3.10.0-123.6.3.el7.x86_64
Found initrd image: /boo...
2014 Apr 28
2
Re: [supermin] Be smarter about finding suitable kernel images
* Richard W.M. Jones:
> On Sat, Apr 26, 2014 at 02:27:07PM +0200, Hilko Bengen wrote:
>> ---
>> src/kernel.ml | 43 ++++++++++++++++++++++++++++---------------
>> 1 file changed, 28 insertions(+), 15 deletions(-)
>>
>> diff --git a/src/kernel.ml b/src/kernel.ml
>> index ed5aea3..436b1b0 100644
>> --- a/src/kernel.ml
>> +++ b/src/kernel.ml
2011 Mar 09
3
Creating the symbolic links in the /boot and /boot/grub/
I started a new thread since the original one is getting rather long.
I have retrieved the files I deleted in /boot and /boot/grub,
however I need to make links for
/boot/System.map (System.map -> System.map-2.6.9-89.35.1)
/boot/vmlinuz (vmlinuz -> vmlinuz-2.6.9-89.35.1)
/boot/grub/menu.lst (menu.lst -> ./grub.conf)
If it was not so important to get it correct, I would appreciate
the syntax for the command. Usually I would figure it out.
Since I have restored the files (I will double check to make sure
they are all the...
2020 Jun 17
2
CentOS 8.2 corrupt pxeboot kernel
Attempting to PXE boot from the BaseOS/x86_64/kickstart/images/pxeboot/ files results in repeating messages
Invalid or corrupt kernel image
eventually changing to
Could not find kernel image: centos8.2.x86_64/vmlinuz
I downloaded the files again, from a different mirror, and they are all the same. Wiped the files and recreated /tftpboot/linux-install/centos8.2.x86_64/. No dice.
First mirror
89251241a484010b98280ce00b3a3763 os/images/pxeboot/initrd.img
9261bb24add6bb4ff9ef6aaf348aaf35 os/images/pxeboot/vmli...
2009 Nov 27
6
where is the kernel
Hey all,
i used http://bits.xensource.com/oss-xen/release/3.4.2/linux-2.6.18-xen-3.4.2.tar.gz to try and compile my Xen kernel on debian 5.0.2
everything went well when i ussed make, make modules, make modules_install, and make install. The following files were created in the boot directory.
vmlinuz-2.6.18.8-xen
config-2.6.18.8-xen
System.map-2.6.18.8-xen
however in the arach/x86_64 there is no kernel.
what did i miss?
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2009 Nov 24
1
[PATCH] supermin: Die with an error if no kernels found (RHBZ#539746).
...b/appliance/libguestfs-supermin-helper.in
index 69f22e4..3e4a260 100755
--- a/appliance/libguestfs-supermin-helper.in
+++ b/appliance/libguestfs-supermin-helper.in
@@ -39,6 +39,12 @@ initrd="$3"
arch=$(echo "@host_cpu@" | sed 's/^i.86$/i?86/')
kernels=$(ls -1vr /boot/vmlinuz-*.$arch* 2>/dev/null | grep -v xen; ls -1vr /boot/vmlinuz-* 2>/dev/null | grep -v xen)
+
+if [ -z "$kernels" ]; then
+ echo "$0: failed to find a suitable kernel" >&2
+ exit 1
+fi
+
for f in $kernels; do
b=$(basename "$f")
b=$(echo "$...
2003 Aug 08
3
isolinux.cfg/syslinux.cfg
...le' and 'Unknown 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...