Changes

1,143 bytes removed ,  18:14, 19 June 2023
is 10 not 9, is not 32-bit, other claims (bad news) not verified
Line 2: Line 2:  
[[Category:Live USB]]
 
[[Category:Live USB]]
 
</noinclude>
 
</noinclude>
  −
'''T'''risquel '''o'''n '''a''' '''S'''ugar '''T'''oast (TOAST from now on) is a live/installable iso image that can be run from a CD/DVD or be used to load a USB drive with data persistence. Some other advanced uses are described below.
   
__TOC__
 
__TOC__
==[[File:trisquel_logo.png]] Trisquel 9 Sugar Toast==
+
=[[File:trisquel_logo.png]] Trisquel 10 Sugar Toast=
 
<noinclude>[[Category:Live USB]]</noinclude>
 
<noinclude>[[Category:Live USB]]</noinclude>
   −
'''T'''risquel '''o'''n '''a''' '''S'''ugar '''T'''oast (TOAST from now on) is a live/installable iso image that can be run from a CD/DVD or be used to load a USB drive with data persistence. Some other advanced uses are described below.
+
'''T'''risquel '''o'''n '''a''' '''S'''ugar '''T'''oast (TOAST from now on) is a live/installable iso image that can be run from a CD/DVD or be used to load a USB drive with data persistence.
__TOC__
  −
==[[File:trisquel_logo.png]] Trisquel 9 Sugar Toast==
  −
* '''https://cdbuilds.trisquel.org/trisquel-sugar_9.0_i686.iso'''
     −
Thanks to all who have made Trisquel On A Sugar TOAST a reality
+
* http://us.archive.trisquel.info/iso/trisquel-sugar_10.0.1_amd64.iso
(as well as being the first little-endian recursive acronym I've seen)
     −
It's now the best generic Sugar Live ISO there is, beating the previous champion Fedora SOAS:
+
Among other things,
* It works on 32-bit machines
   
* It has lots of Activities
 
* It has lots of Activities
 
* It autostarts if you just turn it on
 
* It autostarts if you just turn it on
 
* It has a joyful splash screen
 
* It has a joyful splash screen
* It has a world language selector at boot
   
* It uses any Linux swap partitions it finds
 
* It uses any Linux swap partitions it finds
    
Now for the bad news...
 
Now for the bad news...
   −
* On the text consoles and on reboot for some settings changes, there's a login prompt at which one has to guess that the username is trisquel and the password is [Enter]. Autologin would be better.
+
* It only has English and Spanish as language options
 +
* it is missing the firmware to make some wireless chips work (Intel 3945, maybe others)
   −
and it shares two hardware-specific bugs with the other Sugar Live systems:
+
and it shares a hardware-specific bug with the other Sugar Live systems:
* With some nVidia video cards, Xorg's "nouveau" DRI driver bug which makes  github.com/login go all gray and affects other websites including gmail.com The simplest and least invasive fix is to delete /usr/lib/*-linux-gnu/dri/nouveau_dri.so<BR>Hot fix on Live System: CTRL-ALT-F2 trisquel [Enter] [Enter] sudo rm /usr/lib/*-linux-gnu/dri/nouveau_dri.so; killall Xorg [Enter] then login as trisquel [Enter] [Enter])<BR>For gory details see [github.com/sugarlabs/sugar-live-build/issues/20]
+
* With some nVidia video cards, Xorg's "nouveau" DRI driver bug which makes  github.com/login go all gray and affects other websites including gmail.com The simplest and least invasive fix is to delete /usr/lib/*-linux-gnu/dri/nouveau_dri.so<BR>Hot fix on Live System: CTRL-ALT-F2 trisquel [Enter] [Enter] sudo rm /usr/lib/*-linux-gnu/dri/nouveau_dri.so; sudo killall Xorg [Enter] then login as trisquel [Enter] [Enter])<BR>For gory details see [http://github.com/sugarlabs/sugar-live-build/issues/20 sugar-live-build issue 20]
* The alsa "Headphone" control is muted, so no sound comes out of external speakers. "alsactl init" fixes this but also halves the main audio volume, while "amixer set Headphone unmute" makes it work. That leaves the Headphone volume at 0 but some sound still comes out of the headphone socket.<BR>Hot fix: CTRL-ALT-F2 trisquel [Enter] [Enter] alsactl init [Enter] CTRL-ALT-F7
     −
I guess I'm lucky to use an ancient laptop with a crummy video chip and
+
==Bug Reports==
broken speakers so I could discover these issues :)
+
Use '''https://gitlab.trisquel.org/trisquel/makeiso/-/issues''' to report bugs specific to the TOAST ISO image.
   −
