Translation: How does one prevent grub2 from using “resume” during bootup?
I have two copies of SuSE 13.1 on two separate drives in one computer. Both use the same swap partition. Here is what happens. I boot SuSE from drive A. On exit, something apparently saves “resume” data in the swap partition. Next, I boot from drive B. After the boot is complete, I find that the SuSE on drive A is running. It is Markov in the sense that what actually boots depends on what was booted last, not on what partition is given boot control. I am looking for a way to get grub2 to actually give control to the partition whose boot sector I have booted, ignoring what may be in the swap partition.
I am using Terabyte Unlimited Boot-It Bare Metal (BiBM) to control the boot process. It transfers control directly to the partition I have selected. I specified “boot from /” when I installed SuSE, but it still put some code in the MBR. I replaced that by BiBM.
I have tried using the Yast “Boot Loader” tool to remove the “resume=” parameter, but it locks up when it tries to save the boot code. I am comfortable either using Yast or directly editing from a terminal. Can someone suggest a solution, or point me to documentation that might help? Thanks!