Advertisement
Guest User

Untitled

a guest
Dec 14th, 2013
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.38 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 72 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: /Windows/System32/winload.exe
  25.  
  26. sda3: __________________________________________________________________________
  27.  
  28. File system: ntfs
  29. Boot sector type: Windows Vista/7: NTFS
  30. Boot sector info: No errors found in the Boot Parameter Block.
  31. Operating System:
  32. Boot files:
  33.  
  34. sda4: __________________________________________________________________________
  35.  
  36. File system: Extended Partition
  37. Boot sector type: -
  38. Boot sector info:
  39.  
  40. sda5: __________________________________________________________________________
  41.  
  42. File system: swap
  43. Boot sector type: -
  44. Boot sector info:
  45.  
  46. sda6: __________________________________________________________________________
  47.  
  48. File system: ext4
  49. Boot sector type: -
  50. Boot sector info:
  51. Operating System: Ubuntu 12.10
  52. Boot files: /boot/grub/grub.cfg /etc/fstab
  53.  
  54. ============================ Drive/Partition Info: =============================
  55.  
  56. Drive: sda _____________________________________________________________________
  57.  
  58. Disk /dev/sda: 640.1 GB, 640135028736 bytes
  59. 255 heads, 63 sectors/track, 77825 cylinders, total 1250263728 sectors
  60. Units = sectors of 1 * 512 = 512 bytes
  61. Sector size (logical/physical): 512 bytes / 512 bytes
  62.  
  63. Partition Boot Start Sector End Sector # of Sectors Id System
  64.  
  65. /dev/sda1 * 2,048 206,847 204,800 7 NTFS / exFAT / HPFS
  66. /dev/sda2 206,848 104,450,047 104,243,200 7 NTFS / exFAT / HPFS
  67. /dev/sda3 104,450,048 1,209,298,943 1,104,848,896 7 NTFS / exFAT / HPFS
  68. /dev/sda4 1,209,298,944 1,250,263,727 40,964,784 5 Extended
  69. /dev/sda5 1,209,300,992 1,213,495,295 4,194,304 82 Linux swap / Solaris
  70. /dev/sda6 1,213,497,344 1,250,263,039 36,765,696 83 Linux
  71.  
  72.  
  73. "blkid" output: ________________________________________________________________
  74.  
  75. Device UUID TYPE LABEL
  76.  
  77. /dev/sda1 44680865680857D6 ntfs System Reserved
  78. /dev/sda2 66847D63847D36A1 ntfs
  79. /dev/sda3 E4DC3776DC37425A ntfs Storage
  80. /dev/sda5 a02f8ece-0313-4727-8420-676f847ba8e3 swap
  81. /dev/sda6 ae046fbe-98b9-43fa-b55d-ee0a3652a9ba ext4
  82.  
  83. ================================ Mount points: =================================
  84.  
  85. Device Mount_Point Type Options
  86.  
  87. /dev/sda6 / ext4 (rw,errors=remount-ro)
  88.  
  89.  
  90. =========================== sda6/boot/grub/grub.cfg: ===========================
  91.  
  92. --------------------------------------------------------------------------------
  93. #
  94. # DO NOT EDIT THIS FILE
  95. #
  96. # It is automatically generated by grub-mkconfig using templates
  97. # from /etc/grub.d and settings from /etc/default/grub
  98. #
  99.  
  100. ### BEGIN /etc/grub.d/00_header ###
  101. if [ -s $prefix/grubenv ]; then
  102. set have_grubenv=true
  103. load_env
  104. fi
  105. set default="Advanced options for Ubuntu>Ubuntu, with Linux 3.5.0-42-generic"
  106.  
  107. if [ x"${feature_menuentry_id}" = xy ]; then
  108. menuentry_id_option="--id"
  109. else
  110. menuentry_id_option=""
  111. fi
  112.  
  113. export menuentry_id_option
  114.  
  115. if [ "${prev_saved_entry}" ]; then
  116. set saved_entry="${prev_saved_entry}"
  117. save_env saved_entry
  118. set prev_saved_entry=
  119. save_env prev_saved_entry
  120. set boot_once=true
  121. fi
  122.  
  123. function savedefault {
  124. if [ -z "${boot_once}" ]; then
  125. saved_entry="${chosen}"
  126. save_env saved_entry
  127. fi
  128. }
  129.  
  130. function recordfail {
  131. set recordfail=1
  132. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  133. }
  134.  
  135. function load_video {
  136. if [ x$feature_all_video_module = xy ]; then
  137. insmod all_video
  138. else
  139. insmod efi_gop
  140. insmod efi_uga
  141. insmod ieee1275_fb
  142. insmod vbe
  143. insmod vga
  144. insmod video_bochs
  145. insmod video_cirrus
  146. fi
  147. }
  148.  
  149. if [ x$feature_default_font_path = xy ] ; then
  150. font=unicode
  151. else
  152. insmod part_msdos
  153. insmod ext2
  154. set root='hd0,msdos6'
  155. if [ x$feature_platform_search_hint = xy ]; then
  156. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  157. else
  158. search --no-floppy --fs-uuid --set=root ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  159. fi
  160. font="/usr/share/grub/unicode.pf2"
  161. fi
  162.  
  163. if loadfont $font ; then
  164. set gfxmode=auto
  165. load_video
  166. insmod gfxterm
  167. set locale_dir=$prefix/locale
  168. set lang=en_US
  169. insmod gettext
  170. fi
  171. terminal_output gfxterm
  172. if [ "${recordfail}" = 1 ]; then
  173. set timeout=-1
  174. else
  175. set timeout=10
  176. fi
  177. ### END /etc/grub.d/00_header ###
  178.  
  179. ### BEGIN /etc/grub.d/05_debian_theme ###
  180. set menu_color_normal=white/black
  181. set menu_color_highlight=black/light-gray
  182. if background_color 44,0,30; then
  183. clear
  184. fi
  185. ### END /etc/grub.d/05_debian_theme ###
  186.  
  187. ### BEGIN /etc/grub.d/10_linux ###
  188. function gfxmode {
  189. set gfxpayload="${1}"
  190. if [ "${1}" = "keep" ]; then
  191. set vt_handoff=vt.handoff=7
  192. else
  193. set vt_handoff=
  194. fi
  195. }
  196. if [ "${recordfail}" != 1 ]; then
  197. if [ -e ${prefix}/gfxblacklist.txt ]; then
  198. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  199. if [ ${match} = 0 ]; then
  200. set linux_gfx_mode=keep
  201. else
  202. set linux_gfx_mode=text
  203. fi
  204. else
  205. set linux_gfx_mode=text
  206. fi
  207. else
  208. set linux_gfx_mode=keep
  209. fi
  210. else
  211. set linux_gfx_mode=text
  212. fi
  213. export linux_gfx_mode
  214. if [ "${linux_gfx_mode}" != "text" ]; then load_video; fi
  215. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-ae046fbe-98b9-43fa-b55d-ee0a3652a9ba' {
  216. recordfail
  217. gfxmode $linux_gfx_mode
  218. insmod gzio
  219. insmod part_msdos
  220. insmod ext2
  221. set root='hd0,msdos6'
  222. if [ x$feature_platform_search_hint = xy ]; then
  223. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  224. else
  225. search --no-floppy --fs-uuid --set=root ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  226. fi
  227. linux /boot/vmlinuz-3.8.13-03081312-generic root=UUID=ae046fbe-98b9-43fa-b55d-ee0a3652a9ba ro quiet splash acpi=force $vt_handoff
  228. initrd /boot/initrd.img-3.8.13-03081312-generic
  229. }
  230. submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-ae046fbe-98b9-43fa-b55d-ee0a3652a9ba' {
  231. menuentry 'Ubuntu, with Linux 3.8.13-03081312-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.8.13-03081312-generic-advanced-ae046fbe-98b9-43fa-b55d-ee0a3652a9ba' {
  232. recordfail
  233. gfxmode $linux_gfx_mode
  234. insmod gzio
  235. insmod part_msdos
  236. insmod ext2
  237. set root='hd0,msdos6'
  238. if [ x$feature_platform_search_hint = xy ]; then
  239. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  240. else
  241. search --no-floppy --fs-uuid --set=root ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  242. fi
  243. echo 'Loading Linux 3.8.13-03081312-generic ...'
  244. linux /boot/vmlinuz-3.8.13-03081312-generic root=UUID=ae046fbe-98b9-43fa-b55d-ee0a3652a9ba ro quiet splash acpi=force $vt_handoff
  245. echo 'Loading initial ramdisk ...'
  246. initrd /boot/initrd.img-3.8.13-03081312-generic
  247. }
  248. menuentry 'Ubuntu, with Linux 3.8.13-03081312-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.8.13-03081312-generic-recovery-ae046fbe-98b9-43fa-b55d-ee0a3652a9ba' {
  249. recordfail
  250. insmod gzio
  251. insmod part_msdos
  252. insmod ext2
  253. set root='hd0,msdos6'
  254. if [ x$feature_platform_search_hint = xy ]; then
  255. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  256. else
  257. search --no-floppy --fs-uuid --set=root ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  258. fi
  259. echo 'Loading Linux 3.8.13-03081312-generic ...'
  260. linux /boot/vmlinuz-3.8.13-03081312-generic root=UUID=ae046fbe-98b9-43fa-b55d-ee0a3652a9ba ro recovery nomodeset
  261. echo 'Loading initial ramdisk ...'
  262. initrd /boot/initrd.img-3.8.13-03081312-generic
  263. }
  264. menuentry 'Ubuntu, with Linux 3.8.4-030804-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.8.4-030804-generic-advanced-ae046fbe-98b9-43fa-b55d-ee0a3652a9ba' {
  265. recordfail
  266. gfxmode $linux_gfx_mode
  267. insmod gzio
  268. insmod part_msdos
  269. insmod ext2
  270. set root='hd0,msdos6'
  271. if [ x$feature_platform_search_hint = xy ]; then
  272. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  273. else
  274. search --no-floppy --fs-uuid --set=root ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  275. fi
  276. echo 'Loading Linux 3.8.4-030804-generic ...'
  277. linux /boot/vmlinuz-3.8.4-030804-generic root=UUID=ae046fbe-98b9-43fa-b55d-ee0a3652a9ba ro quiet splash acpi=force $vt_handoff
  278. echo 'Loading initial ramdisk ...'
  279. initrd /boot/initrd.img-3.8.4-030804-generic
  280. }
  281. menuentry 'Ubuntu, with Linux 3.8.4-030804-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.8.4-030804-generic-recovery-ae046fbe-98b9-43fa-b55d-ee0a3652a9ba' {
  282. recordfail
  283. insmod gzio
  284. insmod part_msdos
  285. insmod ext2
  286. set root='hd0,msdos6'
  287. if [ x$feature_platform_search_hint = xy ]; then
  288. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  289. else
  290. search --no-floppy --fs-uuid --set=root ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  291. fi
  292. echo 'Loading Linux 3.8.4-030804-generic ...'
  293. linux /boot/vmlinuz-3.8.4-030804-generic root=UUID=ae046fbe-98b9-43fa-b55d-ee0a3652a9ba ro recovery nomodeset
  294. echo 'Loading initial ramdisk ...'
  295. initrd /boot/initrd.img-3.8.4-030804-generic
  296. }
  297. menuentry 'Ubuntu, with Linux 3.5.0-44-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-44-generic-advanced-ae046fbe-98b9-43fa-b55d-ee0a3652a9ba' {
  298. recordfail
  299. gfxmode $linux_gfx_mode
  300. insmod gzio
  301. insmod part_msdos
  302. insmod ext2
  303. set root='hd0,msdos6'
  304. if [ x$feature_platform_search_hint = xy ]; then
  305. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  306. else
  307. search --no-floppy --fs-uuid --set=root ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  308. fi
  309. echo 'Loading Linux 3.5.0-44-generic ...'
  310. linux /boot/vmlinuz-3.5.0-44-generic root=UUID=ae046fbe-98b9-43fa-b55d-ee0a3652a9ba ro quiet splash acpi=force $vt_handoff
  311. echo 'Loading initial ramdisk ...'
  312. initrd /boot/initrd.img-3.5.0-44-generic
  313. }
  314. menuentry 'Ubuntu, with Linux 3.5.0-44-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-44-generic-recovery-ae046fbe-98b9-43fa-b55d-ee0a3652a9ba' {
  315. recordfail
  316. insmod gzio
  317. insmod part_msdos
  318. insmod ext2
  319. set root='hd0,msdos6'
  320. if [ x$feature_platform_search_hint = xy ]; then
  321. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  322. else
  323. search --no-floppy --fs-uuid --set=root ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  324. fi
  325. echo 'Loading Linux 3.5.0-44-generic ...'
  326. linux /boot/vmlinuz-3.5.0-44-generic root=UUID=ae046fbe-98b9-43fa-b55d-ee0a3652a9ba ro recovery nomodeset
  327. echo 'Loading initial ramdisk ...'
  328. initrd /boot/initrd.img-3.5.0-44-generic
  329. }
  330. menuentry 'Ubuntu, with Linux 3.5.0-43-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-43-generic-advanced-ae046fbe-98b9-43fa-b55d-ee0a3652a9ba' {
  331. recordfail
  332. gfxmode $linux_gfx_mode
  333. insmod gzio
  334. insmod part_msdos
  335. insmod ext2
  336. set root='hd0,msdos6'
  337. if [ x$feature_platform_search_hint = xy ]; then
  338. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  339. else
  340. search --no-floppy --fs-uuid --set=root ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  341. fi
  342. echo 'Loading Linux 3.5.0-43-generic ...'
  343. linux /boot/vmlinuz-3.5.0-43-generic root=UUID=ae046fbe-98b9-43fa-b55d-ee0a3652a9ba ro quiet splash acpi=force $vt_handoff
  344. echo 'Loading initial ramdisk ...'
  345. initrd /boot/initrd.img-3.5.0-43-generic
  346. }
  347. menuentry 'Ubuntu, with Linux 3.5.0-43-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-43-generic-recovery-ae046fbe-98b9-43fa-b55d-ee0a3652a9ba' {
  348. recordfail
  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 ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  355. else
  356. search --no-floppy --fs-uuid --set=root ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  357. fi
  358. echo 'Loading Linux 3.5.0-43-generic ...'
  359. linux /boot/vmlinuz-3.5.0-43-generic root=UUID=ae046fbe-98b9-43fa-b55d-ee0a3652a9ba ro recovery nomodeset
  360. echo 'Loading initial ramdisk ...'
  361. initrd /boot/initrd.img-3.5.0-43-generic
  362. }
  363. menuentry 'Ubuntu, with Linux 3.5.0-42-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-42-generic-advanced-ae046fbe-98b9-43fa-b55d-ee0a3652a9ba' {
  364. recordfail
  365. gfxmode $linux_gfx_mode
  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 ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  372. else
  373. search --no-floppy --fs-uuid --set=root ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  374. fi
  375. echo 'Loading Linux 3.5.0-42-generic ...'
  376. linux /boot/vmlinuz-3.5.0-42-generic root=UUID=ae046fbe-98b9-43fa-b55d-ee0a3652a9ba ro quiet splash acpi=force $vt_handoff
  377. echo 'Loading initial ramdisk ...'
  378. initrd /boot/initrd.img-3.5.0-42-generic
  379. }
  380. menuentry 'Ubuntu, with Linux 3.5.0-42-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-42-generic-recovery-ae046fbe-98b9-43fa-b55d-ee0a3652a9ba' {
  381. recordfail
  382. insmod gzio
  383. insmod part_msdos
  384. insmod ext2
  385. set root='hd0,msdos6'
  386. if [ x$feature_platform_search_hint = xy ]; then
  387. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  388. else
  389. search --no-floppy --fs-uuid --set=root ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  390. fi
  391. echo 'Loading Linux 3.5.0-42-generic ...'
  392. linux /boot/vmlinuz-3.5.0-42-generic root=UUID=ae046fbe-98b9-43fa-b55d-ee0a3652a9ba ro recovery nomodeset
  393. echo 'Loading initial ramdisk ...'
  394. initrd /boot/initrd.img-3.5.0-42-generic
  395. }
  396. menuentry 'Ubuntu, with Linux 3.5.0-41-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-41-generic-advanced-ae046fbe-98b9-43fa-b55d-ee0a3652a9ba' {
  397. recordfail
  398. gfxmode $linux_gfx_mode
  399. insmod gzio
  400. insmod part_msdos
  401. insmod ext2
  402. set root='hd0,msdos6'
  403. if [ x$feature_platform_search_hint = xy ]; then
  404. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  405. else
  406. search --no-floppy --fs-uuid --set=root ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  407. fi
  408. echo 'Loading Linux 3.5.0-41-generic ...'
  409. linux /boot/vmlinuz-3.5.0-41-generic root=UUID=ae046fbe-98b9-43fa-b55d-ee0a3652a9ba ro quiet splash acpi=force $vt_handoff
  410. echo 'Loading initial ramdisk ...'
  411. initrd /boot/initrd.img-3.5.0-41-generic
  412. }
  413. menuentry 'Ubuntu, with Linux 3.5.0-41-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-41-generic-recovery-ae046fbe-98b9-43fa-b55d-ee0a3652a9ba' {
  414. recordfail
  415. insmod gzio
  416. insmod part_msdos
  417. insmod ext2
  418. set root='hd0,msdos6'
  419. if [ x$feature_platform_search_hint = xy ]; then
  420. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  421. else
  422. search --no-floppy --fs-uuid --set=root ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  423. fi
  424. echo 'Loading Linux 3.5.0-41-generic ...'
  425. linux /boot/vmlinuz-3.5.0-41-generic root=UUID=ae046fbe-98b9-43fa-b55d-ee0a3652a9ba ro recovery nomodeset
  426. echo 'Loading initial ramdisk ...'
  427. initrd /boot/initrd.img-3.5.0-41-generic
  428. }
  429. menuentry 'Ubuntu, with Linux 3.5.0-39-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-39-generic-advanced-ae046fbe-98b9-43fa-b55d-ee0a3652a9ba' {
  430. recordfail
  431. gfxmode $linux_gfx_mode
  432. insmod gzio
  433. insmod part_msdos
  434. insmod ext2
  435. set root='hd0,msdos6'
  436. if [ x$feature_platform_search_hint = xy ]; then
  437. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  438. else
  439. search --no-floppy --fs-uuid --set=root ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  440. fi
  441. echo 'Loading Linux 3.5.0-39-generic ...'
  442. linux /boot/vmlinuz-3.5.0-39-generic root=UUID=ae046fbe-98b9-43fa-b55d-ee0a3652a9ba ro quiet splash acpi=force $vt_handoff
  443. echo 'Loading initial ramdisk ...'
  444. initrd /boot/initrd.img-3.5.0-39-generic
  445. }
  446. menuentry 'Ubuntu, with Linux 3.5.0-39-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-39-generic-recovery-ae046fbe-98b9-43fa-b55d-ee0a3652a9ba' {
  447. recordfail
  448. insmod gzio
  449. insmod part_msdos
  450. insmod ext2
  451. set root='hd0,msdos6'
  452. if [ x$feature_platform_search_hint = xy ]; then
  453. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  454. else
  455. search --no-floppy --fs-uuid --set=root ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  456. fi
  457. echo 'Loading Linux 3.5.0-39-generic ...'
  458. linux /boot/vmlinuz-3.5.0-39-generic root=UUID=ae046fbe-98b9-43fa-b55d-ee0a3652a9ba ro recovery nomodeset
  459. echo 'Loading initial ramdisk ...'
  460. initrd /boot/initrd.img-3.5.0-39-generic
  461. }
  462. menuentry 'Ubuntu, with Linux 3.5.0-37-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-37-generic-advanced-ae046fbe-98b9-43fa-b55d-ee0a3652a9ba' {
  463. recordfail
  464. gfxmode $linux_gfx_mode
  465. insmod gzio
  466. insmod part_msdos
  467. insmod ext2
  468. set root='hd0,msdos6'
  469. if [ x$feature_platform_search_hint = xy ]; then
  470. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  471. else
  472. search --no-floppy --fs-uuid --set=root ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  473. fi
  474. echo 'Loading Linux 3.5.0-37-generic ...'
  475. linux /boot/vmlinuz-3.5.0-37-generic root=UUID=ae046fbe-98b9-43fa-b55d-ee0a3652a9ba ro quiet splash acpi=force $vt_handoff
  476. echo 'Loading initial ramdisk ...'
  477. initrd /boot/initrd.img-3.5.0-37-generic
  478. }
  479. menuentry 'Ubuntu, with Linux 3.5.0-37-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-37-generic-recovery-ae046fbe-98b9-43fa-b55d-ee0a3652a9ba' {
  480. recordfail
  481. insmod gzio
  482. insmod part_msdos
  483. insmod ext2
  484. set root='hd0,msdos6'
  485. if [ x$feature_platform_search_hint = xy ]; then
  486. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  487. else
  488. search --no-floppy --fs-uuid --set=root ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  489. fi
  490. echo 'Loading Linux 3.5.0-37-generic ...'
  491. linux /boot/vmlinuz-3.5.0-37-generic root=UUID=ae046fbe-98b9-43fa-b55d-ee0a3652a9ba ro recovery nomodeset
  492. echo 'Loading initial ramdisk ...'
  493. initrd /boot/initrd.img-3.5.0-37-generic
  494. }
  495. menuentry 'Ubuntu, with Linux 3.5.0-36-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-36-generic-advanced-ae046fbe-98b9-43fa-b55d-ee0a3652a9ba' {
  496. recordfail
  497. gfxmode $linux_gfx_mode
  498. insmod gzio
  499. insmod part_msdos
  500. insmod ext2
  501. set root='hd0,msdos6'
  502. if [ x$feature_platform_search_hint = xy ]; then
  503. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  504. else
  505. search --no-floppy --fs-uuid --set=root ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  506. fi
  507. echo 'Loading Linux 3.5.0-36-generic ...'
  508. linux /boot/vmlinuz-3.5.0-36-generic root=UUID=ae046fbe-98b9-43fa-b55d-ee0a3652a9ba ro quiet splash acpi=force $vt_handoff
  509. echo 'Loading initial ramdisk ...'
  510. initrd /boot/initrd.img-3.5.0-36-generic
  511. }
  512. menuentry 'Ubuntu, with Linux 3.5.0-36-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-36-generic-recovery-ae046fbe-98b9-43fa-b55d-ee0a3652a9ba' {
  513. recordfail
  514. insmod gzio
  515. insmod part_msdos
  516. insmod ext2
  517. set root='hd0,msdos6'
  518. if [ x$feature_platform_search_hint = xy ]; then
  519. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  520. else
  521. search --no-floppy --fs-uuid --set=root ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  522. fi
  523. echo 'Loading Linux 3.5.0-36-generic ...'
  524. linux /boot/vmlinuz-3.5.0-36-generic root=UUID=ae046fbe-98b9-43fa-b55d-ee0a3652a9ba ro recovery nomodeset
  525. echo 'Loading initial ramdisk ...'
  526. initrd /boot/initrd.img-3.5.0-36-generic
  527. }
  528. menuentry 'Ubuntu, with Linux 3.5.0-34-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-34-generic-advanced-ae046fbe-98b9-43fa-b55d-ee0a3652a9ba' {
  529. recordfail
  530. gfxmode $linux_gfx_mode
  531. insmod gzio
  532. insmod part_msdos
  533. insmod ext2
  534. set root='hd0,msdos6'
  535. if [ x$feature_platform_search_hint = xy ]; then
  536. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  537. else
  538. search --no-floppy --fs-uuid --set=root ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  539. fi
  540. echo 'Loading Linux 3.5.0-34-generic ...'
  541. linux /boot/vmlinuz-3.5.0-34-generic root=UUID=ae046fbe-98b9-43fa-b55d-ee0a3652a9ba ro quiet splash acpi=force $vt_handoff
  542. echo 'Loading initial ramdisk ...'
  543. initrd /boot/initrd.img-3.5.0-34-generic
  544. }
  545. menuentry 'Ubuntu, with Linux 3.5.0-34-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-34-generic-recovery-ae046fbe-98b9-43fa-b55d-ee0a3652a9ba' {
  546. recordfail
  547. insmod gzio
  548. insmod part_msdos
  549. insmod ext2
  550. set root='hd0,msdos6'
  551. if [ x$feature_platform_search_hint = xy ]; then
  552. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  553. else
  554. search --no-floppy --fs-uuid --set=root ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  555. fi
  556. echo 'Loading Linux 3.5.0-34-generic ...'
  557. linux /boot/vmlinuz-3.5.0-34-generic root=UUID=ae046fbe-98b9-43fa-b55d-ee0a3652a9ba ro recovery nomodeset
  558. echo 'Loading initial ramdisk ...'
  559. initrd /boot/initrd.img-3.5.0-34-generic
  560. }
  561. menuentry 'Ubuntu, with Linux 3.5.0-32-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-32-generic-advanced-ae046fbe-98b9-43fa-b55d-ee0a3652a9ba' {
  562. recordfail
  563. gfxmode $linux_gfx_mode
  564. insmod gzio
  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 ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  570. else
  571. search --no-floppy --fs-uuid --set=root ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  572. fi
  573. echo 'Loading Linux 3.5.0-32-generic ...'
  574. linux /boot/vmlinuz-3.5.0-32-generic root=UUID=ae046fbe-98b9-43fa-b55d-ee0a3652a9ba ro quiet splash acpi=force $vt_handoff
  575. echo 'Loading initial ramdisk ...'
  576. initrd /boot/initrd.img-3.5.0-32-generic
  577. }
  578. menuentry 'Ubuntu, with Linux 3.5.0-32-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-32-generic-recovery-ae046fbe-98b9-43fa-b55d-ee0a3652a9ba' {
  579. recordfail
  580. insmod gzio
  581. insmod part_msdos
  582. insmod ext2
  583. set root='hd0,msdos6'
  584. if [ x$feature_platform_search_hint = xy ]; then
  585. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  586. else
  587. search --no-floppy --fs-uuid --set=root ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  588. fi
  589. echo 'Loading Linux 3.5.0-32-generic ...'
  590. linux /boot/vmlinuz-3.5.0-32-generic root=UUID=ae046fbe-98b9-43fa-b55d-ee0a3652a9ba ro recovery nomodeset
  591. echo 'Loading initial ramdisk ...'
  592. initrd /boot/initrd.img-3.5.0-32-generic
  593. }
  594. menuentry 'Ubuntu, with Linux 3.5.0-30-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-30-generic-advanced-ae046fbe-98b9-43fa-b55d-ee0a3652a9ba' {
  595. recordfail
  596. gfxmode $linux_gfx_mode
  597. insmod gzio
  598. insmod part_msdos
  599. insmod ext2
  600. set root='hd0,msdos6'
  601. if [ x$feature_platform_search_hint = xy ]; then
  602. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  603. else
  604. search --no-floppy --fs-uuid --set=root ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  605. fi
  606. echo 'Loading Linux 3.5.0-30-generic ...'
  607. linux /boot/vmlinuz-3.5.0-30-generic root=UUID=ae046fbe-98b9-43fa-b55d-ee0a3652a9ba ro quiet splash acpi=force $vt_handoff
  608. echo 'Loading initial ramdisk ...'
  609. initrd /boot/initrd.img-3.5.0-30-generic
  610. }
  611. menuentry 'Ubuntu, with Linux 3.5.0-30-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-30-generic-recovery-ae046fbe-98b9-43fa-b55d-ee0a3652a9ba' {
  612. recordfail
  613. insmod gzio
  614. insmod part_msdos
  615. insmod ext2
  616. set root='hd0,msdos6'
  617. if [ x$feature_platform_search_hint = xy ]; then
  618. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  619. else
  620. search --no-floppy --fs-uuid --set=root ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  621. fi
  622. echo 'Loading Linux 3.5.0-30-generic ...'
  623. linux /boot/vmlinuz-3.5.0-30-generic root=UUID=ae046fbe-98b9-43fa-b55d-ee0a3652a9ba ro recovery nomodeset
  624. echo 'Loading initial ramdisk ...'
  625. initrd /boot/initrd.img-3.5.0-30-generic
  626. }
  627. menuentry 'Ubuntu, with Linux 3.5.0-28-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-28-generic-advanced-ae046fbe-98b9-43fa-b55d-ee0a3652a9ba' {
  628. recordfail
  629. gfxmode $linux_gfx_mode
  630. insmod gzio
  631. insmod part_msdos
  632. insmod ext2
  633. set root='hd0,msdos6'
  634. if [ x$feature_platform_search_hint = xy ]; then
  635. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  636. else
  637. search --no-floppy --fs-uuid --set=root ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  638. fi
  639. echo 'Loading Linux 3.5.0-28-generic ...'
  640. linux /boot/vmlinuz-3.5.0-28-generic root=UUID=ae046fbe-98b9-43fa-b55d-ee0a3652a9ba ro quiet splash acpi=force $vt_handoff
  641. echo 'Loading initial ramdisk ...'
  642. initrd /boot/initrd.img-3.5.0-28-generic
  643. }
  644. menuentry 'Ubuntu, with Linux 3.5.0-28-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-28-generic-recovery-ae046fbe-98b9-43fa-b55d-ee0a3652a9ba' {
  645. recordfail
  646. insmod gzio
  647. insmod part_msdos
  648. insmod ext2
  649. set root='hd0,msdos6'
  650. if [ x$feature_platform_search_hint = xy ]; then
  651. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  652. else
  653. search --no-floppy --fs-uuid --set=root ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  654. fi
  655. echo 'Loading Linux 3.5.0-28-generic ...'
  656. linux /boot/vmlinuz-3.5.0-28-generic root=UUID=ae046fbe-98b9-43fa-b55d-ee0a3652a9ba ro recovery nomodeset
  657. echo 'Loading initial ramdisk ...'
  658. initrd /boot/initrd.img-3.5.0-28-generic
  659. }
  660. menuentry 'Ubuntu, with Linux 3.5.0-27-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-27-generic-advanced-ae046fbe-98b9-43fa-b55d-ee0a3652a9ba' {
  661. recordfail
  662. gfxmode $linux_gfx_mode
  663. insmod gzio
  664. insmod part_msdos
  665. insmod ext2
  666. set root='hd0,msdos6'
  667. if [ x$feature_platform_search_hint = xy ]; then
  668. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  669. else
  670. search --no-floppy --fs-uuid --set=root ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  671. fi
  672. echo 'Loading Linux 3.5.0-27-generic ...'
  673. linux /boot/vmlinuz-3.5.0-27-generic root=UUID=ae046fbe-98b9-43fa-b55d-ee0a3652a9ba ro quiet splash acpi=force $vt_handoff
  674. echo 'Loading initial ramdisk ...'
  675. initrd /boot/initrd.img-3.5.0-27-generic
  676. }
  677. menuentry 'Ubuntu, with Linux 3.5.0-27-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-27-generic-recovery-ae046fbe-98b9-43fa-b55d-ee0a3652a9ba' {
  678. recordfail
  679. insmod gzio
  680. insmod part_msdos
  681. insmod ext2
  682. set root='hd0,msdos6'
  683. if [ x$feature_platform_search_hint = xy ]; then
  684. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  685. else
  686. search --no-floppy --fs-uuid --set=root ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  687. fi
  688. echo 'Loading Linux 3.5.0-27-generic ...'
  689. linux /boot/vmlinuz-3.5.0-27-generic root=UUID=ae046fbe-98b9-43fa-b55d-ee0a3652a9ba ro recovery nomodeset
  690. echo 'Loading initial ramdisk ...'
  691. initrd /boot/initrd.img-3.5.0-27-generic
  692. }
  693. menuentry 'Ubuntu, with Linux 3.5.0-26-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-26-generic-advanced-ae046fbe-98b9-43fa-b55d-ee0a3652a9ba' {
  694. recordfail
  695. gfxmode $linux_gfx_mode
  696. insmod gzio
  697. insmod part_msdos
  698. insmod ext2
  699. set root='hd0,msdos6'
  700. if [ x$feature_platform_search_hint = xy ]; then
  701. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  702. else
  703. search --no-floppy --fs-uuid --set=root ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  704. fi
  705. echo 'Loading Linux 3.5.0-26-generic ...'
  706. linux /boot/vmlinuz-3.5.0-26-generic root=UUID=ae046fbe-98b9-43fa-b55d-ee0a3652a9ba ro quiet splash acpi=force $vt_handoff
  707. echo 'Loading initial ramdisk ...'
  708. initrd /boot/initrd.img-3.5.0-26-generic
  709. }
  710. menuentry 'Ubuntu, with Linux 3.5.0-26-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-26-generic-recovery-ae046fbe-98b9-43fa-b55d-ee0a3652a9ba' {
  711. recordfail
  712. insmod gzio
  713. insmod part_msdos
  714. insmod ext2
  715. set root='hd0,msdos6'
  716. if [ x$feature_platform_search_hint = xy ]; then
  717. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  718. else
  719. search --no-floppy --fs-uuid --set=root ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  720. fi
  721. echo 'Loading Linux 3.5.0-26-generic ...'
  722. linux /boot/vmlinuz-3.5.0-26-generic root=UUID=ae046fbe-98b9-43fa-b55d-ee0a3652a9ba ro recovery nomodeset
  723. echo 'Loading initial ramdisk ...'
  724. initrd /boot/initrd.img-3.5.0-26-generic
  725. }
  726. menuentry 'Ubuntu, with Linux 3.5.0-17-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-17-generic-advanced-ae046fbe-98b9-43fa-b55d-ee0a3652a9ba' {
  727. recordfail
  728. gfxmode $linux_gfx_mode
  729. insmod gzio
  730. insmod part_msdos
  731. insmod ext2
  732. set root='hd0,msdos6'
  733. if [ x$feature_platform_search_hint = xy ]; then
  734. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  735. else
  736. search --no-floppy --fs-uuid --set=root ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  737. fi
  738. echo 'Loading Linux 3.5.0-17-generic ...'
  739. linux /boot/vmlinuz-3.5.0-17-generic root=UUID=ae046fbe-98b9-43fa-b55d-ee0a3652a9ba ro quiet splash acpi=force $vt_handoff
  740. echo 'Loading initial ramdisk ...'
  741. initrd /boot/initrd.img-3.5.0-17-generic
  742. }
  743. menuentry 'Ubuntu, with Linux 3.5.0-17-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-17-generic-recovery-ae046fbe-98b9-43fa-b55d-ee0a3652a9ba' {
  744. recordfail
  745. insmod gzio
  746. insmod part_msdos
  747. insmod ext2
  748. set root='hd0,msdos6'
  749. if [ x$feature_platform_search_hint = xy ]; then
  750. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  751. else
  752. search --no-floppy --fs-uuid --set=root ae046fbe-98b9-43fa-b55d-ee0a3652a9ba
  753. fi
  754. echo 'Loading Linux 3.5.0-17-generic ...'
  755. linux /boot/vmlinuz-3.5.0-17-generic root=UUID=ae046fbe-98b9-43fa-b55d-ee0a3652a9ba ro recovery nomodeset
  756. echo 'Loading initial ramdisk ...'
  757. initrd /boot/initrd.img-3.5.0-17-generic
  758. }
  759. }
  760.  
  761. ### END /etc/grub.d/10_linux ###
  762.  
  763. ### BEGIN /etc/grub.d/20_linux_xen ###
  764.  
  765. ### END /etc/grub.d/20_linux_xen ###
  766.  
  767. ### BEGIN /etc/grub.d/20_memtest86+ ###
  768. ### END /etc/grub.d/20_memtest86+ ###
  769.  
  770. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  771. ### END /etc/grub.d/30_uefi-firmware ###
  772.  
  773. ### BEGIN /etc/grub.d/40_custom ###
  774. # This file provides an easy way to add custom menu entries. Simply type the
  775. # menu entries you want to add after this comment. Be careful not to change
  776. # the 'exec tail' line above.
  777. ### END /etc/grub.d/40_custom ###
  778.  
  779. ### BEGIN /etc/grub.d/41_custom ###
  780. if [ -f ${config_directory}/custom.cfg ]; then
  781. source ${config_directory}/custom.cfg
  782. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  783. source $prefix/custom.cfg;
  784. fi
  785. ### END /etc/grub.d/41_custom ###
  786. --------------------------------------------------------------------------------
  787.  
  788. =============================== sda6/etc/fstab: ================================
  789.  
  790. --------------------------------------------------------------------------------
  791. # /etc/fstab: static file system information.
  792. #
  793. # Use 'blkid' to print the universally unique identifier for a
  794. # device; this may be used with UUID= as a more robust way to name devices
  795. # that works even if disks are added and removed. See fstab(5).
  796. #
  797. # <file system> <mount point> <type> <options> <dump> <pass>
  798. # / was on /dev/sda6 during installation
  799. UUID=ae046fbe-98b9-43fa-b55d-ee0a3652a9ba / ext4 errors=remount-ro 0 1
  800. # swap was on /dev/sda5 during installation
  801. UUID=a02f8ece-0313-4727-8420-676f847ba8e3 none swap sw 0 0
  802.  
  803. /dev/sr0 /mnt/dvd auto user,noauto,exec,utf8 0 0
  804. --------------------------------------------------------------------------------
  805.  
  806. =================== sda6: Location of files loaded by Grub: ====================
  807.  
  808. GiB - GB File Fragment(s)
  809.  
  810. 592.179718018 = 635.848130560 boot/grub/grub.cfg 1
  811. 579.928249359 = 622.693216256 boot/initrd.img-3.5.0-17-generic 1
  812. 582.326728821 = 625.268563968 boot/initrd.img-3.5.0-26-generic 1
  813. 587.217388153 = 630.519869440 boot/initrd.img-3.5.0-27-generic 1
  814. 587.381450653 = 630.696030208 boot/initrd.img-3.5.0-28-generic 1
  815. 582.412704468 = 625.360879616 boot/initrd.img-3.5.0-30-generic 2
  816. 591.881454468 = 635.527872512 boot/initrd.img-3.5.0-32-generic 2
  817. 580.248641968 = 623.037235200 boot/initrd.img-3.5.0-34-generic 2
  818. 589.694972992 = 633.180155904 boot/initrd.img-3.5.0-36-generic 64
  819. 593.126934052 = 636.865196032 boot/initrd.img-3.5.0-37-generic 61
  820. 592.109283447 = 635.772502016 boot/initrd.img-3.5.0-39-generic 8
  821. 595.475265503 = 639.386697728 boot/initrd.img-3.5.0-41-generic 2
  822. 585.609375000 = 628.793278464 boot/initrd.img-3.5.0-42-generic 3
  823. 582.140625000 = 625.068736512 boot/initrd.img-3.5.0-43-generic 37
  824. 581.373046875 = 624.244555776 boot/initrd.img-3.5.0-44-generic 86
  825. 587.755859375 = 631.098048512 boot/initrd.img-3.8.13-03081312-generic 100
  826. 585.742187500 = 628.935884800 boot/initrd.img-3.8.4-030804-generic 2
  827. 585.450931549 = 628.623151104 boot/vmlinuz-3.5.0-17-generic 1
  828. 582.215713501 = 625.149362176 boot/vmlinuz-3.5.0-26-generic 2
  829. 586.344619751 = 629.582741504 boot/vmlinuz-3.5.0-27-generic 2
  830. 583.996967316 = 627.061968896 boot/vmlinuz-3.5.0-28-generic 1
  831. 595.797748566 = 639.732961280 boot/vmlinuz-3.5.0-30-generic 2
  832. 579.563369751 = 622.301429760 boot/vmlinuz-3.5.0-32-generic 1
  833. 594.344623566 = 638.172680192 boot/vmlinuz-3.5.0-34-generic 2
  834. 595.543842316 = 639.460331520 boot/vmlinuz-3.5.0-36-generic 2
  835. 593.321186066 = 637.073772544 boot/vmlinuz-3.5.0-37-generic 1
  836. 590.145404816 = 633.663803392 boot/vmlinuz-3.5.0-39-generic 2
  837. 584.821189880 = 627.946971136 boot/vmlinuz-3.5.0-41-generic 1
  838. 584.345851898 = 627.436580864 boot/vmlinuz-3.5.0-42-generic 3
  839. 588.153221130 = 631.524712448 boot/vmlinuz-3.5.0-43-generic 2
  840. 596.102474213 = 640.060157952 boot/vmlinuz-3.5.0-44-generic 33
  841. 595.118347168 = 639.003459584 boot/vmlinuz-3.8.13-03081312-generic 2
  842. 580.989433289 = 623.832653824 boot/vmlinuz-3.8.4-030804-generic 1
  843. 581.373046875 = 624.244555776 initrd.img 86
  844. 581.373046875 = 624.244555776 initrd.img.old 86
  845. 596.102474213 = 640.060157952 vmlinuz 33
  846. 596.102474213 = 640.060157952 vmlinuz.old 33
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement