Hago Debian live usb personalizado a través de live-helper. Hasta ahora funciona muy bien, pero cuando agrego algunos paquetes adicionales a la instalación predeterminada, la imagen de salida no se puede montar. Básicamente creo una imagen de esta manera:
# lh_config -b usb-hdd -m http://ftp.cz.debian.org/debian/ --packages "..."
# lh_build
# mount -o loop,offset=512 binary.img /mnt
Resultados en
mount: you must specify the filesystem type
Pero con menos paquetes adicionales se puede montar. Son interesantes estos valores:
# fdisk -ul small.img
You must set cylinders.
You can do this from the extra functions menu.
Disk small.img: 0 MB, 0 bytes
54 heads, 36 sectors/track, 0 cylinders, total 0 sectors
Units = sectors of 1 * 512 = 512 bytes
Disk identifier: 0x0005a3cb
Device Boot Start End Blocks Id System
small.img1 * 1 276479 138239+ 83 Linux
Partition 1 has different physical/logical endings:
phys=(17, 53, 36) logical=(142, 11, 36)
Y para la imagen más grande:
# fdisk -ul big.img
You must set cylinders.
You can do this from the extra functions menu.
Disk webstep_rescue_disk_usb.img: 0 MB, 0 bytes
255 heads, 63 sectors/track, 0 cylinders, total 0 sectors
Units = sectors of 1 * 512 = 512 bytes
Disk identifier: 0x0002a2ab
Device Boot Start End Blocks Id System
big.img1 * 63 771119 385528+ 83 Linux
¿Entonces, cuál es el problema? ¿El final de la imagen termina en el medio del sector o qué?
He usado la información de Debian / Live: http://wiki.debian.org/DebianLive/Howto/USB
La razón principal para montar la imagen es que quiero usar el menú syslinux personalizado vesa32 y la pantalla de bienvenida.