Ubuntu Pastebin

Paste from e at Tue, 15 Mar 2016 00:41:06 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
menuentry 'Ubuntu 14.04.4 LTS (14.04) (on /dev/sda7)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-f4086202-84d0-4f04-90e6-66b515ad9ce3' {
	insmod part_msdos
	insmod ext2
	set root='hd0,msdos7'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos7 --hint-efi=hd0,msdos7 --hint-baremetal=ahci0,msdos7  f4086202-84d0-4f04-90e6-66b515ad9ce3
	else
	  search --no-floppy --fs-uuid --set=root f4086202-84d0-4f04-90e6-66b515ad9ce3
	fi
	linux /boot/vmlinuz-3.19.0-51-generic root=UUID=88334ca4-9d59-4a25-b81e-30d7a5119b5a ro quiet splash $vt_handoff
	initrd /boot/initrd.img-3.19.0-51-generic
}
Download as text