Hello. I'm Elan. Was born in 1992. Indonesian. And proud to be Muslim.

Also I'm Madridista. no more.

 

Result

Boot Info Script 0.60 from 17 May 2011 ============================= Boot Info Summary: =============================== => Grub2 (v1.97-1.98) is installed in the MBR of /dev/sda and looks at sector 1 of the same hard drive for core.img. core.img is at this location and looks in partition 5 for /boot/grub. => Syslinux MBR (3.61-4.03) is installed in the MBR of /dev/sdb. sda1: __________________________________________________________________________ File system: ntfs Boot sector type: Windows Vista/7 Boot sector info: No errors found in the Boot Parameter Block. Operating System: Boot files: /bootmgr /Boot/BCD sda2: __________________________________________________________________________ File system: ntfs Boot sector type: Windows Vista/7 Boot sector info: No errors found in the Boot Parameter Block. Operating System: Windows 7 Boot files: /Windows/System32/winload.exe sda3: __________________________________________________________________________ File system: ntfs Boot sector type: Windows Vista/7 Boot sector info: No errors found in the Boot Parameter Block. Operating System: Boot files: sda4: __________________________________________________________________________ File system: Extended Partition Boot sector type: - Boot sector info: sda5: __________________________________________________________________________ File system: ext4 Boot sector type: - Boot sector info: Operating System: Ubuntu 10.04.2 LTS Boot files: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img sda6: __________________________________________________________________________ File system: swap Boot sector type: - Boot sector info: sdb1: __________________________________________________________________________ File system: vfat Boot sector type: SYSLINUX 4.03 2010-10-22 ……..>..sr>…….K:.8…0…~…..~…f…M.f.f….f..0~….>E}.u…… Boot sector info: Syslinux looks at sector 7380568 of /dev/sdb1 for its second stage. SYSLINUX is installed in the directory. No errors found in the Boot Parameter Block. Operating System: Boot files: /syslinux.cfg /ldlinux.sys ============================ Drive/Partition Info: ============================= Drive: sda _____________________________________________________________________ Disk /dev/sda: 320.1 GB, 320072933376 bytes 255 heads, 63 sectors/track, 38913 cylinders, total 625142448 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes Partition Boot Start Sector End Sector # of Sectors Id System /dev/sda1 * 2,048 206,847 204,800 7 NTFS / exFAT / HPFS /dev/sda2 206,848 209,922,047 209,715,200 7 NTFS / exFAT / HPFS /dev/sda3 209,922,048 446,785,471 236,863,424 7 NTFS / exFAT / HPFS /dev/sda4 446,785,534 625,141,759 178,356,226 5 Extended /dev/sda5 446,785,536 617,793,535 171,008,000 83 Linux /dev/sda6 617,795,584 625,141,759 7,346,176 82 Linux swap / Solaris Drive: sdb _____________________________________________________________________ Disk /dev/sdb: 4009 MB, 4009754624 bytes 145 heads, 48 sectors/track, 1125 cylinders, total 7831552 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes Partition Boot Start Sector End Sector # of Sectors Id System /dev/sdb1 * 48 7,831,551 7,831,504 b W95 FAT32 “blkid” output: ________________________________________________________________ Device UUID TYPE LABEL /dev/loop0 squashfs /dev/sda1 4AD01786D0177801 ntfs System Reserved /dev/sda2 88CC2417CC23FE56 ntfs Memory /dev/sda3 94961FE6961FC81E ntfs Lost /dev/sda5 5792946b-21b1-4781-a9d9-fb20f24c6a96 ext4 /dev/sda6 7bc2327b-2cf3-41fa-a250-9079d3c03552 swap /dev/sdb1 F88C-1C5B vfat CTRLALTDEL ================================ Mount points: ================================= Device Mount_Point Type Options /dev/loop0 /rofs squashfs (ro,noatime) /dev/sda1 /media/System Reserved fuseblk (rw,nosuid,nodev,allow_other,blksize=4096,default_permissions) /dev/sda2 /media/Memory fuseblk (rw,nosuid,nodev,allow_other,blksize=4096,default_permissions) /dev/sda3 /media/Lost fuseblk (rw,nosuid,nodev,allow_other,blksize=4096,default_permissions) /dev/sdb1 /cdrom vfat (ro,noatime,fmask=0022,dmask=0022,codepage=cp437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro) /dev/sr0 /media/Tele2 3G-modem iso9660 (ro,nosuid,nodev,uhelper=udisks,uid=999,gid=999,iocharset=utf8,mode=0400,dmode=0500) =========================== sda5/boot/grub/grub.cfg: =========================== ———————————————————————————————————————— # # DO NOT EDIT THIS FILE # # It is automatically generated by /usr/sbin/grub-mkconfig using templates # from /etc/grub.d and settings from /etc/default/grub # ### BEGIN /etc/grub.d/00_header ### if [ -s $prefix/grubenv ]; then load_env fi set default=”0” if [ ${prev_saved_entry} ]; then set saved_entry=${prev_saved_entry} save_env saved_entry set prev_saved_entry= save_env prev_saved_entry set boot_once=true fi function savedefault { if [ -z ${boot_once} ]; then saved_entry=${chosen} save_env saved_entry fi } function recordfail { set recordfail=1 if [ -n ${have_grubenv} ]; then if [ -z ${boot_once} ]; then save_env recordfail; fi; fi } insmod ext2 set root=’(hd0,5)’ search —no-floppy —fs-uuid —set 5792946b-21b1-4781-a9d9-fb20f24c6a96 if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=640x480 insmod gfxterm insmod vbe if terminal_output gfxterm ; then true ; else # For backward compatibility with versions of terminal.mod that don’t # understand terminal_output terminal gfxterm fi fi insmod ext2 set root=’(hd0,5)’ search —no-floppy —fs-uuid —set 5792946b-21b1-4781-a9d9-fb20f24c6a96 set locale_dir=($root)/boot/grub/locale set lang=en insmod gettext if [ ${recordfail} = 1 ]; then set timeout=-1 else set timeout=10 fi ### END /etc/grub.d/00_header ### ### BEGIN /etc/grub.d/05_debian_theme ### set menu_color_normal=white/black set menu_color_highlight=black/light-gray ### END /etc/grub.d/05_debian_theme ### ### BEGIN /etc/grub.d/10_linux ### menuentry ‘Ubuntu, with Linux 2.6.32-31-generic’ —class ubuntu —class gnu-linux —class gnu —class os { recordfail insmod ext2 set root=’(hd0,5)’ search —no-floppy —fs-uuid —set 5792946b-21b1-4781-a9d9-fb20f24c6a96 linux /boot/vmlinuz-2.6.32-31-generic root=UUID=5792946b-21b1-4781-a9d9-fb20f24c6a96 ro quiet splash initrd /boot/initrd.img-2.6.32-31-generic } menuentry ‘Ubuntu, with Linux 2.6.32-31-generic (recovery mode)’ —class ubuntu —class gnu-linux —class gnu —class os { recordfail insmod ext2 set root=’(hd0,5)’ search —no-floppy —fs-uuid —set 5792946b-21b1-4781-a9d9-fb20f24c6a96 echo ‘Loading Linux 2.6.32-31-generic …’ linux /boot/vmlinuz-2.6.32-31-generic root=UUID=5792946b-21b1-4781-a9d9-fb20f24c6a96 ro single echo ‘Loading initial ramdisk …’ initrd /boot/initrd.img-2.6.32-31-generic } menuentry ‘Ubuntu, with Linux 2.6.32-21-generic’ —class ubuntu —class gnu-linux —class gnu —class os { recordfail insmod ext2 set root=’(hd0,5)’ search —no-floppy —fs-uuid —set 5792946b-21b1-4781-a9d9-fb20f24c6a96 linux /boot/vmlinuz-2.6.32-21-generic root=UUID=5792946b-21b1-4781-a9d9-fb20f24c6a96 ro quiet splash initrd /boot/initrd.img-2.6.32-21-generic } menuentry ‘Ubuntu, with Linux 2.6.32-21-generic (recovery mode)’ —class ubuntu —class gnu-linux —class gnu —class os { recordfail insmod ext2 set root=’(hd0,5)’ search —no-floppy —fs-uuid —set 5792946b-21b1-4781-a9d9-fb20f24c6a96 echo ‘Loading Linux 2.6.32-21-generic …’ linux /boot/vmlinuz-2.6.32-21-generic root=UUID=5792946b-21b1-4781-a9d9-fb20f24c6a96 ro single echo ‘Loading initial ramdisk …’ initrd /boot/initrd.img-2.6.32-21-generic } ### END /etc/grub.d/10_linux ### ### BEGIN /etc/grub.d/20_memtest86+ ### menuentry “Memory test (memtest86+)” { insmod ext2 set root=’(hd0,5)’ search —no-floppy —fs-uuid —set 5792946b-21b1-4781-a9d9-fb20f24c6a96 linux16 /boot/memtest86+.bin } menuentry “Memory test (memtest86+, serial console 115200)” { insmod ext2 set root=’(hd0,5)’ search —no-floppy —fs-uuid —set 5792946b-21b1-4781-a9d9-fb20f24c6a96 linux16 /boot/memtest86+.bin console=ttyS0,115200n8 } ### END /etc/grub.d/20_memtest86+ ### ### BEGIN /etc/grub.d/30_os-prober ### menuentry “Windows 7 (loader) (on /dev/sda1)” { insmod ntfs set root=’(hd0,1)’ search —no-floppy —fs-uuid —set 4ad01786d0177801 chainloader +1 } ### END /etc/grub.d/30_os-prober ### ### BEGIN /etc/grub.d/40_custom ### # This file provides an easy way to add custom menu entries. Simply type the # menu entries you want to add after this comment. Be careful not to change # the ‘exec tail’ line above. ### END /etc/grub.d/40_custom ### ———————————————————————————————————————— =============================== sda5/etc/fstab: ================================ ———————————————————————————————————————— # /etc/fstab: static file system information. # # Use ‘blkid -o value -s UUID’ to print the universally unique identifier # for a device; this may be used with UUID= as a more robust way to name # devices that works even if disks are added and removed. See fstab(5). # # proc /proc proc nodev,noexec,nosuid 0 0 # / was on /dev/sda5 during installation UUID=5792946b-21b1-4781-a9d9-fb20f24c6a96 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda6 during installation UUID=7bc2327b-2cf3-41fa-a250-9079d3c03552 none swap sw 0 0 ———————————————————————————————————————— =================== sda5: Location of files loaded by Grub: ==================== GiB - GB File Fragment(s) 271.188796997 = 291.186753536 boot/grub/core.img 1 263.181983948 = 282.589503488 boot/grub/grub.cfg 2 271.558792114 = 291.584032768 boot/initrd.img-2.6.32-21-generic 1 271.621299744 = 291.651149824 boot/initrd.img-2.6.32-31-generic 1 271.175136566 = 291.172085760 boot/vmlinuz-2.6.32-21-generic 1 271.568489075 = 291.594444800 boot/vmlinuz-2.6.32-31-generic 1 271.621299744 = 291.651149824 initrd.img 1 271.558792114 = 291.584032768 initrd.img.old 1 271.568489075 = 291.594444800 vmlinuz 1 271.175136566 = 291.172085760 vmlinuz.old 1 ============================== sdb1/syslinux.cfg: ============================== ———————————————————————————————————————— default menu.c32 prompt 0 menu title UNetbootin timeout 100 label unetbootindefault menu label Default kernel /ubnkern append initrd=/ubninit file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash — label ubnentry0 menu label ^Help kernel /ubnkern append initrd=/ubninit label ubnentry1 menu label ^Try Ubuntu without installing kernel /casper/vmlinuz append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash — label ubnentry2 menu label ^Install Ubuntu kernel /casper/vmlinuz append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash — label ubnentry3 menu label ^Check disc for defects kernel /casper/vmlinuz append initrd=/casper/initrd.lz boot=casper integrity-check quiet splash — label ubnentry4 menu label Test ^memory kernel /install/mt86plus append initrd=/ubninit label ubnentry5 menu label ^Boot from first hard disk kernel /ubnkern append initrd=/ubninit ———————————————————————————————————————— ================= sdb1: Location of files loaded by Syslinux: ================== GiB - GB File Fragment(s) ?? = ?? ldlinux.sys 1 ?? = ?? menu.c32 1 ?? = ?? syslinux.cfg 1 ============== sdb1: Version of COM32(R) files used by Syslinux: =============== menu.c32 : COM32R module (v4.xx) ========= Devices which don’t seem to have a corresponding hard drive: ========= sdc

fuckyeahmahasiswa:

Mahasiswa pintar membagi waktu antara mengerjakan tugas dan online
dari  jinleadereffects

fuckyeahmahasiswa:

Mahasiswa pintar membagi waktu antara mengerjakan tugas dan online

dari jinleadereffects

(Source: fuckyeahmahasiswa)