Topic: calling gparted from grub2
Hello,
gparted is already shipped with syslinux hence no problem to make a bootable usb with gparted. But I like call gparted from grub2 which is already installed in my multi-boot usb stick. grub2 has a nice feature to boot iso image if kernel and initrd is supplied. Anyways First thing first. I like to call the gparted extracted from the iso image
menuentry "gparted"
{
set root (hd0,2)
linux /live/vmlinuz1 union=aufs boot=live noswap noprompt vga=791 toram ip=frommedia nolocales
initrd /live/initrd1.img
}
the partition is reiserfs. gparted is booting and checking the H/W..... but when It sense the partition is reiserfs; it continuously reports trying to match r5 hash and goes in a loop. What might be the problem here ?
Please suggest.
Thanks