[ create a new paste ] login | about

Link: http://codepad.org/jq3VCz8K    [ raw code | fork ]

Plain Text, pasted on Nov 19:
### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows NT/2000/XP (on /dev/sda1)" {
	insmod fat
	set root=(hd0,1)
	search --no-floppy --fs-uuid --set 16d9-b5d2
	drivemap -s (hd0) ${root}
	chainloader +1
}
menuentry "Ubuntu (on /dev/sda2)" {
	insmod fat
	set root=(hd0,2)
	search --no-floppy --fs-uuid --set 4811-03a6
	drivemap -s (hd0) ${root}
	chainloader +1
}
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###



Create a new paste based on this one


Comments: