NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Invalid signature in GRUB



Thank you, now it boots.

Here's what's inside my /etc/grub.d/40_custom now:
------------------------------
#!/bin/sh -e
cat << EOF
menuentry "NetBSD 7.0" {
insmod ufs2
set root=(hd0,msdos2)
knetbsd /netbsd --root=wd0a
}
EOF
------------------------------

Mitt


Home | Main Index | Thread Index | Old Index