Nie zainstalowalem w /boot a przynajmniej tak mi sie wydaje.
zedytowalem posta wyzej i podalem menu.list.
Kod: Zaznacz cały
Boot Info Script 0.60 from 17 May 2011
============================= Boot Info Summary: ===============================
=> Grub Legacy (v0.97) is installed in the MBR of /dev/sda and looks on the
same drive in partition #4 for /grub/stage2 and /grub/menu.lst.
=> Syslinux MBR (4.04 and higher) is installed in the MBR of /dev/sdc.
sda1: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 11.10
Boot files: /boot/grub/grub.cfg /etc/fstab
/boot/extlinux/extlinux.conf /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:
sda6: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System:
Boot files:
sda3: __________________________________________________________________________
File system: ext3
Boot sector type: -
Boot sector info:
Operating System: [H[2J Arch Linux () ()
Boot files: /etc/fstab
sda4: __________________________________________________________________________
File system: ext3
Boot sector type: -
Boot sector info:
Operating System:
Boot files: /grub/menu.lst
sdc1: __________________________________________________________________________
File system: vfat
Boot sector type: SYSLINUX 4.04 20110518
Boot sector info: Syslinux looks at sector 1050872 of /dev/sdc1 for its
second stage. SYSLINUX is installed in the directory.
The integrity check of the ADV area failed. No errors
found in the Boot Parameter Block.
Operating System:
Boot files: /syslinux.cfg /ldlinux.sys
============================ Drive/Partition Info: =============================
Drive: sda _____________________________________________________________________
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 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 * 63 25,189,919 25,189,857 83 Linux
/dev/sda2 25,189,981 827,925,839 802,735,859 5 Extended
/dev/sda5 25,189,983 33,367,004 8,177,022 82 Linux swap / Solaris
/dev/sda6 33,367,068 827,925,839 794,558,772 83 Linux
/dev/sda3 827,925,840 866,995,919 39,070,080 83 Linux
/dev/sda4 866,995,920 867,574,259 578,340 83 Linux
Drive: sdc _____________________________________________________________________
Disk /dev/sdc: 1007 MB, 1007157248 bytes
64 heads, 32 sectors/track, 960 cylinders, total 1967104 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/sdc1 * 45 1,965,055 1,965,011 b W95 FAT32
"blkid" output: ________________________________________________________________
Device UUID TYPE LABEL
/dev/loop0 squashfs
/dev/sda1 651f7816-6978-4127-a001-27a655a87b18 ext4
/dev/sda3 8cdc2c73-0e9d-4fea-8b36-50ef0b594a2e ext3
/dev/sda4 986c7d0a-ab7d-4c75-8fed-fb42a3030ed5 ext3
/dev/sda5 48e2dad6-082b-4e32-8493-9d7ddf72d3f7 swap
/dev/sda6 b84b189e-d91f-4cf1-8cfa-df81eb443ada ext4
/dev/sdc1 50BE-37C9 vfat
================================ Mount points: =================================
Device Mount_Point Type Options
/dev/loop0 /rofs squashfs (ro,noatime)
/dev/sda1 /media/651f7816-6978-4127-a001-27a655a87b18 ext4 (rw,nosuid,nodev,uhelper=udisks)
/dev/sda3 /media/8cdc2c73-0e9d-4fea-8b36-50ef0b594a2e ext3 (rw,nosuid,nodev,uhelper=udisks)
/dev/sda4 /media/986c7d0a-ab7d-4c75-8fed-fb42a3030ed5 ext3 (rw,nosuid,nodev,uhelper=udisks)
/dev/sdc1 /cdrom vfat (ro,noatime,fmask=0022,dmask=0022,codepage=cp437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/sr0 /media/ARCH_201108 udf (ro,nosuid,nodev,uhelper=udisks,uid=999,gid=999,iocharset=utf8,umask=0077)
=========================== 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
set have_grubenv=true
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
}
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 651f7816-6978-4127-a001-27a655a87b18
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=auto
load_video
insmod gfxterm
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 651f7816-6978-4127-a001-27a655a87b18
set locale_dir=($root)/boot/grub/locale
set lang=pl_PL
insmod gettext
fi
terminal_output gfxterm
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 ###
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 651f7816-6978-4127-a001-27a655a87b18
insmod png
if background_image /usr/share/images/desktop-base/spacefun-grub.png; then
set color_normal=light-gray/black
set color_highlight=white/black
else
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
if background_color 44,0,30; then
clear
fi
fi
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/10_linux ###
if [ ${recordfail} != 1 ]; then
if [ -e ${prefix}/gfxblacklist.txt ]; then
if hwmatch ${prefix}/gfxblacklist.txt 3; then
if [ ${match} = 0 ]; then
set linux_gfx_mode=keep
else
set linux_gfx_mode=text
fi
else
set linux_gfx_mode=text
fi
else
set linux_gfx_mode=keep
fi
else
set linux_gfx_mode=text
fi
export linux_gfx_mode
if [ "$linux_gfx_mode" != "text" ]; then load_video; fi
menuentry 'Ubuntu, za pomocą systemu Linux 3.1.5-ext73-f1-17.2-k8-ags-cfs' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
set gfxpayload=$linux_gfx_mode
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 651f7816-6978-4127-a001-27a655a87b18
linux /boot/vmlinuz-3.1.5-ext73-f1-17.2-k8-ags-cfs root=UUID=651f7816-6978-4127-a001-27a655a87b18 ro acpi_osi=Linux quiet
initrd /boot/initrd.img-3.1.5-ext73-f1-17.2-k8-ags-cfs
}
menuentry 'Ubuntu, za pomocą systemu Linux 3.1.5-ext73-f1-17.2-k8-ags-cfs (tryb ratunkowy)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 651f7816-6978-4127-a001-27a655a87b18
echo 'Wczytywanie systemu Linux 3.1.5-ext73-f1-17.2-k8-ags-cfs...'
linux /boot/vmlinuz-3.1.5-ext73-f1-17.2-k8-ags-cfs root=UUID=651f7816-6978-4127-a001-27a655a87b18 ro recovery nomodeset acpi_osi=Linux
echo 'Wczytywanie początkowego dysku RAM...'
initrd /boot/initrd.img-3.1.5-ext73-f1-17.2-k8-ags-cfs
}
submenu "Previous Linux versions" {
menuentry 'Ubuntu, za pomocą systemu Linux 3.0.0-16-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
set gfxpayload=$linux_gfx_mode
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 651f7816-6978-4127-a001-27a655a87b18
linux /boot/vmlinuz-3.0.0-16-generic-pae root=UUID=651f7816-6978-4127-a001-27a655a87b18 ro acpi_osi=Linux quiet
initrd /boot/initrd.img-3.0.0-16-generic-pae
}
menuentry 'Ubuntu, za pomocą systemu Linux 3.0.0-16-generic-pae (tryb ratunkowy)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 651f7816-6978-4127-a001-27a655a87b18
echo 'Wczytywanie systemu Linux 3.0.0-16-generic-pae...'
linux /boot/vmlinuz-3.0.0-16-generic-pae root=UUID=651f7816-6978-4127-a001-27a655a87b18 ro recovery nomodeset acpi_osi=Linux
echo 'Wczytywanie początkowego dysku RAM...'
initrd /boot/initrd.img-3.0.0-16-generic-pae
}
menuentry 'Ubuntu, za pomocą systemu Linux 3.0.0-16-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
set gfxpayload=$linux_gfx_mode
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 651f7816-6978-4127-a001-27a655a87b18
linux /boot/vmlinuz-3.0.0-16-generic root=UUID=651f7816-6978-4127-a001-27a655a87b18 ro acpi_osi=Linux quiet
initrd /boot/initrd.img-3.0.0-16-generic
}
menuentry 'Ubuntu, za pomocą systemu Linux 3.0.0-16-generic (tryb ratunkowy)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 651f7816-6978-4127-a001-27a655a87b18
echo 'Wczytywanie systemu Linux 3.0.0-16-generic...'
linux /boot/vmlinuz-3.0.0-16-generic root=UUID=651f7816-6978-4127-a001-27a655a87b18 ro recovery nomodeset acpi_osi=Linux
echo 'Wczytywanie początkowego dysku RAM...'
initrd /boot/initrd.img-3.0.0-16-generic
}
menuentry 'Ubuntu, za pomocą systemu Linux 3.0.0-15-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
set gfxpayload=$linux_gfx_mode
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 651f7816-6978-4127-a001-27a655a87b18
linux /boot/vmlinuz-3.0.0-15-generic-pae root=UUID=651f7816-6978-4127-a001-27a655a87b18 ro acpi_osi=Linux quiet
initrd /boot/initrd.img-3.0.0-15-generic-pae
}
menuentry 'Ubuntu, za pomocą systemu Linux 3.0.0-15-generic-pae (tryb ratunkowy)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 651f7816-6978-4127-a001-27a655a87b18
echo 'Wczytywanie systemu Linux 3.0.0-15-generic-pae...'
linux /boot/vmlinuz-3.0.0-15-generic-pae root=UUID=651f7816-6978-4127-a001-27a655a87b18 ro recovery nomodeset acpi_osi=Linux
echo 'Wczytywanie początkowego dysku RAM...'
initrd /boot/initrd.img-3.0.0-15-generic-pae
}
menuentry 'Ubuntu, za pomocą systemu Linux 3.0.0-15-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
set gfxpayload=$linux_gfx_mode
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 651f7816-6978-4127-a001-27a655a87b18
linux /boot/vmlinuz-3.0.0-15-generic root=UUID=651f7816-6978-4127-a001-27a655a87b18 ro acpi_osi=Linux quiet
initrd /boot/initrd.img-3.0.0-15-generic
}
menuentry 'Ubuntu, za pomocą systemu Linux 3.0.0-15-generic (tryb ratunkowy)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 651f7816-6978-4127-a001-27a655a87b18
echo 'Wczytywanie systemu Linux 3.0.0-15-generic...'
linux /boot/vmlinuz-3.0.0-15-generic root=UUID=651f7816-6978-4127-a001-27a655a87b18 ro recovery nomodeset acpi_osi=Linux
echo 'Wczytywanie początkowego dysku RAM...'
initrd /boot/initrd.img-3.0.0-15-generic
}
menuentry 'Ubuntu, za pomocą systemu Linux 3.0.0-14-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
set gfxpayload=$linux_gfx_mode
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 651f7816-6978-4127-a001-27a655a87b18
linux /boot/vmlinuz-3.0.0-14-generic-pae root=UUID=651f7816-6978-4127-a001-27a655a87b18 ro acpi_osi=Linux quiet
initrd /boot/initrd.img-3.0.0-14-generic-pae
}
menuentry 'Ubuntu, za pomocą systemu Linux 3.0.0-14-generic-pae (tryb ratunkowy)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 651f7816-6978-4127-a001-27a655a87b18
echo 'Wczytywanie systemu Linux 3.0.0-14-generic-pae...'
linux /boot/vmlinuz-3.0.0-14-generic-pae root=UUID=651f7816-6978-4127-a001-27a655a87b18 ro recovery nomodeset acpi_osi=Linux
echo 'Wczytywanie początkowego dysku RAM...'
initrd /boot/initrd.img-3.0.0-14-generic-pae
}
menuentry 'Ubuntu, za pomocą systemu Linux 3.0.0-14-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
set gfxpayload=$linux_gfx_mode
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 651f7816-6978-4127-a001-27a655a87b18
linux /boot/vmlinuz-3.0.0-14-generic root=UUID=651f7816-6978-4127-a001-27a655a87b18 ro acpi_osi=Linux quiet
initrd /boot/initrd.img-3.0.0-14-generic
}
menuentry 'Ubuntu, za pomocą systemu Linux 3.0.0-14-generic (tryb ratunkowy)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 651f7816-6978-4127-a001-27a655a87b18
echo 'Wczytywanie systemu Linux 3.0.0-14-generic...'
linux /boot/vmlinuz-3.0.0-14-generic root=UUID=651f7816-6978-4127-a001-27a655a87b18 ro recovery nomodeset acpi_osi=Linux
echo 'Wczytywanie początkowego dysku RAM...'
initrd /boot/initrd.img-3.0.0-14-generic
}
}
### 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 651f7816-6978-4127-a001-27a655a87b18
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 651f7816-6978-4127-a001-27a655a87b18
linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/30_os-prober ###
if [ "x${timeout}" != "x-1" ]; then
if keystatus; then
if keystatus --shift; then
set timeout=-1
else
set timeout=0
fi
else
if sleep --interruptible 3 ; then
set timeout=0
fi
fi
fi
### 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>
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sda1 during installation
UUID=651f7816-6978-4127-a001-27a655a87b18 / ext4 errors=remount-ro 0 1
# /home was on /dev/sda6 during installation
UUID=b84b189e-d91f-4cf1-8cfa-df81eb443ada /home ext4 defaults 0 2
# swap was on /dev/sda5 during installation
UUID=f9bb3363-9fdd-4f71-81ee-276a29ddf98c none swap sw 0 0
--------------------------------------------------------------------------------
====================== sda1/boot/extlinux/extlinux.conf: =======================
--------------------------------------------------------------------------------
## /boot/extlinux/extlinux.conf
##
## IMPORTANT WARNING
##
## The configuration of this file is generated automatically.
## Do not edit this file manually, use: extlinux-update
default l0
prompt 1
timeout 50
include themes/debian/theme.cfg
--------------------------------------------------------------------------------
=================== 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.0.0-14-generic 2
= boot/initrd.img-3.0.0-14-generic-pae 2
= boot/initrd.img-3.0.0-15-generic 2
= boot/initrd.img-3.0.0-15-generic-pae 2
= boot/initrd.img-3.0.0-16-generic 4
= boot/initrd.img-3.0.0-16-generic-pae 2
= boot/initrd.img-3.1.5-ext73-f1-17.2-k8-ags-cfs 136
= boot/vmlinuz-3.0.0-14-generic 2
= boot/vmlinuz-3.0.0-14-generic-pae 2
= boot/vmlinuz-3.0.0-15-generic 2
= boot/vmlinuz-3.0.0-15-generic-pae 1
= boot/vmlinuz-3.0.0-16-generic 2
= boot/vmlinuz-3.0.0-16-generic-pae 1
= boot/vmlinuz-3.1.5-ext73-f1-17.2-k8-ags-cfs 2
= vmlinuz 1
= vmlinuz.old 2
================= sda1: Location of files loaded by Syslinux: ==================
GiB - GB File Fragment(s)
= boot/extlinux/chain.c32 1
= boot/extlinux/extlinux.conf 1
============== sda1: Version of COM32(R) files used by Syslinux: ===============
boot/extlinux/chain.c32 : COM32R module (v4.xx)
=============================== sda3/etc/fstab: ================================
--------------------------------------------------------------------------------
#
# /etc/fstab: static file system information
#
# <file system> <dir> <type> <options> <dump> <pass>
tmpfs /tmp tmpfs nodev,nosuid 0 0
UUID=48e2dad6-082b-4e32-8493-9d7ddf72d3f7 swap swap defaults 0 0
UUID=8cdc2c73-0e9d-4fea-8b36-50ef0b594a2e / ext3 defaults 0 1
UUID=986c7d0a-ab7d-4c75-8fed-fb42a3030ed5 /boot ext3 defaults 0 1
--------------------------------------------------------------------------------
============================= sda4/grub/menu.lst: ==============================
--------------------------------------------------------------------------------
# Config file for GRUB - The GNU GRand Unified Bootloader
# /boot/grub/menu.lst
# DEVICE NAME CONVERSIONS
#
# Linux Grub
# -------------------------
# /dev/fd0 (fd0)
# /dev/sda (hd0)
# /dev/sdb2 (hd1,1)
# /dev/sda3 (hd0,2)
#
# FRAMEBUFFER RESOLUTION SETTINGS
# +-------------------------------------------------+
# | 640x480 800x600 1024x768 1280x1024
# ----+--------------------------------------------
# 256 | 0x301=769 0x303=771 0x305=773 0x307=775
# 32K | 0x310=784 0x313=787 0x316=790 0x319=793
# 64K | 0x311=785 0x314=788 0x317=791 0x31A=794
# 16M | 0x312=786 0x315=789 0x318=792 0x31B=795
# +-------------------------------------------------+
# for more details and different resolutions see
# https://wiki.archlinux.org/index.php/GRUB#Framebuffer_resolution
# general configuration:
timeout 5
default 0
color light-blue/black light-cyan/blue
# boot sections follow
# each is implicitly numbered from 0 in the order of appearance below
#
# TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
#
#-*
# (0) Arch Linux
title Arch Linux
root (hd0,3)
kernel /vmlinuz-linux root=/dev/sda3 ro
initrd /initramfs-linux.img
# (1) Arch Linux
title Arch Linux Fallback
root (hd0,3)
kernel /vmlinuz-linux root=/dev/sda3 ro
initrd /initramfs-linux-fallback.img
# (2) Windows
#title Windows
#rootnoverify (hd0,0)
#makeactive
#chainloader +1
--------------------------------------------------------------------------------
=================== sda4: Location of files loaded by Grub: ====================
GiB - GB File Fragment(s)
= grub/menu.lst 1
= grub/stage2 2
= initramfs-linux-fallback.img 41
= initramfs-linux.img 9
= vmlinuz-linux 11
============================== sdc1/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/elementary.seed boot=casper quiet splash --
label ubnentry0
menu label ^Help
kernel /ubnkern
append initrd=/ubninit
label ubnentry1
menu label ^Try elementary without installing
kernel /casper/vmlinuz
append initrd=/casper/initrd.lz file=/cdrom/preseed/elementary.seed boot=casper quiet splash --
label ubnentry2
menu label ^Install elementary
kernel /casper/vmlinuz
append initrd=/casper/initrd.lz file=/cdrom/preseed/elementary.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
--------------------------------------------------------------------------------
================= sdc1: Location of files loaded by Syslinux: ==================
GiB - GB File Fragment(s)
?? = ?? ldlinux.sys 1
?? = ?? menu.c32 1
?? = ?? syslinux.cfg 1
============== sdc1: 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: =========
sdb
=============================== StdErr Messages: ===============================
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
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
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
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
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
/home/me/Downloads/boot_info_script060/boot_info_script.sh: line 1579: [: 2.73495e+09: integer expression expected