Guest User

Untitled

a guest
Oct 22nd, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.19 KB | None | 0 0
  1. Boot Info Script 0.60 from 17 May 2011
  2.  
  3.  
  4. ============================= Boot Info Summary: ===============================
  5.  
  6. => Windows is installed in the MBR of /dev/sda.
  7.  
  8. sda1: __________________________________________________________________________
  9.  
  10. File system: vfat
  11. Boot sector type: Dell Utility: FAT16
  12. Boot sector info: No errors found in the Boot Parameter Block.
  13. Operating System:
  14. Boot files: /DELLBIO.BIN /DELLRMK.BIN /COMMAND.COM
  15.  
  16. sda2: __________________________________________________________________________
  17.  
  18. File system: Extended Partition
  19. Boot sector type: Windows XP: FAT32
  20. Boot sector info:
  21.  
  22. sda5: __________________________________________________________________________
  23.  
  24. File system: ntfs
  25. Boot sector type: Windows Vista/7
  26. Boot sector info: No errors found in the Boot Parameter Block.
  27. Operating System:
  28. Boot files:
  29.  
  30. sda6: __________________________________________________________________________
  31.  
  32. File system: swap
  33. Boot sector type: -
  34. Boot sector info:
  35.  
  36. sda3: __________________________________________________________________________
  37.  
  38. File system: ntfs
  39. Boot sector type: Windows Vista/7
  40. Boot sector info: No errors found in the Boot Parameter Block.
  41. Operating System: Windows Vista
  42. Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
  43.  
  44. sda4: __________________________________________________________________________
  45.  
  46. File system: ext4
  47. Boot sector type: -
  48. Boot sector info:
  49. Operating System: Ubuntu 10.04.3 LTS
  50. Boot files: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img
  51.  
  52. ============================ Drive/Partition Info: =============================
  53.  
  54. Drive: sda _____________________________________________________________________
  55.  
  56. Disk /dev/sda: 250.0 GB, 250000000000 bytes
  57. 255 heads, 63 sectors/track, 30394 cylinders, total 488281250 sectors
  58. Units = sectors of 1 * 512 = 512 bytes
  59. Sector size (logical/physical): 512 bytes / 512 bytes
  60.  
  61. Partition Boot Start Sector End Sector # of Sectors Id System
  62.  
  63. /dev/sda1 63 96,389 96,327 de Dell Utility
  64. /dev/sda2 96,390 21,061,214 20,964,825 5 Extended
  65. /dev/sda5 96,453 10,586,834 10,490,382 7 NTFS / exFAT / HPFS
  66. /dev/sda6 10,586,898 21,061,214 10,474,317 82 Linux swap / Solaris
  67. /dev/sda3 * 21,069,824 253,393,244 232,323,421 7 NTFS / exFAT / HPFS
  68. /dev/sda4 253,393,245 488,279,609 234,886,365 7 NTFS / exFAT / HPFS
  69.  
  70.  
  71. "blkid" output: ________________________________________________________________
  72.  
  73. Device UUID TYPE LABEL
  74.  
  75. /dev/loop0 squashfs
  76. /dev/sda1 07D7-080D vfat DellUtility
  77. /dev/sda3 3AF20F15F20ED553 ntfs OS
  78. /dev/sda4 25884e2e-3008-415c-952b-8cbfb7db28ab ext4
  79. /dev/sda5 76AB78E50A417882 ntfs RECOVERY
  80. /dev/sda6 85a3c0ae-1a02-4868-911b-735596e09747 swap Swap
  81.  
  82. ================================ Mount points: =================================
  83.  
  84. Device Mount_Point Type Options
  85.  
  86. /dev/loop0 /rofs squashfs (ro,noatime)
  87. /dev/sr0 /cdrom iso9660 (ro,noatime)
  88.  
  89.  
  90. =========================== sda4/boot/grub/grub.cfg: ===========================
  91.  
  92. --------------------------------------------------------------------------------
  93. #
  94. # DO NOT EDIT THIS FILE
  95. #
  96. # It is automatically generated by /usr/sbin/grub-mkconfig using templates
  97. # from /etc/grub.d and settings from /etc/default/grub
  98. #
  99.  
  100. ### BEGIN /etc/grub.d/00_header ###
  101. if [ -s $prefix/grubenv ]; then
  102. load_env
  103. fi
  104. set default="0"
  105. if [ ${prev_saved_entry} ]; then
  106. set saved_entry=${prev_saved_entry}
  107. save_env saved_entry
  108. set prev_saved_entry=
  109. save_env prev_saved_entry
  110. set boot_once=true
  111. fi
  112.  
  113. function savedefault {
  114. if [ -z ${boot_once} ]; then
  115. saved_entry=${chosen}
  116. save_env saved_entry
  117. fi
  118. }
  119.  
  120. function recordfail {
  121. set recordfail=1
  122. if [ -n ${have_grubenv} ]; then if [ -z ${boot_once} ]; then save_env recordfail; fi; fi
  123. }
  124. insmod ext2
  125. set root='(hd1,1)'
  126. search --no-floppy --fs-uuid --set 25884e2e-3008-415c-952b-8cbfb7db28ab
  127. if loadfont /usr/share/grub/unicode.pf2 ; then
  128. set gfxmode=640x480
  129. insmod gfxterm
  130. insmod vbe
  131. if terminal_output gfxterm ; then true ; else
  132. # For backward compatibility with versions of terminal.mod that don't
  133. # understand terminal_output
  134. terminal gfxterm
  135. fi
  136. fi
  137. insmod ext2
  138. set root='(hd1,1)'
  139. search --no-floppy --fs-uuid --set 25884e2e-3008-415c-952b-8cbfb7db28ab
  140. set locale_dir=($root)/boot/grub/locale
  141. set lang=en
  142. insmod gettext
  143. if [ ${recordfail} = 1 ]; then
  144. set timeout=10
  145. else
  146. set timeout=10
  147. fi
  148. ### END /etc/grub.d/00_header ###
  149.  
  150. ### BEGIN /etc/grub.d/05_debian_theme ###
  151. set menu_color_normal=white/black
  152. set menu_color_highlight=black/light-gray
  153. ### END /etc/grub.d/05_debian_theme ###
  154.  
  155. ### BEGIN /etc/grub.d/10_linux ###
  156. menuentry 'Ubuntu, with Linux 2.6.32-33-generic' --class ubuntu --class gnu-linux --class gnu --class os {
  157. recordfail
  158. insmod ext2
  159. set root='(hd1,1)'
  160. search --no-floppy --fs-uuid --set 25884e2e-3008-415c-952b-8cbfb7db28ab
  161. linux /boot/vmlinuz-2.6.32-33-generic root=UUID=25884e2e-3008-415c-952b-8cbfb7db28ab ro quiet splash
  162. initrd /boot/initrd.img-2.6.32-33-generic
  163. }
  164. menuentry 'Ubuntu, with Linux 2.6.32-33-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  165. recordfail
  166. insmod ext2
  167. set root='(hd1,1)'
  168. search --no-floppy --fs-uuid --set 25884e2e-3008-415c-952b-8cbfb7db28ab
  169. echo 'Loading Linux 2.6.32-33-generic ...'
  170. linux /boot/vmlinuz-2.6.32-33-generic root=UUID=25884e2e-3008-415c-952b-8cbfb7db28ab ro single
  171. echo 'Loading initial ramdisk ...'
  172. initrd /boot/initrd.img-2.6.32-33-generic
  173. }
  174. menuentry 'Ubuntu, with Linux 2.6.32-32-generic' --class ubuntu --class gnu-linux --class gnu --class os {
  175. recordfail
  176. insmod ext2
  177. set root='(hd1,1)'
  178. search --no-floppy --fs-uuid --set 25884e2e-3008-415c-952b-8cbfb7db28ab
  179. linux /boot/vmlinuz-2.6.32-32-generic root=UUID=25884e2e-3008-415c-952b-8cbfb7db28ab ro quiet splash
  180. initrd /boot/initrd.img-2.6.32-32-generic
  181. }
  182. menuentry 'Ubuntu, with Linux 2.6.32-32-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  183. recordfail
  184. insmod ext2
  185. set root='(hd1,1)'
  186. search --no-floppy --fs-uuid --set 25884e2e-3008-415c-952b-8cbfb7db28ab
  187. echo 'Loading Linux 2.6.32-32-generic ...'
  188. linux /boot/vmlinuz-2.6.32-32-generic root=UUID=25884e2e-3008-415c-952b-8cbfb7db28ab ro single
  189. echo 'Loading initial ramdisk ...'
  190. initrd /boot/initrd.img-2.6.32-32-generic
  191. }
  192. menuentry 'Ubuntu, with Linux 2.6.32-31-generic' --class ubuntu --class gnu-linux --class gnu --class os {
  193. recordfail
  194. insmod ext2
  195. set root='(hd1,1)'
  196. search --no-floppy --fs-uuid --set 25884e2e-3008-415c-952b-8cbfb7db28ab
  197. linux /boot/vmlinuz-2.6.32-31-generic root=UUID=25884e2e-3008-415c-952b-8cbfb7db28ab ro quiet splash
  198. initrd /boot/initrd.img-2.6.32-31-generic
  199. }
  200. menuentry 'Ubuntu, with Linux 2.6.32-31-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  201. recordfail
  202. insmod ext2
  203. set root='(hd1,1)'
  204. search --no-floppy --fs-uuid --set 25884e2e-3008-415c-952b-8cbfb7db28ab
  205. echo 'Loading Linux 2.6.32-31-generic ...'
  206. linux /boot/vmlinuz-2.6.32-31-generic root=UUID=25884e2e-3008-415c-952b-8cbfb7db28ab ro single
  207. echo 'Loading initial ramdisk ...'
  208. initrd /boot/initrd.img-2.6.32-31-generic
  209. }
  210. menuentry 'Ubuntu, with Linux 2.6.32-24-generic' --class ubuntu --class gnu-linux --class gnu --class os {
  211. recordfail
  212. insmod ext2
  213. set root='(hd1,1)'
  214. search --no-floppy --fs-uuid --set 25884e2e-3008-415c-952b-8cbfb7db28ab
  215. linux /boot/vmlinuz-2.6.32-24-generic root=UUID=25884e2e-3008-415c-952b-8cbfb7db28ab ro quiet splash
  216. initrd /boot/initrd.img-2.6.32-24-generic
  217. }
  218. menuentry 'Ubuntu, with Linux 2.6.32-24-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  219. recordfail
  220. insmod ext2
  221. set root='(hd1,1)'
  222. search --no-floppy --fs-uuid --set 25884e2e-3008-415c-952b-8cbfb7db28ab
  223. echo 'Loading Linux 2.6.32-24-generic ...'
  224. linux /boot/vmlinuz-2.6.32-24-generic root=UUID=25884e2e-3008-415c-952b-8cbfb7db28ab ro single
  225. echo 'Loading initial ramdisk ...'
  226. initrd /boot/initrd.img-2.6.32-24-generic
  227. }
  228. ### END /etc/grub.d/10_linux ###
  229.  
  230. ### BEGIN /etc/grub.d/20_memtest86+ ###
  231. menuentry "Memory test (memtest86+)" {
  232. insmod ext2
  233. set root='(hd1,1)'
  234. search --no-floppy --fs-uuid --set 25884e2e-3008-415c-952b-8cbfb7db28ab
  235. linux16 /boot/memtest86+.bin
  236. }
  237. menuentry "Memory test (memtest86+, serial console 115200)" {
  238. insmod ext2
  239. set root='(hd1,1)'
  240. search --no-floppy --fs-uuid --set 25884e2e-3008-415c-952b-8cbfb7db28ab
  241. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  242. }
  243. ### END /etc/grub.d/20_memtest86+ ###
  244.  
  245. ### BEGIN /etc/grub.d/30_os-prober ###
  246. menuentry "Dell Utility Partition (on /dev/sda1)" {
  247. insmod fat
  248. set root='(hd0,1)'
  249. search --no-floppy --fs-uuid --set 07d7-080d
  250. drivemap -s (hd0) ${root}
  251. chainloader +1
  252. }
  253. menuentry "Windows Recovery Environment (loader) (on /dev/sda3)" {
  254. insmod ntfs
  255. set root='(hd0,3)'
  256. search --no-floppy --fs-uuid --set 3AF20F15F20ED553
  257. drivemap -s (hd0) ${root}
  258. chainloader +1
  259. }
  260. ### END /etc/grub.d/30_os-prober ###
  261.  
  262. ### BEGIN /etc/grub.d/40_custom ###
  263. # This file provides an easy way to add custom menu entries. Simply type the
  264. # menu entries you want to add after this comment. Be careful not to change
  265. # the 'exec tail' line above.
  266. ### END /etc/grub.d/40_custom ###
  267. --------------------------------------------------------------------------------
  268.  
  269. =============================== sda4/etc/fstab: ================================
  270.  
  271. --------------------------------------------------------------------------------
  272. # /etc/fstab: static file system information.
  273. #
  274. # Use 'blkid -o value -s UUID' to print the universally unique identifier
  275. # for a device; this may be used with UUID= as a more robust way to name
  276. # devices that works even if disks are added and removed. See fstab(5).
  277. #
  278. # <file system> <mount point> <type> <options> <dump> <pass>
  279. proc /proc proc nodev,noexec,nosuid 0 0
  280. # / was on /dev/sda1 during installation
  281. UUID=25884e2e-3008-415c-952b-8cbfb7db28ab / ext4 errors=remount-ro 0 1
  282. # swap was on /dev/sda5 during installation
  283. UUID=e75decb3-bfaf-46c7-886f-df3b0c723c86 none swap sw 0 0
  284. /dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
  285. --------------------------------------------------------------------------------
  286.  
  287. =================== sda4: Location of files loaded by Grub: ====================
  288.  
  289. GiB - GB File Fragment(s)
  290.  
  291. 120.903719425 = 129.819380224 boot/grub/core.img 1
  292. 120.962393284 = 129.882380800 boot/grub/grub.cfg 1
  293. 120.964270115 = 129.884396032 boot/grub/stage2 1
  294. 121.086866856 = 130.016033280 boot/initrd.img-2.6.32-24-generic 17
  295. 121.099936008 = 130.030066176 boot/initrd.img-2.6.32-31-generic 1
  296. 121.885515690 = 130.873575936 boot/initrd.img-2.6.32-32-generic 2
  297. 121.132608891 = 130.065148416 boot/initrd.img-2.6.32-33-generic 10
  298. 121.014692783 = 129.938536960 boot/vmlinuz-2.6.32-24-generic 4
  299. 121.043123722 = 129.969064448 boot/vmlinuz-2.6.32-31-generic 16
  300. 121.103697300 = 130.034104832 boot/vmlinuz-2.6.32-32-generic 1
  301. 121.091906071 = 130.021444096 boot/vmlinuz-2.6.32-33-generic 1
  302. 121.132608891 = 130.065148416 initrd.img 10
  303. 121.885515690 = 130.873575936 initrd.img.old 2
  304. 121.091906071 = 130.021444096 vmlinuz 1
  305. 121.103697300 = 130.034104832 vmlinuz.old 1
  306.  
  307.  
  308. ADDITIONAL INFORMATION :
  309. **************** log of boot-repair 2011-09-04__13h48 ****************
  310. boot-repair version : 3-0ppa2~lucid
  311. clean-ubiquity-common version : 3-0ppa2~lucid
  312. internet: connected
  313. boot-repair-common version : 3.0-0ppa4~lucid
  314. LIVESESSION is : yes
  315. BYTES_BEFORE_PART[1] (sda) = 63 sectors * 512 bytes = 32256 bytes.
  316. OSPROBER: /dev/sda1:Dell Utility Partition:DellUtility:chain
  317. /dev/sda3:Windows Recovery Environment (loader):Windows:chain
  318. /dev/sda4:Ubuntu 10.04.3 LTS (10.04):Ubuntu:linux
  319. BLKID: /dev/loop0: TYPE="squashfs"
  320. /dev/sda1: SEC_TYPE="msdos" LABEL="DellUtility" UUID="07D7-080D" TYPE="vfat"
  321. /dev/sda3: LABEL="OS" UUID="3AF20F15F20ED553" TYPE="ntfs"
  322. /dev/sda4: UUID="25884e2e-3008-415c-952b-8cbfb7db28ab" TYPE="ext4"
  323. /dev/sda5: LABEL="RECOVERY" UUID="76AB78E50A417882" TYPE="ntfs"
  324. /dev/sda6: LABEL="Swap" UUID="85a3c0ae-1a02-4868-911b-735596e09747" TYPE="swap"
  325. sda1 contains Dell Utility (else)
  326. sda3 contains Windows Recovery Environment (windows)
  327. sda4 contains Ubuntu 10.04.3 LTS (linux)
  328. 1 disks with OS, 3 OS : 1 Linux, 0 MacOS, 1 Windows, 1 unknown type OS.
  329. Total of 3 OS detected on sda disk.
  330. sda contains minimum one OS
  331. FDISK
  332. Disk /dev/sda: 250.0 GB, 250000000000 bytes
  333. 255 heads, 63 sectors/track, 30394 cylinders, total 488281250 sectors
  334. Units = sectors of 1 * 512 = 512 bytes
  335. Sector size (logical/physical): 512 bytes / 512 bytes
  336. I/O size (minimum/optimal): 512 bytes / 512 bytes
  337. Disk identifier: 0xf8000000
  338.  
  339. Device Boot Start End Blocks Id System
  340. /dev/sda1 63 96389 48163+ de Dell Utility
  341. /dev/sda2 96390 21061214 10482412+ 5 Extended
  342. /dev/sda3 * 21069824 253393244 116161710+ 7 HPFS/NTFS
  343. /dev/sda4 253393245 488279609 117443182+ 7 HPFS/NTFS
  344. /dev/sda5 96453 10586834 5245191 7 HPFS/NTFS
  345. /dev/sda6 10586898 21061214 5237158+ 82 Linux swap / Solaris
  346.  
  347. Disk /dev/sda: 250.0 GB, 250000000000 bytes
  348. 255 heads, 63 sectors/track, 30394 cylinders, total 488281250 sectors
  349. Units = sectors of 1 * 512 = 512 bytes
  350. Sector size (logical/physical): 512 bytes / 512 bytes
  351. I/O size (minimum/optimal): 512 bytes / 512 bytes
  352. Disk identifier: 0xf8000000
  353.  
  354. Device Boot Start End Blocks Id System
  355. /dev/sda1 63 96389 48163+ de Dell Utility
  356. /dev/sda2 96390 21061214 10482412+ 5 Extended
  357. /dev/sda3 * 21069824 253393244 116161710+ 7 HPFS/NTFS
  358. /dev/sda4 253393245 488279609 117443182+ 7 HPFS/NTFS
  359. /dev/sda5 96453 10586834 5245191 7 HPFS/NTFS
  360. /dev/sda6 10586898 21061214 5237158+ 82 Linux swap / Solaris
  361. sda1 : sda, not-sepboot, no-grub, no-aptget, 32, no boot, /mnt/clean/sda1, with-os, no-gpt, no-fstab.
  362. sda3 : sda, not-sepboot, no-grub, no-aptget, 32, no boot, /mnt/clean/sda3, with-os, no-gpt, no-fstab.
  363. sda4 : sda, not-sepboot, grub, aptget, 32, with boot, /mnt/clean/sda4, with-os, no-gpt, fstab-without-efi.
  364. sda5 : sda, is-maybe-sepboot, no-grub, no-aptget, 32, no boot, /mnt/clean/sda5, no-os, no-gpt, no-fstab.
  365. PARTED: Model: ATA ST3250820AS (scsi)
  366. Disk /dev/sda: 250GB
  367. Sector size (logical/physical): 512B/512B
  368. Partition Table: msdos
  369.  
  370. Number Start End Size Type File system Flags
  371. 1 32.3kB 49.4MB 49.3MB primary fat16
  372. 2 49.4MB 10.8GB 10.7GB extended
  373. 5 49.4MB 5420MB 5371MB logical ntfs
  374. 6 5420MB 10.8GB 5363MB logical linux-swap(v1)
  375. 3 10.8GB 130GB 119GB primary ntfs boot
  376. 4 130GB 250GB 120GB primary ext4
  377.  
  378.  
  379. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0
  380. has been opened read-only.
  381. Error: /dev/sr0: unrecognised disk label
  382. MOUNT aufs on / type aufs (rw)
  383. none on /proc type proc (rw,noexec,nosuid,nodev)
  384. none on /sys type sysfs (rw,noexec,nosuid,nodev)
  385. none on /dev type devtmpfs (rw,mode=0755)
  386. none on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  387. /dev/sr0 on /cdrom type iso9660 (ro,noatime)
  388. /dev/loop0 on /rofs type squashfs (ro,noatime)
  389. none on /sys/fs/fuse/connections type fusectl (rw)
  390. none on /sys/kernel/debug type debugfs (rw)
  391. none on /sys/kernel/security type securityfs (rw)
  392. none on /dev/shm type tmpfs (rw,nosuid,nodev)
  393. tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
  394. none on /var/run type tmpfs (rw,nosuid,mode=0755)
  395. none on /var/lock type tmpfs (rw,noexec,nosuid,nodev)
  396. none on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
  397. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
  398. gvfs-fuse-daemon on /home/ubuntu/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=ubuntu)
  399. /dev/sda1 on /mnt/clean/sda1 type vfat (rw)
  400. /dev/sda3 on /mnt/clean/sda3 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
  401. /dev/sda4 on /mnt/clean/sda4 type ext4 (rw)
  402. /dev/sda5 on /mnt/clean/sda5 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
  403. /sys/block/sda: alignment_offset bdi capability dev device ext_range holders inflight power queue range removable ro sda1 sda2 sda3 sda4 sda5 sda6 size slaves stat subsystem trace uevent
  404. /sys/block/sr0: alignment_offset bdi capability dev device ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent
  405. /dev: adsp agpgart audio block bsg btrfs-control bus cdrom cdrw char console core cpu_dma_latency disk dri dsp dvd dvdrw ecryptfs fb0 fd full fuse hidraw0 hidraw1 hidraw2 hpet input kmsg log mapper mcelog mem mixer net network_latency network_throughput null oldmem pktcdvd port ppp psaux ptmx pts random rfkill rtc rtc0 scd0 sda sda1 sda2 sda3 sda4 sda5 sda6 sequencer sequencer2 sg0 sg1 shm snapshot snd sndstat sr0 stderr stdin stdout urandom usbmon0 usbmon1 usbmon2 usbmon3 usbmon4 usbmon5 usbmon6 usbmon7 usbmon8 vga_arbiter zero
  406. /dev/mapper: control
  407. DF Filesystem Type Size Used Avail Use% Mounted on
  408. aufs aufs 1.5G 60M 1.5G 4% /
  409. none devtmpfs 1.5G 304K 1.5G 1% /dev
  410. /dev/sr0 iso9660 686M 686M 0 100% /cdrom
  411. /dev/loop0
  412. squashfs 658M 658M 0 100% /rofs
  413. none tmpfs 1.5G 104K 1.5G 1% /dev/shm
  414. tmpfs tmpfs 1.5G 108K 1.5G 1% /tmp
  415. none tmpfs 1.5G 88K 1.5G 1% /var/run
  416. none tmpfs 1.5G 4.0K 1.5G 1% /var/lock
  417. none tmpfs 1.5G 0 1.5G 0% /lib/init/rw
  418. /dev/sda1 vfat 47M 11M 37M 22% /mnt/clean/sda1
  419. /dev/sda3 fuseblk 111G 48G 63G 44% /mnt/clean/sda3
  420. /dev/sda4 ext4 111G 7.6G 98G 8% /mnt/clean/sda4
  421. /dev/sda5 fuseblk 5.1G 48M 5.0G 1% /mnt/clean/sda5
  422. FDISK
  423. Disk /dev/sda: 250.0 GB, 250000000000 bytes
  424. 255 heads, 63 sectors/track, 30394 cylinders, total 488281250 sectors
  425. Units = sectors of 1 * 512 = 512 bytes
  426. Sector size (logical/physical): 512 bytes / 512 bytes
  427. I/O size (minimum/optimal): 512 bytes / 512 bytes
  428. Disk identifier: 0xf8000000
  429.  
  430. Device Boot Start End Blocks Id System
  431. /dev/sda1 63 96389 48163+ de Dell Utility
  432. /dev/sda2 96390 21061214 10482412+ 5 Extended
  433. /dev/sda3 * 21069824 253393244 116161710+ 7 HPFS/NTFS
  434. /dev/sda4 253393245 488279609 117443182+ 7 HPFS/NTFS
  435. /dev/sda5 96453 10586834 5245191 7 HPFS/NTFS
  436. /dev/sda6 10586898 21061214 5237158+ 82 Linux swap / Solaris
  437. Logs saved into /mnt/clean/sda1/clean/log/2011-09-04__13h48boot-repair14
  438. Logs saved into /mnt/clean/sda3/clean/log/2011-09-04__13h48boot-repair14
  439. Logs saved into /mnt/clean/sda4/var/log/clean/log/2011-09-04__13h48boot-repair14
  440. combobox_ostoboot_bydefault_fillin
  441. Order Linux according to their /boot type 64
  442. Order Linux according to their /boot type 32
  443. combobox_efi_fillin sda4
  444. combobox_separateboot_fillin
  445. set_checkbutton_reinstall_grub
  446. set_radiobutton_ostoboot_bydefault
  447. set_radiobutton_place_grub
  448. ************************Before mainwindow appear
  449. PURGE_POSSIBLE yes PART_TO_REINSTALL_GRUB_PURGE 3 (sda4)
  450. FSCK_ACTION yes PASTEBIN_ACTION no
  451. REINSTALL_POSSIBLE yes MBR_ACTION reinstall UNHIDEBOOT_ACTION yes (10.s)
  452. PART_TO_REINSTALL_GRUB 3 (sda4) FORCE_GRUB no NOFORCE_DISK sda REMOVABLEDISK no UNCOMMENT_GFXMODE no ATA no-ata ADD_KERNEL_OPTION no (acpi=off) MBR_TO_RESTORE sda (mbr) (sda) USE_SEPARATEBOOTPART no (sda5) grub-pc ()
  453. /usr/share/clean/bootrepair.sh: line 56: 4729 Terminated while true; do
  454. done
  455. RETOURCOMBO_purge_grub : sda4 (Ubuntu 10.04.3 LTS)
  456. RETOURCOMBO_ostoboot_bydefault : sda4 (Ubuntu 10.04.3 LTS)
  457. RETOURCOMBO_place_grub (NOFORCE_DISK) : sda
  458. RETOURCOMBO_separateboot (BOOTPART_TO_USE) : sda5
  459. set_checkbutton_reinstall_grub
  460. set_radiobutton_ostoboot_bydefault
  461. set_radiobutton_place_grub
  462. RETOURCOMBO_place_grub (NOFORCE_DISK) : sda
  463. internet: connected
  464. ************************Before Repairing
  465. PURGE_POSSIBLE yes PART_TO_REINSTALL_GRUB_PURGE 3 (sda4)
  466. FSCK_ACTION no PASTEBIN_ACTION yes
  467. REINSTALL_POSSIBLE yes MBR_ACTION none UNHIDEBOOT_ACTION no (10.s)
  468. PART_TO_REINSTALL_GRUB 3 (sda4) FORCE_GRUB no NOFORCE_DISK sda REMOVABLEDISK no UNCOMMENT_GFXMODE no ATA no-ata ADD_KERNEL_OPTION no (acpi=off) MBR_TO_RESTORE sda (mbr) (sda) USE_SEPARATEBOOTPART no (sda5) grub-pc ()
  469. internet: connected
  470. E: Couldn't find package pastebinit
  471. Activate all repositories in /etc/apt/sources.list
  472. dpkg-preconfigure: unable to re-open stdin:
  473. Restore the original repositories in /etc/apt/sources.list
Add Comment
Please, Sign In to add comment