Siblo Question for Leachim

Under development: PCMCIA, wireless, etc.
Post Reply
Message
Author
JustGreg
Posts: 782
Joined: Tue 24 May 2005, 10:55
Location: Connecticut USA

Siblo Question for Leachim

#1 Post by JustGreg »

I have gotten siblo zip file. The installer is Window$ based. I did see there is a file, siblo.bin. I think it is the bootloader that is written to the reserve section of the partition. If it is, then one could figure out the start of the reserve section and then use dd to install the bootloader with the proper offset.

However, calculating the needed offset is the problem. It is to easy to make an error doing the calculation. Is there an easier method or installer that can be used to install siblo using Puppy? Thanks in advance for any help!
Enjoy life, Just Greg
Live Well, Laugh Often, Love Much

Leachim
Posts: 229
Joined: Sun 27 May 2007, 23:04

#2 Post by Leachim »

The siblo boot loader is copied onto the partition the following way:

The first sector of siblo.bin goes into the boot-sector (the first sector of the partition) - then one sector is skipped (here Microsoft stores some cached informations about FAT32 disk usage) - the rest of siblo.bin is simply copied to the third and following sectors of the partition. Check whether there are enough unused sectors at the start of the partition! In practice this should not be a problem, because WIndows and Linux formatted FAT32 partitions have enough unused sectors at the start of each partition per default!

Sorry, but I did not had the time yet to write a Linux-installer for SIBLO. :-(

JustGreg
Posts: 782
Joined: Tue 24 May 2005, 10:55
Location: Connecticut USA

#3 Post by JustGreg »

I will use dd and hexedit to try things out. I will post the results if I have success.
Enjoy life, Just Greg
Live Well, Laugh Often, Love Much

Leachim
Posts: 229
Joined: Sun 27 May 2007, 23:04

#4 Post by Leachim »

I wrote a Linux installer for SIBLO. The complete package (including source) is available for download at

http://simplux.org/siblo

Pleae let me know if you experience any problems.

JustGreg
Posts: 782
Joined: Tue 24 May 2005, 10:55
Location: Connecticut USA

#5 Post by JustGreg »

Thank you for the help!
Enjoy life, Just Greg
Live Well, Laugh Often, Love Much

markus
Posts: 2
Joined: Mon 18 Feb 2008, 05:08

zip file is missing items

#6 Post by markus »

Leachim,

Can you please check the latest zip you posted up? All the win32 executables and code are missing :(

thanks,
markus.

JustGreg
Posts: 782
Joined: Tue 24 May 2005, 10:55
Location: Connecticut USA

#7 Post by JustGreg »

Here are the two zip files that I have downloaded in the past. The first is the window$ only (siblo-win.zip) version and the second has the linux installer (siblo-lin.zip) with what appears to be the window$ stuff.

I had no problems with the linux installer. Siblo does work well if one follows the readme file informtion. I hope this helps.
Attachments
siblo-win.zip
(122 KiB) Downloaded 1076 times
siblo-lin.zip
(142.47 KiB) Downloaded 993 times
Enjoy life, Just Greg
Live Well, Laugh Often, Love Much

markus
Posts: 2
Joined: Mon 18 Feb 2008, 05:08

#8 Post by markus »

Thanks JustGreg!

danieljiang
Posts: 1
Joined: Mon 29 Dec 2008, 08:18

siblo's release

#9 Post by danieljiang »

I faced on a problem

I want to boot my usb-stick with siblo, winpe/slax and VMware ESXi Install Program.

I am success for winpe & slax, but failed for ESXi.

This is a error follow:

*********************************************

SYSLINUX image is too old; mboot.c32 needs at least version 2.12.

*********************************************

I am also get the same error when I boot ESXi install program from pxelinux, then I upgrade the syslinux release great than 2.12, it work!

So I think this problem is the release problem.

Which release the siblo based on syslinux? &

How can I get the newest siblo baesd on syslinux release great than 2.12?

Post Reply