Displaying 7 results from an estimated 7 matches for "patatetom".
2018 Jun 29
2
guestmount only
hello,
I would only like to have guestmount in my toolkit to read-only vhd/vhdx
images, so I try to compile libguestfs with a minimum of dependencies.
I downloaded the 1.38-stable sources, installed the necessary dependencies
and compiled them with the command :
./configure --disable-ocaml --disable-perl --disable-ruby --disable-haskell
--disable-php --disable-erlang --disable-lua
2016 Dec 28
0
syslinux mkisofs hard-disk-boot isohybrid
2016-12-22 10:19 GMT+01:00 Thomas Schmitt via Syslinux <syslinux at zytor.com>:
> Hi,
>
> Didier Spaier wrote:
> > The issue is the inability of booting of a *physical* (not virtual)
> optical
> > media, like for instance a DVD or a CD, using syslinux.efi.
>
> Actually firmware cannot find any UEFI specified booting starting points
> in an ISO 9660
2018 Jun 29
0
Re: libguestfs compilation
in fact, it was vhd and not hvd.
if I understand correctly, guestmount uses qemu to allow the host to access
the contents of the virtual machine disk : it makes it live to access its
disk ?
thank you for answering.
2018-06-28 16:30 GMT+02:00 Richard W.M. Jones <rjones@redhat.com>:
> On Thu, Jun 28, 2018 at 03:55:32PM +0200, Pascal wrote:
> > hello,
> >
> > I'd like
2016 Dec 28
0
syslinux mkisofs hard-disk-boot isohybrid
2016-12-23 9:20 GMT+01:00 Thomas Schmitt via Syslinux <syslinux at zytor.com>:
> Hi,
>
> Ady wrote:
> > the UEFI specs do state that the ESP is supposed
> > to be set/used as no-emulation mode
> > ...
> > the UEFI specs should tolerate / accept this situation, rather than
> < restricting the ESP to no-emulation mode.
>
> My criticism towards this
2016 Dec 22
0
syslinux mkisofs hard-disk-boot isohybrid
Le mercredi 21 d?cembre 2016, Ady Ady via Syslinux <syslinux at zytor.com> a
?crit :
>
> > Hi,
> >
> > Pascal wrote:
> > > mkisofs -o core.iso -b boot/core.img -c boot/boot.cat -hard-disk-boot
> core/
> > > my iso image is ok with qemu on bios and uefi,
> >
> > Astounding. As CD-ROM this is not supposed to work with UEFI unless the
>
2016 Dec 22
2
syslinux mkisofs hard-disk-boot isohybrid
when you say """ Unfortunately, syslinux.efi v.6.03 is not capable of
booting optical """, you talk about isolinux.bin ?
because my iso image with a "good" alternate eltorito boot image (eg. "uefi
ready") is booting with qemu (qemu -cdrom core.iso -bios uefi.fd) and is
also booting in hard disk mode (qemu -hda core.iso -bios uefi.fd).
Le mercredi
2016 Dec 21
4
syslinux mkisofs hard-disk-boot isohybrid
hello every body,
I'm trying to build an isohybrid image based on syslinux able to boot on
bios and uefi with optical disk or usb key.
I've build a 16Mb hard disk image (core.img) with necessary parts for bios
(legacy bootable partition, protective mbr, gptmbr.bin & syslinux
installation) and for uefi (gpt, esp, /efi/boot/bootx64.efi & syslinux
files).
my hard disk image is ok -