Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tails OS not booting #14

Closed
kidonsky opened this issue Mar 8, 2024 · 5 comments
Closed

Tails OS not booting #14

kidonsky opened this issue Mar 8, 2024 · 5 comments

Comments

@kidonsky
Copy link

kidonsky commented Mar 8, 2024

When trying to Tails OS, a initramfs Buildbox prompt with the error aufs not found

After looking for this error, I found this mbusb/multibootusb#559 and https://gitlab.tails.boum.org/tails/tails/-/issues/17489

So, I tried to remove this option in config file and it booted !

Tails ticket is newer than the last config file modification, so I think that this config does not work since the Tails commit.

Thanks !

@kidonsky
Copy link
Author

kidonsky commented Mar 8, 2024

I made #15 :)

@Mexit
Copy link
Owner

Mexit commented Mar 8, 2024

Which version of Tails and MultiOS-USB are you using?

@kidonsky
Copy link
Author

Last ones

Your last release v0.8.1
Last Tails version 6.0 (from 2024-02-27) https://tails.net/install/

@Mexit
Copy link
Owner

Mexit commented Mar 12, 2024

I have updated the configuration based on the ISO image, can you test?

# Tails
# https://tails.net

iso_pattern="tails-amd64-*.iso"

for isofile in $iso_dir/$iso_pattern; do
	if [ -e "$isofile" ]; then
		regexp --set=isoname "$iso_dir/(.*)" "$isofile"

		submenu "$isoname ->" "$isofile" {
			iso_path="$2"
			loopback loop $iso_path
			isocfg="findiso=$iso_path"
			bootoptions="boot=live config live-media=removable nopersistence noprompt timezone=Etc/UTC splash noautologin module=Tails slab_nomerge slub_debug=FZ mce=0 vsyscall=none init_on_free=1 mds=full,nosmt page_alloc.shuffle=1 randomize_kstack_offset=on"
			linux_path="(loop)/live/vmlinuz"
			initrd_path="(loop)/live/initrd.img"

			menuentry "Tails" {
				echo Loading kernel...
				linux $linux_path $bootoptions $isocfg quiet
				echo Loading initrd...
				initrd $initrd_path
			}
			menuentry "Tails (Troubleshooting Mode)" {
				echo Loading kernel...
				linux $linux_path $bootoptions $isocfg noapic noapm nodma nomce nolapic nosmp
				echo Loading initrd...
				initrd $initrd_path
			}
		}
	fi
done

Mexit added a commit that referenced this issue Mar 14, 2024
@Mexit
Copy link
Owner

Mexit commented Mar 14, 2024

I updated the configuration, thanks for reporting

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

No branches or pull requests

2 participants