On 03/05/2017 04:51 PM, Neil Bothwick wrote: > On Sun, 05 Mar 2017 23:22:52 +0000, Mick wrote: > >> 4. Do not create a new partition for boot, just copy the /boot >> filesystem into / and comment out the boot partition from fstab. >> You'll need to also edit your /boot/grub/grub.conf > > You will also need to run the legacy equivalent of grub-install again to > point the MBR to the new location. > > I'd say this was the best option for you, there are many reasons for > having a separate /boot but none of them are particularly compelling in > your situation.
I don't know how would it change. Original instruction is: grub-install /dev/sda /dev/sda3 /boot ext4 noatime 0 1 /dev/sda3 / ext4 noatime 0 1 -- Thelma