NetBSD-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Invalid signature in GRUB
Hello,
>>> Did you delete the first 2 lines?
I didn't have "exec tail -n +3 $0"
and I removed that "echo EOF" frame,
so now it looks like this:
------------------------------
#!/bin/sh -e
exec tail -n +3 $0
menuentry "NetBSD 7.0" {
insmod ufs2
set root=(hd0,msdos2)
knetbsd /netbsd --root=wd0a
}
------------------------------
Thanks,
Mitt
Home |
Main Index |
Thread Index |
Old Index