Displaying 7 results from an estimated 7 matches for "isoboot".
Did you mean:
biosboot
2016 Nov 14
2
Booting from various ISO files directly
Hello,
Various boot parameters can be considered in alternative GRUB 2 configurations.
https://help.ubuntu.com/community/Grub2/ISOBoot/Examples
I would like to clarify command line parameters like the following a bit more
for the purpose of booting ISO images better.
http://www.syslinux.org/wiki/index.php?title=MEMDISK#-_Passing_ISO_parameter_to_the_kernel
1. bootfrom
2. findiso
3. iso-scan/filename
Which Linux variants do...
2016 Nov 18
0
Booting from various ISO files directly
On 11/14/16 02:10, SF Markus Elfring via Syslinux wrote:
> Hello,
>
> Various boot parameters can be considered in alternative GRUB 2
configurations.
> https://help.ubuntu.com/community/Grub2/ISOBoot/Examples
>
> I would like to clarify command line parameters like the following a
bit more
> for the purpose of booting ISO images better.
>
http://www.syslinux.org/wiki/index.php?title=MEMDISK#-_Passing_ISO_parameter_to_the_kernel
>
> 1. bootfrom
>
> 2. findiso
>
> 3....
2008 Dec 06
0
syslinux 3.72 fails where 3.71 didn't
...isolinux/ ## 3.72
#cp $SYSLINUX/isolinux.bin CDroot/boot/isolinux/ ## 3.63
cp $SYSLINUX/com32/modules/reboot.c32 CDroot/boot/isolinux/
cp $SYSLINUX/com32/menu/menu.c32 CDroot/boot/isolinux/
cp memtest CDroot/boot/
cp syslinux.cfg CDroot/boot/isolinux/isolinux.cfg
genisoimage -r -J -l -V "ISOboot" -input-charset iso8859-1 \
-b boot/isolinux/isolinux.bin -c boot/isolinux/boot.cat \
-no-emul-boot -boot-load-size 4 -boot-info-table \
-o ${RDIR}/SD.iso CDroot
echo "ISO image generated: ${RDIR}/SD.iso"
exit
fi
FSCode="c" ; if test $1 == "ext" ; t...
2016 Jun 22
4
[PATCH v2 0/4] virt-p2v support for openSUSE / SLES
Diff to v1:
* Use access rather than stat in gui.c
* Remove now uneeded and missplaced include for stat.h
Cédric Bosdonnat (4):
p2v: use yast2 lan on SUSE distros rather than NM
p2v: fix dependencies for SLES / openSUSE
p2v: add virt-p2v-make-kiwi to generate kiwi config
p2v: add -x option to nm-online
.gitignore | 3 +
configure.ac | 2 +
2016 Jun 22
5
[PATCH v3 0/4] virt-p2v support for openSUSE / SLES
Diff to v2:
* remove leftover variable declaration in gui.c
Cédric Bosdonnat (4):
p2v: use yast2 lan on SUSE distros rather than NM
p2v: fix dependencies for SLES / openSUSE
p2v: add virt-p2v-make-kiwi to generate kiwi config
p2v: add -x option to nm-online
.gitignore | 3 +
configure.ac | 2 +
p2v/Makefile.am | 31 +++++-
2016 Jun 22
8
[PATCH 0/4] virt-p2v support for openSUSE / SLES
Hi there,
Here are a few patches to get virt-p2v working on openSUSE and SLES. Note
that I intentionnaly use icewm and yast2 lan for SLES and openSUSE since SLES
doesn't ship metacity and all of NetworkManager pieces.
Cédric Bosdonnat (4):
p2v: use yast2 lan on SUSE distros rather than NM
p2v: fix dependencies for SLES / openSUSE
p2v: add virt-p2v-make-kiwi to generate kiwi config
2019 Sep 10
3
[PATCH 0/2] Remove virt-p2v from libguestfs
Now that virt-p2v has its own repository [1] and releases [2], it is
time to remove it from libguestfs.
[1] https://github.com/libguestfs/virt-p2v
[2] http://download.libguestfs.org/virt-p2v/
Pino Toscano (2):
Remove virt-p2v
Remove remaining virt-p2v bits
.gitignore | 4 -
Makefile.am | 7 +-
bash/Makefile.am