Dear community!
I've a well working entry for my snapshot without "toram".
But when I active "toram" the snapshot tries to load the whole content of my USB-stick into RAM. :(
Please help, maybe I'm missing something in my destination directory
Kind regards
Peter
Attached my configution:
My environment:
Adopted "Debian Wheezy"
Refracta-Snapshot Version 9.0.9
Filelist of the directory /iso/wartung.AMD64 on my USB-Stick:
filesystem.squashfs
initrd.img
memtest86+.bin
vmlinuz
The problem is the entry where I try to load "menuentry "PCArchiver (amd64, live, toram)".
Contents of the entry "utilities.lst" in my grub2-configuration on my USB-Stick:
set default="1"
set timeout=5
menuentry "Hauptmenue" {
configfile /boot/grub/sel.lst
}
#menuentry "PCArchiver (i386, live)" {
# dir=/iso/wartung.I386
# linux /$dir/vmlinuz live-media-path=$dir boot=live ip=frommedia union=aufs --
# initrd /$dir/initrd.img
#}
############################################################################################
# Works fully ok
menuentry "PCArchiver (amd64, live)" {
dir=/iso/wartung.AMD64
linux /$dir/vmlinuz live-media-path=$dir boot=live ip=frommedia union=aufs --
initrd /$dir/initrd.img
}
# Works fully ok
# Loads everything of the USB-Stick to RAM !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
menuentry "PCArchiver (amd64, live, toram)" {
dir=/iso/wartung.AMD64
linux /$dir/vmlinuz live-media-path=$dir boot=live ip=frommedia union=aufs toram --
initrd /$dir/initrd.img
}
# Loads everything of the USB-Stick to RAM !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
############################################################################################
menuentry "Mini Tool Parted Wizard 8" {
loopback loop /iso/pwhe8.iso
linux (loop)/BOOT/BZIMAGE ramdisk_size=102400 root=/dev/ram0 rw
initrd (loop)/BOOT/tinycore.gz
}
menuentry "SystemRescueCd 32" {
set isofile="/iso/systemrescuecd-x86-4.2.0.iso"
loopback loop $isofile
linux (loop)/isolinux/rescue32 isoloop=$isofile setkmap=de docache dostartx
initrd (loop)/isolinux/initram.igz
}
menuentry "SystemRescueCd 64" {
set isofile="/iso/systemrescuecd-x86-4.2.0.iso"
loopback loop $isofile
linux (loop)/isolinux/rescue64 isoloop=$isofile setkmap=de docache dostartx
initrd (loop)/isolinux/initram.igz
}
menuentry "Neustart vom USB - Stick" {
chainloader +1
}
menuentry "Neustart des Rechners" {
reboot
}
menuentry "Rechner Ausschalten" {
halt
}