Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Próxima revisión
Revisión previa
syslinux [2024/05/28 16:13] – creado - editor externo 127.0.0.1syslinux [2024/08/19 13:27] (actual) – [Referencias] kasandra
Línea 31: Línea 31:
  
 <code> <code>
-dd conv=notrunc bs=440 count=1 if=mbr.bin of=/dev/sdXparted /dev/sdX set 1 boot on+dd conv=notrunc bs=440 count=1 if=mbr.bin of=/dev/sdX 
 +parted /dev/sdX set 1 boot on
 </code> </code>
  
Línea 78: Línea 79:
  
 <code> <code>
-DEFAULT linuxLABEL linux SAY Now booting the kernel from SYSLINUX... KERNEL vmlinuz.img APPEND ro root=/dev/sda1 initrd=initrd.img+DEFAULT linux 
 +LABEL linux SAY Now booting the kernel from SYSLINUX...  
 +KERNEL vmlinuz.img  
 +APPEND ro root=/dev/sda1 initrd=initrd.img
 </code> </code>
  
Volver arriba