0 Mitglieder und 1 Gast betrachten dieses Thema.
menuentry "Clonezilla live" { myroot="/dev/sda3" ISO="/pinky/Downloads/ISOs/clonezilla-live-2.7.0-10-amd64.iso" search --set -f ${ISO} loopback loop ${ISO} linux (loop)/live/vmlinuz root=${myroot} boot=live union=overlay username=user config nosplash debug initrd (loop)/live/initrd.img}
menuentry "Clonezilla live (Default settings, VGA 800x600)" { myroot="/dev/sda3" ISO="/pinky/Downloads/ISOs/clonezilla-live-20201102-groovy-amd64.iso" search --set -f ${ISO} loopback loop ${ISO} linux (loop)/live/vmlinuz root=${myroot} boot=live union=overlay username=user hostname=groovy config components noswap edd=on nomodeset enforcing=0 noeject locales= keyboard-layouts= ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_live_batch="no" vga=788 ip= net.ifnames=0 nosplash i915.blacklist=yes radeonhd.blacklist=yes nouveau.blacklist=yes vmwgfx.enable_fbdev=1 debug initrd (loop)/live/initrd.img}
#!/bin/shexec tail -n +3 $0# This file provides an easy way to add custom menu entries. Simply type the# menu entries you want to add after this comment. Be careful not to change# the 'exec tail' line above.menuentry "Clonezilla" {set isofile="/boot/clonezilla-live-2.7.0-10-amd64.iso"loopback loop $isofile linux (loop)/live/vmlinuz boot=live config locales=de_DE.UTF-8 keyboard-layouts=de boot=live config noswap edd=on nomodeset noprompt nosplash toram=filesystem.squashfs findiso=$isofile initrd (loop)/live/initrd.img}
Ich bin begeistert! Kann ich so auch mit GParted verfahren?
Festplatte /dev/sda: 232,91 GiB, 250059350016 Bytes, 488397168 SektorenFestplattenmodell: Samsung SSD 850 Einheiten: Sektoren von 1 * 512 = 512 BytesSektorgröße (logisch/physikalisch): 512 Bytes / 512 BytesE/A-Größe (minimal/optimal): 512 Bytes / 512 BytesFestplattenbezeichnungstyp: gptFestplattenbezeichner: 8C0BB3E7-8E3A-396D-DB25-98A4E8299734Gerät Anfang Ende Sektoren Größe Typ/dev/sda1 2048 1028087 1026040 501M EFI-System/dev/sda2 1028096 102140502 101112407 48,2G Microsoft Basisdaten/dev/sda3 102141952 103426047 1284096 627M Windows-Wiederherstellungsumgebun/dev/sda4 103428096 279556094 176127999 84G Microsoft Basisdaten/dev/sda5 279556096 330755314 51199219 24,4G Linux-Dateisystem/dev/sda6 330756096 488396799 157640704 75,2G Linux-Dateisystem
Hab es zu Haue an meinem UEFI Laptop versucht und auch hier läßt sich das Backup erstellen und wieder einspielen. Habe ein Backup von sda5 gemacht, welche meine Wurzelpartition ist (sagt man das so? Also die Partition von der aus Linux startet)
`/etc/default/grub'`/etc/default/grub.d/50_linuxmint.cfg'`/etc/default/grub.d/init-select.cfg'