Displaying 2 results from an estimated 2 matches for "8e137cd9".
2015 Oct 20
1
Re: Extlinux with guestfish
...d341b58ae4d02802d19340
vmlinuz-3.10.0-229.el7.x86_64
><fs> cat /boot/syslinux.cfg
DEFAULT linux
LABEL linux
SAY Booting the kernel
KERNEL /boot/vmlinuz-3.10.0-229.el7.x86_64
INITRD /boot/initramfs-3.10.0-229.el7.x86_64.img
APPEND ro root=UUID=8e137cd9-cd6c-4205-a27f-211d6184a5f3
><fs> copy-file-to-device /boot/mbr.bin /dev/sda size:440
><fs> extlinux /boot
><fs> part-set-bootable /dev/sda 1 true
Thank you for your time and understanding.
2015 Oct 20
2
Extlinux with guestfish
Hi everyone,
I'm working with libguestfs 1.30.3 on Centos 7 host.
I encountered a problem when I wanted to install extlinux with guestfish as
a bootloader for my guests and I always get this error:
SYSLINUX 4.05 EDD 0x54f93f16 Copyright (C) 1994-2010 H. Peter Anvin et al
ERROR: No configuration file found
No default or UI configuration directive found!
boot: _
*This is how I create the