Setting up GRUB Legacy Problem
Posted: Sat May 01, 2010 6:37 pm
I'm following this guide on how to setup GRUB Legacy: http://wiki.osdev.org/GRUB I follow everything and when I get to the part where I type.
The first command seems to run successfully. But when I type in the second command here is what happens:
The no space left made me think that the bpb must have been overwritten. So I use WinImage to change stage1 for bootsector properties. So I try the commands again and the same thing happened.
I used bochs to boot it (to try it anyways) and tried the install command but says that the file was not found meaning (menu.cfg) was not found because it was never written on it in the first place. Any ideas?
Code: Select all
dd if=<stage1> of=/dev/fd0 bs=512 count=1
dd if=<stage2> of=/dev/fd0 bs=512 seek=1
Code: Select all
dd: writing '/dev/fd0': No space left on device
197+1 records in
197+0 records out
100864 bytes (101 kB) copied, 3.651 s, 27.6 kB/s
I used bochs to boot it (to try it anyways) and tried the install command but says that the file was not found meaning (menu.cfg) was not found because it was never written on it in the first place. Any ideas?