Displaying 20 results from an estimated 24 matches for "mkimage".
Did you mean:
kimage
2015 Sep 14
2
adding xen support to grub2 got segfault running grub2-mkimage
...m the C7 vault.
I configured as shown belowhttps://blog.xenproject.org/2015/01/07/using-grub-2-as-a-bootloader-for-xen-pv-guests/
for headers, I used xen-devel, xen-libs, xen-licenses from a recent build I didhttp://107.185.144.55/xen/cent7/dom0/RPMS/stable-4.5/mock/
this gave a segfault from grub2-mkimage with a cmdline like/usr/bin/grub2-mkimage? -O x86_64-xen?? -C auto? -d /usr/lib/grub/x86_64-xen -c ./grub-bootstrap.cfg???? -m ./memdisk.tar???? -o ./grub2-x86_64-xen.bin -v? ext2 fat file font fshelp gzio halt hashsum help legacycfg linux loadenv loopback part_dvh part_gpt part_msdos part_plan par...
2019 Jan 03
2
Xen PVH support for grub-xen in Buster
...recipe to create those:
git clone https://git.savannah.gnu.org/git/grub.git
cd grub
./autogen.sh
rm -rf foo/build
mkdir -p foo/build
cd foo/build
../../configure TARGET_LDFLAGS=-static --target=i386 --with-platform=xen_pvh
make
Now, I create a grub.cfg file and then...
./grub-mkstandalone --grub-mkimage=./grub-mkimage -o
grub-i386-xen_pvh.bin -O i386-xen_pvh -d grub-core/
boot/grub/grub.cfg=grub.cfg
...I end up with something that I can use as kernel image for the Xen
PVH virtual machine.
---- >8 ----
I tried a bit to find out how to change debian/rules in the grub
packaging to make this hap...
2020 Oct 07
1
strange email from cron regarding "rear"
I don't understand what this means, I found it in root's email this morning:
To log into the recovery system via ssh set up /root/.ssh/authorized_keys
or specify SSH_ROOT_PASSWORD
WARNING: /usr/lib/grub/x86_64-efi/moddep.lst not found, grub2-mkimage will
likely fail. Please install the grub2-efi-x64-modules package to fix this.
ERROR: Error occurred during grub2-mkimage of BOOTX64.efi
Aborting due to an error, check /var/log/rear/rear-fcshome.log for details
/bin/sh: line 1: 30339 Terminated /usr/sbin/rear mkrescue
It is possible...
2002 Sep 13
1
Unable to mount root fs
...Unable to mount root fs on 01:01
I realize that this may not be 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...
2013 Dec 02
7
Stuck trying to boot Xen 4.3 on Arm Midway
...t (potentially non-smp without some later changes). But since I am not
familiar enough with Arm I think I am stuck doing something wrong.
I compiled the hypervisor with debug and early printk for midway and use the
xen.bin file (I could get no output at all when trying to create a uboot image
with mkimage from the uncompressed xen.gz).
My uboot sequence looks like this:
mw.l 800000 0 10000
scsi scan
ext2load scsi 0 0x800000 xen.bin
ext2load scsi 0 0x1000000 vmlinuz
setenv kernsize $filesize
ext2load scsi 0 0x2000000 initrd.img
setenv initsize $filesize
# Tried dtuart=/soc/serial@fff36000 as well wi...
2007 Oct 15
3
How to create initrd.img
Hi,
anyone to point me URL on initrd.img creating? I have custom kernel and
want to create initrd.img for install media.
mkinitrd /tmp/initrd.img 2.6.18-8.1.14.el5.hrb -v -f create unusable
file for install media.
Thanks,
David
2019 Jan 06
2
Bug#776450: Xen PVH support for grub-xen in Buster
On Sun, Jan 06, 2019 at 01:45:53AM +0100, Hans van Kranenburg wrote:
> Hm, so I have a PV (or PVH) domU in a test environment here, and I tried
> to use it in the Debian way of booting it.
>
> If I install grub-xen-bin inside the domU then I get some stuff, but not
> update-grub. When I just also install grub2 it drags in more stuff, and
> then I end up with update-grub and a
2014 Oct 02
1
Introducing snf-image-creator
...urce IaaS cloud
software and also with Google's Ganeti[2] cluster management software.
However it is completely independent from the above solutions and can be
used as a generic image creation tool too.
It comes in two variants:
* snf-image-creator: A user-friendly dialog-based program
* snf-mkimage: A non-interactive command-line program
Unlike Oz, it takes as input, media that represents a hard disk (a block
device, an image file or the host system itself) with an installed OS on
it. It snapshots the hard disk, performs various cleanup tasks on the
snapshot (like virt-sysprep), shrinks the...
2002 Sep 14
1
Re: SYSLINUX digest, Vol 1 #196 - 4 msgs
...that this may not be 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
> kerne...
2017 Feb 17
2
How to make a Google Compute Engine boot image with guestfish?
...cloud.google.com/compute/docs/images/import-existing-image
This is a script that does something very similar what I need (although without an initramfs), but it seems to me that guestfish might be able to do so in a much more straightforward manner:
https://github.com/Solo5/solo5/blob/master/tools/mkimage/solo5-mkimage.sh
So my question, does anyone know off the top of their head the right incantation to get guestfish to take my kernel and initramfs files and put them into a syslinux/extlinux Google Compute Engine “disk.raw” 10G MBR sparse bootable image, equivalent to the solo5 script above, and c...
2016 Apr 02
3
Changes to get CD to boot on EFI System.
...isohybrid wiki mentions the opportunity to prepare for UEFI,
distro ISOs do boot via UEFI, but the wiki does not tell the
decisive info that nobody yet managed to boot SYSLINUX via UEFI
from CD-ROM.
I could now make a little list of candidates for isohybrid --uefi:
- FAT images with GRUB2, e.g. by mkimage
(Fedora-Workstation-netinst-x86_64-23.iso : /images/efiboot.img , 5 MB
debian-8.2.0-amd64-netinst.iso : /boot/grub/efi.img , 400 KB)
- FAT images with goofiboot
(slint64-current-goofiboot-1.4.0.iso : /efi.img , 64 MB)
- plain Linux kernel blob
(slint64-current-efi-stub.iso : /efi.img , 63...
2019 Jan 05
4
Bug#776450: Xen PVH support for grub-xen in Buster
...sides i386-xen
and x86_64-xen? This would be the most convenient "upgrade path". If you
want to switch to PVH, just change kernel line in the xen guest config
file, and set type='pvh'.
>> Now, I create a grub.cfg file and then...
>>
>> ./grub-mkstandalone --grub-mkimage=./grub-mkimage -o
>> grub-i386-xen_pvh.bin -O i386-xen_pvh -d grub-core/
>> boot/grub/grub.cfg=grub.cfg
>>
>> ...I end up with something that I can use as kernel image for the Xen
>> PVH virtual machine.
>
> Can you elaborate on what you mean by "use as ker...
2013 Dec 12
10
[PATCH 0/4] Turn-key PV-GRUB2 installation
This patch set should make it easier to maintain PV-GRUB2 installations.
The general idea is based on discussions I had with Xen developers
(mainly Ian Jackson) at the Ubuntu Developer Summit in May 2011; though
I never did manage to get the core port done and Vladimir beat me to
that, I think the configuration approach we discussed there is still
valid and useful.
The idea here is that people
2004 Jan 13
3
RE: [OT] Re: Getting ext3 up and running
...to:
/dev/hda1 / auto defaults 0 0
umount /mnt/hda
reboot from hd
I used tip found at http://mailman.linuxtag.org/pipermail/debian-knoppix/2003-May/002804.html
using the script provided to create an ext2-compressed initrd image instead of cramfs, changing
accordingly /etc/mkinitrd/mkinitrd.conf MKIMAGE variable and running
mkinitrd -o img_file /lib/modules/2.4.22-xfs
I obtain an about 3Mb compressed image file that uncompressed is about 8Mb.
Now you have to strip it to less than 4Mb uncompressed file.
mkdir /tmp/img_big_dir
mkdir /tmp/img_ok_dir
gzip -dc < img_file > /tmp/img_big
mount -...
2014 Jul 04
1
Creating LiveCD with EFI option?
...t -boot-load-size 4 -boot-info-table \
-eltorito-alt-boot \
-e isolinux/efiboot.img -no-emul-boot -eltorito-alt-boot \
-e isolinux/macboot.img -eltorito-id "MAC" -no-emul-boot \
../src
isolinux/efiboot.img is a vfat image that contains:
* EFI/BOOT/bootx32.efi - created with grub2-mkimage
* EFI/BOOT/grub.cfg - standard grub.cfg
isolinux/macboot.img is a bit more complicated but if you don't need your iso
to boot on macosx hardware you can ommit this flag. This file contains:
* .VolumeIcon.icns - icon for EFI boot image in macosx
* EFI/BOOT/BOOTX64.efi
* EFI/BOOT/grub.cfg
* ma...
2019 Sep 25
1
USB of ISO image
Hi
I did the dd iso to my USB. all is fine.
I can mount the second partition (which is not iso 9660) and edit the
grub.cfg file.
Question is what do I run after that so my new menu option appears ?
grub2-install /dev/sdd
Is that the correct command to get grub to notice my new file ? Assuming
sdd is the USB disk of course.
Thanks,
jerry
2014 Nov 17
0
Syslinux 6.03, kernel not relocatable.
...the kernel shipped
in DVD installers for Slackware64-14.1 can boot on UEFI.
By the way this is exactly same kernel that I shipped in the Slint
USB installer that failed, and also with in the hybrid ISO images
of the Slint installer, that ship an EFI bootloader built by Patrick
Volkerding with grub-mkimage.
So one more question: why can one boot with a GRUB EFI bootloader
but not with the SYSLINUX bootloader, using the same kernel?
More accurately, I know why: because of the aforementioned patch, but
then, why is this test needed in SYSLINUX only?
Best regards,
Didier
2013 Aug 30
7
bootwrapper can't be compiled for cubieboard2
Hi Ian,
I try compile the bootwrapper for cubieboard2 like this:
joshzhao@joshzhao-ThinkCentre-M58p:~/project/Xen/A20/boot-wrapper$
make cubieboard2_defconfig CROSS_COMPILE=arm-linux-gnueabihf-
#
# configuration written to .config
#
joshzhao@joshzhao-ThinkCentre-M58p:~/project/Xen/A20/boot-wrapper$
make CROSS_COMPILE=arm-linux-gnueabihf-
make -C scripts/kconfig -f Makefile.bootwrapper
2014 Nov 17
2
Syslinux 6.03, kernel not relocatable.
>
> On 16/11/2014 18:33, Didier Spaier wrote:
> > Hi all,
> >
> > I have requested tests of this USB installer:
> > http://slint.fr/testing/slint64-14.1_syslinux.6.03.img
> > in both BIOS and UEFI modes.
> >
> > A test in UEFI mode:
> >
2006 Aug 08
1
Client/server test harness - Crucible 1.6
...rt for build-only testing of non-kernel components
* Bunch of cleanup and bug fixes
* New features 'delete' and 'requeue' for the 'testrun' tool, for
administrative control over problematic test runs.
* New features 'lnimage', 'lsimage', 'mkimage', 'conlog', and 'power'
to 'sut' tool. These allow easy, uniform access to functionality
in systemimager, conserver, and the remote power management tools.
* Test plan commands have been converted into regular bash scripts.
This makes customization of...