| Commit message (Expand) | Author | Age | Files | Lines |
* | Support Console OS boot menu in all Slackware Live variants | Eric Hameleers | 2023-01-22 | 1 | -4/+4 |
* | liveslak: add Secure Boot support to all 64bit ISOs...Read the updates in the README for more background and guidance.
User notice:
As a one-time action the very first time you boot a Secure Boot enabled
liveslak ISO, you will have to enroll the liveslak certificate
(/EFI/BOOT/liveslak.der) with which the Slackware boot-up binaries
(grub and kernel) were signed into your computer's MOK (Machine Owner Key
database).
This enrollment request will show on-screen during initial boot,
just follow the prompts to 'enroll from disk'. Afterwards the computer
will reboot and from then on, your liveslak will boot without any
user intervention on your Secure Boot computer.
Note:
liveslak uses Fedora's initial boot loader (the 'shim') which
has been signed by Microsoft. In future we may get our own
signed shim for liveslak and/or Slackware, but don't hold your breath.
| Eric Hameleers | 2021-11-08 | 1 | -0/+6 |
* | Implement a small Console OS - a rescue environment in RAM...This uses two squashfs modules that are currently only found in the
LEAN and XFCE images: 'min' and 'noxbase'.
These two provide a functional console-only Slackware with a lot of useful
programs. It will connect to a DHCP server automatically and it also
contains the 'setup2hd' script to be able to install Slackware from a network
mirror.
And since the Console OS gets loaded into RAM, you can remove your USB stick
after booting and use that stick for other purposes.
Use-case:
- You have one computer with a network connection and one USB stick, and want
to create a persistent Slackware Live on USB.
- Download an ISO supporting 'Console OS' to the computer's hard drive, and
transfer the ISO to the USB stick using the computer's ISO imaging tools,
making the stick bootable but not persistent.
- Boot from the USB stick, select the "Console OS in RAM" option.
- After you logged into the Console Slackware, mount the computer's hard drive.
- Use the 'iso2usb.sh' script that comes with liveslak to extract the ISO
content to the USB stick, making it persistent. See the README.txt for
instructions.
-----------------------------------------------------------------------------
Implemented as an extension of the liveslak 'toram' boot parameter.
Adding 'toram=core' to the boot commandline will load circa 500 MB of squashfs
modules into RAM and boot into a sparse but functional console environment.
For supported Live variants (currently LEAN and XFCE) the script
'make_slackware_live.sh' will automatically add a menu item "Console OS in RAM"
to the Syslinux and Grub bootloaders, using this 'toram=core' parameter.
TODO: add this as an option to all liveslak variants. Not so trivial to do.
1.3.9 | Eric Hameleers | 2021-01-12 | 1 | -0/+5 |
* | Mention liveslak version on the boot screen (grub, syslinux) | Eric Hameleers | 2020-03-31 | 1 | -1/+1 |
* | Fix PXE boot. Fix pxeserver. Add support for PXE-booting UEFI-based PC's...Note that UEFI PXE-boot is not yet working, I do not know why.
| Eric Hameleers | 2019-02-15 | 1 | -12/+9 |
* | Make the default language of the Live ISO configurable...Added a new parameter to 'make_slackware_live.sh' script:
-l <localization>
For example, create a liveslak ISO with dutch as the default language
instead of US english:
# ./make_slackware_live.sh -l nl
Using this parameter you can onfigure a different default language
for the resulting ISO image. The default localization if you do not
supply this parameter remains "us" as before.
The boot menu offers a selection of other languages/localizations
to pick from (currently you can select any of 'be br da gb de de_ch es
fr fr_ch it ja nl pt ru se us') but now you can create your own brand
of liveslak ISO with your own language as the default.
| Eric Hameleers | 2018-09-04 | 1 | -7/+7 |
* | Add new supported Live variant STUDIOWARE | Eric Hameleers | 2017-04-16 | 1 | -1/+1 |
* | Further expand the use of DISTRO variable to customize the Live ISO. | Eric Hameleers | 2016-03-15 | 1 | -1/+1 |
* | Make X Keyboard configuration work properly....- fix detection of german (de) keyboard layout to configure Compose Key,
- actually use field #6 of the languages file (X Keyboard layout & variant)
when generating the grub and syslinux boot configuration files.
| Eric Hameleers | 2016-02-09 | 1 | -1/+1 |
* | BIOS (syslinux) and UEFI (grub2) boot: enhance the experience....- generate the grub fonts (.pf2) ourselves instead of using the
Slackware-provided grub font file.
- expand the help text about the boot parameters.
- show the liveslak version number in the boot menu.
- remove the 'boot any OS' menu item in Grub because it never worked for me.
- add a bit of Grub help text at the bottom of the screen.
NOTES:
- I do not like the way how I had to implement the Grub2 help menu,
it is ugly. Perhaps the text artefacts and understrikes are caused by the
fact that the grub console has to paint on top of the graphical boot menu?
- In any case, the grub console (the black rectangle in the middle) has its
coordinates hard-coded in the grub2 source so it is not configurable.
- the grub fonts look better than in Beta3 but I am still not happy with them.
Research on Grub boot menu enhancements done by Didier Spaier.
| Eric Hameleers | 2016-01-10 | 1 | -5/+7 |
* | Generate our own Grub font files, to fix the bad font rendering at UEFI boot....Slackware's shipped Grub font is 19 point in size which does not scale well.
Research and proposed patch by Didier Spaier.
| Eric Hameleers | 2016-01-01 | 1 | -1/+3 |
* | Add a themed GRUB2 menu for UEFI boot, these are the actual files used. | Eric Hameleers | 2015-12-24 | 1 | -75/+52 |
* | Add working UEFI support to the Live ISO. | Eric Hameleers | 2015-12-01 | 1 | -0/+91 |