Advertisement
Guest User

Untitled

a guest
Jan 20th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.31 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 1 for /boot/grub.
  9. => Grub2 (v1.99) is installed in the MBR of /dev/sdb and looks at sector 1 of
  10. the same hard drive for core.img. core.img is at this location and looks
  11. for (,msdos1)/boot/grub on this drive.a
  12.  
  13. sda1: __________________________________________________________________________
  14.  
  15. File system: ntfs
  16. Boot sector type: Windows Vista/7: NTFS
  17. Boot sector info: No errors found in the Boot Parameter Block.
  18. Operating System: Windows XP
  19. Boot files: /boot.ini /bootmgr /Boot/BCD /ntldr /NTDETECT.COM
  20.  
  21. sda2: __________________________________________________________________________
  22.  
  23. File system: ntfs
  24. Boot sector type: Windows Vista/7: NTFS
  25. Boot sector info: No errors found in the Boot Parameter Block.
  26. Operating System: Windows 7
  27. Boot files: /Windows/System32/winload.exe
  28.  
  29. sdb1: __________________________________________________________________________
  30.  
  31. File system: ext4
  32. Boot sector type: -
  33. Boot sector info:
  34. Operating System: Ubuntu 11.04
  35. Boot files: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img
  36.  
  37. sdb2: __________________________________________________________________________
  38.  
  39. File system: Extended Partition
  40. Boot sector type: -
  41. Boot sector info:
  42.  
  43. sdb5: __________________________________________________________________________
  44.  
  45. File system:
  46. Boot sector type: -
  47. Boot sector info:
  48. Mounting failed: mount: unknown filesystem type ''
  49.  
  50. sdb3: __________________________________________________________________________
  51.  
  52. File system: ext4
  53. Boot sector type: -
  54. Boot sector info:
  55. Operating System: Arch Linux ()
  56. Boot files: /boot/grub/grub.cfg /etc/fstab
  57.  
  58. ============================ Drive/Partition Info: =============================
  59.  
  60. Drive: sda _____________________________________________________________________
  61.  
  62. Disk /dev/sda: 2000.4 GB, 2000398934016 bytes
  63. 240 heads, 63 sectors/track, 258401 cylinders, total 3907029168 sectors
  64. Units = sectors of 1 * 512 = 512 bytes
  65. Sector size (logical/physical): 512 bytes / 512 bytes
  66.  
  67. Partition Boot Start Sector End Sector # of Sectors Id System
  68.  
  69. /dev/sda1 * 63 1,859,019,119 1,859,019,057 7 NTFS / exFAT / HPFS
  70. /dev/sda2 1,859,019,120 3,907,023,119 2,048,004,000 7 NTFS / exFAT / HPFS
  71.  
  72.  
  73. Drive: sdb _____________________________________________________________________
  74.  
  75. Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes
  76. 255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
  77. Units = sectors of 1 * 512 = 512 bytes
  78. Sector size (logical/physical): 512 bytes / 512 bytes
  79.  
  80. Partition Boot Start Sector End Sector # of Sectors Id System
  81.  
  82. /dev/sdb1 * 2,048 781,252,047 781,250,000 83 Linux
  83. /dev/sdb2 1,905,565,694 1,953,523,711 47,958,018 5 Extended
  84. /dev/sdb5 1,905,565,696 1,953,523,711 47,958,016 82 Linux swap / Solaris
  85. /dev/sdb3 781,252,048 1,905,565,693 1,124,313,646 83 Linux
  86.  
  87.  
  88. "blkid" output: ________________________________________________________________
  89.  
  90. Device UUID TYPE LABEL
  91.  
  92. /dev/loop0 squashfs
  93. /dev/sda1 6464B05264B02926 ntfs Windows XP
  94. /dev/sda2 FAA6C803A6C7BDFF ntfs Windows 7
  95. /dev/sdb1 34f2948d-2e2a-49d1-ae9d-4d3e63456b25 ext4 Ubuntu
  96. /dev/sdb3 dbf6ea95-0281-4182-9493-7fea19e6826f ext4 Arch
  97. /dev/sr0 iso9660 Ubuntu Secure 12.04.1 64bits
  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. ================================ sda1/boot.ini: ================================
  108.  
  109. --------------------------------------------------------------------------------
  110. ;
  111. ;Warning: Boot.ini is used on Windows XP and earlier operating systems.
  112. ;Warning: Use BCDEDIT.exe to modify Windows Vista boot options.
  113. ;
  114. [boot loader]
  115. timeout=30
  116. default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
  117. [operating systems]
  118. multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Home Edition" /NOEXECUTE=OPTIN /FASTDETECT
  119. --------------------------------------------------------------------------------
  120.  
  121. =========================== sdb1/boot/grub/grub.cfg: ===========================
  122.  
  123. --------------------------------------------------------------------------------
  124. #
  125. # DO NOT EDIT THIS FILE
  126. #
  127. # It is automatically generated by grub-mkconfig using templates
  128. # from /etc/grub.d and settings from /etc/default/grub
  129. #
  130.  
  131. ### BEGIN /etc/grub.d/00_header ###
  132. if [ -s $prefix/grubenv ]; then
  133. set have_grubenv=true
  134. load_env
  135. fi
  136. set default="0"
  137. if [ "${prev_saved_entry}" ]; then
  138. set saved_entry="${prev_saved_entry}"
  139. save_env saved_entry
  140. set prev_saved_entry=
  141. save_env prev_saved_entry
  142. set boot_once=true
  143. fi
  144.  
  145. function savedefault {
  146. if [ -z "${boot_once}" ]; then
  147. saved_entry="${chosen}"
  148. save_env saved_entry
  149. fi
  150. }
  151.  
  152. function recordfail {
  153. set recordfail=1
  154. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  155. }
  156.  
  157. function load_video {
  158. insmod vbe
  159. insmod vga
  160. insmod video_bochs
  161. insmod video_cirrus
  162. }
  163.  
  164. insmod part_msdos
  165. insmod ext2
  166. set root='(/dev/sdb,msdos1)'
  167. search --no-floppy --fs-uuid --set=root 34f2948d-2e2a-49d1-ae9d-4d3e63456b25
  168. if loadfont /usr/share/grub/unicode.pf2 ; then
  169. set gfxmode=auto
  170. load_video
  171. insmod gfxterm
  172. fi
  173. terminal_output gfxterm
  174. insmod part_msdos
  175. insmod ext2
  176. set root='(/dev/sdb,msdos1)'
  177. search --no-floppy --fs-uuid --set=root 34f2948d-2e2a-49d1-ae9d-4d3e63456b25
  178. set locale_dir=($root)/boot/grub/locale
  179. set lang=en_US
  180. insmod gettext
  181. if [ "${recordfail}" = 1 ]; then
  182. set timeout=10
  183. else
  184. set timeout=10
  185. fi
  186. ### END /etc/grub.d/00_header ###
  187.  
  188. ### BEGIN /etc/grub.d/05_debian_theme ###
  189. set menu_color_normal=white/black
  190. set menu_color_highlight=black/light-gray
  191. ### END /etc/grub.d/05_debian_theme ###
  192.  
  193. ### BEGIN /etc/grub.d/10_linux ###
  194. if [ ${recordfail} != 1 ]; then
  195. if [ -e ${prefix}/gfxblacklist.txt ]; then
  196. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  197. if [ ${match} = 0 ]; then
  198. set linux_gfx_mode=keep
  199. else
  200. set linux_gfx_mode=text
  201. fi
  202. else
  203. set linux_gfx_mode=text
  204. fi
  205. else
  206. set linux_gfx_mode=keep
  207. fi
  208. else
  209. set linux_gfx_mode=text
  210. fi
  211. export linux_gfx_mode
  212. if [ "$linux_gfx_mode" != "text" ]; then load_video; fi
  213. menuentry 'Ubuntu, with Linux 2.6.38-8-generic' --class ubuntu --class gnu-linux --class gnu --class os {
  214. recordfail
  215. set gfxpayload=$linux_gfx_mode
  216. insmod part_msdos
  217. insmod ext2
  218. set root='(/dev/sdb,msdos1)'
  219. search --no-floppy --fs-uuid --set=root 34f2948d-2e2a-49d1-ae9d-4d3e63456b25
  220. linux /boot/vmlinuz-2.6.38-8-generic root=UUID=34f2948d-2e2a-49d1-ae9d-4d3e63456b25 ro quiet splash vt.handoff=7
  221. initrd /boot/initrd.img-2.6.38-8-generic
  222. }
  223. menuentry 'Ubuntu, with Linux 2.6.38-8-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  224. recordfail
  225. set gfxpayload=$linux_gfx_mode
  226. insmod part_msdos
  227. insmod ext2
  228. set root='(/dev/sdb,msdos1)'
  229. search --no-floppy --fs-uuid --set=root 34f2948d-2e2a-49d1-ae9d-4d3e63456b25
  230. echo 'Loading Linux 2.6.38-8-generic ...'
  231. linux /boot/vmlinuz-2.6.38-8-generic root=UUID=34f2948d-2e2a-49d1-ae9d-4d3e63456b25 ro single
  232. echo 'Loading initial ramdisk ...'
  233. initrd /boot/initrd.img-2.6.38-8-generic
  234. }
  235. submenu "Previous Linux versions" {
  236. menuentry 'Ubuntu, with Linux 2.6.35-28-generic' --class ubuntu --class gnu-linux --class gnu --class os {
  237. recordfail
  238. set gfxpayload=$linux_gfx_mode
  239. insmod part_msdos
  240. insmod ext2
  241. set root='(/dev/sdb,msdos1)'
  242. search --no-floppy --fs-uuid --set=root 34f2948d-2e2a-49d1-ae9d-4d3e63456b25
  243. linux /boot/vmlinuz-2.6.35-28-generic root=UUID=34f2948d-2e2a-49d1-ae9d-4d3e63456b25 ro quiet splash vt.handoff=7
  244. initrd /boot/initrd.img-2.6.35-28-generic
  245. }
  246. menuentry 'Ubuntu, with Linux 2.6.35-28-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  247. recordfail
  248. set gfxpayload=$linux_gfx_mode
  249. insmod part_msdos
  250. insmod ext2
  251. set root='(/dev/sdb,msdos1)'
  252. search --no-floppy --fs-uuid --set=root 34f2948d-2e2a-49d1-ae9d-4d3e63456b25
  253. echo 'Loading Linux 2.6.35-28-generic ...'
  254. linux /boot/vmlinuz-2.6.35-28-generic root=UUID=34f2948d-2e2a-49d1-ae9d-4d3e63456b25 ro single
  255. echo 'Loading initial ramdisk ...'
  256. initrd /boot/initrd.img-2.6.35-28-generic
  257. }
  258. }
  259. ### END /etc/grub.d/10_linux ###
  260.  
  261. ### BEGIN /etc/grub.d/20_linux_xen ###
  262. ### END /etc/grub.d/20_linux_xen ###
  263.  
  264. ### BEGIN /etc/grub.d/20_memtest86+ ###
  265. menuentry "Memory test (memtest86+)" {
  266. insmod part_msdos
  267. insmod ext2
  268. set root='(/dev/sdb,msdos1)'
  269. search --no-floppy --fs-uuid --set=root 34f2948d-2e2a-49d1-ae9d-4d3e63456b25
  270. linux16 /boot/memtest86+.bin
  271. }
  272. menuentry "Memory test (memtest86+, serial console 115200)" {
  273. insmod part_msdos
  274. insmod ext2
  275. set root='(/dev/sdb,msdos1)'
  276. search --no-floppy --fs-uuid --set=root 34f2948d-2e2a-49d1-ae9d-4d3e63456b25
  277. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  278. }
  279. ### END /etc/grub.d/20_memtest86+ ###
  280.  
  281. ### BEGIN /etc/grub.d/30_os-prober ###
  282. menuentry "Windows 7 (loader) (on /dev/sda1)" --class windows --class os {
  283. insmod part_msdos
  284. insmod ntfs
  285. set root='(/dev/sda,msdos1)'
  286. search --no-floppy --fs-uuid --set=root 6464B05264B02926
  287. chainloader +1
  288. }
  289. ### END /etc/grub.d/30_os-prober ###
  290.  
  291. ### BEGIN /etc/grub.d/40_custom ###
  292. # This file provides an easy way to add custom menu entries. Simply type the
  293. # menu entries you want to add after this comment. Be careful not to change
  294. # the 'exec tail' line above.
  295. ### END /etc/grub.d/40_custom ###
  296.  
  297. ### BEGIN /etc/grub.d/41_custom ###
  298. if [ -f $prefix/custom.cfg ]; then
  299. source $prefix/custom.cfg;
  300. fi
  301. ### END /etc/grub.d/41_custom ###
  302. --------------------------------------------------------------------------------
  303.  
  304. =============================== sdb1/etc/fstab: ================================
  305.  
  306. --------------------------------------------------------------------------------
  307. # /etc/fstab: static file system information.
  308. #
  309. # Use 'blkid -o value -s UUID' to print the universally unique identifier
  310. # for a device; this may be used with UUID= as a more robust way to name
  311. # devices that works even if disks are added and removed. See fstab(5).
  312. #
  313. # <file system> <mount point> <type> <options> <dump> <pass>
  314. proc /proc proc nodev,noexec,nosuid 0 0
  315. # / was on /dev/sdb1 during installation
  316. UUID=34f2948d-2e2a-49d1-ae9d-4d3e63456b25 / ext4 errors=remount-ro 0 1
  317. # swap was on /dev/sdb5 during installation
  318. #UUID=97058c57-3bec-4db8-8167-5212516ebdeb none swap sw 0 0
  319. /dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
  320. /dev/mapper/cryptswap1 none swap sw 0 0
  321. --------------------------------------------------------------------------------
  322.  
  323. =================== sdb1: Location of files loaded by Grub: ====================
  324.  
  325. GiB - GB File Fragment(s)
  326.  
  327. 6.739727020 = 7.236726784 boot/grub/core.img 1
  328. 2.155815125 = 2.314788864 boot/grub/grub.cfg 1
  329. 19.607353210 = 21.053235200 boot/initrd.img-2.6.35-28-generic 2
  330. 19.817020416 = 21.278363648 boot/initrd.img-2.6.38-8-generic 1
  331. 166.911132812 = 179.219464192 boot/vmlinuz-2.6.35-28-generic 2
  332. 19.207271576 = 20.623650816 boot/vmlinuz-2.6.38-8-generic 1
  333. 19.817020416 = 21.278363648 initrd.img 1
  334. 19.607353210 = 21.053235200 initrd.img.old 2
  335. 19.207271576 = 20.623650816 vmlinuz 1
  336. 166.911132812 = 179.219464192 vmlinuz.old 2
  337.  
  338. =========================== sdb3/boot/grub/grub.cfg: ===========================
  339.  
  340. --------------------------------------------------------------------------------
  341. #
  342. # DO NOT EDIT THIS FILE
  343. #
  344. # It is automatically generated by grub-mkconfig using templates
  345. # from /etc/grub.d and settings from /etc/default/grub
  346. #
  347.  
  348. ### BEGIN /etc/grub.d/00_header ###
  349. insmod part_gpt
  350. insmod part_msdos
  351. if [ -s $prefix/grubenv ]; then
  352. load_env
  353. fi
  354. set default="0"
  355.  
  356. if [ x"${feature_menuentry_id}" = xy ]; then
  357. menuentry_id_option="--id"
  358. else
  359. menuentry_id_option=""
  360. fi
  361.  
  362. export menuentry_id_option
  363.  
  364. if [ "${prev_saved_entry}" ]; then
  365. set saved_entry="${prev_saved_entry}"
  366. save_env saved_entry
  367. set prev_saved_entry=
  368. save_env prev_saved_entry
  369. set boot_once=true
  370. fi
  371.  
  372. function savedefault {
  373. if [ -z "${boot_once}" ]; then
  374. saved_entry="${chosen}"
  375. save_env saved_entry
  376. fi
  377. }
  378.  
  379. function load_video {
  380. if [ x$feature_all_video_module = xy ]; then
  381. insmod all_video
  382. else
  383. insmod efi_gop
  384. insmod efi_uga
  385. insmod ieee1275_fb
  386. insmod vbe
  387. insmod vga
  388. insmod video_bochs
  389. insmod video_cirrus
  390. fi
  391. }
  392.  
  393. if [ x$feature_default_font_path = xy ] ; then
  394. font=unicode
  395. else
  396. insmod part_msdos
  397. insmod ext2
  398. set root='hd1,msdos3'
  399. if [ x$feature_platform_search_hint = xy ]; then
  400. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos3 --hint-efi=hd1,msdos3 --hint-baremetal=ahci1,msdos3 dbf6ea95-0281-4182-9493-7fea19e6826f
  401. else
  402. search --no-floppy --fs-uuid --set=root dbf6ea95-0281-4182-9493-7fea19e6826f
  403. fi
  404. font="/usr/share/grub/unicode.pf2"
  405. fi
  406.  
  407. if loadfont $font ; then
  408. set gfxmode=auto
  409. load_video
  410. insmod gfxterm
  411. set locale_dir=$prefix/locale
  412. set lang=en_US
  413. insmod gettext
  414. fi
  415. terminal_input console
  416. terminal_output gfxterm
  417. set timeout=10
  418. ### END /etc/grub.d/00_header ###
  419.  
  420. ### BEGIN /etc/grub.d/10_linux ###
  421. menuentry 'Arch GNU/Linux, with Linux core repo kernel' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-core repo kernel-true-dbf6ea95-0281-4182-9493-7fea19e6826f' {
  422. load_video
  423. set gfxpayload=keep
  424. insmod gzio
  425. insmod part_msdos
  426. insmod ext2
  427. set root='hd1,msdos3'
  428. if [ x$feature_platform_search_hint = xy ]; then
  429. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos3 --hint-efi=hd1,msdos3 --hint-baremetal=ahci1,msdos3 dbf6ea95-0281-4182-9493-7fea19e6826f
  430. else
  431. search --no-floppy --fs-uuid --set=root dbf6ea95-0281-4182-9493-7fea19e6826f
  432. fi
  433. echo 'Loading Linux core repo kernel ...'
  434. linux /boot/vmlinuz-linux root=UUID=dbf6ea95-0281-4182-9493-7fea19e6826f ro quiet
  435. echo 'Loading initial ramdisk ...'
  436. initrd /boot/initramfs-linux.img
  437. }
  438. menuentry 'Arch GNU/Linux, with Linux core repo kernel (Fallback initramfs)' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-core repo kernel-fallback-dbf6ea95-0281-4182-9493-7fea19e6826f' {
  439. load_video
  440. set gfxpayload=keep
  441. insmod gzio
  442. insmod part_msdos
  443. insmod ext2
  444. set root='hd1,msdos3'
  445. if [ x$feature_platform_search_hint = xy ]; then
  446. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos3 --hint-efi=hd1,msdos3 --hint-baremetal=ahci1,msdos3 dbf6ea95-0281-4182-9493-7fea19e6826f
  447. else
  448. search --no-floppy --fs-uuid --set=root dbf6ea95-0281-4182-9493-7fea19e6826f
  449. fi
  450. echo 'Loading Linux core repo kernel ...'
  451. linux /boot/vmlinuz-linux root=UUID=dbf6ea95-0281-4182-9493-7fea19e6826f ro quiet
  452. echo 'Loading initial ramdisk ...'
  453. initrd /boot/initramfs-linux-fallback.img
  454. }
  455.  
  456. ### END /etc/grub.d/10_linux ###
  457.  
  458. ### BEGIN /etc/grub.d/20_linux_xen ###
  459. ### END /etc/grub.d/20_linux_xen ###
  460.  
  461. ### BEGIN /etc/grub.d/20_memtest86+ ###
  462. ### END /etc/grub.d/20_memtest86+ ###
  463.  
  464. ### BEGIN /etc/grub.d/30_os-prober ###
  465. menuentry 'Windows 7 (loader) (on /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-6464B05264B02926' {
  466. insmod part_msdos
  467. insmod ntfs
  468. set root='hd0,msdos1'
  469. if [ x$feature_platform_search_hint = xy ]; then
  470. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 6464B05264B02926
  471. else
  472. search --no-floppy --fs-uuid --set=root 6464B05264B02926
  473. fi
  474. chainloader +1
  475. }
  476. menuentry 'Ubuntu 11.04 (11.04)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-34f2948d-2e2a-49d1-ae9d-4d3e63456b25' {
  477. insmod part_msdos
  478. insmod ext2
  479. set root='hd1,msdos1'
  480. if [ x$feature_platform_search_hint = xy ]; then
  481. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 34f2948d-2e2a-49d1-ae9d-4d3e63456b25
  482. else
  483. search --no-floppy --fs-uuid --set=root 34f2948d-2e2a-49d1-ae9d-4d3e63456b25
  484. fi
  485. linux /boot/vmlinuz-2.6.38-8-generic root=UUID=34f2948d-2e2a-49d1-ae9d-4d3e63456b25 ro quiet splash vt.handoff=7
  486. initrd /boot/initrd.img-2.6.38-8-generic
  487. }
  488. submenu 'Advanced options for Ubuntu 11.04 (11.04)' $menuentry_id_option 'osprober-gnulinux-advanced-34f2948d-2e2a-49d1-ae9d-4d3e63456b25' {
  489. menuentry 'Ubuntu, with Linux 2.6.38-8-generic (on /dev/sdb1)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-2.6.38-8-generic--34f2948d-2e2a-49d1-ae9d-4d3e63456b25' {
  490. insmod part_msdos
  491. insmod ext2
  492. set root='hd1,msdos1'
  493. if [ x$feature_platform_search_hint = xy ]; then
  494. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 34f2948d-2e2a-49d1-ae9d-4d3e63456b25
  495. else
  496. search --no-floppy --fs-uuid --set=root 34f2948d-2e2a-49d1-ae9d-4d3e63456b25
  497. fi
  498. linux /boot/vmlinuz-2.6.38-8-generic root=UUID=34f2948d-2e2a-49d1-ae9d-4d3e63456b25 ro quiet splash vt.handoff=7
  499. initrd /boot/initrd.img-2.6.38-8-generic
  500. }
  501. menuentry 'Ubuntu, with Linux 2.6.38-8-generic (recovery mode) (on /dev/sdb1)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-2.6.38-8-generic-root=UUID=34f2948d-2e2a-49d1-ae9d-4d3e63456b25 ro single-34f2948d-2e2a-49d1-ae9d-4d3e63456b25' {
  502. insmod part_msdos
  503. insmod ext2
  504. set root='hd1,msdos1'
  505. if [ x$feature_platform_search_hint = xy ]; then
  506. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 34f2948d-2e2a-49d1-ae9d-4d3e63456b25
  507. else
  508. search --no-floppy --fs-uuid --set=root 34f2948d-2e2a-49d1-ae9d-4d3e63456b25
  509. fi
  510. linux /boot/vmlinuz-2.6.38-8-generic root=UUID=34f2948d-2e2a-49d1-ae9d-4d3e63456b25 ro single
  511. initrd /boot/initrd.img-2.6.38-8-generic
  512. }
  513. menuentry 'Ubuntu, with Linux 2.6.35-28-generic (on /dev/sdb1)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-2.6.35-28-generic--34f2948d-2e2a-49d1-ae9d-4d3e63456b25' {
  514. insmod part_msdos
  515. insmod ext2
  516. set root='hd1,msdos1'
  517. if [ x$feature_platform_search_hint = xy ]; then
  518. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 34f2948d-2e2a-49d1-ae9d-4d3e63456b25
  519. else
  520. search --no-floppy --fs-uuid --set=root 34f2948d-2e2a-49d1-ae9d-4d3e63456b25
  521. fi
  522. linux /boot/vmlinuz-2.6.35-28-generic root=UUID=34f2948d-2e2a-49d1-ae9d-4d3e63456b25 ro quiet splash vt.handoff=7
  523. initrd /boot/initrd.img-2.6.35-28-generic
  524. }
  525. menuentry 'Ubuntu, with Linux 2.6.35-28-generic (recovery mode) (on /dev/sdb1)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-2.6.35-28-generic-root=UUID=34f2948d-2e2a-49d1-ae9d-4d3e63456b25 ro single-34f2948d-2e2a-49d1-ae9d-4d3e63456b25' {
  526. insmod part_msdos
  527. insmod ext2
  528. set root='hd1,msdos1'
  529. if [ x$feature_platform_search_hint = xy ]; then
  530. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 34f2948d-2e2a-49d1-ae9d-4d3e63456b25
  531. else
  532. search --no-floppy --fs-uuid --set=root 34f2948d-2e2a-49d1-ae9d-4d3e63456b25
  533. fi
  534. linux /boot/vmlinuz-2.6.35-28-generic root=UUID=34f2948d-2e2a-49d1-ae9d-4d3e63456b25 ro single
  535. initrd /boot/initrd.img-2.6.35-28-generic
  536. }
  537. }
  538.  
  539. ### END /etc/grub.d/30_os-prober ###
  540.  
  541. ### BEGIN /etc/grub.d/40_custom ###
  542. # This file provides an easy way to add custom menu entries. Simply type the
  543. # menu entries you want to add after this comment. Be careful not to change
  544. # the 'exec tail' line above.
  545. ### END /etc/grub.d/40_custom ###
  546.  
  547. ### BEGIN /etc/grub.d/41_custom ###
  548. if [ -f ${config_directory}/custom.cfg ]; then
  549. source ${config_directory}/custom.cfg
  550. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  551. source $prefix/custom.cfg;
  552. fi
  553. ### END /etc/grub.d/41_custom ###
  554. --------------------------------------------------------------------------------
  555.  
  556. =============================== sdb3/etc/fstab: ================================
  557.  
  558. --------------------------------------------------------------------------------
  559. #
  560. # /etc/fstab: static file system information
  561. #
  562. # <file system> <dir> <type> <options> <dump> <pass>
  563. tmpfs /tmp tmpfs nodev,nosuid 0 0
  564. # UUID=dbf6ea95-0281-4182-9493-7fea19e6826f
  565. /dev/sdb3 / ext4 rw,relatime 0 1
  566.  
  567. --------------------------------------------------------------------------------
  568.  
  569. =================== sdb3: Location of files loaded by Grub: ====================
  570.  
  571. GiB - GB File Fragment(s)
  572.  
  573. 748.670650482 = 803.878989824 boot/grub/grub.cfg 1
  574. 372.783729553 = 400.273481728 boot/initramfs-linux-fallback.img 1
  575. 748.661121368 = 803.868758016 boot/initramfs-linux.img 1
  576. 748.658226013 = 803.865649152 boot/vmlinuz-linux 1
  577.  
  578. =============================== StdErr Messages: ===============================
  579.  
  580. xz: (stdin): Compressed data is corrupt
  581. xz: (stdin): Compressed data is corrupt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement