Advertisement
Kreuger

bootinfoscript - July 1/14

Jul 1st, 2014
339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.35 KB | None | 0 0
  1. Boot Info Script 0.61 [1 April 2012]
  2.  
  3.  
  4. ============================= Boot Info Summary: ===============================
  5.  
  6. => Grub2 (v1.99) is installed in the MBR of /dev/sda and looks at sector 1 of
  7. the same hard drive for core.img. core.img is at this location and looks
  8. in partition 112 for .
  9.  
  10. sda1: __________________________________________________________________________
  11.  
  12. File system: ntfs
  13. Boot sector type: Windows Vista/7: NTFS
  14. Boot sector info: No errors found in the Boot Parameter Block.
  15. Operating System:
  16. Boot files: /bootmgr /Boot/BCD
  17.  
  18. sda2: __________________________________________________________________________
  19.  
  20. File system: ntfs
  21. Boot sector type: Windows Vista/7: NTFS
  22. Boot sector info: No errors found in the Boot Parameter Block.
  23. Operating System: Windows 7
  24. Boot files: /bootmgr /Boot/bcd /Boot/BCD
  25. /Windows/System32/winload.exe
  26.  
  27. sda3: __________________________________________________________________________
  28.  
  29. File system: Extended Partition
  30. Boot sector type: -
  31. Boot sector info:
  32.  
  33. sda5: __________________________________________________________________________
  34.  
  35. File system: ntfs
  36. Boot sector type: Windows Vista/7: NTFS
  37. Boot sector info: According to the info in the boot sector, sda5 starts
  38. at sector 2048.
  39. Operating System:
  40. Boot files:
  41.  
  42. sda6: __________________________________________________________________________
  43.  
  44. File system: ext4
  45. Boot sector type: -
  46. Boot sector info:
  47. Operating System: Ubuntu 14.04 LTS
  48. Boot files: /boot/grub/grub.cfg /etc/fstab
  49.  
  50. sda7: __________________________________________________________________________
  51.  
  52. File system: swap
  53. Boot sector type: -
  54. Boot sector info:
  55.  
  56. sda4: __________________________________________________________________________
  57.  
  58. File system: ntfs
  59. Boot sector type: Windows Vista/7: NTFS
  60. Boot sector info: According to the info in the boot sector, sda4 has
  61. 30722047 sectors, but according to the info from
  62. fdisk, it has 30943279 sectors.
  63. Operating System:
  64. Boot files: /bootmgr /boot/bcd
  65.  
  66. ============================ Drive/Partition Info: =============================
  67.  
  68. Drive: sda _____________________________________________________________________
  69.  
  70. Disk /dev/sda: 500.1 GB, 500107862016 bytes
  71. 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
  72. Units = sectors of 1 * 512 = 512 bytes
  73. Sector size (logical/physical): 512 bytes / 512 bytes
  74.  
  75. Partition Boot Start Sector End Sector # of Sectors Id System
  76.  
  77. /dev/sda1 * 2,048 411,647 409,600 7 NTFS / exFAT / HPFS
  78. /dev/sda2 411,648 469,028,893 468,617,246 7 NTFS / exFAT / HPFS
  79. /dev/sda3 469,030,910 945,829,887 476,798,978 f W95 Extended (LBA)
  80. /dev/sda5 885,022,720 945,829,887 60,807,168 7 NTFS / exFAT / HPFS
  81. /dev/sda6 469,030,912 868,421,631 399,390,720 83 Linux
  82. /dev/sda7 868,423,680 885,020,671 16,596,992 82 Linux swap / Solaris
  83. /dev/sda4 945,829,888 976,773,167 30,943,280 12 Compaq diagnostics
  84.  
  85.  
  86. "blkid" output: ________________________________________________________________
  87.  
  88. Device UUID TYPE LABEL
  89.  
  90. /dev/loop0 squashfs
  91. /dev/sda1 AAC0AEB6C0AE87E1 ntfs
  92. /dev/sda2 4C62B08962B07972 ntfs
  93. /dev/sda4 16EEB76CEEB74333 ntfs LENOVO_PART
  94. /dev/sda5 EAAC0A82AC0A4991 ntfs LENOVO
  95. /dev/sda6 e516ffc0-1e62-4e4c-9da4-1e041358a032 ext4
  96. /dev/sda7 b4f32a12-0d34-4ca1-8e9d-0b0b73846ea7 swap
  97. /dev/sr0 iso9660 Linux Mint 17 Xfce 32-bit
  98.  
  99. ================================ Mount points: =================================
  100.  
  101. Device Mount_Point Type Options
  102.  
  103. /dev/loop0 /rofs squashfs (ro,noatime)
  104. /dev/sr0 /cdrom iso9660 (ro,noatime)
  105.  
  106.  
  107. =========================== sda6/boot/grub/grub.cfg: ===========================
  108.  
  109. --------------------------------------------------------------------------------
  110. #
  111. # DO NOT EDIT THIS FILE
  112. #
  113. # It is automatically generated by grub-mkconfig using templates
  114. # from /etc/grub.d and settings from /etc/default/grub
  115. #
  116.  
  117. ### BEGIN /etc/grub.d/00_header ###
  118. if [ -s $prefix/grubenv ]; then
  119. set have_grubenv=true
  120. load_env
  121. fi
  122. set default="0"
  123.  
  124. if [ x"${feature_menuentry_id}" = xy ]; then
  125. menuentry_id_option="--id"
  126. else
  127. menuentry_id_option=""
  128. fi
  129.  
  130. export menuentry_id_option
  131.  
  132. if [ "${prev_saved_entry}" ]; then
  133. set saved_entry="${prev_saved_entry}"
  134. save_env saved_entry
  135. set prev_saved_entry=
  136. save_env prev_saved_entry
  137. set boot_once=true
  138. fi
  139.  
  140. function savedefault {
  141. if [ -z "${boot_once}" ]; then
  142. saved_entry="${chosen}"
  143. save_env saved_entry
  144. fi
  145. }
  146.  
  147. function recordfail {
  148. set recordfail=1
  149. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  150. }
  151.  
  152. function load_video {
  153. if [ x$feature_all_video_module = xy ]; then
  154. insmod all_video
  155. else
  156. insmod efi_gop
  157. insmod efi_uga
  158. insmod ieee1275_fb
  159. insmod vbe
  160. insmod vga
  161. insmod video_bochs
  162. insmod video_cirrus
  163. fi
  164. }
  165.  
  166. if [ x$feature_default_font_path = xy ] ; then
  167. font=unicode
  168. else
  169. insmod part_msdos
  170. insmod ext2
  171. set root='hd0,msdos6'
  172. if [ x$feature_platform_search_hint = xy ]; then
  173. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 e516ffc0-1e62-4e4c-9da4-1e041358a032
  174. else
  175. search --no-floppy --fs-uuid --set=root e516ffc0-1e62-4e4c-9da4-1e041358a032
  176. fi
  177. font="/usr/share/grub/unicode.pf2"
  178. fi
  179.  
  180. if loadfont $font ; then
  181. set gfxmode=auto
  182. load_video
  183. insmod gfxterm
  184. set locale_dir=$prefix/locale
  185. set lang=en_US
  186. insmod gettext
  187. fi
  188. terminal_output gfxterm
  189. if [ "${recordfail}" = 1 ]; then
  190. set timeout=10
  191. else
  192. set timeout=10
  193. fi
  194. ### END /etc/grub.d/00_header ###
  195.  
  196. ### BEGIN /etc/grub.d/05_debian_theme ###
  197. set menu_color_normal=white/black
  198. set menu_color_highlight=black/light-gray
  199. ### END /etc/grub.d/05_debian_theme ###
  200.  
  201. ### BEGIN /etc/grub.d/10_linux ###
  202. function gfxmode {
  203. set gfxpayload="${1}"
  204. if [ "${1}" = "keep" ]; then
  205. set vt_handoff=vt.handoff=7
  206. else
  207. set vt_handoff=
  208. fi
  209. }
  210. if [ "${recordfail}" != 1 ]; then
  211. if [ -e ${prefix}/gfxblacklist.txt ]; then
  212. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  213. if [ ${match} = 0 ]; then
  214. set linux_gfx_mode=keep
  215. else
  216. set linux_gfx_mode=text
  217. fi
  218. else
  219. set linux_gfx_mode=text
  220. fi
  221. else
  222. set linux_gfx_mode=keep
  223. fi
  224. else
  225. set linux_gfx_mode=text
  226. fi
  227. export linux_gfx_mode
  228. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-e516ffc0-1e62-4e4c-9da4-1e041358a032' {
  229. recordfail
  230. load_video
  231. gfxmode $linux_gfx_mode
  232. insmod gzio
  233. insmod part_msdos
  234. insmod ext2
  235. set root='hd0,msdos6'
  236. if [ x$feature_platform_search_hint = xy ]; then
  237. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 e516ffc0-1e62-4e4c-9da4-1e041358a032
  238. else
  239. search --no-floppy --fs-uuid --set=root e516ffc0-1e62-4e4c-9da4-1e041358a032
  240. fi
  241. linux /boot/vmlinuz-3.13.0-24-generic root=/dev/sda6 ro quiet splash $vt_handoff
  242. }
  243. submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-e516ffc0-1e62-4e4c-9da4-1e041358a032' {
  244. menuentry 'Ubuntu, with Linux 3.13.0-24-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-24-generic-advanced-e516ffc0-1e62-4e4c-9da4-1e041358a032' {
  245. recordfail
  246. load_video
  247. gfxmode $linux_gfx_mode
  248. insmod gzio
  249. insmod part_msdos
  250. insmod ext2
  251. set root='hd0,msdos6'
  252. if [ x$feature_platform_search_hint = xy ]; then
  253. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 e516ffc0-1e62-4e4c-9da4-1e041358a032
  254. else
  255. search --no-floppy --fs-uuid --set=root e516ffc0-1e62-4e4c-9da4-1e041358a032
  256. fi
  257. echo 'Loading Linux 3.13.0-24-generic ...'
  258. linux /boot/vmlinuz-3.13.0-24-generic root=/dev/sda6 ro quiet splash $vt_handoff
  259. }
  260. menuentry 'Ubuntu, with Linux 3.13.0-24-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-24-generic-recovery-e516ffc0-1e62-4e4c-9da4-1e041358a032' {
  261. recordfail
  262. load_video
  263. insmod gzio
  264. insmod part_msdos
  265. insmod ext2
  266. set root='hd0,msdos6'
  267. if [ x$feature_platform_search_hint = xy ]; then
  268. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 e516ffc0-1e62-4e4c-9da4-1e041358a032
  269. else
  270. search --no-floppy --fs-uuid --set=root e516ffc0-1e62-4e4c-9da4-1e041358a032
  271. fi
  272. echo 'Loading Linux 3.13.0-24-generic ...'
  273. linux /boot/vmlinuz-3.13.0-24-generic root=/dev/sda6 ro recovery nomodeset
  274. }
  275. menuentry 'Ubuntu, with Linux 3.11.2-031102-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.2-031102-generic-advanced-e516ffc0-1e62-4e4c-9da4-1e041358a032' {
  276. recordfail
  277. load_video
  278. gfxmode $linux_gfx_mode
  279. insmod gzio
  280. insmod part_msdos
  281. insmod ext2
  282. set root='hd0,msdos6'
  283. if [ x$feature_platform_search_hint = xy ]; then
  284. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 e516ffc0-1e62-4e4c-9da4-1e041358a032
  285. else
  286. search --no-floppy --fs-uuid --set=root e516ffc0-1e62-4e4c-9da4-1e041358a032
  287. fi
  288. echo 'Loading Linux 3.11.2-031102-generic ...'
  289. linux /boot/vmlinuz-3.11.2-031102-generic root=UUID=e516ffc0-1e62-4e4c-9da4-1e041358a032 ro quiet splash $vt_handoff
  290. echo 'Loading initial ramdisk ...'
  291. initrd /boot/initrd.img-3.11.2-031102-generic
  292. }
  293. menuentry 'Ubuntu, with Linux 3.11.2-031102-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.2-031102-generic-recovery-e516ffc0-1e62-4e4c-9da4-1e041358a032' {
  294. recordfail
  295. load_video
  296. insmod gzio
  297. insmod part_msdos
  298. insmod ext2
  299. set root='hd0,msdos6'
  300. if [ x$feature_platform_search_hint = xy ]; then
  301. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 e516ffc0-1e62-4e4c-9da4-1e041358a032
  302. else
  303. search --no-floppy --fs-uuid --set=root e516ffc0-1e62-4e4c-9da4-1e041358a032
  304. fi
  305. echo 'Loading Linux 3.11.2-031102-generic ...'
  306. linux /boot/vmlinuz-3.11.2-031102-generic root=UUID=e516ffc0-1e62-4e4c-9da4-1e041358a032 ro recovery nomodeset
  307. echo 'Loading initial ramdisk ...'
  308. initrd /boot/initrd.img-3.11.2-031102-generic
  309. }
  310. menuentry 'Ubuntu, with Linux 3.11.0-20-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.0-20-generic-advanced-e516ffc0-1e62-4e4c-9da4-1e041358a032' {
  311. recordfail
  312. load_video
  313. gfxmode $linux_gfx_mode
  314. insmod gzio
  315. insmod part_msdos
  316. insmod ext2
  317. set root='hd0,msdos6'
  318. if [ x$feature_platform_search_hint = xy ]; then
  319. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 e516ffc0-1e62-4e4c-9da4-1e041358a032
  320. else
  321. search --no-floppy --fs-uuid --set=root e516ffc0-1e62-4e4c-9da4-1e041358a032
  322. fi
  323. echo 'Loading Linux 3.11.0-20-generic ...'
  324. linux /boot/vmlinuz-3.11.0-20-generic root=UUID=e516ffc0-1e62-4e4c-9da4-1e041358a032 ro quiet splash $vt_handoff
  325. echo 'Loading initial ramdisk ...'
  326. initrd /boot/initrd.img-3.11.0-20-generic
  327. }
  328. menuentry 'Ubuntu, with Linux 3.11.0-20-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.0-20-generic-recovery-e516ffc0-1e62-4e4c-9da4-1e041358a032' {
  329. recordfail
  330. load_video
  331. insmod gzio
  332. insmod part_msdos
  333. insmod ext2
  334. set root='hd0,msdos6'
  335. if [ x$feature_platform_search_hint = xy ]; then
  336. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 e516ffc0-1e62-4e4c-9da4-1e041358a032
  337. else
  338. search --no-floppy --fs-uuid --set=root e516ffc0-1e62-4e4c-9da4-1e041358a032
  339. fi
  340. echo 'Loading Linux 3.11.0-20-generic ...'
  341. linux /boot/vmlinuz-3.11.0-20-generic root=UUID=e516ffc0-1e62-4e4c-9da4-1e041358a032 ro recovery nomodeset
  342. echo 'Loading initial ramdisk ...'
  343. initrd /boot/initrd.img-3.11.0-20-generic
  344. }
  345. menuentry 'Ubuntu, with Linux 3.11.0-19-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.0-19-generic-advanced-e516ffc0-1e62-4e4c-9da4-1e041358a032' {
  346. recordfail
  347. load_video
  348. gfxmode $linux_gfx_mode
  349. insmod gzio
  350. insmod part_msdos
  351. insmod ext2
  352. set root='hd0,msdos6'
  353. if [ x$feature_platform_search_hint = xy ]; then
  354. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 e516ffc0-1e62-4e4c-9da4-1e041358a032
  355. else
  356. search --no-floppy --fs-uuid --set=root e516ffc0-1e62-4e4c-9da4-1e041358a032
  357. fi
  358. echo 'Loading Linux 3.11.0-19-generic ...'
  359. linux /boot/vmlinuz-3.11.0-19-generic root=UUID=e516ffc0-1e62-4e4c-9da4-1e041358a032 ro quiet splash $vt_handoff
  360. echo 'Loading initial ramdisk ...'
  361. initrd /boot/initrd.img-3.11.0-19-generic
  362. }
  363. menuentry 'Ubuntu, with Linux 3.11.0-19-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.0-19-generic-recovery-e516ffc0-1e62-4e4c-9da4-1e041358a032' {
  364. recordfail
  365. load_video
  366. insmod gzio
  367. insmod part_msdos
  368. insmod ext2
  369. set root='hd0,msdos6'
  370. if [ x$feature_platform_search_hint = xy ]; then
  371. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 e516ffc0-1e62-4e4c-9da4-1e041358a032
  372. else
  373. search --no-floppy --fs-uuid --set=root e516ffc0-1e62-4e4c-9da4-1e041358a032
  374. fi
  375. echo 'Loading Linux 3.11.0-19-generic ...'
  376. linux /boot/vmlinuz-3.11.0-19-generic root=UUID=e516ffc0-1e62-4e4c-9da4-1e041358a032 ro recovery nomodeset
  377. echo 'Loading initial ramdisk ...'
  378. initrd /boot/initrd.img-3.11.0-19-generic
  379. }
  380. menuentry 'Ubuntu, with Linux 3.11.0-18-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.0-18-generic-advanced-e516ffc0-1e62-4e4c-9da4-1e041358a032' {
  381. recordfail
  382. load_video
  383. gfxmode $linux_gfx_mode
  384. insmod gzio
  385. insmod part_msdos
  386. insmod ext2
  387. set root='hd0,msdos6'
  388. if [ x$feature_platform_search_hint = xy ]; then
  389. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 e516ffc0-1e62-4e4c-9da4-1e041358a032
  390. else
  391. search --no-floppy --fs-uuid --set=root e516ffc0-1e62-4e4c-9da4-1e041358a032
  392. fi
  393. echo 'Loading Linux 3.11.0-18-generic ...'
  394. linux /boot/vmlinuz-3.11.0-18-generic root=UUID=e516ffc0-1e62-4e4c-9da4-1e041358a032 ro quiet splash $vt_handoff
  395. echo 'Loading initial ramdisk ...'
  396. initrd /boot/initrd.img-3.11.0-18-generic
  397. }
  398. menuentry 'Ubuntu, with Linux 3.11.0-18-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.0-18-generic-recovery-e516ffc0-1e62-4e4c-9da4-1e041358a032' {
  399. recordfail
  400. load_video
  401. insmod gzio
  402. insmod part_msdos
  403. insmod ext2
  404. set root='hd0,msdos6'
  405. if [ x$feature_platform_search_hint = xy ]; then
  406. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 e516ffc0-1e62-4e4c-9da4-1e041358a032
  407. else
  408. search --no-floppy --fs-uuid --set=root e516ffc0-1e62-4e4c-9da4-1e041358a032
  409. fi
  410. echo 'Loading Linux 3.11.0-18-generic ...'
  411. linux /boot/vmlinuz-3.11.0-18-generic root=UUID=e516ffc0-1e62-4e4c-9da4-1e041358a032 ro recovery nomodeset
  412. echo 'Loading initial ramdisk ...'
  413. initrd /boot/initrd.img-3.11.0-18-generic
  414. }
  415. menuentry 'Ubuntu, with Linux 3.11.0-17-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.0-17-generic-advanced-e516ffc0-1e62-4e4c-9da4-1e041358a032' {
  416. recordfail
  417. load_video
  418. gfxmode $linux_gfx_mode
  419. insmod gzio
  420. insmod part_msdos
  421. insmod ext2
  422. set root='hd0,msdos6'
  423. if [ x$feature_platform_search_hint = xy ]; then
  424. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 e516ffc0-1e62-4e4c-9da4-1e041358a032
  425. else
  426. search --no-floppy --fs-uuid --set=root e516ffc0-1e62-4e4c-9da4-1e041358a032
  427. fi
  428. echo 'Loading Linux 3.11.0-17-generic ...'
  429. linux /boot/vmlinuz-3.11.0-17-generic root=UUID=e516ffc0-1e62-4e4c-9da4-1e041358a032 ro quiet splash $vt_handoff
  430. echo 'Loading initial ramdisk ...'
  431. initrd /boot/initrd.img-3.11.0-17-generic
  432. }
  433. menuentry 'Ubuntu, with Linux 3.11.0-17-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.0-17-generic-recovery-e516ffc0-1e62-4e4c-9da4-1e041358a032' {
  434. recordfail
  435. load_video
  436. insmod gzio
  437. insmod part_msdos
  438. insmod ext2
  439. set root='hd0,msdos6'
  440. if [ x$feature_platform_search_hint = xy ]; then
  441. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 e516ffc0-1e62-4e4c-9da4-1e041358a032
  442. else
  443. search --no-floppy --fs-uuid --set=root e516ffc0-1e62-4e4c-9da4-1e041358a032
  444. fi
  445. echo 'Loading Linux 3.11.0-17-generic ...'
  446. linux /boot/vmlinuz-3.11.0-17-generic root=UUID=e516ffc0-1e62-4e4c-9da4-1e041358a032 ro recovery nomodeset
  447. echo 'Loading initial ramdisk ...'
  448. initrd /boot/initrd.img-3.11.0-17-generic
  449. }
  450. menuentry 'Ubuntu, with Linux 3.11.0-15-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.0-15-generic-advanced-e516ffc0-1e62-4e4c-9da4-1e041358a032' {
  451. recordfail
  452. load_video
  453. gfxmode $linux_gfx_mode
  454. insmod gzio
  455. insmod part_msdos
  456. insmod ext2
  457. set root='hd0,msdos6'
  458. if [ x$feature_platform_search_hint = xy ]; then
  459. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 e516ffc0-1e62-4e4c-9da4-1e041358a032
  460. else
  461. search --no-floppy --fs-uuid --set=root e516ffc0-1e62-4e4c-9da4-1e041358a032
  462. fi
  463. echo 'Loading Linux 3.11.0-15-generic ...'
  464. linux /boot/vmlinuz-3.11.0-15-generic root=UUID=e516ffc0-1e62-4e4c-9da4-1e041358a032 ro quiet splash $vt_handoff
  465. echo 'Loading initial ramdisk ...'
  466. initrd /boot/initrd.img-3.11.0-15-generic
  467. }
  468. menuentry 'Ubuntu, with Linux 3.11.0-15-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.0-15-generic-recovery-e516ffc0-1e62-4e4c-9da4-1e041358a032' {
  469. recordfail
  470. load_video
  471. insmod gzio
  472. insmod part_msdos
  473. insmod ext2
  474. set root='hd0,msdos6'
  475. if [ x$feature_platform_search_hint = xy ]; then
  476. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 e516ffc0-1e62-4e4c-9da4-1e041358a032
  477. else
  478. search --no-floppy --fs-uuid --set=root e516ffc0-1e62-4e4c-9da4-1e041358a032
  479. fi
  480. echo 'Loading Linux 3.11.0-15-generic ...'
  481. linux /boot/vmlinuz-3.11.0-15-generic root=UUID=e516ffc0-1e62-4e4c-9da4-1e041358a032 ro recovery nomodeset
  482. echo 'Loading initial ramdisk ...'
  483. initrd /boot/initrd.img-3.11.0-15-generic
  484. }
  485. menuentry 'Ubuntu, with Linux 3.11.0-14-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.0-14-generic-advanced-e516ffc0-1e62-4e4c-9da4-1e041358a032' {
  486. recordfail
  487. load_video
  488. gfxmode $linux_gfx_mode
  489. insmod gzio
  490. insmod part_msdos
  491. insmod ext2
  492. set root='hd0,msdos6'
  493. if [ x$feature_platform_search_hint = xy ]; then
  494. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 e516ffc0-1e62-4e4c-9da4-1e041358a032
  495. else
  496. search --no-floppy --fs-uuid --set=root e516ffc0-1e62-4e4c-9da4-1e041358a032
  497. fi
  498. echo 'Loading Linux 3.11.0-14-generic ...'
  499. linux /boot/vmlinuz-3.11.0-14-generic root=UUID=e516ffc0-1e62-4e4c-9da4-1e041358a032 ro quiet splash $vt_handoff
  500. echo 'Loading initial ramdisk ...'
  501. initrd /boot/initrd.img-3.11.0-14-generic
  502. }
  503. menuentry 'Ubuntu, with Linux 3.11.0-14-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.0-14-generic-recovery-e516ffc0-1e62-4e4c-9da4-1e041358a032' {
  504. recordfail
  505. load_video
  506. insmod gzio
  507. insmod part_msdos
  508. insmod ext2
  509. set root='hd0,msdos6'
  510. if [ x$feature_platform_search_hint = xy ]; then
  511. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 e516ffc0-1e62-4e4c-9da4-1e041358a032
  512. else
  513. search --no-floppy --fs-uuid --set=root e516ffc0-1e62-4e4c-9da4-1e041358a032
  514. fi
  515. echo 'Loading Linux 3.11.0-14-generic ...'
  516. linux /boot/vmlinuz-3.11.0-14-generic root=UUID=e516ffc0-1e62-4e4c-9da4-1e041358a032 ro recovery nomodeset
  517. echo 'Loading initial ramdisk ...'
  518. initrd /boot/initrd.img-3.11.0-14-generic
  519. }
  520. menuentry 'Ubuntu, with Linux 3.11.0-13-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.0-13-generic-advanced-e516ffc0-1e62-4e4c-9da4-1e041358a032' {
  521. recordfail
  522. load_video
  523. gfxmode $linux_gfx_mode
  524. insmod gzio
  525. insmod part_msdos
  526. insmod ext2
  527. set root='hd0,msdos6'
  528. if [ x$feature_platform_search_hint = xy ]; then
  529. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 e516ffc0-1e62-4e4c-9da4-1e041358a032
  530. else
  531. search --no-floppy --fs-uuid --set=root e516ffc0-1e62-4e4c-9da4-1e041358a032
  532. fi
  533. echo 'Loading Linux 3.11.0-13-generic ...'
  534. linux /boot/vmlinuz-3.11.0-13-generic root=UUID=e516ffc0-1e62-4e4c-9da4-1e041358a032 ro quiet splash $vt_handoff
  535. echo 'Loading initial ramdisk ...'
  536. initrd /boot/initrd.img-3.11.0-13-generic
  537. }
  538. menuentry 'Ubuntu, with Linux 3.11.0-13-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.0-13-generic-recovery-e516ffc0-1e62-4e4c-9da4-1e041358a032' {
  539. recordfail
  540. load_video
  541. insmod gzio
  542. insmod part_msdos
  543. insmod ext2
  544. set root='hd0,msdos6'
  545. if [ x$feature_platform_search_hint = xy ]; then
  546. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 e516ffc0-1e62-4e4c-9da4-1e041358a032
  547. else
  548. search --no-floppy --fs-uuid --set=root e516ffc0-1e62-4e4c-9da4-1e041358a032
  549. fi
  550. echo 'Loading Linux 3.11.0-13-generic ...'
  551. linux /boot/vmlinuz-3.11.0-13-generic root=UUID=e516ffc0-1e62-4e4c-9da4-1e041358a032 ro recovery nomodeset
  552. echo 'Loading initial ramdisk ...'
  553. initrd /boot/initrd.img-3.11.0-13-generic
  554. }
  555. }
  556.  
  557. ### END /etc/grub.d/10_linux ###
  558.  
  559. ### BEGIN /etc/grub.d/20_linux_xen ###
  560.  
  561. ### END /etc/grub.d/20_linux_xen ###
  562.  
  563. ### BEGIN /etc/grub.d/20_memtest86+ ###
  564. menuentry 'Memory test (memtest86+)' {
  565. insmod part_msdos
  566. insmod ext2
  567. set root='hd0,msdos6'
  568. if [ x$feature_platform_search_hint = xy ]; then
  569. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 e516ffc0-1e62-4e4c-9da4-1e041358a032
  570. else
  571. search --no-floppy --fs-uuid --set=root e516ffc0-1e62-4e4c-9da4-1e041358a032
  572. fi
  573. knetbsd /boot/memtest86+.elf
  574. }
  575. menuentry 'Memory test (memtest86+, serial console 115200)' {
  576. insmod part_msdos
  577. insmod ext2
  578. set root='hd0,msdos6'
  579. if [ x$feature_platform_search_hint = xy ]; then
  580. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 e516ffc0-1e62-4e4c-9da4-1e041358a032
  581. else
  582. search --no-floppy --fs-uuid --set=root e516ffc0-1e62-4e4c-9da4-1e041358a032
  583. fi
  584. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  585. }
  586. ### END /etc/grub.d/20_memtest86+ ###
  587.  
  588. ### BEGIN /etc/grub.d/30_os-prober ###
  589. menuentry 'Windows Vista (loader) (on /dev/sda2)' --class windows --class os $menuentry_id_option 'osprober-chain-4C62B08962B07972' {
  590. insmod part_msdos
  591. insmod ntfs
  592. set root='hd0,msdos2'
  593. if [ x$feature_platform_search_hint = xy ]; then
  594. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 4C62B08962B07972
  595. else
  596. search --no-floppy --fs-uuid --set=root 4C62B08962B07972
  597. fi
  598. chainloader +1
  599. }
  600. menuentry 'Windows Recovery Environment (loader) (on /dev/sda4)' --class windows --class os $menuentry_id_option 'osprober-chain-16EEB76CEEB74333' {
  601. insmod part_msdos
  602. insmod ntfs
  603. set root='hd0,msdos4'
  604. if [ x$feature_platform_search_hint = xy ]; then
  605. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos4 --hint-efi=hd0,msdos4 --hint-baremetal=ahci0,msdos4 16EEB76CEEB74333
  606. else
  607. search --no-floppy --fs-uuid --set=root 16EEB76CEEB74333
  608. fi
  609. drivemap -s (hd0) ${root}
  610. chainloader +1
  611. }
  612. ### END /etc/grub.d/30_os-prober ###
  613.  
  614. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  615. ### END /etc/grub.d/30_uefi-firmware ###
  616.  
  617. ### BEGIN /etc/grub.d/40_custom ###
  618. # This file provides an easy way to add custom menu entries. Simply type the
  619. # menu entries you want to add after this comment. Be careful not to change
  620. # the 'exec tail' line above.
  621. ### END /etc/grub.d/40_custom ###
  622.  
  623. ### BEGIN /etc/grub.d/41_custom ###
  624. if [ -f ${config_directory}/custom.cfg ]; then
  625. source ${config_directory}/custom.cfg
  626. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  627. source $prefix/custom.cfg;
  628. fi
  629. ### END /etc/grub.d/41_custom ###
  630. --------------------------------------------------------------------------------
  631.  
  632. =============================== sda6/etc/fstab: ================================
  633.  
  634. --------------------------------------------------------------------------------
  635. # /etc/fstab: static file system information.
  636. #
  637. # Use 'blkid -o value -s UUID' to print the universally unique identifier
  638. # for a device; this may be used with UUID= as a more robust way to name
  639. # devices that works even if disks are added and removed. See fstab(5).
  640. #
  641. # <file system> <mount point> <type> <options> <dump> <pass>
  642. proc /proc proc nodev,noexec,nosuid 0 0
  643. # / was on /dev/sda6 during installation
  644. UUID=e516ffc0-1e62-4e4c-9da4-1e041358a032 / ext4 errors=remount-ro 0 1
  645. # swap was on /dev/sda7 during installation
  646. UUID=b4f32a12-0d34-4ca1-8e9d-0b0b73846ea7 none swap sw 0 0
  647. --------------------------------------------------------------------------------
  648.  
  649. =================== sda6: Location of files loaded by Grub: ====================
  650.  
  651. GiB - GB File Fragment(s)
  652.  
  653.  
  654. ========= Devices which don't seem to have a corresponding hard drive: =========
  655.  
  656. sdb
  657.  
  658. =============================== StdErr Messages: ===============================
  659.  
  660. cat: /tmp/BootInfo-zOe1fouV/Tmp_Log: No such file or directory
  661. No volume groups found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement