Ubuntu Pastebin

Paste from e at Mon, 6 Mar 2017 01:24:40 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
set root='hd0,msdos3'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3  2c94c91e-503b-40c8-99a1-7fbf06d54273
		else
		  search --no-floppy --fs-uuid --set=root 2c94c91e-503b-40c8-99a1-7fbf06d54273
		fi
		linux  
	}
	menuentry '/boot/initrd.img-3.13.0-24-generic (on /dev/sda3)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-root=UUID=2c94c91e-503b-40c8-99a1-7fbf06d54273^ro^quiet^splash^$vt_handoff--2c94c91e-503b-40c8-99a1-7fbf06d54273' {
		insmod part_msdos
Download as text