search for: boot_hd0

Displaying 3 results from an estimated 3 matches for "boot_hd0".

Did you mean: boot_gdt
2015 Oct 19
0
MANUAL: How to do an Installation Windows USB with syslinux 6.03
...y marcar? la partici?n como activa. 5. Crear un fichero syslinux.cfg en la carpeta syslinux con la siguiente informaci?n UI vesamenu.c32 MENU TITLE Instalador via USB Aeana Malaga MENU AUTOBOOT Se iniciara la instalaci?n de Windows en # segundos Timeout 300 TOTALTIMEOUT 9000 DEFAULT boot_hd0 LABEL boot_hd0 MENU LABEL Arrancar desde primer Disco Duro COM32 chain.c32 APPEND hd0 LABEL windows_installer MENU LABEL instalar windows COM32 chain.c32 APPEND boot 1 ntldr=/bootmgr 6. Finalmente copiar al pendrive todo el contenido del dvd de instalaci?n de Windows Vista
2011 Aug 17
1
[patch 1/1] syslinux: add suport for com32 entries in the menu
...eros at hp.com> Problem: The actual code only check for entries with kernel or linux, so this example will not work, this patch is to add support to gfxboot to detect the entry COM32 and use any module, in this case the module is chain.c32 Version: Syslinux 4.04 Example: UI gfxboot.c32 LABEL boot_hd0 MENU LABEL Boot from first hard drive COM32 chain.c32 APPEND hd0 Signed-off-by: Jorge D Cisneros <jorge.cisneros at hp.com> -- --- com32/gfxboot/gfxboot.c.orig 2011-08-17 10:04:44.000000000 -0500 +++ com32/gfxboot/gfxboot.c 2011-08-17 10:07:34.000000000 -0500 @@ -125,6 +125,7 @@...
2011 Aug 18
0
[patch 1/1] syslinux: add suport for com32 entries inthe menu
...actual code only check for entries with kernel or linux, so this example will not work, this patch is to > add support to gfxboot to detect the entry COM32 and use any module, in this case the module is chain.c32 > Version: Syslinux 4.04 > > Example: > UI gfxboot.c32 > > LABEL boot_hd0 > MENU LABEL Boot from first hard drive > COM32 chain.c32 > APPEND hd0 Can't we just add the following instead? Sebastian diff --git a/com32/gfxboot/gfxboot.c b/com32/gfxboot/gfxboot.c index 35d180a..58fdc1b 100644 --- a/com32/gfxboot/gfxboot.c +++ b/com32/gfxboot/gfxboot.c @@ -381,...