zainstalowałem na swojej stacji LinuxCNC (Debian 2.7 Wheezy) i po starcie wyświetla mi się takie coś.

Ktoś mógłby mi powiedzieć czym jest to spowodowane i co zrobić by system wystartował normalnie?
Z góry dzięki
Kod: Zaznacz cały
Boot Info Script 0.61 [1 April 2012]
============================= Boot Info Summary: ===============================
=> Grub2 (v1.99) 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
for (,msdos1)/boot/grub on this drive.
=> Syslinux MBR (4.04 and higher) is installed in the MBR of /dev/sdb.
sda1: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Debian GNU/Linux 7
Boot files: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img
sda2: __________________________________________________________________________
File system: Extended Partition
Boot sector type: -
Boot sector info:
sda5: __________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
sdb1: __________________________________________________________________________
File system: vfat
Boot sector type: SYSLINUX 4.07 2013-07-25
Boot sector info: Syslinux looks at sector 32776 of /dev/sdb1 for its
second stage. The integrity of Syslinux couldn't be
verified (install gawk). SYSLINUX is installed in the
directory. The 2 ADV sectors are not the same
(corrupt). No errors found in the Boot Parameter Block.
Operating System:
Boot files: /syslinux.cfg /ldlinux.sys
============================ Drive/Partition Info: =============================
Drive: sda _____________________________________________________________________
Disk /dev/sda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders, total 234441648 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 226,097,151 226,095,104 83 Linux
/dev/sda2 226,099,198 234,440,703 8,341,506 5 Extended
/dev/sda5 226,099,200 234,440,703 8,341,504 82 Linux swap / Solaris
Drive: sdb _____________________________________________________________________
Disk /dev/sdb: 7811 MB, 7811891200 bytes
255 heads, 63 sectors/track, 949 cylinders, total 15257600 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 * 2,048 15,257,599 15,255,552 c W95 FAT32 (LBA)
"blkid" output: ________________________________________________________________
Device UUID TYPE LABEL
/dev/loop0 squashfs
/dev/sda1 29c145cd-1e3b-4d16-897d-77cf28f66b7f ext4
/dev/sda5 597ddfc4-c9ef-4d65-b3a7-e90fe4027925 swap
/dev/sdb1 B690-B5A4 vfat DEBIAN WHEE
================================ Mount points: =================================
Device Mount_Point Type Options
/dev/loop0 /lib/live/mount/rootfs/filesystem.squashfs squashfs (ro,noatime)
/dev/sda1 /media/29c145cd-1e3b-4d16-897d-77cf28f66b7f ext4 (rw,nosuid,nodev,relatime,data=ordered,uhelper=udisks)
/dev/sdb1 /lib/live/mount/medium vfat (ro,noatime,fmask=0022,dmask=0022,codepage=cp437,iocharset=utf8,shortname=mixed,errors=remount-ro)
=========================== sda1/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 ###
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 load_video {
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
}
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 29c145cd-1e3b-4d16-897d-77cf28f66b7f
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=640x480
load_video
insmod gfxterm
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 29c145cd-1e3b-4d16-897d-77cf28f66b7f
set locale_dir=($root)/boot/grub/locale
set lang=pl_PL
insmod gettext
fi
terminal_output gfxterm
set timeout=5
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 29c145cd-1e3b-4d16-897d-77cf28f66b7f
insmod png
if background_image /usr/share/images/desktop-base/joy-grub.png; then
set color_normal=white/black
set color_highlight=black/white
else
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/10_linux ###
menuentry 'Debian GNU/Linux, za pomocą systemu Linux 3.4-9-rtai-686-pae' --class debian --class gnu-linux --class gnu --class os {
load_video
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 29c145cd-1e3b-4d16-897d-77cf28f66b7f
echo 'Wczytywanie systemu Linux 3.4-9-rtai-686-pae...'
linux /boot/vmlinuz-3.4-9-rtai-686-pae root=UUID=29c145cd-1e3b-4d16-897d-77cf28f66b7f ro initrd=/install/gtk/initrd.gz lapic quiet rootdelay=5
echo 'Wczytywanie początkowego dysku RAM...'
initrd /boot/initrd.img-3.4-9-rtai-686-pae
}
menuentry 'Debian GNU/Linux, za pomocą systemu Linux 3.4-9-rtai-686-pae (tryb ratunkowy)' --class debian --class gnu-linux --class gnu --class os {
load_video
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 29c145cd-1e3b-4d16-897d-77cf28f66b7f
echo 'Wczytywanie systemu Linux 3.4-9-rtai-686-pae...'
linux /boot/vmlinuz-3.4-9-rtai-686-pae root=UUID=29c145cd-1e3b-4d16-897d-77cf28f66b7f ro single initrd=/install/gtk/initrd.gz
echo 'Wczytywanie początkowego dysku RAM...'
initrd /boot/initrd.img-3.4-9-rtai-686-pae
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###
### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 29c145cd-1e3b-4d16-897d-77cf28f66b7f
linux16 /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 29c145cd-1e3b-4d16-897d-77cf28f66b7f
linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
menuentry "Memory test (memtest86+, experimental multiboot)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 29c145cd-1e3b-4d16-897d-77cf28f66b7f
multiboot /boot/memtest86+_multiboot.bin
}
menuentry "Memory test (memtest86+, serial console 115200, experimental multiboot)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 29c145cd-1e3b-4d16-897d-77cf28f66b7f
multiboot /boot/memtest86+_multiboot.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/30_os-prober ###
### 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 $prefix/custom.cfg ]; then
source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
--------------------------------------------------------------------------------
=============================== sda1/etc/fstab: ================================
--------------------------------------------------------------------------------
# /etc/fstab: static file system information.
#
# Use 'blkid' 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).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda1 during installation
UUID=29c145cd-1e3b-4d16-897d-77cf28f66b7f / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=597ddfc4-c9ef-4d65-b3a7-e90fe4027925 none swap sw 0 0
/dev/sdb1 /media/usb0 auto rw,user,noauto 0 0
--------------------------------------------------------------------------------
=================== sda1: Location of files loaded by Grub: ====================
GiB - GB File Fragment(s)
= boot/grub/core.img 1
= boot/grub/grub.cfg 1
= boot/initrd.img-3.4-9-rtai-686-pae 1
= boot/vmlinuz-3.4-9-rtai-686-pae 1
?? = ?? vmlinuz 1
============================== sdb1/syslinux.cfg: ==============================
--------------------------------------------------------------------------------
DEFAULT loadconfig
LABEL loadconfig
CONFIG /isolinux/isolinux.cfg
APPEND /isolinux/
--------------------------------------------------------------------------------
================= sdb1: Location of files loaded by Syslinux: ==================
GiB - GB File Fragment(s)
?? = ?? ldlinux.sys 1
?? = ?? syslinux.cfg 1
=============================== StdErr Messages: ===============================
xz: (stdin): Compressed data is corrupt
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in