Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Error
#11
The persistence file is for use with a Kali ISO ?
persistence.img
You configured ventoy.json to use that file?
You use the sync command after running the sh CreatePersistentImg.sh command to ensure file was written OK and Eject?
Did you try one of the ready-made persistence files from https://github.com/ventoy/backend/releases ?
Reply
#12
Hello,

Tails is the distri, which will I use :-)

Yes, I use the "ventoy-json" -File



{
    "persistence":[
        {
            "image": "/iso/kali-linux-2021.4a-live-amd64.iso",
            "backend":[
                "/persistence/persistence.dat"
            ]
        },
        {
            "image": "/iso/Parrot-security-5.0.1_amd64.iso",
            "backend":[
                "/persistence/persistence.dat"
            ]
        },
        {
            "image": "/iso/tails-amd64-5.4.iso",
            "backend":[
                "/persistence/persistence.dat"
            ]
        },
        {
            "image": "/img/tails-amd64-5.4.img",
            "backend":[
                "/persistence/persistence_ext4_4GB_persistence.dat"
            ]
        }
    ]
}
Reply
#13
Only kali was tesed.
Parrot and tails are not tested with persistence and are not guaranteed to work.
Reply
#14
I don't think a Live Tails ISO will work with a persistence file. Parrot and Kali should work provided you use a 'persistence.conf' type of persistence file and choose the persistence boot option.
Reply
#15
Hello,

when i press "F6", I get the following message:


ventoy_grub.cfg not exist


Kind regards
Werner
Reply
#16
copy the ventoy folder in the plugin folder to the 1 usb partition


Attached Files Thumbnail(s)
   
Reply
#17
Thanks :-)


can I boot from one pc (ventoy) to annother pc (Ventoy2) to transfer
the (boot/grub/grub.cfg)?



Kind regards
WErner
Reply
#18
Hello,

I have two Computer,s a Mac (efi) and a normal PC.
Here is the config-file (grub.cfg) ot the Mac:

function load_video {
  if [ x$feature_all_video_module = xy ]; then
    insmod all_video
  else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
  fi
}

set linux_gfx_mode=
export linux_gfx_mode
load_video

set grub_dir="/EFI/debian/grub"

# Load background image
insmod gfxterm
insmod png
loadfont ${grub_dir}/unicode.pf2
terminal_output gfxterm
background_image ${grub_dir}/splash.png

set timeout=4

probe --set rootuuid --fs-uuid ($root)

# Based on the output of `grub-syslinux2cfg /EFI/BOOT/syslinux.cfg`
menuentry 'Tails' --id 'live' {
  echo "Loading the Linux kernel..."
  linux /live/vmlinuz initrd=/live/initrd.img 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 FSUUID=${rootuuid} quiet
  echo "Loading the initramfs..."
  initrd /live/initrd.img
  echo "Booting..."
  boot
}

menuentry 'Tails (Troubleshooting Mode)' --id 'livefailsafe' {
  echo "Loading the Linux kernel..."
  linux /live/vmlinuz initrd=/live/initrd.img 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 FSUUID=${rootuuid} noapic noapm nodma nomce nolapic nomodeset nosmp vga=normal
  echo "Loading the initramfs..."
  initrd /live/initrd.img
  echo "Booting..."
  boot
}

menuentry 'Tails (External Hard Disk)' --id 'livenonremovable' {
  echo "Loading the Linux kernel..."
  linux /live/vmlinuz initrd=/live/initrd.img boot=live config 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 FSUUID=${rootuuid} quiet
  echo "Loading the initramfs..."
  initrd /live/initrd.img
  echo "Booting..."
  boot
}


How can I copy this to a normal PC (Legacy Boot)?

Kind regards
Werner
Reply
#19
Upload it to the cloud and then download it
Reply
#20
Please, can you help me ?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)