Skip to content

Improve booting of T2SDE live ISOs#3526

Merged
ventoy merged 1 commit into
ventoy:masterfrom
foxdrodd:master
Apr 5, 2026
Merged

Improve booting of T2SDE live ISOs#3526
ventoy merged 1 commit into
ventoy:masterfrom
foxdrodd:master

Conversation

@foxdrodd
Copy link
Copy Markdown
Contributor

@foxdrodd foxdrodd commented Mar 4, 2026

T2SDE changed the boot process vastly with new release 26.3 Desktop Edition as it ships as a live image now. So the injection hooks need to be customized. The disk_hook.sh is noted twice to keep compatibility with the older ISO releases.

As tested with the image:
https://dl.t2sde.org/binary/2026/t2-26.3-x86-64-desktop.iso

T2SDE changed the boot process vastly with 26.3 as it ships as a live
image now. So the injection hooks need to be customized.
@AndersonTorres
Copy link
Copy Markdown

Please, I need this for my next T480!

@ventoy
Copy link
Copy Markdown
Owner

ventoy commented Apr 2, 2026

    if [ -e /etc/initrd-release ]; then
        if $GREP -q -m1 't2sde' /etc/initrd-release; then

Does this condition match both old release and new release ?

@foxdrodd
Copy link
Copy Markdown
Contributor Author

foxdrodd commented Apr 2, 2026

    if [ -e /etc/initrd-release ]; then
        if $GREP -q -m1 't2sde' /etc/initrd-release; then

Does this condition match both old release and new release ?

yes, the file is present in old and new releases.

@ventoy ventoy merged commit a1771bd into ventoy:master Apr 5, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants