We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Grub2
Booting linuxmint 22 live ISO, NTFS volumes unrecognized in Caja file manager/
Can be manually mounted using command line in terminal.
Boots to desktop ok.
menuentry 'Mint live ISO' { search --no-floppy --set=root --fs-uuid xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx #rmmod tpm loopback loop /linuxmint22.iso set gfxpayload=keep linux (loop)/casper/vmlinuz boot=casper username=mint hostname=mint file=/cdrom/preseed/linuxmint.seed iso-scan/filename=/linuxmint22.iso -- #maybe-ubiquity initrd (loop)/casper/initrd.lz }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Grub2
Booting linuxmint 22 live ISO, NTFS volumes unrecognized in Caja file manager/
Can be manually mounted using command line in terminal.
Boots to desktop ok.
menuentry 'Mint live ISO' {
search --no-floppy --set=root --fs-uuid xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
#rmmod tpm
loopback loop /linuxmint22.iso
set gfxpayload=keep
linux (loop)/casper/vmlinuz boot=casper username=mint hostname=mint file=/cdrom/preseed/linuxmint.seed iso-scan/filename=/linuxmint22.iso --
#maybe-ubiquity
initrd (loop)/casper/initrd.lz
}
The text was updated successfully, but these errors were encountered: