Search Members Help

» Welcome Guest
[ Log In :: Register ]

Mini-ITX Boards Sale, Fanless BareBones Mini-ITX, Bootable 1G DSL USBs, 533MHz Fanless PC <-- SALE $200 each!
Get The Official Damn Small Linux Book. DSL Market , Great VPS hosting provided by Tektonic
 

[ Track this topic :: Email this topic :: Print this topic ]

reply to topic new topic new poll
Topic: How to build an USK key BIOS boot USB-FDD ?, BIOS boot USB with UDB-FDD< Next Oldest | Next Newest >
bcostacurta Offline





Group: Members
Posts: 13
Joined: Dec. 2008
Posted: Dec. 11 2008,19:46 QUOTE

Hello,

how to build an USK key compatible with BIOS supporting only USB-FDD ?

The default system in DSL only allow creation of and UDB-HDD (hard disk) compatible USK key.
However my thin client box only supports UDB-FDD (floppy disk) and so doesn't accept this default DSL USB key.

Thanks for any help or method to follow.

Bye,
Bruno
Back to top
Profile PM 
John Offline





Group: Super Administrators
Posts: 697
Joined: Sep. 2003
Posted: Dec. 13 2008,00:29 QUOTE

USB booting could be very tricky.   I am not sure if it will work specifically with UDB-FDD, but I've found that the way that works with most bios is to have a very small bootable partition on the pen drive (<200MB).  You cold do this with cfdisk; cfdisk -z /dev/sda. I usually use the rest of the drive for storage.  So, there will be, for example sda1 and sda2, both set up with a dos partition in cfdisk.

Here is a copy of the script I use after that:
mkdosfs /dev/sda1
sleep 3
mkdosfs /dev/sda2
sleep 3
ms-sys -s /dev/sda
sleep 3
#mount -t vfat  /dev/sda2 /mnt/sda2
#unzip dsl-X.XX-embedded.zip -d /mnt/sda2/
mount /dev/sda1
sleep 3
unzip dsl-4.4-embedded.zip -d /mnt/sda1/
sleep 3
syslinux  -s /dev/sda1

While this setup has the drawback of having a second which isn't accesible via windows, I've found that it works on more computers than the standard DSL USB install.  Maybe give it a shot?
Back to top
Profile PM 
1 replies since Dec. 11 2008,19:46 < Next Oldest | Next Newest >

[ Track this topic :: Email this topic :: Print this topic ]

 
reply to topic new topic new poll
Quick Reply: How to build an USK key BIOS boot USB-FDD ?

Do you wish to enable your signature for this post?
Do you wish to enable emoticons for this post?
Track this topic
View All Emoticons
View iB Code