The above link is the second testing release of TOAST 9.0 "Etiona", different from [http://us.archive.trisquel.info/iso/trisquel-sugar_9.0_i686.iso the 18 October 2020 release] which only had English and Spanish:
+
Use '''http://trisquel.info/en/project/issues''' to report bugs generic to Trisquel, with tag "sugar" and milestone "etiona".
 
  −
==Bug Reports==
  −
Use '''http://trisquel.info/en/project/issues''' to report bugs
      
==Install to disk==
 
==Install to disk==
Line 48: Line 37:  
  password= none; hit [Enter]
 
  password= none; hit [Enter]
   −
==Configure a Sugar-ltsp-server==
+
==Advanced topics==
 +
===Configure a Sugar-ltsp-server===
 
:you just have to install sugar on the central server
 
:you just have to install sugar on the central server
 
  sudo apt-get install trisquel-sugar
 
  sudo apt-get install trisquel-sugar
 
*LINK: https://trisquel.info/en/wiki/configure-ltsp-server
 
*LINK: https://trisquel.info/en/wiki/configure-ltsp-server
   −
==Live CD persistence==
+
===Live CD persistence===
 
You can achieve user data persistence by loading TOAST from a handy USB drive, but you can also use a regular Live CD for that, and it will work in systems with no USB-boot capabilities. You just need to pass the "persistent" parameter to the Live CD kernel (pressing F4 in the boot menu) and have a ext2 (ext3 and 4 will work too) partition labeled "live-rw" available in any disk. It can be a USB flash drive too.
 
You can achieve user data persistence by loading TOAST from a handy USB drive, but you can also use a regular Live CD for that, and it will work in systems with no USB-boot capabilities. You just need to pass the "persistent" parameter to the Live CD kernel (pressing F4 in the boot menu) and have a ext2 (ext3 and 4 will work too) partition labeled "live-rw" available in any disk. It can be a USB flash drive too.
   Line 69: Line 59:  
Using a USB SD card reader you should be able to use the usb-creator tool to load the live image into a SD card. That will allow you to boot the persistent live system in a XO or netbook, or install TOAST in its hard drive. It should also work with other card formats, as long as the computer is able to boot from them.
 
Using a USB SD card reader you should be able to use the usb-creator tool to load the live image into a SD card. That will allow you to boot the persistent live system in a XO or netbook, or install TOAST in its hard drive. It should also work with other card formats, as long as the computer is able to boot from them.
   −
==Updating==
+
===Updating===
 
To get the latest version of the Sugar activities, just open the updater in the user settings window. To update the Trisquel system underneath, open a terminal and run this commands:
 
To get the latest version of the Sugar activities, just open the updater in the user settings window. To update the Trisquel system underneath, open a terminal and run this commands:
   Line 77: Line 67:  
This procedure will also update the Fructose activities, and it will not interfere with the Sugar updater.
 
This procedure will also update the Fructose activities, and it will not interfere with the Sugar updater.
   −
===References===
+
===Customizing Trisquel===
:http://trisquel.info/en/wiki/customizing-trisquel-iso
+
See '''http://trisquel.info/en/wiki/customizing-trisquel-iso'''