# fdisk cfdisk (util-linux 2.24) Disk Drive: /dev/sda Size: 40007761920 bytes, 40.0 GB Heads: 240 Sectors per Track: 63 Cylinders: 5168 Name Flags Part Type FS Type [Label] Size (MB) ------------------------------------------------------------------------------ sda1 Boot Primary ntfs 21436.05 sda2 Primary swap 1578.10* sda3 Primary ext4 14414.78* sda5 Logical ext2 [backup] 2578.85* ... # grub-mkconfig -o /boot/grub/grub.cfg # # DO NOT EDIT THIS FILE # # It is automatically generated by grub-mkconfig using templates # from /etc/grub.d and settings from /etc/default/grub # ### BEGIN /etc/grub.d/00_header ### insmod part_gpt insmod part_msdos if [ -s $prefix/grubenv ]; then load_env fi if [ "${next_entry}" ] ; then set default="${next_entry}" set next_entry= save_env next_entry set boot_once=true else set default="0" fi if [ x"${feature_menuentry_id}" = xy ]; then menuentry_id_option="--id" else menuentry_id_option="" fi export menuentry_id_option 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 load_video { if [ x$feature_all_video_module = xy ]; then insmod all_video else insmod efi_gop insmod efi_uga insmod ieee1275_fb insmod vbe insmod vga insmod video_bochs insmod video_cirrus fi } if [ x$feature_default_font_path = xy ] ; then font=unicode else insmod part_msdos insmod ext2 set root='hd0,msdos3' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 d067602d-f15d-49c0-abad-865adab2cc8f else search --no-floppy --fs-uuid --set=root d067602d-f15d-49c0-abad-865adab2cc8f fi font="/usr/share/grub/unicode.pf2" fi if loadfont $font ; then set gfxmode=auto load_video insmod gfxterm set locale_dir=$prefix/locale set lang=en_US insmod gettext fi terminal_input console terminal_output gfxterm set timeout=15 ### END /etc/grub.d/00_header ### ### BEGIN /etc/grub.d/10_linux ### menuentry 'Arch Linux, with Linux lts kernel' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-lts kernel-true-d067602d-f15d-49c0-abad-865adab2cc8f' { load_video set gfxpayload=keep insmod gzio insmod part_msdos insmod ext2 set root='hd0,msdos3' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 d067602d-f15d-49c0-abad-865adab2cc8f else search --no-floppy --fs-uuid --set=root d067602d-f15d-49c0-abad-865adab2cc8f fi echo 'Loading Linux lts kernel ...' linux /boot/vmlinuz-linux-lts root=UUID=d067602d-f15d-49c0-abad-865adab2cc8f rw quiet echo 'Loading initial ramdisk ...' initrd /boot/initramfs-linux-lts.img } menuentry 'Arch Linux, with Linux lts kernel (Fallback initramfs)' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-lts kernel-fallback-d067602d-f15d-49c0-abad-865adab2cc8f' { load_video set gfxpayload=keep insmod gzio insmod part_msdos insmod ext2 set root='hd0,msdos3' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 d067602d-f15d-49c0-abad-865adab2cc8f else search --no-floppy --fs-uuid --set=root d067602d-f15d-49c0-abad-865adab2cc8f fi echo 'Loading Linux lts kernel ...' linux /boot/vmlinuz-linux-lts root=UUID=d067602d-f15d-49c0-abad-865adab2cc8f rw quiet echo 'Loading initial ramdisk ...' initrd /boot/initramfs-linux-lts-fallback.img } ### END /etc/grub.d/10_linux ### ### BEGIN /etc/grub.d/20_linux_xen ### ### END /etc/grub.d/20_linux_xen ### ### BEGIN /etc/grub.d/30_os-prober ### menuentry 'Microsoft Windows XP Home Edition (on /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-0EC444E7C444D29F' { insmod part_msdos insmod ntfs set root='hd0,msdos1' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 0EC444E7C444D29F else search --no-floppy --fs-uuid --set=root 0EC444E7C444D29F fi drivemap -s (hd0) ${root} 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 ### ### BEGIN /etc/grub.d/41_custom ### if [ -f ${config_directory}/custom.cfg ]; then source ${config_directory}/custom.cfg elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then source $prefix/custom.cfg; fi ### END /etc/grub.d/41_custom ### ### BEGIN /etc/grub.d/60_memtest86+ ### ### END /etc/grub.d/60_memtest86+ ### # journalctl ... Oct 26 18:19:26 myhost dbus-daemon[162]: dbus[162]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='dbus-org.freedesktop.ModemManager1.service' Oct 26 18:19:26 myhost dbus[162]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='dbus-org.freedesktop.ModemManager1.service' Oct 26 18:19:26 myhost dbus-daemon[162]: dbus[162]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit dbus-org.freedesktop.ModemManager1.service failed to load: No such file or directory. Oct 26 18:19:26 myhost dbus[162]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit dbus-org.freedesktop.ModemManager1.service failed to load: No such file or directory. Oct 26 18:19:29 myhost os-prober[4955]: debug: running /usr/lib/os-probes/50mounted-tests on /dev/sda1 Oct 26 18:19:30 myhost 50mounted-tests[4966]: debug: mounted using GRUB ntfs filesystem driver Oct 26 18:19:30 myhost 50mounted-tests[4967]: debug: running subtest /usr/lib/os-probes/mounted/05efi Oct 26 18:19:30 myhost 05efi[4970]: debug: Not on UEFI platform Oct 26 18:19:30 myhost 50mounted-tests[4971]: debug: running subtest /usr/lib/os-probes/mounted/10freedos Oct 26 18:19:30 myhost 10freedos[4974]: debug: /dev/sda1 is not a FAT partition: exiting Oct 26 18:19:30 myhost 50mounted-tests[4975]: debug: running subtest /usr/lib/os-probes/mounted/10qnx Oct 26 18:19:30 myhost 10qnx[4978]: debug: /dev/sda1 is not a QNX4 partition: exiting Oct 26 18:19:30 myhost 50mounted-tests[4979]: debug: running subtest /usr/lib/os-probes/mounted/20macosx Oct 26 18:19:30 myhost macosx-prober[4981]: debug: /dev/sda1 is not an HFS+ partition: exiting Oct 26 18:19:30 myhost 50mounted-tests[4982]: debug: running subtest /usr/lib/os-probes/mounted/20microsoft Oct 26 18:19:30 myhost 20microsoft[4985]: debug: /dev/sda1 is a NTFS partition Oct 26 18:19:31 myhost 20microsoft[5018]: result: /dev/sda1:Microsoft Windows XP Home Edition:Windows:chain Oct 26 18:19:31 myhost 50mounted-tests[5019]: debug: os found by subtest /usr/lib/os-probes/mounted/20microsoft Oct 26 18:19:31 myhost os-prober[5022]: debug: os detected by /usr/lib/os-probes/50mounted-tests Oct 26 18:19:31 myhost os-prober[5027]: debug: /dev/sda2: is active swap Oct 26 18:19:31 myhost os-prober[5045]: debug: running /usr/lib/os-probes/50mounted-tests on /dev/sda4 Oct 26 18:19:31 myhost kernel: EXT4-fs (sda4): unable to read superblock Oct 26 18:19:31 myhost kernel: EXT4-fs (sda4): unable to read superblock Oct 26 18:19:31 myhost kernel: EXT4-fs (sda4): unable to read superblock Oct 26 18:19:31 myhost kernel: REISERFS warning (device sda4): sh-2006 read_super_block: bread failed (dev sda4, block 8, size 1024) Oct 26 18:19:31 myhost kernel: REISERFS warning (device sda4): sh-2006 read_super_block: bread failed (dev sda4, block 64, size 1024) Oct 26 18:19:31 myhost kernel: REISERFS warning (device sda4): sh-2021 reiserfs_fill_super: can not find reiserfs on sda4 Oct 26 18:19:31 myhost kernel: XFS (sda4): bad magic number Oct 26 18:19:31 myhost kernel: edfd8000: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Oct 26 18:19:32 myhost kernel: edfd8010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Oct 26 18:19:31 myhost os-prober[5083]: debug: running /usr/lib/os-probes/50mounted-tests on /dev/sda5 Oct 26 18:19:32 myhost kernel: edfd8020: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Oct 26 18:19:33 myhost kernel: edfd8030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ Oct 26 18:19:33 myhost kernel: XFS (sda4): Internal error xfs_sb_read_verify at line 730 of file fs/xfs/xfs_mount.c. Caller 0xf0bcb3e4 Oct 26 18:19:33 myhost kernel: CPU: 0 PID: 60 Comm: kworker/0:1H Not tainted 3.10.17-1-lts #1 Oct 26 18:19:34 myhost kernel: Hardware name: Hewlett-Packard HP Compaq nx6110 (PY410ES#ACQ)/3088, BIOS 68DTD Ver. F.14 07/27/2006 Oct 26 18:19:34 myhost kernel: Workqueue: xfslogd xfs_buf_iodone_work [xfs] Oct 26 18:19:34 myhost kernel: e7f26800 e7f26800 ee843e88 c13fa9c2 ee843eac f0bcd67b e7f26800 00000008 Oct 26 18:19:34 myhost kernel: f0c43f00 f0c3e739 000002da f0c425de f0bcb3e4 ee843ecc f0bcd6c8 f0c425de Oct 26 18:19:34 myhost kernel: 000002da f0bcb3e4 e7900700 00000016 e7f26800 ee843ef8 f0c1e372 edfd8000 Oct 26 18:19:34 myhost kernel: Call Trace: Oct 26 18:19:34 myhost kernel: [] dump_stack+0x16/0x18 Oct 26 18:19:34 myhost kernel: [] xfs_error_report+0x4b/0x50 [xfs] Oct 26 18:19:34 myhost kernel: [] ? xfs_buf_iodone_work+0x64/0x80 [xfs] Oct 26 18:19:34 myhost kernel: [] xfs_corruption_error+0x48/0x60 [xfs] Oct 26 18:19:34 myhost kernel: [] ? xfs_buf_iodone_work+0x64/0x80 [xfs] Oct 26 18:19:34 myhost kernel: [] xfs_sb_read_verify+0xe2/0x100 [xfs] Oct 26 18:19:34 myhost kernel: [] ? xfs_buf_iodone_work+0x64/0x80 [xfs] Oct 26 18:19:34 myhost kernel: [] xfs_buf_iodone_work+0x64/0x80 [xfs] Oct 26 18:19:34 myhost kernel: [] process_one_work+0x109/0x330 Oct 26 18:19:34 myhost kernel: [] worker_thread+0x101/0x340 Oct 26 18:19:34 myhost kernel: [] ? manage_workers.isra.26+0x250/0x250 Oct 26 18:19:34 myhost kernel: [] kthread+0x94/0xa0 Oct 26 18:19:34 myhost kernel: [] ret_from_kernel_thread+0x1b/0x28 Oct 26 18:19:34 myhost kernel: [] ? kthread_create_on_node+0xc0/0xc0 Oct 26 18:19:34 myhost kernel: XFS (sda4): Corruption detected. Unmount and run xfs_repair Oct 26 18:19:34 myhost kernel: XFS (sda4): SB validate failed with error 22. Oct 26 18:19:34 myhost kernel: FAT-fs (sda4): bogus number of reserved sectors Oct 26 18:19:34 myhost kernel: FAT-fs (sda4): Can't find a valid FAT filesystem Oct 26 18:19:34 myhost kernel: FAT-fs (sda4): bogus number of reserved sectors Oct 26 18:19:34 myhost kernel: FAT-fs (sda4): Can't find a valid FAT filesystem Oct 26 18:19:34 myhost kernel: MINIX-fs: unable to read superblock Oct 26 18:19:34 myhost kernel: attempt to access beyond end of device Oct 26 18:19:34 myhost kernel: sda4: rw=0, want=3, limit=2 Oct 26 18:19:34 myhost kernel: hfsplus: unable to find HFS+ superblock Oct 26 18:19:34 myhost kernel: You didn't specify the type of your ufs filesystem mount -t ufs -o ufstype=sun|sunx86|44bsd|ufs2|5xbsd|old|hp|nextstep|nextstep-cd|openstep ... >>>WARNING<<< Wrong ufstype may corrupt your filesystem, default is ufstype=old Oct 26 18:19:34 myhost kernel: hfs: can't find a HFS filesystem on dev sda4 Oct 26 18:19:34 myhost 50mounted-tests[5094]: debug: mounted using GRUB ext2 filesystem driver Oct 26 18:19:34 myhost 50mounted-tests[5095]: debug: running subtest /usr/lib/os-probes/mounted/05efi Oct 26 18:19:34 myhost 05efi[5098]: debug: Not on UEFI platform Oct 26 18:19:34 myhost 50mounted-tests[5099]: debug: running subtest /usr/lib/os-probes/mounted/10freedos Oct 26 18:19:34 myhost 10freedos[5102]: debug: /dev/sda5 is not a FAT partition: exiting Oct 26 18:19:34 myhost 50mounted-tests[5103]: debug: running subtest /usr/lib/os-probes/mounted/10qnx Oct 26 18:19:35 myhost 10qnx[5106]: debug: /dev/sda5 is not a QNX4 partition: exiting Oct 26 18:19:35 myhost 50mounted-tests[5107]: debug: running subtest /usr/lib/os-probes/mounted/20macosx Oct 26 18:19:35 myhost macosx-prober[5109]: debug: /dev/sda5 is not an HFS+ partition: exiting Oct 26 18:19:35 myhost 50mounted-tests[5110]: debug: running subtest /usr/lib/os-probes/mounted/20microsoft Oct 26 18:19:35 myhost 20microsoft[5113]: debug: /dev/sda5 is not a MS partition: exiting Oct 26 18:19:35 myhost 50mounted-tests[5114]: debug: running subtest /usr/lib/os-probes/mounted/30utility Oct 26 18:19:35 myhost 30utility[5117]: debug: /dev/sda5 is not a FAT partition: exiting Oct 26 18:19:35 myhost 50mounted-tests[5118]: debug: running subtest /usr/lib/os-probes/mounted/40lsb Oct 26 18:19:35 myhost 50mounted-tests[5120]: debug: running subtest /usr/lib/os-probes/mounted/70hurd Oct 26 18:19:35 myhost 50mounted-tests[5122]: debug: running subtest /usr/lib/os-probes/mounted/80minix Oct 26 18:19:35 myhost 50mounted-tests[5124]: debug: running subtest /usr/lib/os-probes/mounted/83haiku Oct 26 18:19:35 myhost 83haiku[5127]: debug: /dev/sda5 is not a BeFS partition: exiting Oct 26 18:19:35 myhost 50mounted-tests[5128]: debug: running subtest /usr/lib/os-probes/mounted/90linux-distro Oct 26 18:19:35 myhost 50mounted-tests[5133]: debug: running subtest /usr/lib/os-probes/mounted/90solaris Oct 26 18:19:35 myhost 50mounted-tests[5135]: debug: running subtest /usr/lib/os-probes/mounted/efi Oct 26 18:21:26 myhost dbus-daemon[162]: dbus[162]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='dbus-org.freedesktop.ModemManager1.service' Oct 26 18:21:26 myhost dbus[162]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='dbus-org.freedesktop.ModemManager1.service' Oct 26 18:21:26 myhost dbus-daemon[162]: dbus[162]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit dbus-org.freedesktop.ModemManager1.service failed to load: No such file or directory. Oct 26 18:21:26 myhost dbus[162]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit dbus-org.freedesktop.ModemManager1.service failed to load: No such file or directory. Oct 26 18:22:10 myhost systemd[1]: Starting Cleanup of Temporary Directories... Oct 26 18:22:10 myhost systemd[1]: Started Cleanup of Temporary Directories. Oct 26 18:23:26 myhost dbus-daemon[162]: dbus[162]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='dbus-org.freedesktop.ModemManager1.service' Oct 26 18:23:26 myhost dbus[162]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='dbus-org.freedesktop.ModemManager1.service' Oct 26 18:23:26 myhost dbus-daemon[162]: dbus[162]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit dbus-org.freedesktop.ModemManager1.service failed to load: No such file or directory. Oct 26 18:23:26 myhost dbus[162]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit dbus-org.freedesktop.ModemManager1.service failed to load: No such file or directory. #