Advertisement
Guest User

Untitled

a guest
Sep 26th, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.23 KB | None | 0 0
  1. Manjaro Linux 4.7.4-1.1 64bit
  2.  
  3. grub version: grub 2.02.beta3-2
  4. os-prober version: os-prober 1.71-1
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11. ========DRIVE SETUP============
  12.  
  13. /dev/sda1 -> Not mounted (extra drive)
  14. /dev/sdb1 -> Not mounted (extra drive)
  15.  
  16. /dev/sdd1 -> /mnt/windows (not mounted) (windows system reserved) (marked boot)
  17. /dev/sdd2 -> /mnt/windows2 (not mounted) (windows C:)
  18.  
  19. /dev/sdc1 -> /home
  20.  
  21. /dev/sde1 -> /boot/efi (EFI system)
  22. /dev/sde2 -> /
  23. /dev/sde3 -> swap
  24. /dev/sde4 -> Not mounted (BIOS BOOT) (parted as grub_bios)
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32. ========FSTAB=================
  33. /etc/fstab
  34.  
  35. # /etc/fstab: static file system information.
  36. #
  37. # Use 'blkid' to print the universally unique identifier for a device; this may
  38. # be used with UUID= as a more robust way to name devices that works even if
  39. # disks are added and removed. See fstab(5).
  40. #
  41. # <file system> <mount point> <type> <options> <dump> <pass>
  42. UUID=596E-1D7B /boot/efi vfat defaults,noatime 0 2
  43. UUID=e96e9dc6-b686-419c-8070-532b71f0631a / ext4 defaults,noatime,discard 0 1
  44. UUID=b0dedb36-a45d-407f-be01-1da38f343149 /home ext4 defaults,commit=60,noatime 0 2
  45. UUID=5acc3a2a-fc46-4d5d-916c-3e42f1b77141 swap swap defaults,noatime,discard 0 2
  46. tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0
  47.  
  48.  
  49. #windows drive
  50. #UUID=847ACFC37ACFAFEA /mnt/windows ntfs locale=en_US.utf8,dmask=022,fmask=022 0 2
  51. #UUID=C810D31310D306FA /mnt/windows2 ntfs locale=en_US.utf8,dmask=022,fmask=022 0 2
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60. =======FDISK=================
  61. sudo fdisk -l
  62.  
  63. Disk /dev/sda: 111.8 GiB, 120034123776 bytes, 234441648 sectors
  64. Units: sectors of 1 * 512 = 512 bytes
  65. Sector size (logical/physical): 512 bytes / 512 bytes
  66. I/O size (minimum/optimal): 512 bytes / 512 bytes
  67. Disklabel type: dos
  68. Disk identifier: 0x0004e0a2
  69.  
  70. Device Boot Start End Sectors Size Id Type
  71. /dev/sda1 2048 234438655 234436608 111.8G 7 HPFS/NTFS/exFAT
  72.  
  73.  
  74. Disk /dev/sdb: 111.8 GiB, 120034123776 bytes, 234441648 sectors
  75. Units: sectors of 1 * 512 = 512 bytes
  76. Sector size (logical/physical): 512 bytes / 512 bytes
  77. I/O size (minimum/optimal): 512 bytes / 512 bytes
  78. Disklabel type: dos
  79. Disk identifier: 0xaf87c8bd
  80.  
  81. Device Boot Start End Sectors Size Id Type
  82. /dev/sdb1 2048 234438655 234436608 111.8G 7 HPFS/NTFS/exFAT
  83.  
  84.  
  85. Disk /dev/sdd: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
  86. Units: sectors of 1 * 512 = 512 bytes
  87. Sector size (logical/physical): 512 bytes / 512 bytes
  88. I/O size (minimum/optimal): 512 bytes / 512 bytes
  89. Disklabel type: dos
  90. Disk identifier: 0xc443369b
  91.  
  92. Device Boot Start End Sectors Size Id Type
  93. /dev/sdd1 * 2048 1026047 1024000 500M 7 HPFS/NTFS/exFAT
  94. /dev/sdd2 1026048 1953521663 1952495616 931G 7 HPFS/NTFS/exFAT
  95.  
  96.  
  97. Disk /dev/sdc: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
  98. Units: sectors of 1 * 512 = 512 bytes
  99. Sector size (logical/physical): 512 bytes / 4096 bytes
  100. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  101. Disklabel type: dos
  102. Disk identifier: 0x0005e1a9
  103.  
  104. Device Boot Start End Sectors Size Id Type
  105. /dev/sdc1 2048 1953520064 1953518017 931.5G 83 Linux
  106.  
  107.  
  108. Disk /dev/sde: 238.5 GiB, 256060514304 bytes, 500118192 sectors
  109. Units: sectors of 1 * 512 = 512 bytes
  110. Sector size (logical/physical): 512 bytes / 512 bytes
  111. I/O size (minimum/optimal): 512 bytes / 512 bytes
  112. Disklabel type: gpt
  113. Disk identifier: D018CAAD-8426-4B8A-99FB-399757F9E3DB
  114.  
  115. Device Start End Sectors Size Type
  116. /dev/sde1 2048 9884859 9882812 4.7G EFI System
  117. /dev/sde2 9884860 494259859 484375000 231G Linux filesystem
  118. /dev/sde3 494260224 500101119 5840896 2.8G Linux filesystem
  119. /dev/sde4 500101120 500117503 16384 8M BIOS boot
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127. ========GRUB CONFIG==========
  128. sudo grub-mkconfig
  129.  
  130. Generating grub configuration file ...
  131. #
  132. # DO NOT EDIT THIS FILE
  133. #
  134. # It is automatically generated by grub-mkconfig using templates
  135. # from /etc/grub.d and settings from /etc/default/grub
  136. #
  137.  
  138. ### BEGIN /etc/grub.d/00_header ###
  139. insmod part_gpt
  140. insmod part_msdos
  141. if [ -s $prefix/grubenv ]; then
  142. load_env
  143. fi
  144. if [ "${next_entry}" ] ; then
  145. set default="${next_entry}"
  146. set next_entry=
  147. save_env next_entry
  148. set boot_once=true
  149. else
  150. set default="${saved_entry}"
  151. fi
  152.  
  153. if [ x"${feature_menuentry_id}" = xy ]; then
  154. menuentry_id_option="--id"
  155. else
  156. menuentry_id_option=""
  157. fi
  158.  
  159. export menuentry_id_option
  160.  
  161. if [ "${prev_saved_entry}" ]; then
  162. set saved_entry="${prev_saved_entry}"
  163. save_env saved_entry
  164. set prev_saved_entry=
  165. save_env prev_saved_entry
  166. set boot_once=true
  167. fi
  168.  
  169. function savedefault {
  170. if [ -z "${boot_once}" ]; then
  171. saved_entry="${chosen}"
  172. save_env saved_entry
  173. fi
  174. }
  175.  
  176. function load_video {
  177. if [ x$feature_all_video_module = xy ]; then
  178. insmod all_video
  179. else
  180. insmod efi_gop
  181. insmod efi_uga
  182. insmod ieee1275_fb
  183. insmod vbe
  184. insmod vga
  185. insmod video_bochs
  186. insmod video_cirrus
  187. fi
  188. }
  189.  
  190. set menu_color_normal=light-gray/black
  191. set menu_color_highlight=green/black
  192.  
  193. if [ x$feature_default_font_path = xy ] ; then
  194. font=unicode
  195. else
  196. insmod part_gpt
  197. insmod ext2
  198. set root='hd4,gpt2'
  199. if [ x$feature_platform_search_hint = xy ]; then
  200. search --no-floppy --fs-uuid --set=root --hint-bios=hd4,gpt2 --hint-efi=hd4,gpt2 --hint-baremetal=ahci4,gpt2 e96e9dc6-b686-419c-8070-532b71f0631a
  201. else
  202. search --no-floppy --fs-uuid --set=root e96e9dc6-b686-419c-8070-532b71f0631a
  203. fi
  204. font="/usr/share/grub/unicode.pf2"
  205. fi
  206.  
  207. if loadfont $font ; then
  208. set gfxmode=auto
  209. load_video
  210. insmod gfxterm
  211. set locale_dir=$prefix/locale
  212. set lang=en_CA
  213. insmod gettext
  214. fi
  215. terminal_input console
  216. terminal_output gfxterm
  217. Found background: /usr/share/grub/background.png
  218. insmod part_gpt
  219. insmod ext2
  220. set root='hd4,gpt2'
  221. if [ x$feature_platform_search_hint = xy ]; then
  222. search --no-floppy --fs-uuid --set=root --hint-bios=hd4,gpt2 --hint-efi=hd4,gpt2 --hint-baremetal=ahci4,gpt2 e96e9dc6-b686-419c-8070-532b71f0631a
  223. else
  224. search --no-floppy --fs-uuid --set=root e96e9dc6-b686-419c-8070-532b71f0631a
  225. fi
  226. insmod png
  227. background_image -m stretch /usr/share/grub/background.png
  228. if [ x$feature_timeout_style = xy ] ; then
  229. set timeout_style=menu
  230. set timeout=5
  231. # Fallback normal timeout code in case the timeout_style feature is
  232. # unavailable.
  233. else
  234. set timeout=5
  235. fi
  236. ### END /etc/grub.d/00_header ###
  237.  
  238. ### BEGIN /etc/grub.d/10_linux ###
  239. Found Intel Microcode image
  240. Found linux image: /boot/vmlinuz-linux
  241. Found initrd image: /boot/initramfs-linux.img
  242. menuentry 'Manjaro Linux' --class manjaro --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-e96e9dc6-b686-419c-8070-532b71f0631a' {
  243. savedefault
  244. load_video
  245. set gfxpayload=keep
  246. insmod gzio
  247. insmod part_gpt
  248. insmod ext2
  249. set root='hd4,gpt2'
  250. if [ x$feature_platform_search_hint = xy ]; then
  251. search --no-floppy --fs-uuid --set=root --hint-bios=hd4,gpt2 --hint-efi=hd4,gpt2 --hint-baremetal=ahci4,gpt2 e96e9dc6-b686-419c-8070-532b71f0631a
  252. else
  253. search --no-floppy --fs-uuid --set=root e96e9dc6-b686-419c-8070-532b71f0631a
  254. fi
  255. echo 'Loading Linux linux ...'
  256. linux /boot/vmlinuz-linux root=UUID=e96e9dc6-b686-419c-8070-532b71f0631a rw resume=UUID=5acc3a2a-fc46-4d5d-916c-3e42f1b77141 quiet splash
  257. echo 'Loading initial ramdisk ...'
  258. initrd /boot/intel-ucode.img /boot/initramfs-linux.img
  259. }
  260. submenu 'Advanced options for Manjaro Linux' $menuentry_id_option 'gnulinux-advanced-e96e9dc6-b686-419c-8070-532b71f0631a' {
  261. menuentry 'Manjaro Linux (Kernel: linux)' --class manjaro --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-advanced-e96e9dc6-b686-419c-8070-532b71f0631a' {
  262. savedefault
  263. load_video
  264. set gfxpayload=keep
  265. insmod gzio
  266. insmod part_gpt
  267. insmod ext2
  268. set root='hd4,gpt2'
  269. if [ x$feature_platform_search_hint = xy ]; then
  270. search --no-floppy --fs-uuid --set=root --hint-bios=hd4,gpt2 --hint-efi=hd4,gpt2 --hint-baremetal=ahci4,gpt2 e96e9dc6-b686-419c-8070-532b71f0631a
  271. else
  272. search --no-floppy --fs-uuid --set=root e96e9dc6-b686-419c-8070-532b71f0631a
  273. fi
  274. echo 'Loading Linux linux ...'
  275. linux /boot/vmlinuz-linux root=UUID=e96e9dc6-b686-419c-8070-532b71f0631a rw resume=UUID=5acc3a2a-fc46-4d5d-916c-3e42f1b77141 quiet splash
  276. echo 'Loading initial ramdisk ...'
  277. initrd /boot/intel-ucode.img /boot/initramfs-linux.img
  278. }
  279. Found initrd fallback image: /boot/initramfs-linux-fallback.img
  280. menuentry 'Manjaro Linux (Kernel: linux - fallback initramfs)' --class manjaro --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-fallback-e96e9dc6-b686-419c-8070-532b71f0631a' {
  281. load_video
  282. set gfxpayload=keep
  283. insmod gzio
  284. insmod part_gpt
  285. insmod ext2
  286. set root='hd4,gpt2'
  287. if [ x$feature_platform_search_hint = xy ]; then
  288. search --no-floppy --fs-uuid --set=root --hint-bios=hd4,gpt2 --hint-efi=hd4,gpt2 --hint-baremetal=ahci4,gpt2 e96e9dc6-b686-419c-8070-532b71f0631a
  289. else
  290. search --no-floppy --fs-uuid --set=root e96e9dc6-b686-419c-8070-532b71f0631a
  291. fi
  292. echo 'Loading Linux linux ...'
  293. linux /boot/vmlinuz-linux root=UUID=e96e9dc6-b686-419c-8070-532b71f0631a rw resume=UUID=5acc3a2a-fc46-4d5d-916c-3e42f1b77141 quiet splash
  294. echo 'Loading initial ramdisk ...'
  295. initrd /boot/intel-ucode.img /boot/initramfs-linux-fallback.img
  296. }
  297. Found linux image: /boot/vmlinuz-4.7-x86_64
  298. Found initrd image: /boot/initramfs-4.7-x86_64.img
  299. menuentry 'Manjaro Linux (Kernel: 4.7.4-1.1-MANJARO x64)' --class manjaro --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.7.4-1.1-MANJARO x64-advanced-e96e9dc6-b686-419c-8070-532b71f0631a' {
  300. savedefault
  301. load_video
  302. set gfxpayload=keep
  303. insmod gzio
  304. insmod part_gpt
  305. insmod ext2
  306. set root='hd4,gpt2'
  307. if [ x$feature_platform_search_hint = xy ]; then
  308. search --no-floppy --fs-uuid --set=root --hint-bios=hd4,gpt2 --hint-efi=hd4,gpt2 --hint-baremetal=ahci4,gpt2 e96e9dc6-b686-419c-8070-532b71f0631a
  309. else
  310. search --no-floppy --fs-uuid --set=root e96e9dc6-b686-419c-8070-532b71f0631a
  311. fi
  312. echo 'Loading Linux 4.7.4-1.1-MANJARO x64 ...'
  313. linux /boot/vmlinuz-4.7-x86_64 root=UUID=e96e9dc6-b686-419c-8070-532b71f0631a rw resume=UUID=5acc3a2a-fc46-4d5d-916c-3e42f1b77141 quiet splash
  314. echo 'Loading initial ramdisk ...'
  315. initrd /boot/intel-ucode.img /boot/initramfs-4.7-x86_64.img
  316. }
  317. Found initrd fallback image: /boot/initramfs-4.7-x86_64-fallback.img
  318. menuentry 'Manjaro Linux (Kernel: 4.7.4-1.1-MANJARO x64 - fallback initramfs)' --class manjaro --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.7.4-1.1-MANJARO x64-fallback-e96e9dc6-b686-419c-8070-532b71f0631a' {
  319. load_video
  320. set gfxpayload=keep
  321. insmod gzio
  322. insmod part_gpt
  323. insmod ext2
  324. set root='hd4,gpt2'
  325. if [ x$feature_platform_search_hint = xy ]; then
  326. search --no-floppy --fs-uuid --set=root --hint-bios=hd4,gpt2 --hint-efi=hd4,gpt2 --hint-baremetal=ahci4,gpt2 e96e9dc6-b686-419c-8070-532b71f0631a
  327. else
  328. search --no-floppy --fs-uuid --set=root e96e9dc6-b686-419c-8070-532b71f0631a
  329. fi
  330. echo 'Loading Linux 4.7.4-1.1-MANJARO x64 ...'
  331. linux /boot/vmlinuz-4.7-x86_64 root=UUID=e96e9dc6-b686-419c-8070-532b71f0631a rw resume=UUID=5acc3a2a-fc46-4d5d-916c-3e42f1b77141 quiet splash
  332. echo 'Loading initial ramdisk ...'
  333. initrd /boot/intel-ucode.img /boot/initramfs-4.7-x86_64-fallback.img
  334. }
  335. Found linux image: /boot/vmlinuz-4.4-x86_64
  336. Found initrd image: /boot/initramfs-4.4-x86_64.img
  337. menuentry 'Manjaro Linux (Kernel: 4.4.21-1-MANJARO x64)' --class manjaro --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.21-1-MANJARO x64-advanced-e96e9dc6-b686-419c-8070-532b71f0631a' {
  338. savedefault
  339. load_video
  340. set gfxpayload=keep
  341. insmod gzio
  342. insmod part_gpt
  343. insmod ext2
  344. set root='hd4,gpt2'
  345. if [ x$feature_platform_search_hint = xy ]; then
  346. search --no-floppy --fs-uuid --set=root --hint-bios=hd4,gpt2 --hint-efi=hd4,gpt2 --hint-baremetal=ahci4,gpt2 e96e9dc6-b686-419c-8070-532b71f0631a
  347. else
  348. search --no-floppy --fs-uuid --set=root e96e9dc6-b686-419c-8070-532b71f0631a
  349. fi
  350. echo 'Loading Linux 4.4.21-1-MANJARO x64 ...'
  351. linux /boot/vmlinuz-4.4-x86_64 root=UUID=e96e9dc6-b686-419c-8070-532b71f0631a rw resume=UUID=5acc3a2a-fc46-4d5d-916c-3e42f1b77141 quiet splash
  352. echo 'Loading initial ramdisk ...'
  353. initrd /boot/intel-ucode.img /boot/initramfs-4.4-x86_64.img
  354. }
  355. Found initrd fallback image: /boot/initramfs-4.4-x86_64-fallback.img
  356. menuentry 'Manjaro Linux (Kernel: 4.4.21-1-MANJARO x64 - fallback initramfs)' --class manjaro --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.21-1-MANJARO x64-fallback-e96e9dc6-b686-419c-8070-532b71f0631a' {
  357. load_video
  358. set gfxpayload=keep
  359. insmod gzio
  360. insmod part_gpt
  361. insmod ext2
  362. set root='hd4,gpt2'
  363. if [ x$feature_platform_search_hint = xy ]; then
  364. search --no-floppy --fs-uuid --set=root --hint-bios=hd4,gpt2 --hint-efi=hd4,gpt2 --hint-baremetal=ahci4,gpt2 e96e9dc6-b686-419c-8070-532b71f0631a
  365. else
  366. search --no-floppy --fs-uuid --set=root e96e9dc6-b686-419c-8070-532b71f0631a
  367. fi
  368. echo 'Loading Linux 4.4.21-1-MANJARO x64 ...'
  369. linux /boot/vmlinuz-4.4-x86_64 root=UUID=e96e9dc6-b686-419c-8070-532b71f0631a rw resume=UUID=5acc3a2a-fc46-4d5d-916c-3e42f1b77141 quiet splash
  370. echo 'Loading initial ramdisk ...'
  371. initrd /boot/intel-ucode.img /boot/initramfs-4.4-x86_64-fallback.img
  372. }
  373. Found linux image: /boot/vmlinuz-3.10-x86_64
  374. Found initrd image: /boot/initramfs-3.10-x86_64.img
  375. menuentry 'Manjaro Linux (Kernel: 3.10.103-1-MANJARO x64)' --class manjaro --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.10.103-1-MANJARO x64-advanced-e96e9dc6-b686-419c-8070-532b71f0631a' {
  376. savedefault
  377. load_video
  378. set gfxpayload=keep
  379. insmod gzio
  380. insmod part_gpt
  381. insmod ext2
  382. set root='hd4,gpt2'
  383. if [ x$feature_platform_search_hint = xy ]; then
  384. search --no-floppy --fs-uuid --set=root --hint-bios=hd4,gpt2 --hint-efi=hd4,gpt2 --hint-baremetal=ahci4,gpt2 e96e9dc6-b686-419c-8070-532b71f0631a
  385. else
  386. search --no-floppy --fs-uuid --set=root e96e9dc6-b686-419c-8070-532b71f0631a
  387. fi
  388. echo 'Loading Linux 3.10.103-1-MANJARO x64 ...'
  389. linux /boot/vmlinuz-3.10-x86_64 root=UUID=e96e9dc6-b686-419c-8070-532b71f0631a rw resume=UUID=5acc3a2a-fc46-4d5d-916c-3e42f1b77141 quiet splash
  390. echo 'Loading initial ramdisk ...'
  391. initrd /boot/intel-ucode.img /boot/initramfs-3.10-x86_64.img
  392. }
  393. Found initrd fallback image: /boot/initramfs-3.10-x86_64-fallback.img
  394. menuentry 'Manjaro Linux (Kernel: 3.10.103-1-MANJARO x64 - fallback initramfs)' --class manjaro --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.10.103-1-MANJARO x64-fallback-e96e9dc6-b686-419c-8070-532b71f0631a' {
  395. load_video
  396. set gfxpayload=keep
  397. insmod gzio
  398. insmod part_gpt
  399. insmod ext2
  400. set root='hd4,gpt2'
  401. if [ x$feature_platform_search_hint = xy ]; then
  402. search --no-floppy --fs-uuid --set=root --hint-bios=hd4,gpt2 --hint-efi=hd4,gpt2 --hint-baremetal=ahci4,gpt2 e96e9dc6-b686-419c-8070-532b71f0631a
  403. else
  404. search --no-floppy --fs-uuid --set=root e96e9dc6-b686-419c-8070-532b71f0631a
  405. fi
  406. echo 'Loading Linux 3.10.103-1-MANJARO x64 ...'
  407. linux /boot/vmlinuz-3.10-x86_64 root=UUID=e96e9dc6-b686-419c-8070-532b71f0631a rw resume=UUID=5acc3a2a-fc46-4d5d-916c-3e42f1b77141 quiet splash
  408. echo 'Loading initial ramdisk ...'
  409. initrd /boot/intel-ucode.img /boot/initramfs-3.10-x86_64-fallback.img
  410. }
  411. }
  412.  
  413. ### END /etc/grub.d/10_linux ###
  414.  
  415. ### BEGIN /etc/grub.d/20_linux_xen ###
  416. ### END /etc/grub.d/20_linux_xen ###
  417.  
  418. ### BEGIN /etc/grub.d/30_os-prober ###
  419. ### END /etc/grub.d/30_os-prober ###
  420.  
  421. ### BEGIN /etc/grub.d/40_custom ###
  422. # This file provides an easy way to add custom menu entries. Simply type the
  423. # menu entries you want to add after this comment. Be careful not to change
  424. # the 'exec tail' line above.
  425. ### END /etc/grub.d/40_custom ###
  426.  
  427. ### BEGIN /etc/grub.d/41_custom ###
  428. if [ -f ${config_directory}/custom.cfg ]; then
  429. source ${config_directory}/custom.cfg
  430. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  431. source $prefix/custom.cfg;
  432. fi
  433. ### END /etc/grub.d/41_custom ###
  434.  
  435. ### BEGIN /etc/grub.d/60_memtest86+ ###
  436. Found memtest86+ image: /boot/memtest86+/memtest.bin
  437. if [ "${grub_platform}" == "pc" ]; then
  438. menuentry "Memory Tester (memtest86+)" --class memtest86 --class gnu --class tool {
  439. search --fs-uuid --no-floppy --set=root --hint-bios=hd4,gpt2 --hint-efi=hd4,gpt2 --hint-baremetal=ahci4,gpt2 e96e9dc6-b686-419c-8070-532b71f0631a
  440. linux16 /boot/memtest86+/memtest.bin
  441. }
  442. fi
  443. ### END /etc/grub.d/60_memtest86+ ###
  444. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement