Catonano <[email protected]> skribis: > I just realized I have mistyped the grub configuration > > (bootloader (grub-configuration (device "/dev/sd1"))) > > it should probably be > > (bootloader (grub-configuration (device "/dev/sda1"))) > > or > > (bootloader (grub-configuration (device "/dev/sda")))
“/dev/sda” is the correct thing: it will install GRUB to the MBR of that device. Ludo’.
