Advertisement
marcello

Grub2 synthax for NetBSD

Sep 13th, 2011
356
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #To add IN /etc/grub.d/40_custom
  2. #Boot netbsd from First DOS partition
  3.  
  4. menuentry "NetBSD on sda1" {
  5. insmod ufs2
  6. set root=(hd0,msdos1)
  7. multiboot /netbsd
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement