Tiny Core Linux
Tiny Core Base => CorePlus => Topic started by: zlagos on July 28, 2016, 09:27:33 AM
-
Hello everyone,
Sorry for my bad English, I'm Spanish.
Someone could tell me how to make an iso (for a live usb) it to start with Xfbdev (TinyX, kdrive) and not vesa?
(and mouse ps2)
And how to install it on your hard drive?
I need a boot similar to Damn Small Linux for Toshiba Libretto 100CT.
Thank you.
-
I'm not sure if it's useful, but the tinycorepure64 iso uses Xfbdev by default.
If the aim is a usb install, you don't need to make a re-mastered iso.
You can, for example, use the tc-install tool with the coreplus iso to install to usb or hd and then modify onboot.lst and the boot codes to use Xfbdev.
-
I'm not sure if it's useful, but the tinycorepure64 iso uses Xfbdev by default.
If the aim is a usb install, you don't need to make a re-mastered iso.
You can, for example, use the tc-install tool with the coreplus iso to install to usb or hd and then modify onboot.lst and the boot codes to use Xfbdev.
That is precisely what we do not know: what and how to modify exactly the onboot.lst
Thank you
-
Assuming you can boot your machine to a console prompt, you can edit the onboot.lst text file to include Xfbdev, Xprogs, flwm, aterm and wbar and then reboot.
For example: $ vi /mnt/sdb1/tce/onboot.lst
[edit and save onboot.lst]
$ cat /mnt/sdb1/tce/onboot.lst
...
Xfbdev.tcz
Xprogs.tcz
flwm.tcz
aterm.tcz
wbar.tcz
Note that this assumes that these extensions and their recursive deps are present in the tce folder on the usb stick.
-
See also:
http://wiki.tinycorelinux.net/wiki:display_modes?s[]=xfbdev
-
Assuming you can boot your machine to a console prompt, you can edit the onboot.lst text file to include Xfbdev, Xprogs, flwm, aterm and wbar and then reboot.
For example: $ vi /mnt/sdb1/tce/onboot.lst
[edit and save onboot.lst]
$ cat /mnt/sdb1/tce/onboot.lst
...
Xfbdev.tcz
Xprogs.tcz
flwm.tcz
aterm.tcz
wbar.tcz
Note that this assumes that these extensions and their recursive deps are present in the tce folder on the usb stick.
Searching xfbdev.tcz ... ... ... ;D
-
See also:
http://wiki.tinycorelinux.net/wiki:display_modes?s[]=xfbdev
vga=808 Not work... many scanlines...
-
Assuming you can boot your machine to a console prompt, you can edit the onboot.lst text file to include Xfbdev, Xprogs, flwm, aterm and wbar and then reboot.
For example: $ vi /mnt/sdb1/tce/onboot.lst
[edit and save onboot.lst]
$ cat /mnt/sdb1/tce/onboot.lst
...
Xfbdev.tcz
Xprogs.tcz
flwm.tcz
aterm.tcz
wbar.tcz
Note that this assumes that these extensions and their recursive deps are present in the tce folder on the usb stick.
Searching xfbdev.tcz ... ... ... ;D
I replaced xvesa.tcz by xfbdev.tcz in onboot.lst and copied the file xfbdev.tzc to cde/optional.
When starting the usb, charge the extensios and go to prompt and shows the error "failed in waitforX"
-
cde/optional is for cd boot
For hd or usb boot the folder needs to be called tce/optional
-
cde/optional is for cd boot
For hd or usb boot the folder needs to be called tce/optional
Renamed cde to tce, and "failed in waitforX" :-\
-
Enter the command "tce-status -i", which will list all of the loaded extensions and paste the list in this thread
-
Xfbdev will only work when using a vga= bootcode. It's not clear if you have one right now.
-
Xfbdev will only work when using a vga= bootcode. It's not clear if you have one right now.
Exactly. Now it works. I guess I should put vga = 808 in the menu.lst of grub.
Thank you very much to you and Juanito, who incidentally is Spanish name.