search for: kernelpath

Displaying 6 results from an estimated 6 matches for "kernelpath".

Did you mean: kernel_path
2011 Oct 05
0
CentOS 6 USB changes
...re, mount your .iso, and copy /mnt/iso/isolinux into there, then rename /syslinux/isolinus.cfg to /syslinux/syslinux.cfg. I put a grub.conf here, too: cat /mnt/disk/syslinux/grub.conf #debug --graphics default=0 splashimage=@SPLASHPATH@ timeout 5 hiddenmenu title @PRODUCT@ @VERSION@ kernel @KERNELPATH@ initrd @INITRDPATH@ title Install system with basic video driver kernel @KERNELPATH@ xdriver=vesa nomodeset askmethod initrd @INITRDPATH@ title rescue kernel @KERNELPATH@ rescue askmethod initrd @INITRDPATH@ On the second partition, copy your .iso images. T...
2010 Nov 05
3
Unable to create (and keep) guest
...l-installer'']: installer = xm_vars.env[''install-installer''] else: installer = arch_path[xm_vars.env[''install-arch'']] print "Installer: %s" % installer if xm_vars.env.get(''install-kernel''): kernelpath = xm_vars.env[''install-kernel''] else: kernelpath = installer + "/xen/vmlinuz" if xm_vars.env.get(''install-ramdisk''): ramdiskpath = xm_vars.env[''install-ramdisk''] else: ramdiskpath = installer + &quo...
2020 May 15
1
How to Load Custom CentOS 7 Image
...ase of one of the following links[1-4], should be sufficient to >get you started. >[0] https://github.com/EarlRamirez/snipeit_iso In above github project, in https://github.com/EarlRamirez/snipeit_iso/blob/master/isolinux/grub.conf file, there is ?@? symbol for splashimage, and for kernel, @KERNELPATH@, @ROOT@, etc. Will those be replaced by actual values? Where do actual values come from? How does actual values substitute those variables? Thanks again, - Xinhuan
2009 Apr 05
1
can't "make"
...Laptops/WirelessAR5007EG -- as I did for 5.2. The problem arises in section 6: [mpk at a3680 madwifi-hal-0.10.5.6-r3968-20090402]$ make /bin/sh: line 0: cd: /lib/modules/2.6.18-128.el5/build: No such file or directory Makefile.inc:66: *** /lib/modules/2.6.18-128.el5/build is missing, please set KERNELPATH. Stop. [mpk at a3680 madwifi-hal-0.10.5.6-r3968-20090402]$ ls ath BuildCaps.inc hal kernelversion.c Makefile.kernel README release.h THANKS ath_hal contrib include Makefile net80211 README.dfs scripts tools ath_rate COPYRIGHT INSTALL Makefile.inc...
2006 Nov 24
0
xen with madwifi
..., it donloaded needed 2.6.16.29 vanilla kernel from kernel.org, patched it, compilation went well. I installed it, booted it, everything ok. But when I tried to compile madwifi-old sources, I realized that there is no linux-2.6.16.29-xen/arch/xen directory, so obviously command "make ARCH=xen KERNELPATH=path_to_xen_linux_kernel" doesn''t work as expected. I saw some posts saying that madwifi is working with xen, so I am curious what am I doing wrong. thanks, have a nice day J. please CC: me, I am not on the list _______________________________________________ Xen-users mailing li...
2009 May 25
2
how to set ''extra'' parameter of xen configuration file?
Hi,all how to set ''extra'' parameter of xen configuration file? I found several format in this parameter, such as: extra = "text ks=nfs:192.168.1.254:/disk1/yum/centos5/ks.xen.centos5.txt" or extra = "headless ip=dhcp method=nfs:129.158.218.44:/mnt lang=en_US keymap=us ksdevice=eth0" Is there a specification to show how to edit this parameter, and to