About create usb-boot freedos with syslinux. i want create a usb-boot disk, the os is freedos and the os loader is syslinux,i do it under debian, below is what i did: 1 mkdosfs /dev/sda1 (this is my usb card) 2 syslinux /dev/sda12 3 mount /dev/sda1 /tmpusb -t msdos 4 dd if=/dev/fd0 of=/dos.bss bs=512 count=1 5 cp /dos.bss /tmpusb 6 mount /dev/fd0 /tmpfd -t msdos (the floppy disk is the freedos diskette,and i have created 7 cp /tmpfd/{kernel.sys command.com} /tmpusb 8 cd /tmpusb 9 edit syslinux.cfg: default freedos prompt 1 timeout 30 label freedos kernel dos.bss but when i boot it ,i get only two line of dot, such as . ..... what is the problem? who can help me? thanks in advance. ---------------------------------------------- ?????????????????????? http://super.21cn.com/ ?????????????????????????? http://y.21cn.com/club/ ???????????????????????????? http://pas.21cn.com/ 21CN????????????--??????50M???? http://mail.21cn.com/huodong/0410/business ??????????????????,?????????????? http://mail.21cn.com/adsl_corp.htm ????????????????????????21CN???????? http://g.21cn.com/
Blaauw,Bernd B.
2005-Jan-27 20:09 UTC
[syslinux] About create usb-boot freedos with syslinux.
Please try getting Syslinux to run first on your USB drive, and later on adding FreeDOS. Are you sure all Syslinux/FreeDOS files are in the root of your USB drive? I guess so, from my limited amount of Linux knowledge. I think HPA included a script for installing Syslinux to USB drives in the Syslinux package, which is currently at 3.07 or so. Anyway, it looks like a problem with loading Syslinux, or does Syslinux itself work OK but FreeDOS bootsector fails? a bit more info please. www.fdos.org/kernel contains latest interim builds from CVS. Bernd 1 mkdosfs /dev/sda1 (this is my usb card) 2 syslinux /dev/sda12 3 mount /dev/sda1 /tmpusb -t msdos 4 dd if=/dev/fd0 of=/dos.bss bs=512 count=1 6 mount /dev/fd0 /tmpfd -t msdos 8 cd /tmpusb 9 edit syslinux.cfg: default freedos prompt 1 timeout 30 label freedos kernel dos.bss ---------------------------------------------------------------- Op deze e-mail zijn de volgende voorwaarden van toepassing: http://www.fontys.nl/disclaimer The above disclaimer applies to this e-mail message. ----------------------------------------------------------------