You are not logged in.
Pages: 1
When I want install grub by command :
grub-Install -target=i386-pc /dev/sda
It return this
zsh: no space left on device: grub-install
But my boot device hase 100MB free space
And also I market as bootable in command
cfdisk
Offline
Is this actually a BIOS boot install? also there's a typo it should be grub-install --target=i386-pc /dev/sda
On an MBR boot how much general space is available on the partitions is largely irrelevant and double check and make sure you actually target the install drive and not e..g the installation USB or so.
Last edited by V1del (2020-10-09 11:54:00)
Offline
Pages: 1