Hi everybody,
the name of the topic may confuse you but I think I am posting in the right forum. I am trying to diagnose my Seagate disk drive using SeaTools Bootable. Booting into it gave me a bare Linux console while a GUI was promised. That was my starting point for investigations, which lead me to learn about Tiny Core Linux. I figured out SeaTools Bootable is actually just a bootable Tiny Core Linux with some extensions. But something seems to be misconfigured...
Let's look together at their
sysconfig.cfg. The most interesting part is the following:
waitusb=5:LABEL=SEABOOT tce=LABEL=SEABOOT mydata=mydata_STB lst=onboot_STB_Xorg.lst
After reading
FAQ I understood that the loader should wait for a USB-device labeled SEABOOT and it is defined to contain Tiny Core Extensions. I am not sure what parameter mydata does, but lst seems to define the list of extensions to install.
P.s. I am also hanging around on IRC if anyone wants to chat me
Anyway from what I can tell: mydata_STB doesn't get unpacked after boot and onboot_STB_Xorg.lst isn't installed. My pendrive is labeled correctly as SEABOOT, the folder structure looks correct to me as well (shortened):
/f
├── boot
│ └── syslinux
│ ├── syslinux.cfg
│ └── ...
└── tce
├── mydata_STB.tgz
├── onboot_STB_Xorg.lst
└── optional
├── acl.tcz
├── acl.tcz.dep
├── acl.tcz.md5.txt
├── asian-fonts.tcz
├── aterm.tcz
├── aterm.tcz.md5.txt
├── ... 485 files here
And I still can't quite figure it out why it doesn't work. Maybe some of the experienced eyes on this forum can help me to get it running?
P.s.: I am also hanging around in IRC if anyone wants to chat me