I do the following:
fdisk /dev/sda
o (clear partition table)
n (new partition)
p (primary)
1 (partition number)
[enter] (default start)
[enter] (default end)
w (save and quit)
sudo poweroff
(wait for system to come up again)
mkfs.ext4 /dev/sda1
grub-install /dev/sda1
(long break observed)
Now, I get the following error:
/usr/local/sbin/grub-probe: error: cannot stat 'rootfs'
I've scratched my head a few times on this, and google doesnt seem to help.
Any thoughts? I guess I dont have to install a OS on it before grub installs?
Is this a grub2 vs microcore-4.0 issue, or just specific to my system?