| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Note that UEFI PXE-boot is not yet working, I do not know why.
|
|
|
|
|
|
|
|
| |
In particular, it seems that including the 'ahci' grub module caused failure
on boot, because the actual Live USB stick would not be detected and the
local harddisk would be detected as (ahci0).
The script has also been enhanced so that the 'grub-mkimage' commandline will
not get fed any non-existing module, which would otherwise abort the command.
|
|
|
|
|
|
|
|
|
|
|
| |
This requires functionality in grub which is currently not enabled
in Slackware's grub package.
If you want a 32-bit Live ISO that boots on UEFI computers, you need
to recompile Slackware's grub with the patch for grub.SlackBuild which
you can find in the ./patches subdirectory.
Then you need to set the variable "EFI32" to "YES" in the
'make_slackware_live.sh' script and (re-)generate your 32-bit ISO.
The resulting 32-bit Live ISO will be UEFI-bootable.
|
|
|