On Sunday 05 Mar 2017 17:05:20 the...@sys-concept.com wrote:
> 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

Or, 

# grub
grub> root (hd0,2)
grub> setup (hd0)
grub> quit


> /dev/sda3             /boot           ext4            noatime         0 1

You should comment out the above line because there will be no separate boot 
partition.  The /boot filesystem will now be on partition /dev/sda3 in / 
below:

> /dev/sda3             /               ext4            noatime         0 1
> 
> --
> Thelma

-- 
Regards,
Mick

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to