Guest User

Untitled

a guest
Mar 3rd, 2012
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.93 KB | None | 0 0
  1. Boot Info Script 0.60 from 17 May 2011
  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. for on this drive.
  9.  
  10. sda1: __________________________________________________________________________
  11.  
  12. File system: ext4
  13. Boot sector type: -
  14. Boot sector info:
  15. Operating System: Ubuntu 11.10
  16. Boot files: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img
  17.  
  18. sda2: __________________________________________________________________________
  19.  
  20. File system: ntfs
  21. Boot sector type: Windows Vista/7
  22. Boot sector info: No errors found in the Boot Parameter Block.
  23. Operating System:
  24. Boot files:
  25.  
  26. sda3: __________________________________________________________________________
  27.  
  28. File system: Extended Partition
  29. Boot sector type: -
  30. Boot sector info:
  31.  
  32. sda5: __________________________________________________________________________
  33.  
  34. File system: ext4
  35. Boot sector type: -
  36. Boot sector info:
  37. Operating System:
  38. Boot files:
  39.  
  40. sda6: __________________________________________________________________________
  41.  
  42. File system: ext4
  43. Boot sector type: -
  44. Boot sector info:
  45. Operating System: Debian GNU/Linux wheezy/sid
  46. Boot files: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img
  47.  
  48. sda7: __________________________________________________________________________
  49.  
  50. File system: ext4
  51. Boot sector type: -
  52. Boot sector info:
  53. Operating System:
  54. Boot files:
  55.  
  56. sda8: __________________________________________________________________________
  57.  
  58. File system: ntfs
  59. Boot sector type: Windows Vista/7
  60. Boot sector info: According to the info in the boot sector, sda8 starts
  61. at sector 2048.
  62. Operating System:
  63. Boot files: /bootmgr /Windows/System32/winload.exe
  64.  
  65. sda4: __________________________________________________________________________
  66.  
  67. File system: swap
  68. Boot sector type: -
  69. Boot sector info:
  70.  
  71. ============================ Drive/Partition Info: =============================
  72.  
  73. Drive: sda _____________________________________________________________________
  74.  
  75. Disk /dev/sda: 500.1 GB, 500107862016 bytes
  76. głowic: 255, sektorów/ścieżkę: 63, cylindrów: 60801, w sumie sektorów: 976773168
  77. Jednostka = sektorów, czyli 1 * 512 = 512 bajtów
  78. Rozmiar sektora (logiczny/fizyczny) w bajtach: 512 / 512
  79.  
  80. Partition Boot Start Sector End Sector # of Sectors Id System
  81.  
  82. /dev/sda1 2,048 83,890,175 83,888,128 83 Linux
  83. /dev/sda2 * 83,891,430 770,364,944 686,473,515 7 NTFS / exFAT / HPFS
  84. /dev/sda3 770,365,069 972,575,099 202,210,031 f W95 Extended (LBA)
  85. /dev/sda5 770,365,071 860,473,529 90,108,459 83 Linux
  86. /dev/sda6 860,473,593 909,295,064 48,821,472 83 Linux
  87. /dev/sda7 909,295,128 930,631,679 21,336,552 83 Linux
  88. /dev/sda8 930,633,728 972,574,719 41,940,992 7 NTFS / exFAT / HPFS
  89. /dev/sda4 972,575,100 976,768,064 4,192,965 82 Linux swap / Solaris
  90.  
  91.  
  92. "blkid" output: ________________________________________________________________
  93.  
  94. Device UUID TYPE LABEL
  95.  
  96. /dev/sda1 04c52025-8491-4903-958d-5f4a1b0e290c ext4
  97. /dev/sda2 1CF083C177185D40 ntfs
  98. /dev/sda4 37810c8e-9165-4e29-8249-90904f861f48 swap
  99. /dev/sda5 5612bd56-a091-4e23-86d0-416d05f9e3bc ext4
  100. /dev/sda6 8c080d83-ad56-400e-bfd2-3a4519bea84b ext4
  101. /dev/sda7 774c6a3b-5926-48b0-b84d-f2960067a13d ext4
  102. /dev/sda8 C47C765D7C7649E6 ntfs
  103.  
  104. ================================ Mount points: =================================
  105.  
  106. Device Mount_Point Type Options
  107.  
  108. /dev/sda1 / ext4 (rw,errors=remount-ro,commit=0)
  109. /dev/sda2 /media/dane fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
  110. /dev/sda5 /home ext4 (rw,user_xattr,commit=0)
  111.  
  112.  
  113. =========================== sda1/boot/grub/grub.cfg: ===========================
  114.  
  115. --------------------------------------------------------------------------------
  116. #
  117. # DO NOT EDIT THIS FILE
  118. #
  119. # It is automatically generated by grub-mkconfig using templates
  120. # from /etc/grub.d and settings from /etc/default/grub
  121. #
  122.  
  123. ### BEGIN /etc/grub.d/00_header ###
  124. if [ -s $prefix/grubenv ]; then
  125. set have_grubenv=true
  126. load_env
  127. fi
  128. set default="0"
  129. if [ "${prev_saved_entry}" ]; then
  130. set saved_entry="${prev_saved_entry}"
  131. save_env saved_entry
  132. set prev_saved_entry=
  133. save_env prev_saved_entry
  134. set boot_once=true
  135. fi
  136.  
  137. function savedefault {
  138. if [ -z "${boot_once}" ]; then
  139. saved_entry="${chosen}"
  140. save_env saved_entry
  141. fi
  142. }
  143.  
  144. function recordfail {
  145. set recordfail=1
  146. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  147. }
  148.  
  149. function load_video {
  150. insmod vbe
  151. insmod vga
  152. insmod video_bochs
  153. insmod video_cirrus
  154. }
  155.  
  156. insmod part_msdos
  157. insmod ext2
  158. set root='(hd0,msdos1)'
  159. search --no-floppy --fs-uuid --set=root 04c52025-8491-4903-958d-5f4a1b0e290c
  160. if loadfont /usr/share/grub/unicode.pf2 ; then
  161. set gfxmode=auto
  162. load_video
  163. insmod gfxterm
  164. insmod part_msdos
  165. insmod ext2
  166. set root='(hd0,msdos1)'
  167. search --no-floppy --fs-uuid --set=root 04c52025-8491-4903-958d-5f4a1b0e290c
  168. set locale_dir=($root)/boot/grub/locale
  169. set lang=pl_PL
  170. insmod gettext
  171. fi
  172. terminal_output gfxterm
  173. if [ "${recordfail}" = 1 ]; then
  174. set timeout=-1
  175. else
  176. set timeout=10
  177. fi
  178. ### END /etc/grub.d/00_header ###
  179.  
  180. ### BEGIN /etc/grub.d/05_debian_theme ###
  181. insmod part_msdos
  182. insmod ext2
  183. set root='(hd0,msdos1)'
  184. search --no-floppy --fs-uuid --set=root 04c52025-8491-4903-958d-5f4a1b0e290c
  185. insmod png
  186. if background_image /usr/share/images/desktop-base/spacefun-grub.png; then
  187. set color_normal=light-gray/black
  188. set color_highlight=white/black
  189. else
  190. set menu_color_normal=white/black
  191. set menu_color_highlight=black/light-gray
  192. if background_color 44,0,30; then
  193. clear
  194. fi
  195. fi
  196. ### END /etc/grub.d/05_debian_theme ###
  197.  
  198. ### BEGIN /etc/grub.d/10_linux ###
  199. if [ ${recordfail} != 1 ]; then
  200. if [ -e ${prefix}/gfxblacklist.txt ]; then
  201. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  202. if [ ${match} = 0 ]; then
  203. set linux_gfx_mode=keep
  204. else
  205. set linux_gfx_mode=text
  206. fi
  207. else
  208. set linux_gfx_mode=text
  209. fi
  210. else
  211. set linux_gfx_mode=keep
  212. fi
  213. else
  214. set linux_gfx_mode=text
  215. fi
  216. export linux_gfx_mode
  217. if [ "$linux_gfx_mode" != "text" ]; then load_video; fi
  218. menuentry 'Ubuntu, za pomocą systemu Linux 3.0.0-16-generic' --class ubuntu --class gnu-linux --class gnu --class os {
  219. recordfail
  220. set gfxpayload=$linux_gfx_mode
  221. insmod gzio
  222. insmod part_msdos
  223. insmod ext2
  224. set root='(hd0,msdos1)'
  225. search --no-floppy --fs-uuid --set=root 04c52025-8491-4903-958d-5f4a1b0e290c
  226. linux /boot/vmlinuz-3.0.0-16-generic root=UUID=04c52025-8491-4903-958d-5f4a1b0e290c ro quiet splash vt.handoff=7
  227. initrd /boot/initrd.img-3.0.0-16-generic
  228. }
  229. menuentry 'Ubuntu, za pomocą systemu Linux 3.0.0-16-generic (tryb ratunkowy)' --class ubuntu --class gnu-linux --class gnu --class os {
  230. recordfail
  231. insmod gzio
  232. insmod part_msdos
  233. insmod ext2
  234. set root='(hd0,msdos1)'
  235. search --no-floppy --fs-uuid --set=root 04c52025-8491-4903-958d-5f4a1b0e290c
  236. echo 'Wczytywanie systemu Linux 3.0.0-16-generic...'
  237. linux /boot/vmlinuz-3.0.0-16-generic root=UUID=04c52025-8491-4903-958d-5f4a1b0e290c ro recovery nomodeset
  238. echo 'Wczytywanie początkowego dysku RAM...'
  239. initrd /boot/initrd.img-3.0.0-16-generic
  240. }
  241. ### END /etc/grub.d/10_linux ###
  242.  
  243. ### BEGIN /etc/grub.d/20_linux_xen ###
  244. ### END /etc/grub.d/20_linux_xen ###
  245.  
  246. ### BEGIN /etc/grub.d/20_memtest86+ ###
  247. menuentry "Memory test (memtest86+)" {
  248. insmod part_msdos
  249. insmod ext2
  250. set root='(hd0,msdos1)'
  251. search --no-floppy --fs-uuid --set=root 04c52025-8491-4903-958d-5f4a1b0e290c
  252. linux16 /boot/memtest86+.bin
  253. }
  254. menuentry "Memory test (memtest86+, serial console 115200)" {
  255. insmod part_msdos
  256. insmod ext2
  257. set root='(hd0,msdos1)'
  258. search --no-floppy --fs-uuid --set=root 04c52025-8491-4903-958d-5f4a1b0e290c
  259. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  260. }
  261. ### END /etc/grub.d/20_memtest86+ ###
  262.  
  263. ### BEGIN /etc/grub.d/30_os-prober ###
  264. menuentry "Debian GNU/Linux, za pomocą systemu Linux 3.2.0-1-686-pae (on /dev/sda6)" --class gnu-linux --class gnu --class os {
  265. insmod part_msdos
  266. insmod ext2
  267. set root='(hd0,msdos6)'
  268. search --no-floppy --fs-uuid --set=root 8c080d83-ad56-400e-bfd2-3a4519bea84b
  269. linux /boot/vmlinuz-3.2.0-1-686-pae root=UUID=8c080d83-ad56-400e-bfd2-3a4519bea84b ro quiet
  270. initrd /boot/initrd.img-3.2.0-1-686-pae
  271. }
  272. menuentry "Debian GNU/Linux, za pomocą systemu Linux 3.2.0-1-686-pae (tryb ratunkowy) (on /dev/sda6)" --class gnu-linux --class gnu --class os {
  273. insmod part_msdos
  274. insmod ext2
  275. set root='(hd0,msdos6)'
  276. search --no-floppy --fs-uuid --set=root 8c080d83-ad56-400e-bfd2-3a4519bea84b
  277. linux /boot/vmlinuz-3.2.0-1-686-pae root=UUID=8c080d83-ad56-400e-bfd2-3a4519bea84b ro single
  278. initrd /boot/initrd.img-3.2.0-1-686-pae
  279. }
  280. menuentry "Debian GNU/Linux, za pomocą systemu Linux 2.6.38-02063805-generic (on /dev/sda6)" --class gnu-linux --class gnu --class os {
  281. insmod part_msdos
  282. insmod ext2
  283. set root='(hd0,msdos6)'
  284. search --no-floppy --fs-uuid --set=root 8c080d83-ad56-400e-bfd2-3a4519bea84b
  285. linux /boot/vmlinuz-2.6.38-02063805-generic root=UUID=8c080d83-ad56-400e-bfd2-3a4519bea84b ro quiet
  286. initrd /boot/initrd.img-2.6.38-02063805-generic
  287. }
  288. menuentry "Debian GNU/Linux, za pomocą systemu Linux 2.6.38-02063805-generic (tryb ratunkowy) (on /dev/sda6)" --class gnu-linux --class gnu --class os {
  289. insmod part_msdos
  290. insmod ext2
  291. set root='(hd0,msdos6)'
  292. search --no-floppy --fs-uuid --set=root 8c080d83-ad56-400e-bfd2-3a4519bea84b
  293. linux /boot/vmlinuz-2.6.38-02063805-generic root=UUID=8c080d83-ad56-400e-bfd2-3a4519bea84b ro single
  294. initrd /boot/initrd.img-2.6.38-02063805-generic
  295. }
  296. menuentry "Debian GNU/Linux, za pomocą systemu Linux 2.6.38-2-686 (on /dev/sda6)" --class gnu-linux --class gnu --class os {
  297. insmod part_msdos
  298. insmod ext2
  299. set root='(hd0,msdos6)'
  300. search --no-floppy --fs-uuid --set=root 8c080d83-ad56-400e-bfd2-3a4519bea84b
  301. linux /boot/vmlinuz-2.6.38-2-686 root=UUID=8c080d83-ad56-400e-bfd2-3a4519bea84b ro quiet
  302. initrd /boot/initrd.img-2.6.38-2-686
  303. }
  304. menuentry "Debian GNU/Linux, za pomocą systemu Linux 2.6.38-2-686 (tryb ratunkowy) (on /dev/sda6)" --class gnu-linux --class gnu --class os {
  305. insmod part_msdos
  306. insmod ext2
  307. set root='(hd0,msdos6)'
  308. search --no-floppy --fs-uuid --set=root 8c080d83-ad56-400e-bfd2-3a4519bea84b
  309. linux /boot/vmlinuz-2.6.38-2-686 root=UUID=8c080d83-ad56-400e-bfd2-3a4519bea84b ro single
  310. initrd /boot/initrd.img-2.6.38-2-686
  311. }
  312. menuentry "Debian GNU/Linux, za pomocą systemu Linux 2.6.32-5-686 (on /dev/sda6)" --class gnu-linux --class gnu --class os {
  313. insmod part_msdos
  314. insmod ext2
  315. set root='(hd0,msdos6)'
  316. search --no-floppy --fs-uuid --set=root 8c080d83-ad56-400e-bfd2-3a4519bea84b
  317. linux /boot/vmlinuz-2.6.32-5-686 root=UUID=8c080d83-ad56-400e-bfd2-3a4519bea84b ro quiet
  318. initrd /boot/initrd.img-2.6.32-5-686
  319. }
  320. menuentry "Debian GNU/Linux, za pomocą systemu Linux 2.6.32-5-686 (tryb ratunkowy) (on /dev/sda6)" --class gnu-linux --class gnu --class os {
  321. insmod part_msdos
  322. insmod ext2
  323. set root='(hd0,msdos6)'
  324. search --no-floppy --fs-uuid --set=root 8c080d83-ad56-400e-bfd2-3a4519bea84b
  325. linux /boot/vmlinuz-2.6.32-5-686 root=UUID=8c080d83-ad56-400e-bfd2-3a4519bea84b ro single
  326. initrd /boot/initrd.img-2.6.32-5-686
  327. }
  328. ### END /etc/grub.d/30_os-prober ###
  329.  
  330. ### BEGIN /etc/grub.d/40_custom ###
  331. # This file provides an easy way to add custom menu entries. Simply type the
  332. # menu entries you want to add after this comment. Be careful not to change
  333. # the 'exec tail' line above.
  334. menuentry "Windows 7 (loader) (on /dev/sda8)" {
  335. insmod part_msdos
  336. insmod ntfs
  337. set root='(hd0,msdos1)'
  338. chainloader +1
  339. }
  340. ### END /etc/grub.d/40_custom ###
  341.  
  342. ### BEGIN /etc/grub.d/41_custom ###
  343. if [ -f $prefix/custom.cfg ]; then
  344. source $prefix/custom.cfg;
  345. fi
  346. ### END /etc/grub.d/41_custom ###
  347. --------------------------------------------------------------------------------
  348.  
  349. =============================== sda1/etc/fstab: ================================
  350.  
  351. --------------------------------------------------------------------------------
  352. # /etc/fstab: static file system information.
  353. #
  354. # <file system> <mount point> <type> <options> <dump> <pass>
  355.  
  356. proc /proc proc nodev,noexec,nosuid 0 0
  357. #Entry for /dev/sda4 :
  358. UUID=04c52025-8491-4903-958d-5f4a1b0e290c / ext4 errors=remount-ro 0 1
  359. #Entry for /dev/sda5 :
  360. UUID=5612bd56-a091-4e23-86d0-416d05f9e3bc /home ext4 defaults,user_xattr 0 2
  361. #Entry for /dev/sda1 :
  362. UUID=1CF083C177185D40 /media/dane ntfs-3g defaults,nosuid,nodev,locale=pl_PL.utf8 0 0
  363. #Entry for /dev/sda3 :
  364. UUID=37810c8e-9165-4e29-8249-90904f861f48 none swap sw 0 0
  365. /dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
  366.  
  367.  
  368. --------------------------------------------------------------------------------
  369.  
  370. =================== sda1: Location of files loaded by Grub: ====================
  371.  
  372. GiB - GB File Fragment(s)
  373.  
  374. 18.257419586 = 19.603755008 boot/grub/core.img 1
  375. 16.296443939 = 17.498173440 boot/grub/grub.cfg 1
  376. 3.279312134 = 3.521134592 boot/initrd.img-3.0.0-16-generic 1
  377. 2.767017365 = 2.971062272 boot/vmlinuz-3.0.0-16-generic 1
  378. 3.279312134 = 3.521134592 initrd.img 1
  379. 2.767017365 = 2.971062272 vmlinuz 1
  380.  
  381. =========================== sda6/boot/grub/grub.cfg: ===========================
  382.  
  383. --------------------------------------------------------------------------------
  384. #
  385. # DO NOT EDIT THIS FILE
  386. #
  387. # It is automatically generated by grub-mkconfig using templates
  388. # from /etc/grub.d and settings from /etc/default/grub
  389. #
  390.  
  391. ### BEGIN /etc/grub.d/00_header ###
  392. if [ -s $prefix/grubenv ]; then
  393. load_env
  394. fi
  395. set default="0"
  396. if [ "${prev_saved_entry}" ]; then
  397. set saved_entry="${prev_saved_entry}"
  398. save_env saved_entry
  399. set prev_saved_entry=
  400. save_env prev_saved_entry
  401. set boot_once=true
  402. fi
  403.  
  404. function savedefault {
  405. if [ -z "${boot_once}" ]; then
  406. saved_entry="${chosen}"
  407. save_env saved_entry
  408. fi
  409. }
  410.  
  411. function load_video {
  412. insmod vbe
  413. insmod vga
  414. insmod video_bochs
  415. insmod video_cirrus
  416. }
  417.  
  418. insmod part_msdos
  419. insmod ext2
  420. set root='(hd1,msdos6)'
  421. search --no-floppy --fs-uuid --set=root 8c080d83-ad56-400e-bfd2-3a4519bea84b
  422. if loadfont /usr/share/grub/unicode.pf2 ; then
  423. set gfxmode=640x480
  424. load_video
  425. insmod gfxterm
  426. insmod part_msdos
  427. insmod ext2
  428. set root='(hd1,msdos6)'
  429. search --no-floppy --fs-uuid --set=root 8c080d83-ad56-400e-bfd2-3a4519bea84b
  430. set locale_dir=($root)/boot/grub/locale
  431. set lang=pl_PL
  432. insmod gettext
  433. fi
  434. terminal_output gfxterm
  435. set timeout=10
  436. ### END /etc/grub.d/00_header ###
  437.  
  438. ### BEGIN /etc/grub.d/05_debian_theme ###
  439. insmod part_msdos
  440. insmod ext2
  441. set root='(hd1,msdos6)'
  442. search --no-floppy --fs-uuid --set=root 8c080d83-ad56-400e-bfd2-3a4519bea84b
  443. insmod png
  444. if background_image /usr/share/images/desktop-base/spacefun-grub.png; then
  445. set color_normal=light-gray/black
  446. set color_highlight=white/black
  447. else
  448. set menu_color_normal=cyan/blue
  449. set menu_color_highlight=white/blue
  450. fi
  451. ### END /etc/grub.d/05_debian_theme ###
  452.  
  453. ### BEGIN /etc/grub.d/10_linux ###
  454. menuentry 'Debian GNU/Linux, za pomocą systemu Linux 3.2.0-1-686-pae' --class debian --class gnu-linux --class gnu --class os {
  455. insmod gzio
  456. insmod part_msdos
  457. insmod ext2
  458. set root='(hd1,msdos6)'
  459. search --no-floppy --fs-uuid --set=root 8c080d83-ad56-400e-bfd2-3a4519bea84b
  460. echo 'Wczytywanie systemu Linux 3.2.0-1-686-pae...'
  461. linux /boot/vmlinuz-3.2.0-1-686-pae root=UUID=8c080d83-ad56-400e-bfd2-3a4519bea84b ro quiet
  462. echo 'Wczytywanie początkowego dysku RAM...'
  463. initrd /boot/initrd.img-3.2.0-1-686-pae
  464. }
  465. menuentry 'Debian GNU/Linux, za pomocą systemu Linux 3.2.0-1-686-pae (tryb ratunkowy)' --class debian --class gnu-linux --class gnu --class os {
  466. insmod gzio
  467. insmod part_msdos
  468. insmod ext2
  469. set root='(hd1,msdos6)'
  470. search --no-floppy --fs-uuid --set=root 8c080d83-ad56-400e-bfd2-3a4519bea84b
  471. echo 'Wczytywanie systemu Linux 3.2.0-1-686-pae...'
  472. linux /boot/vmlinuz-3.2.0-1-686-pae root=UUID=8c080d83-ad56-400e-bfd2-3a4519bea84b ro single
  473. echo 'Wczytywanie początkowego dysku RAM...'
  474. initrd /boot/initrd.img-3.2.0-1-686-pae
  475. }
  476. menuentry 'Debian GNU/Linux, za pomocą systemu Linux 2.6.38-02063805-generic' --class debian --class gnu-linux --class gnu --class os {
  477. insmod gzio
  478. insmod part_msdos
  479. insmod ext2
  480. set root='(hd1,msdos6)'
  481. search --no-floppy --fs-uuid --set=root 8c080d83-ad56-400e-bfd2-3a4519bea84b
  482. echo 'Wczytywanie systemu Linux 2.6.38-02063805-generic...'
  483. linux /boot/vmlinuz-2.6.38-02063805-generic root=UUID=8c080d83-ad56-400e-bfd2-3a4519bea84b ro quiet
  484. echo 'Wczytywanie początkowego dysku RAM...'
  485. initrd /boot/initrd.img-2.6.38-02063805-generic
  486. }
  487. menuentry 'Debian GNU/Linux, za pomocą systemu Linux 2.6.38-02063805-generic (tryb ratunkowy)' --class debian --class gnu-linux --class gnu --class os {
  488. insmod gzio
  489. insmod part_msdos
  490. insmod ext2
  491. set root='(hd1,msdos6)'
  492. search --no-floppy --fs-uuid --set=root 8c080d83-ad56-400e-bfd2-3a4519bea84b
  493. echo 'Wczytywanie systemu Linux 2.6.38-02063805-generic...'
  494. linux /boot/vmlinuz-2.6.38-02063805-generic root=UUID=8c080d83-ad56-400e-bfd2-3a4519bea84b ro single
  495. echo 'Wczytywanie początkowego dysku RAM...'
  496. initrd /boot/initrd.img-2.6.38-02063805-generic
  497. }
  498. menuentry 'Debian GNU/Linux, za pomocą systemu Linux 2.6.38-2-686' --class debian --class gnu-linux --class gnu --class os {
  499. insmod gzio
  500. insmod part_msdos
  501. insmod ext2
  502. set root='(hd1,msdos6)'
  503. search --no-floppy --fs-uuid --set=root 8c080d83-ad56-400e-bfd2-3a4519bea84b
  504. echo 'Wczytywanie systemu Linux 2.6.38-2-686...'
  505. linux /boot/vmlinuz-2.6.38-2-686 root=UUID=8c080d83-ad56-400e-bfd2-3a4519bea84b ro quiet
  506. echo 'Wczytywanie początkowego dysku RAM...'
  507. initrd /boot/initrd.img-2.6.38-2-686
  508. }
  509. menuentry 'Debian GNU/Linux, za pomocą systemu Linux 2.6.38-2-686 (tryb ratunkowy)' --class debian --class gnu-linux --class gnu --class os {
  510. insmod gzio
  511. insmod part_msdos
  512. insmod ext2
  513. set root='(hd1,msdos6)'
  514. search --no-floppy --fs-uuid --set=root 8c080d83-ad56-400e-bfd2-3a4519bea84b
  515. echo 'Wczytywanie systemu Linux 2.6.38-2-686...'
  516. linux /boot/vmlinuz-2.6.38-2-686 root=UUID=8c080d83-ad56-400e-bfd2-3a4519bea84b ro single
  517. echo 'Wczytywanie początkowego dysku RAM...'
  518. initrd /boot/initrd.img-2.6.38-2-686
  519. }
  520. menuentry 'Debian GNU/Linux, za pomocą systemu Linux 2.6.32-5-686' --class debian --class gnu-linux --class gnu --class os {
  521. insmod gzio
  522. insmod part_msdos
  523. insmod ext2
  524. set root='(hd1,msdos6)'
  525. search --no-floppy --fs-uuid --set=root 8c080d83-ad56-400e-bfd2-3a4519bea84b
  526. echo 'Wczytywanie systemu Linux 2.6.32-5-686...'
  527. linux /boot/vmlinuz-2.6.32-5-686 root=UUID=8c080d83-ad56-400e-bfd2-3a4519bea84b ro quiet
  528. echo 'Wczytywanie początkowego dysku RAM...'
  529. initrd /boot/initrd.img-2.6.32-5-686
  530. }
  531. menuentry 'Debian GNU/Linux, za pomocą systemu Linux 2.6.32-5-686 (tryb ratunkowy)' --class debian --class gnu-linux --class gnu --class os {
  532. insmod gzio
  533. insmod part_msdos
  534. insmod ext2
  535. set root='(hd1,msdos6)'
  536. search --no-floppy --fs-uuid --set=root 8c080d83-ad56-400e-bfd2-3a4519bea84b
  537. echo 'Wczytywanie systemu Linux 2.6.32-5-686...'
  538. linux /boot/vmlinuz-2.6.32-5-686 root=UUID=8c080d83-ad56-400e-bfd2-3a4519bea84b ro single
  539. echo 'Wczytywanie początkowego dysku RAM...'
  540. initrd /boot/initrd.img-2.6.32-5-686
  541. }
  542. ### END /etc/grub.d/10_linux ###
  543.  
  544. ### BEGIN /etc/grub.d/20_linux_xen ###
  545. ### END /etc/grub.d/20_linux_xen ###
  546.  
  547. ### BEGIN /etc/grub.d/30_os-prober ###
  548. menuentry "Ubuntu, za pomocą systemu Linux 3.0.0-16-generic (on /dev/sda1)" --class gnu-linux --class gnu --class os {
  549. insmod part_msdos
  550. insmod ext2
  551. set root='(hd1,msdos1)'
  552. search --no-floppy --fs-uuid --set=root 04c52025-8491-4903-958d-5f4a1b0e290c
  553. linux /boot/vmlinuz-3.0.0-16-generic root=UUID=04c52025-8491-4903-958d-5f4a1b0e290c ro quiet splash vt.handoff=7
  554. initrd /boot/initrd.img-3.0.0-16-generic
  555. }
  556. menuentry "Ubuntu, za pomocą systemu Linux 3.0.0-16-generic (tryb ratunkowy) (on /dev/sda1)" --class gnu-linux --class gnu --class os {
  557. insmod part_msdos
  558. insmod ext2
  559. set root='(hd1,msdos1)'
  560. search --no-floppy --fs-uuid --set=root 04c52025-8491-4903-958d-5f4a1b0e290c
  561. linux /boot/vmlinuz-3.0.0-16-generic root=UUID=04c52025-8491-4903-958d-5f4a1b0e290c ro recovery nomodeset
  562. initrd /boot/initrd.img-3.0.0-16-generic
  563. }
  564. menuentry "Ubuntu, za pomocą systemu Linux 3.0.0-15-generic (on /dev/sda1)" --class gnu-linux --class gnu --class os {
  565. insmod part_msdos
  566. insmod ext2
  567. set root='(hd1,msdos1)'
  568. search --no-floppy --fs-uuid --set=root 04c52025-8491-4903-958d-5f4a1b0e290c
  569. linux /boot/vmlinuz-3.0.0-15-generic root=UUID=04c52025-8491-4903-958d-5f4a1b0e290c ro quiet splash vt.handoff=7
  570. initrd /boot/initrd.img-3.0.0-15-generic
  571. }
  572. menuentry "Ubuntu, za pomocą systemu Linux 3.0.0-15-generic (tryb ratunkowy) (on /dev/sda1)" --class gnu-linux --class gnu --class os {
  573. insmod part_msdos
  574. insmod ext2
  575. set root='(hd1,msdos1)'
  576. search --no-floppy --fs-uuid --set=root 04c52025-8491-4903-958d-5f4a1b0e290c
  577. linux /boot/vmlinuz-3.0.0-15-generic root=UUID=04c52025-8491-4903-958d-5f4a1b0e290c ro recovery nomodeset
  578. initrd /boot/initrd.img-3.0.0-15-generic
  579. }
  580. menuentry "Ubuntu, za pomocą systemu Linux 3.0.0-14-generic (on /dev/sda1)" --class gnu-linux --class gnu --class os {
  581. insmod part_msdos
  582. insmod ext2
  583. set root='(hd1,msdos1)'
  584. search --no-floppy --fs-uuid --set=root 04c52025-8491-4903-958d-5f4a1b0e290c
  585. linux /boot/vmlinuz-3.0.0-14-generic root=UUID=04c52025-8491-4903-958d-5f4a1b0e290c ro quiet splash vt.handoff=7
  586. initrd /boot/initrd.img-3.0.0-14-generic
  587. }
  588. menuentry "Ubuntu, za pomocą systemu Linux 3.0.0-14-generic (tryb ratunkowy) (on /dev/sda1)" --class gnu-linux --class gnu --class os {
  589. insmod part_msdos
  590. insmod ext2
  591. set root='(hd1,msdos1)'
  592. search --no-floppy --fs-uuid --set=root 04c52025-8491-4903-958d-5f4a1b0e290c
  593. linux /boot/vmlinuz-3.0.0-14-generic root=UUID=04c52025-8491-4903-958d-5f4a1b0e290c ro recovery nomodeset
  594. initrd /boot/initrd.img-3.0.0-14-generic
  595. }
  596. menuentry "Ubuntu, za pomocą systemu Linux 3.0.0-13-generic (on /dev/sda1)" --class gnu-linux --class gnu --class os {
  597. insmod part_msdos
  598. insmod ext2
  599. set root='(hd1,msdos1)'
  600. search --no-floppy --fs-uuid --set=root 04c52025-8491-4903-958d-5f4a1b0e290c
  601. linux /boot/vmlinuz-3.0.0-13-generic root=UUID=04c52025-8491-4903-958d-5f4a1b0e290c ro quiet splash vt.handoff=7
  602. initrd /boot/initrd.img-3.0.0-13-generic
  603. }
  604. menuentry "Ubuntu, za pomocą systemu Linux 3.0.0-13-generic (tryb ratunkowy) (on /dev/sda1)" --class gnu-linux --class gnu --class os {
  605. insmod part_msdos
  606. insmod ext2
  607. set root='(hd1,msdos1)'
  608. search --no-floppy --fs-uuid --set=root 04c52025-8491-4903-958d-5f4a1b0e290c
  609. linux /boot/vmlinuz-3.0.0-13-generic root=UUID=04c52025-8491-4903-958d-5f4a1b0e290c ro recovery nomodeset
  610. initrd /boot/initrd.img-3.0.0-13-generic
  611. }
  612. menuentry "Ubuntu, za pomocą systemu Linux 3.0.0-12-generic (on /dev/sda1)" --class gnu-linux --class gnu --class os {
  613. insmod part_msdos
  614. insmod ext2
  615. set root='(hd1,msdos1)'
  616. search --no-floppy --fs-uuid --set=root 04c52025-8491-4903-958d-5f4a1b0e290c
  617. linux /boot/vmlinuz-3.0.0-12-generic root=UUID=04c52025-8491-4903-958d-5f4a1b0e290c ro quiet splash vt.handoff=7
  618. initrd /boot/initrd.img-3.0.0-12-generic
  619. }
  620. menuentry "Ubuntu, za pomocą systemu Linux 3.0.0-12-generic (tryb ratunkowy) (on /dev/sda1)" --class gnu-linux --class gnu --class os {
  621. insmod part_msdos
  622. insmod ext2
  623. set root='(hd1,msdos1)'
  624. search --no-floppy --fs-uuid --set=root 04c52025-8491-4903-958d-5f4a1b0e290c
  625. linux /boot/vmlinuz-3.0.0-12-generic root=UUID=04c52025-8491-4903-958d-5f4a1b0e290c ro recovery nomodeset
  626. initrd /boot/initrd.img-3.0.0-12-generic
  627. }
  628. menuentry "Ubuntu, za pomocą systemu Linux 2.6.38-12-generic (on /dev/sda1)" --class gnu-linux --class gnu --class os {
  629. insmod part_msdos
  630. insmod ext2
  631. set root='(hd1,msdos1)'
  632. search --no-floppy --fs-uuid --set=root 04c52025-8491-4903-958d-5f4a1b0e290c
  633. linux /boot/vmlinuz-2.6.38-12-generic root=UUID=04c52025-8491-4903-958d-5f4a1b0e290c ro quiet splash vt.handoff=7
  634. initrd /boot/initrd.img-2.6.38-12-generic
  635. }
  636. menuentry "Ubuntu, za pomocą systemu Linux 2.6.38-12-generic (tryb ratunkowy) (on /dev/sda1)" --class gnu-linux --class gnu --class os {
  637. insmod part_msdos
  638. insmod ext2
  639. set root='(hd1,msdos1)'
  640. search --no-floppy --fs-uuid --set=root 04c52025-8491-4903-958d-5f4a1b0e290c
  641. linux /boot/vmlinuz-2.6.38-12-generic root=UUID=04c52025-8491-4903-958d-5f4a1b0e290c ro recovery nomodeset
  642. initrd /boot/initrd.img-2.6.38-12-generic
  643. }
  644. menuentry "Ubuntu, za pomocą systemu Linux 2.6.38-11-generic (on /dev/sda1)" --class gnu-linux --class gnu --class os {
  645. insmod part_msdos
  646. insmod ext2
  647. set root='(hd1,msdos1)'
  648. search --no-floppy --fs-uuid --set=root 04c52025-8491-4903-958d-5f4a1b0e290c
  649. linux /boot/vmlinuz-2.6.38-11-generic root=UUID=04c52025-8491-4903-958d-5f4a1b0e290c ro quiet splash vt.handoff=7
  650. initrd /boot/initrd.img-2.6.38-11-generic
  651. }
  652. menuentry "Ubuntu, za pomocą systemu Linux 2.6.38-11-generic (tryb ratunkowy) (on /dev/sda1)" --class gnu-linux --class gnu --class os {
  653. insmod part_msdos
  654. insmod ext2
  655. set root='(hd1,msdos1)'
  656. search --no-floppy --fs-uuid --set=root 04c52025-8491-4903-958d-5f4a1b0e290c
  657. linux /boot/vmlinuz-2.6.38-11-generic root=UUID=04c52025-8491-4903-958d-5f4a1b0e290c ro recovery nomodeset
  658. initrd /boot/initrd.img-2.6.38-11-generic
  659. }
  660. menuentry "Ubuntu, za pomocą systemu Linux 2.6.38-8-generic (on /dev/sda1)" --class gnu-linux --class gnu --class os {
  661. insmod part_msdos
  662. insmod ext2
  663. set root='(hd1,msdos1)'
  664. search --no-floppy --fs-uuid --set=root 04c52025-8491-4903-958d-5f4a1b0e290c
  665. linux /boot/vmlinuz-2.6.38-8-generic root=UUID=04c52025-8491-4903-958d-5f4a1b0e290c ro quiet splash vt.handoff=7
  666. initrd /boot/initrd.img-2.6.38-8-generic
  667. }
  668. menuentry "Ubuntu, za pomocą systemu Linux 2.6.38-8-generic (tryb ratunkowy) (on /dev/sda1)" --class gnu-linux --class gnu --class os {
  669. insmod part_msdos
  670. insmod ext2
  671. set root='(hd1,msdos1)'
  672. search --no-floppy --fs-uuid --set=root 04c52025-8491-4903-958d-5f4a1b0e290c
  673. linux /boot/vmlinuz-2.6.38-8-generic root=UUID=04c52025-8491-4903-958d-5f4a1b0e290c ro recovery nomodeset
  674. initrd /boot/initrd.img-2.6.38-8-generic
  675. }
  676. ### END /etc/grub.d/30_os-prober ###
  677.  
  678. ### BEGIN /etc/grub.d/40_custom ###
  679. menuentry “Windows 8″ {
  680. set root=(hd0,8)
  681. chainloader +1
  682. }
  683. ### END /etc/grub.d/40_custom ###
  684.  
  685. ### BEGIN /etc/grub.d/41_custom ###
  686. if [ -f $prefix/custom.cfg ]; then
  687. source $prefix/custom.cfg;
  688. fi
  689. ### END /etc/grub.d/41_custom ###
  690. --------------------------------------------------------------------------------
  691.  
  692. =============================== sda6/etc/fstab: ================================
  693.  
  694. --------------------------------------------------------------------------------
  695. # /etc/fstab: static file system information.
  696. #
  697. # Use 'blkid' to print the universally unique identifier for a
  698. # device; this may be used with UUID= as a more robust way to name devices
  699. # that works even if disks are added and removed. See fstab(5).
  700. #
  701. # <file system> <mount point> <type> <options> <dump> <pass>
  702. proc /proc proc defaults 0 0
  703. # / was on /dev/sdb6 during installation
  704. UUID=8c080d83-ad56-400e-bfd2-3a4519bea84b / ext4 errors=remount-ro 0 1
  705. # /home was on /dev/sdb7 during installation
  706. UUID=774c6a3b-5926-48b0-b84d-f2960067a13d /home ext4 defaults 0 2
  707. # swap was on /dev/sdb3 during installation
  708. UUID=37810c8e-9165-4e29-8249-90904f861f48 none swap sw 0 0
  709. /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0
  710. /dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
  711. # /dev/sda1 /media/usb0 auto rw,user,noauto 0 0
  712. UUID=1CF083C177185D40 /media/usb0 auto rw,user,noauto 0 0
  713. --------------------------------------------------------------------------------
  714.  
  715. =================== sda6: Location of files loaded by Grub: ====================
  716.  
  717. GiB - GB File Fragment(s)
  718.  
  719. 414.435364246 = 444.996583936 boot/grub/core.img 1
  720. 420.841324329 = 451.874931200 boot/grub/grub.cfg 1
  721. 412.501095295 = 442.919678464 boot/initrd.img-2.6.32-5-686 2
  722. 415.569622517 = 446.214484480 boot/initrd.img-2.6.38-02063805-generic 2
  723. 417.321407795 = 448.095449600 boot/initrd.img-2.6.38-2-686 2
  724. 412.258907795 = 442.659631616 boot/initrd.img-3.2.0-1-686-pae 2
  725. 410.657536030 = 440.940171776 boot/vmlinuz-2.6.32-5-686 1
  726. 413.048325062 = 443.507261952 boot/vmlinuz-2.6.38-02063805-generic 2
  727. 415.968243122 = 446.642500096 boot/vmlinuz-2.6.38-2-686 1
  728. 411.646145344 = 442.001682944 boot/vmlinuz-3.2.0-1-686-pae 1
  729. 417.321407795 = 448.095449600 initrd.img.old 2
  730. 411.646145344 = 442.001682944 vmlinuz 1
  731. 415.968243122 = 446.642500096 vmlinuz.old 1
  732.  
  733. =============================== StdErr Messages: ===============================
  734.  
  735. unlzma: Decoder error
Advertisement
Add Comment
Please, Sign In to add comment