diff --git a/grub/grub.cfg b/grub/grub.cfg index d19a1005aeb9ba8b4549c3703baf780180789e58..d60ac71e8a1c6978a65c94f09a34a7847687fd7f 100644 --- a/grub/grub.cfg +++ b/grub/grub.cfg @@ -109,7 +109,7 @@ menuentry "Tool: 32bit GParted Live CD (laeuft im RAM -> mindestens 224MB)" { # Hint: remove "toram=..." to make it work with 128mb ram loopback loop ($root)/gparted-live-i686.iso echo "Loading 32 bit GParted kernel (takes up to 2 minutes)" - linux (loop)/live/vmlinuz boot=live config noswap noprompt nosplash findiso=/gparted-live-i486.iso toram=filesystem.squashfs + linux (loop)/live/vmlinuz boot=live config noswap noprompt nosplash findiso=/gparted-live-i686.iso toram=filesystem.squashfs echo "Loading initrd from iso (takes up to 5 minutes)" initrd (loop)/live/initrd.img echo "Starting 32 bit GParted kernel" @@ -119,7 +119,7 @@ menuentry "Tool: 64bit GParted Live CD (laeuft im RAM -> mindestens 224MB)" { # Hint: remove "toram=..." to make it work with 128mb ram loopback loop ($root)/gparted-live-x86_64.iso echo "Loading 64 bit GParted kernel (takes up to 2 minutes)" - linux (loop)/live/vmlinuz boot=live config noswap noprompt nosplash findiso=gparted-live-amd64.iso toram=filesystem.squashfs + linux (loop)/live/vmlinuz boot=live config noswap noprompt nosplash findiso=gparted-live-x86_64.iso toram=filesystem.squashfs echo "Loading initrd from iso (takes up to 5 minutes)" initrd (loop)/live/initrd.img echo "Starting 64 bit GParted kernel"