Error - Printable Version +- Ventoy Forums (https://forums.ventoy.net) +-- Forum: Ventoy General Use —— Ventoy 使用交流 (https://forums.ventoy.net/forumdisplay.php?fid=1) +--- Forum: Ventoy Discussion Forum (https://forums.ventoy.net/forumdisplay.php?fid=2) +--- Thread: Error (/showthread.php?tid=2191) |
RE: Error - Steve2926 - 09-28-2022 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 ? RE: Error - Werner - 09-28-2022 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" ] } ] } RE: Error - longpanda - 09-28-2022 Only kali was tesed. Parrot and tails are not tested with persistence and are not guaranteed to work. RE: Error - Steve2926 - 09-29-2022 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. RE: Error - Werner - 10-03-2022 Hello, when i press "F6", I get the following message: ventoy_grub.cfg not exist Kind regards Werner RE: Error - nguyen ha thai trong - 10-03-2022 copy the ventoy folder in the plugin folder to the 1 usb partition RE: Error - Werner - 10-03-2022 Thanks :-) can I boot from one pc (ventoy) to annother pc (Ventoy2) to transfer the (boot/grub/grub.cfg)? Kind regards WErner RE: Error - Werner - 10-03-2022 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 RE: Error - nguyen ha thai trong - 10-03-2022 Upload it to the cloud and then download it RE: Error - Werner - 10-03-2022 Please, can you help me ? |