GRUB Problems
Posted: Sat Dec 06, 2003 8:53 pm
I'm trying to get GRUB to work but it doesn't seem like it wants to >:(
I've been following this tutorial: http://osdever.net/tutorials/grub.php?the_id=5
It says:
================================================================
Installing GRUB on a floppy with no filesystem
================================================================
1. Get the GRUB binaries (files "stage1" and "stage2")
2. Concatenate the files "stage1" and "stage2" into one file:
(DOS) copy /b stage1 + stage2 boot
(UNIX) cat stage1 stage2 >boot
3. Write the file "boot" directly to the floppy disk:
(DOS) rawrite boot a:
-OR-
(DOS) partcopy boot 0 168000 -f0
(UNIX) cat boot >/dev/fd0
I'm on NetBSD so I followed the UNIX instructions. I used fdformat before, to format the disk. At the end, I rebooted to test it. Nothing happend ???
so a summary:
cat stage1 stage2 > boot
cat boot > /dev/rfd0a
Tim Robinson, I notice you use GRUB... how do you set things up?
I've been following this tutorial: http://osdever.net/tutorials/grub.php?the_id=5
It says:
================================================================
Installing GRUB on a floppy with no filesystem
================================================================
1. Get the GRUB binaries (files "stage1" and "stage2")
2. Concatenate the files "stage1" and "stage2" into one file:
(DOS) copy /b stage1 + stage2 boot
(UNIX) cat stage1 stage2 >boot
3. Write the file "boot" directly to the floppy disk:
(DOS) rawrite boot a:
-OR-
(DOS) partcopy boot 0 168000 -f0
(UNIX) cat boot >/dev/fd0
I'm on NetBSD so I followed the UNIX instructions. I used fdformat before, to format the disk. At the end, I rebooted to test it. Nothing happend ???
so a summary:
cat stage1 stage2 > boot
cat boot > /dev/rfd0a
Tim Robinson, I notice you use GRUB... how do you set things up?