WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: [RE-CLOSED]MD5SUM error on syslinux.tcz + running ok!  (Read 8893 times)

Offline grandma

  • Full Member
  • ***
  • Posts: 213
  • Never forget Grandma Loves You & made that candy4U
    • Back when a 10MB HD was $500 bucks
Re: [RE-CLOSED]MD5SUM error on syslinux.tcz + running ok!
« Reply #15 on: September 23, 2012, 05:44:02 AM »
same error (thank goodness - I copied your command exactly and if it had worked I would have whacked the functional grub4dos on that sdb1 usb flash drive...my main boot)

...am hacking on /mnt/sdc1  ;)
~ Luv Grandma
"When children of all nations
play in the sandbox together
all morning-all day-all week, and
one fine sunny day; all year long ...
... then war will become an ancient memory
and Grandma can knit that sweater
you'll hold near to your heart
until long after you're my age.

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: [RE-CLOSED]MD5SUM error on syslinux.tcz + running ok!
« Reply #16 on: September 24, 2012, 09:29:52 AM »
This appears to have worked:
Code: [Select]
$ sudo fdisk /dev/sdc
[Changed system type of partition 1 to b (W95 FAT32)]

$ sudo mkfs.vfat /dev/sdc1
$ sudo mount -t vfat /dev/sdc1 /mnt/sdc1
$ sudo mkdir -p /mnt/sdc1/boot/syslinux
$ sudo syslinux --directory /boot/syslinux/ --install /dev/sdc1
$ ls /mnt/sdc1/boot/syslinux
ldlinux.sys

..though I didn't add a syslinux.cfg and try to boot

Edit: corrected mkfs.vfat line
« Last Edit: September 24, 2012, 11:12:59 AM by Juanito »

Offline grandma

  • Full Member
  • ***
  • Posts: 213
  • Never forget Grandma Loves You & made that candy4U
    • Back when a 10MB HD was $500 bucks
Re: [RE-CLOSED]MD5SUM error on syslinux.tcz + running ok!
« Reply #17 on: September 28, 2012, 03:51:36 PM »
got error mkfs.vfat not found
thought it was mkdosfs

?

FOUND IT - tce-load -i mkisofs-tools

same error message

"possible unsafe /tmp/ permissions"

have found effective "work around" using (ahem) W2K Installation CD and QEMU...works well.
Wine under TC can't seem to get er done either, but W2K/QEMU combination
has been fairly painless and reliable.
« Last Edit: September 28, 2012, 04:04:08 PM by grandma »
~ Luv Grandma
"When children of all nations
play in the sandbox together
all morning-all day-all week, and
one fine sunny day; all year long ...
... then war will become an ancient memory
and Grandma can knit that sweater
you'll hold near to your heart
until long after you're my age.