Hello Rodney
Your strategy to mount grub to boot from a second HDD is right.
Some comments:
You'll need a hardware capable of booting from another HDD.
Most of the modern PC BIOS allow to choose your boot media (HDD, CD, FLOPPY,
even USB).
> /boot/grun/menu.list
>
> title Debian GNU
After reading, it seems all I may have to do to make the second disk
bootable is to do this:
grub
grub> device (hd0) /dev/sdb
grub> root (hd0,0)
grub> setup (hd0)
grub> quit
However, I'd rather not make the test system unbootable, so I thought
I'd confirm here.
Current system below
/etc/fstab
2 matches
Mail list logo