← Back to team overview

puredyne-team team mailing list archive

[Bug 643127] [NEW] syslinux variant of make-live-device.sh not working

 

Public bug reported:

when it gets near the end the script reports something like this:

...
2369015 blocks
~/code/puredyne/bouilloncube/sh/syslinux /mnt/make-live-iso
[*] syslinux configuration
syslinux: this doesn't look like a valid FAT filesystem
...

and indeed the filesystem cannot be mounted with -t vfat option.

I'm guessing it occurs around these two lines:

cat /usr/lib/syslinux/mbr.bin > ${2}
syslinux ${2}1


the grub2 script seems to work fine with the same SD card (completes successfully - haven't had a chance to boot it yet, if it fails I'll report back)

tested on up-to-date Lucid

** Affects: bouilloncube
     Importance: Undecided
         Status: New

-- 
syslinux variant of make-live-device.sh not working
https://bugs.launchpad.net/bugs/643127
You received this bug notification because you are a member of puredyne
team, which is the registrant for bouilloncube.

Status in bouillon cube: New

Bug description:
when it gets near the end the script reports something like this:

...
2369015 blocks
~/code/puredyne/bouilloncube/sh/syslinux /mnt/make-live-iso
[*] syslinux configuration
syslinux: this doesn't look like a valid FAT filesystem
...

and indeed the filesystem cannot be mounted with -t vfat option.

I'm guessing it occurs around these two lines:

cat /usr/lib/syslinux/mbr.bin > ${2}
syslinux ${2}1


the grub2 script seems to work fine with the same SD card (completes successfully - haven't had a chance to boot it yet, if it fails I'll report back)

tested on up-to-date Lucid





Follow ups

References