Guest User

Untitled

a guest
May 15th, 2014
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.47 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
  7. 3006272 of the same hard drive for core.img, but core.img can not be found
  8. at this location.
  9. => Syslinux MBR (3.61-4.03) is installed in the MBR of /dev/sdb.
  10.  
  11. sda2: __________________________________________________________________________
  12.  
  13. File system: ext4
  14. Boot sector type: Grub2 (v1.99)
  15. Boot sector info: Grub2 (v1.99) is installed in the boot sector of sda2
  16. and looks at sector 21665200 of the same hard drive
  17. for core.img. core.img is at this location and looks
  18. in partition 118 for .
  19. Operating System: Debian GNU/Linux jessie/sid
  20. Boot files: /boot/grub/grub.cfg /etc/fstab
  21. /boot/extlinux/extlinux.conf
  22.  
  23. sda4: __________________________________________________________________________
  24.  
  25. File system: ext4
  26. Boot sector type: -
  27. Boot sector info:
  28. Operating System:
  29. Boot files:
  30.  
  31. sdb1: __________________________________________________________________________
  32.  
  33. File system: vfat
  34. Boot sector type: SYSLINUX 4.03 2010-10-22 ........>..sr>..........9...0...~.....~...f...M.f.f....f..0~....>E}.u......
  35. Boot sector info: Syslinux looks at sector 1628528 of /dev/sdb1 for its
  36. second stage. SYSLINUX is installed in the directory.
  37. The integrity check of the ADV area failed. No errors
  38. found in the Boot Parameter Block.
  39. Operating System:
  40. Boot files: /boot/grub/grub.cfg /syslinux.cfg
  41. /efi/BOOT/grubx64.efi /ldlinux.sys
  42.  
  43. ============================ Drive/Partition Info: =============================
  44.  
  45. Drive: sda _____________________________________________________________________
  46.  
  47. Disk /dev/sda: 30.0 GB, 30016659456 bytes
  48. 255 heads, 63 sectors/track, 3649 cylinders, total 58626288 sectors
  49. Units = sectors of 1 * 512 = 512 bytes
  50. Sector size (logical/physical): 512 bytes / 512 bytes
  51.  
  52. Partition Boot Start Sector End Sector # of Sectors Id System
  53.  
  54. /dev/sda1 1 58,626,287 58,626,287 ee GPT
  55.  
  56.  
  57. GUID Partition Table detected.
  58.  
  59. Partition Start Sector End Sector # of Sectors System
  60. /dev/sda2 999,424 28,835,839 27,836,416 Data partition (Windows/Linux)
  61. /dev/sda4 28,835,840 58,623,999 29,788,160 Data partition (Windows/Linux)
  62.  
  63. Drive: sdb _____________________________________________________________________
  64.  
  65. Disk /dev/sdb: 1008 MB, 1008730112 bytes
  66. 255 heads, 63 sectors/track, 122 cylinders, total 1970176 sectors
  67. Units = sectors of 1 * 512 = 512 bytes
  68. Sector size (logical/physical): 512 bytes / 512 bytes
  69.  
  70. Partition Boot Start Sector End Sector # of Sectors Id System
  71.  
  72. /dev/sdb1 * 63 1,970,135 1,970,073 b W95 FAT32
  73.  
  74.  
  75. "blkid" output: ________________________________________________________________
  76.  
  77. Device UUID TYPE LABEL
  78.  
  79. /dev/loop0 squashfs
  80. /dev/sda2 ecb13fae-af15-4332-a914-50a5a9631479 ext4
  81. /dev/sda4 caa0d81f-2ca2-492e-93bb-85aa091b67dd ext4
  82. /dev/sdb1 341B-A66D vfat
  83. /dev/zram0 fc38fa73-0a6a-4566-b3a7-d8d4bacba9f9 swap
  84. /dev/zram1 f8d7b2db-c588-420f-8732-13c9b0fc8a37 swap
  85.  
  86. ================================ Mount points: =================================
  87.  
  88. Device Mount_Point Type Options
  89.  
  90. /dev/loop0 /rofs squashfs (ro,noatime)
  91. /dev/sda2 /media/lubuntu/ecb13fae-af15-4332-a914-50a5a9631479 ext4 (rw,nosuid,nodev,uhelper=udisks2)
  92. /dev/sda4 /media/lubuntu/caa0d81f-2ca2-492e-93bb-85aa091b67dd ext4 (rw,nosuid,nodev,uhelper=udisks2)
  93. /dev/sdb1 /cdrom vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  94.  
  95.  
  96. =========================== sda2/boot/grub/grub.cfg: ===========================
  97.  
  98. --------------------------------------------------------------------------------
  99. #
  100. # DO NOT EDIT THIS FILE
  101. #
  102. # It is automatically generated by grub-mkconfig using templates
  103. # from /etc/grub.d and settings from /etc/default/grub
  104. #
  105.  
  106. ### BEGIN /etc/grub.d/00_header ###
  107. if [ -s $prefix/grubenv ]; then
  108. set have_grubenv=true
  109. load_env
  110. fi
  111. if [ "${next_entry}" ] ; then
  112. set default="${next_entry}"
  113. set next_entry=
  114. save_env next_entry
  115. set boot_once=true
  116. else
  117. set default="${saved_entry}"
  118. fi
  119.  
  120. if [ x"${feature_menuentry_id}" = xy ]; then
  121. menuentry_id_option="--id"
  122. else
  123. menuentry_id_option=""
  124. fi
  125.  
  126. export menuentry_id_option
  127.  
  128. if [ "${prev_saved_entry}" ]; then
  129. set saved_entry="${prev_saved_entry}"
  130. save_env saved_entry
  131. set prev_saved_entry=
  132. save_env prev_saved_entry
  133. set boot_once=true
  134. fi
  135.  
  136. function savedefault {
  137. if [ -z "${boot_once}" ]; then
  138. saved_entry="${chosen}"
  139. save_env saved_entry
  140. fi
  141. }
  142. function load_video {
  143. if [ x$feature_all_video_module = xy ]; then
  144. insmod all_video
  145. else
  146. insmod efi_gop
  147. insmod efi_uga
  148. insmod ieee1275_fb
  149. insmod vbe
  150. insmod vga
  151. insmod video_bochs
  152. insmod video_cirrus
  153. fi
  154. }
  155.  
  156. if [ x$feature_default_font_path = xy ] ; then
  157. font=unicode
  158. else
  159. insmod part_gpt
  160. insmod ext2
  161. set root='hd0,gpt2'
  162. if [ x$feature_platform_search_hint = xy ]; then
  163. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 ecb13fae-af15-4332-a914-50a5a9631479
  164. else
  165. search --no-floppy --fs-uuid --set=root ecb13fae-af15-4332-a914-50a5a9631479
  166. fi
  167. font="/usr/share/grub/unicode.pf2"
  168. fi
  169.  
  170. if loadfont $font ; then
  171. set gfxmode=auto
  172. load_video
  173. insmod gfxterm
  174. set locale_dir=$prefix/locale
  175. set lang=pl_PL
  176. insmod gettext
  177. fi
  178. terminal_output gfxterm
  179. if [ "${recordfail}" = 1 ] ; then
  180. set timeout=-1
  181. else
  182. if [ x$feature_timeout_style = xy ] ; then
  183. set timeout_style=menu
  184. set timeout=1
  185. # Fallback normal timeout code in case the timeout_style feature is
  186. # unavailable.
  187. else
  188. set timeout=1
  189. fi
  190. fi
  191. ### END /etc/grub.d/00_header ###
  192.  
  193. ### BEGIN /etc/grub.d/05_debian_theme ###
  194. insmod part_gpt
  195. insmod ext2
  196. set root='hd0,gpt2'
  197. if [ x$feature_platform_search_hint = xy ]; then
  198. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 ecb13fae-af15-4332-a914-50a5a9631479
  199. else
  200. search --no-floppy --fs-uuid --set=root ecb13fae-af15-4332-a914-50a5a9631479
  201. fi
  202. insmod png
  203. if background_image /usr/share/images/desktop-base/joy-grub.png; then
  204. set color_normal=white/black
  205. set color_highlight=black/white
  206. else
  207. set menu_color_normal=cyan/blue
  208. set menu_color_highlight=white/blue
  209. fi
  210. ### END /etc/grub.d/05_debian_theme ###
  211.  
  212. ### BEGIN /etc/grub.d/10_linux ###
  213. function gfxmode {
  214. set gfxpayload="${1}"
  215. }
  216. set linux_gfx_mode=
  217. export linux_gfx_mode
  218. menuentry 'Debian GNU/Linux' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-ecb13fae-af15-4332-a914-50a5a9631479' {
  219. savedefault
  220. load_video
  221. insmod gzio
  222. insmod part_gpt
  223. insmod ext2
  224. set root='hd0,gpt2'
  225. if [ x$feature_platform_search_hint = xy ]; then
  226. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 ecb13fae-af15-4332-a914-50a5a9631479
  227. else
  228. search --no-floppy --fs-uuid --set=root ecb13fae-af15-4332-a914-50a5a9631479
  229. fi
  230. echo 'Wczytywanie systemu Linux 3.14-1-amd64...'
  231. linux /boot/vmlinuz-3.14-1-amd64 root=UUID=ecb13fae-af15-4332-a914-50a5a9631479 ro elevator=noop pcie_aspm=force acpi_osi=Linux acpi_enforce_resources=lax radeon.dpm=1 quiet
  232. echo 'Wczytywanie początkowego dysku RAM...'
  233. initrd /boot/initrd.img-3.14-1-amd64
  234. }
  235. submenu 'Opcje zaawansowane dla systemu Debian GNU/Linux' $menuentry_id_option 'gnulinux-advanced-ecb13fae-af15-4332-a914-50a5a9631479' {
  236. menuentry 'Debian GNU/Linux, za pomocą systemu Linux 3.14-1-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.14-1-amd64-advanced-ecb13fae-af15-4332-a914-50a5a9631479' {
  237. savedefault
  238. load_video
  239. insmod gzio
  240. insmod part_gpt
  241. insmod ext2
  242. set root='hd0,gpt2'
  243. if [ x$feature_platform_search_hint = xy ]; then
  244. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 ecb13fae-af15-4332-a914-50a5a9631479
  245. else
  246. search --no-floppy --fs-uuid --set=root ecb13fae-af15-4332-a914-50a5a9631479
  247. fi
  248. echo 'Wczytywanie systemu Linux 3.14-1-amd64...'
  249. linux /boot/vmlinuz-3.14-1-amd64 root=UUID=ecb13fae-af15-4332-a914-50a5a9631479 ro elevator=noop pcie_aspm=force acpi_osi=Linux acpi_enforce_resources=lax radeon.dpm=1 quiet
  250. echo 'Wczytywanie początkowego dysku RAM...'
  251. initrd /boot/initrd.img-3.14-1-amd64
  252. }
  253. menuentry 'Debian GNU/Linux, with Linux 3.14-1-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.14-1-amd64-recovery-ecb13fae-af15-4332-a914-50a5a9631479' {
  254. load_video
  255. insmod gzio
  256. insmod part_gpt
  257. insmod ext2
  258. set root='hd0,gpt2'
  259. if [ x$feature_platform_search_hint = xy ]; then
  260. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 ecb13fae-af15-4332-a914-50a5a9631479
  261. else
  262. search --no-floppy --fs-uuid --set=root ecb13fae-af15-4332-a914-50a5a9631479
  263. fi
  264. echo 'Wczytywanie systemu Linux 3.14-1-amd64...'
  265. linux /boot/vmlinuz-3.14-1-amd64 root=UUID=ecb13fae-af15-4332-a914-50a5a9631479 ro single elevator=noop pcie_aspm=force acpi_osi=Linux acpi_enforce_resources=lax radeon.dpm=1
  266. echo 'Wczytywanie początkowego dysku RAM...'
  267. initrd /boot/initrd.img-3.14-1-amd64
  268. }
  269. menuentry 'Debian GNU/Linux, za pomocą systemu Linux 3.13-1-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13-1-amd64-advanced-ecb13fae-af15-4332-a914-50a5a9631479' {
  270. savedefault
  271. load_video
  272. insmod gzio
  273. insmod part_gpt
  274. insmod ext2
  275. set root='hd0,gpt2'
  276. if [ x$feature_platform_search_hint = xy ]; then
  277. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 ecb13fae-af15-4332-a914-50a5a9631479
  278. else
  279. search --no-floppy --fs-uuid --set=root ecb13fae-af15-4332-a914-50a5a9631479
  280. fi
  281. echo 'Wczytywanie systemu Linux 3.13-1-amd64...'
  282. linux /boot/vmlinuz-3.13-1-amd64 root=UUID=ecb13fae-af15-4332-a914-50a5a9631479 ro elevator=noop pcie_aspm=force acpi_osi=Linux acpi_enforce_resources=lax radeon.dpm=1 quiet
  283. echo 'Wczytywanie początkowego dysku RAM...'
  284. initrd /boot/initrd.img-3.13-1-amd64
  285. }
  286. menuentry 'Debian GNU/Linux, with Linux 3.13-1-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13-1-amd64-recovery-ecb13fae-af15-4332-a914-50a5a9631479' {
  287. load_video
  288. insmod gzio
  289. insmod part_gpt
  290. insmod ext2
  291. set root='hd0,gpt2'
  292. if [ x$feature_platform_search_hint = xy ]; then
  293. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 ecb13fae-af15-4332-a914-50a5a9631479
  294. else
  295. search --no-floppy --fs-uuid --set=root ecb13fae-af15-4332-a914-50a5a9631479
  296. fi
  297. echo 'Wczytywanie systemu Linux 3.13-1-amd64...'
  298. linux /boot/vmlinuz-3.13-1-amd64 root=UUID=ecb13fae-af15-4332-a914-50a5a9631479 ro single elevator=noop pcie_aspm=force acpi_osi=Linux acpi_enforce_resources=lax radeon.dpm=1
  299. echo 'Wczytywanie początkowego dysku RAM...'
  300. initrd /boot/initrd.img-3.13-1-amd64
  301. }
  302. }
  303.  
  304. ### END /etc/grub.d/10_linux ###
  305.  
  306. ### BEGIN /etc/grub.d/20_linux_xen ###
  307.  
  308. ### END /etc/grub.d/20_linux_xen ###
  309.  
  310. ### BEGIN /etc/grub.d/20_memtest86+ ###
  311. menuentry "Memory test (memtest86+)" {
  312. insmod part_gpt
  313. insmod ext2
  314. set root='hd0,gpt2'
  315. if [ x$feature_platform_search_hint = xy ]; then
  316. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 ecb13fae-af15-4332-a914-50a5a9631479
  317. else
  318. search --no-floppy --fs-uuid --set=root ecb13fae-af15-4332-a914-50a5a9631479
  319. fi
  320. linux16 /boot/memtest86+.bin
  321. }
  322. menuentry "Memory test (memtest86+, serial console 115200)" {
  323. insmod part_gpt
  324. insmod ext2
  325. set root='hd0,gpt2'
  326. if [ x$feature_platform_search_hint = xy ]; then
  327. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 ecb13fae-af15-4332-a914-50a5a9631479
  328. else
  329. search --no-floppy --fs-uuid --set=root ecb13fae-af15-4332-a914-50a5a9631479
  330. fi
  331. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  332. }
  333. menuentry "Memory test (memtest86+, experimental multiboot)" {
  334. insmod part_gpt
  335. insmod ext2
  336. set root='hd0,gpt2'
  337. if [ x$feature_platform_search_hint = xy ]; then
  338. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 ecb13fae-af15-4332-a914-50a5a9631479
  339. else
  340. search --no-floppy --fs-uuid --set=root ecb13fae-af15-4332-a914-50a5a9631479
  341. fi
  342. multiboot /boot/memtest86+_multiboot.bin
  343. }
  344. menuentry "Memory test (memtest86+, serial console 115200, experimental multiboot)" {
  345. insmod part_gpt
  346. insmod ext2
  347. set root='hd0,gpt2'
  348. if [ x$feature_platform_search_hint = xy ]; then
  349. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 ecb13fae-af15-4332-a914-50a5a9631479
  350. else
  351. search --no-floppy --fs-uuid --set=root ecb13fae-af15-4332-a914-50a5a9631479
  352. fi
  353. multiboot /boot/memtest86+_multiboot.bin console=ttyS0,115200n8
  354. }
  355. ### END /etc/grub.d/20_memtest86+ ###
  356.  
  357. ### BEGIN /etc/grub.d/30_os-prober ###
  358. ### END /etc/grub.d/30_os-prober ###
  359.  
  360. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  361. ### END /etc/grub.d/30_uefi-firmware ###
  362.  
  363. ### BEGIN /etc/grub.d/40_custom ###
  364. # This file provides an easy way to add custom menu entries. Simply type the
  365. # menu entries you want to add after this comment. Be careful not to change
  366. # the 'exec tail' line above.
  367. #
  368. # linux (loop)/kernel
  369. # initrd (loop)/initrd.img
  370. #acpi_sleep=s3_bios,s3_mode pci=nocrs
  371. #from=$isofile ramdisk_size=6666 root=/dev/ram0 rw
  372.  
  373.  
  374. #menuentry "Android 4.4-x86 Live ISO" {
  375. #insmod part_msdos
  376. #insmod ext2
  377. #set isofile="/boot/isos/android-x86-4.4-RC1.iso"
  378. #search --no-floppy --file --set=root $isofile
  379. #loopback loop $isofile
  380. #linux (loop)/kernel from=$isofile androidboot.hardware=x86 acpi_sleep=s3_bios,s3_mode pci=nocrs video=-16 vga=normal
  381. #initrd (loop)/initrd.img
  382. #}
  383.  
  384.  
  385. menuentry "Slax ISO" {
  386. insmod part_msdos
  387. insmod ext2
  388. set isofile="/boot/isos/slax-Polish-7.0.8-x86_64.iso"
  389. search --no-floppy --file --set=root $isofile
  390. loopback loop $isofile
  391. linux (loop)/slax/boot/vmlinuz from=$isofile slax.flags=perch,xmode nopersistent noeject noprompt noatime ro
  392. initrd (loop)/slax/boot/initrfs.img
  393. }### END /etc/grub.d/40_custom ###
  394.  
  395. ### BEGIN /etc/grub.d/41_custom ###
  396. if [ -f ${config_directory}/custom.cfg ]; then
  397. source ${config_directory}/custom.cfg
  398. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  399. source $prefix/custom.cfg;
  400. fi
  401. ### END /etc/grub.d/41_custom ###
  402. --------------------------------------------------------------------------------
  403.  
  404. =============================== sda2/etc/fstab: ================================
  405.  
  406. --------------------------------------------------------------------------------
  407. # /etc/fstab: static file system information.
  408. #
  409. # Use 'blkid' to print the universally unique identifier for a
  410. # device; this may be used with UUID= as a more robust way to name devices
  411. # that works even if disks are added and removed. See fstab(5).
  412. #
  413. # <file system> <mount point> <type> <options> <dump> <pass>
  414. # / was on /dev/sda2 during installation
  415. UUID=ecb13fae-af15-4332-a914-50a5a9631479 / ext4 discard,noatime,nodiratime,errors=remount-ro 0 1
  416. #
  417. #
  418. # /home was on /dev/sda4 during installation
  419. UUID=caa0d81f-2ca2-492e-93bb-85aa091b67dd /home ext4 discard,noatime,nodiratime,defaults 0 2
  420. #
  421. tmpfs /var/tmp tmpfs noatime 0 0
  422. #
  423. tempinram /tmp tmpfs defaults,noatime,size=2512M,mode=1777 0 0
  424. #
  425. --------------------------------------------------------------------------------
  426.  
  427. ====================== sda2/boot/extlinux/extlinux.conf: =======================
  428.  
  429. --------------------------------------------------------------------------------
  430. ## /boot/extlinux/extlinux.conf
  431. ##
  432. ## IMPORTANT WARNING
  433. ##
  434. ## The configuration of this file is generated automatically.
  435. ## Do not edit this file manually, use: extlinux-update
  436.  
  437.  
  438. default l0
  439. prompt 1
  440. timeout 50
  441.  
  442. include themes/debian/theme.cfg
  443. --------------------------------------------------------------------------------
  444.  
  445. =================== sda2: Location of files loaded by Grub: ====================
  446.  
  447. GiB - GB File Fragment(s)
  448.  
  449.  
  450. ================= sda2: Location of files loaded by Syslinux: ==================
  451.  
  452. GiB - GB File Fragment(s)
  453.  
  454.  
  455. ============== sda2: Version of COM32(R) files used by Syslinux: ===============
  456.  
  457. boot/extlinux/chain.c32 : COM32R module (v4.xx)
  458.  
  459. =========================== sdb1/boot/grub/grub.cfg: ===========================
  460.  
  461. --------------------------------------------------------------------------------
  462.  
  463. if loadfont /boot/grub/font.pf2 ; then
  464. set gfxmode=auto
  465. insmod efi_gop
  466. insmod efi_uga
  467. insmod gfxterm
  468. terminal_output gfxterm
  469. fi
  470.  
  471. set menu_color_normal=white/black
  472. set menu_color_highlight=black/light-gray
  473.  
  474. menuentry "Try Lubuntu without installing" {
  475. set gfxpayload=keep
  476. linux /casper/vmlinuz.efi file=/cdrom/preseed/lubuntu.seed boot=casper quiet splash --
  477. initrd /casper/initrd.lz
  478. }
  479. menuentry "Install Lubuntu" {
  480. set gfxpayload=keep
  481. linux /casper/vmlinuz.efi file=/cdrom/preseed/lubuntu.seed boot=casper only-ubiquity quiet splash --
  482. initrd /casper/initrd.lz
  483. }
  484. menuentry "OEM install (for manufacturers)" {
  485. set gfxpayload=keep
  486. linux /casper/vmlinuz.efi file=/cdrom/preseed/lubuntu.seed boot=casper only-ubiquity quiet splash oem-config/enable=true --
  487. initrd /casper/initrd.lz
  488. }
  489. menuentry "Check disc for defects" {
  490. set gfxpayload=keep
  491. linux /casper/vmlinuz.efi boot=casper integrity-check quiet splash --
  492. initrd /casper/initrd.lz
  493. }
  494. --------------------------------------------------------------------------------
  495.  
  496. ============================== sdb1/syslinux.cfg: ==============================
  497.  
  498. --------------------------------------------------------------------------------
  499. default menu.c32
  500. prompt 0
  501. menu title UNetbootin
  502. timeout 100
  503.  
  504. label unetbootindefault
  505. menu label Default
  506. kernel /ubnkern
  507. append initrd=/ubninit file=/cdrom/preseed/lubuntu.seed boot=casper quiet splash --
  508.  
  509. label ubnentry0
  510. menu label ^Help
  511. kernel /ubnkern
  512. append initrd=/ubninit
  513.  
  514. label ubnentry1
  515. menu label ^Try Lubuntu without installing
  516. kernel /casper/vmlinuz.efi
  517. append initrd=/casper/initrd.lz file=/cdrom/preseed/lubuntu.seed boot=casper quiet splash --
  518.  
  519. label ubnentry2
  520. menu label ^Install Lubuntu
  521. kernel /casper/vmlinuz.efi
  522. append initrd=/casper/initrd.lz file=/cdrom/preseed/lubuntu.seed boot=casper only-ubiquity quiet splash --
  523.  
  524. label ubnentry3
  525. menu label ^Check disc for defects
  526. kernel /casper/vmlinuz.efi
  527. append initrd=/casper/initrd.lz boot=casper integrity-check quiet splash --
  528.  
  529. label ubnentry4
  530. menu label Test ^memory
  531. kernel /install/mt86plus
  532. append initrd=/ubninit
  533.  
  534. label ubnentry5
  535. menu label ^Boot from first hard disk
  536. kernel /ubnkern
  537. append initrd=/ubninit
  538.  
  539. label ubnentry6
  540. menu label Try Lubuntu without installing
  541. kernel /casper/vmlinuz.efi
  542. append initrd=/casper/initrd.lz file=/cdrom/preseed/lubuntu.seed boot=casper quiet splash --
  543.  
  544. label ubnentry7
  545. menu label Install Lubuntu
  546. kernel /casper/vmlinuz.efi
  547. append initrd=/casper/initrd.lz file=/cdrom/preseed/lubuntu.seed boot=casper only-ubiquity quiet splash --
  548.  
  549. label ubnentry8
  550. menu label OEM install (for manufacturers)
  551. kernel /casper/vmlinuz.efi
  552. append initrd=/casper/initrd.lz file=/cdrom/preseed/lubuntu.seed boot=casper only-ubiquity quiet splash oem-config/enable=true --
  553.  
  554. label ubnentry9
  555. menu label Check disc for defects
  556. kernel /casper/vmlinuz.efi
  557. append initrd=/casper/initrd.lz boot=casper integrity-check quiet splash --
  558.  
  559. --------------------------------------------------------------------------------
  560.  
  561. =================== sdb1: Location of files loaded by Grub: ====================
  562.  
  563. GiB - GB File Fragment(s)
  564.  
  565.  
  566. ================= sdb1: Location of files loaded by Syslinux: ==================
  567.  
  568. GiB - GB File Fragment(s)
  569.  
  570.  
  571. ============== sdb1: Version of COM32(R) files used by Syslinux: ===============
  572.  
  573. menu.c32 : COM32R module (v4.xx)
  574.  
  575. =============================== StdErr Messages: ===============================
  576.  
  577. cat: /tmp/BootInfo-haPwoRaX/Tmp_Log: No such file or directory
  578. cat: /tmp/BootInfo-haPwoRaX/Tmp_Log: No such file or directory
  579. ./bootinfoscript: line 1646: [: 2.73495e+09: integer expression expected
  580. cat: /tmp/BootInfo-haPwoRaX/Tmp_Log: No such file or directory
  581. cat: /tmp/BootInfo-haPwoRaX/Tmp_Log: No such file or directory
  582. No volume groups found
Advertisement
Add Comment
Please, Sign In to add comment