On Mon, 25 Jun 2012 21:10:39 +0200, Sam Geeraerts wrote:
I'm glad to inform you that the first alpha installer for the 3.0
release (Parkes) is available for download at
http://beta.gnewsense.org/gnewsense-three/installer/3.0-alpha1/
I installed gNewSense 3.0 alpha1. The installation apparently went
smooth. But when I re-booted my computer to start the newly installed
system, GRUB threw up an error -- "Error 15" and stalled. I am not
really sure what is the problem.
I ran a "bootinfoscript"[1] from a live session and the RESULTS.txt
file that the script produced is attached with this email.
What must be done to solve this problem ? Should I re-install grub ? If
so how should I do it ?
I thank you.
[1] : http://bootinfoscript.sourceforge.net/
Boot Info Script 0.61 [1 April 2012]
============================= Boot Info Summary: ===============================
=> Grub Legacy (v0.97) is installed in the MBR of /dev/sda and looks on the
same drive in partition #1 for /boot/grub/stage2 and /boot/grub/menu.lst.
=> 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 6.0
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:
sda6: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System:
Boot files:
sda7: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System:
Boot files:
sdb1: __________________________________________________________________________
File system: vfat
Boot sector type: SYSLINUX 4.04 2011-04-18
Boot sector info: Syslinux looks at sector 1375952 of /dev/sdb1 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/syslinux.cfg /ldlinux.sys
============================ Drive/Partition Info: =============================
Drive: sda _____________________________________________________________________
Disk /dev/sda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders, total 156301488 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 42,827,775 42,825,728 83 Linux
/dev/sda2 42,829,822 156,296,384 113,466,563 5 Extended
/dev/sda5 151,990,965 156,296,384 4,305,420 82 Linux swap /
Solaris
/dev/sda6 42,829,824 106,799,103 63,969,280 83 Linux
/dev/sda7 106,801,152 151,973,887 45,172,736 83 Linux
Drive: sdb _____________________________________________________________________
Disk /dev/sdb: 4022 MB, 4022337536 bytes
124 heads, 62 sectors/track, 1021 cylinders, total 7856128 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 * 62 7,849,447 7,849,386 b W95 FAT32
"blkid" output: ________________________________________________________________
Device UUID TYPE LABEL
/dev/loop0 squashfs
/dev/sda1 154e9dbf-91e3-43b9-8aa9-cd466d3bc3ad ext4 root
/dev/sda5 1b6b62fc-78ce-4f33-ad77-c081fb6c524f swap
/dev/sda6 4a55beb5-81ca-4c71-9d9c-c1a16c475e1c ext4 data
/dev/sda7 d805c5a6-9b13-4ffb-89be-246d23a4553f ext4 home
/dev/sdb1 78DB-0429 vfat MYLINUXLIVE
================================ Mount points: =================================
Device Mount_Point Type Options
/dev/loop0 /rofs squashfs (ro,noatime)
/dev/sdb1 /cdrom vfat
(rw,relatime,fmask=0022,dmask=0022,codepage=cp437,iocharset=iso8859-1,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='(hd1,msdos1)'
search --no-floppy --fs-uuid --set 154e9dbf-91e3-43b9-8aa9-cd466d3bc3ad
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=640x480
load_video
insmod gfxterm
fi
terminal_output gfxterm
insmod part_msdos
insmod ext2
set root='(hd1,msdos1)'
search --no-floppy --fs-uuid --set 154e9dbf-91e3-43b9-8aa9-cd466d3bc3ad
set locale_dir=($root)/boot/grub/locale
set lang=en
insmod gettext
set timeout=5
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###
insmod part_msdos
insmod ext2
set root='(hd1,msdos1)'
search --no-floppy --fs-uuid --set 154e9dbf-91e3-43b9-8aa9-cd466d3bc3ad
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=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, with Linux 2.6.32-5gnewsense1-486' --class debian
--class gnu-linux --class gnu --class os {
insmod part_msdos
insmod ext2
set root='(hd1,msdos1)'
search --no-floppy --fs-uuid --set 154e9dbf-91e3-43b9-8aa9-cd466d3bc3ad
echo 'Loading Linux 2.6.32-5gnewsense1-486 ...'
linux /boot/vmlinuz-2.6.32-5gnewsense1-486
root=UUID=154e9dbf-91e3-43b9-8aa9-cd466d3bc3ad ro quiet
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-2.6.32-5gnewsense1-486
}
menuentry 'Debian GNU/Linux, with Linux 2.6.32-5gnewsense1-486 (recovery mode)'
--class debian --class gnu-linux --class gnu --class os {
insmod part_msdos
insmod ext2
set root='(hd1,msdos1)'
search --no-floppy --fs-uuid --set 154e9dbf-91e3-43b9-8aa9-cd466d3bc3ad
echo 'Loading Linux 2.6.32-5gnewsense1-486 ...'
linux /boot/vmlinuz-2.6.32-5gnewsense1-486
root=UUID=154e9dbf-91e3-43b9-8aa9-cd466d3bc3ad ro single
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-2.6.32-5gnewsense1-486
}
### 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 ###
### 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 defaults 0 0
# / was on /dev/sdf1 during installation
UUID=154e9dbf-91e3-43b9-8aa9-cd466d3bc3ad / ext4
errors=remount-ro 0 1
# /data was on /dev/sdf6 during installation
UUID=4a55beb5-81ca-4c71-9d9c-c1a16c475e1c /data ext4 defaults
0 2
# /home was on /dev/sdf7 during installation
UUID=d805c5a6-9b13-4ffb-89be-246d23a4553f /home ext4 defaults
0 2
# swap was on /dev/sdf5 during installation
UUID=1b6b62fc-78ce-4f33-ad77-c081fb6c524f none swap sw
0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/sda1 /media/usb0 auto rw,user,noauto 0 0
--------------------------------------------------------------------------------
=================== sda1: Location of files loaded by Grub: ====================
GiB - GB File Fragment(s)
10.293476105 = 11.052535808 boot/grub/core.img 1
14.431407928 = 15.495606272 boot/grub/grub.cfg 1
3.469726562 = 3.725590528 boot/initrd.img-2.6.32-5gnewsense1-486 2
0.360443115 = 0.387022848 boot/vmlinuz-2.6.32-5gnewsense1-486 1
3.469726562 = 3.725590528 initrd.img 2
0.360443115 = 0.387022848 vmlinuz 1
========================= sdb1/syslinux/syslinux.cfg: ==========================
--------------------------------------------------------------------------------
# D-I config version 2.0
include menu.cfg
default vesamenu.c32
prompt 0
timeout 300
ui gfxboot bootlogo
--------------------------------------------------------------------------------
================= sdb1: Location of files loaded by Syslinux: ==================
GiB - GB File Fragment(s)
?? = ?? ldlinux.sys 1
?? = ?? syslinux/gfxboot.c32 1
?? = ?? syslinux/syslinux.cfg 1
?? = ?? syslinux/vesamenu.c32 1
============== sdb1: Version of COM32(R) files used by Syslinux: ===============
syslinux/gfxboot.c32 : COM32R module (v4.xx)
syslinux/vesamenu.c32 : COM32R module (v4.xx)
========= Devices which don't seem to have a corresponding hard drive: =========
sdc sdd sde sdf
=============================== StdErr Messages: ===============================
./bootinfoscript: line 1646: [: 2.73495e+09: integer expression expected
mdadm: no devices found for /dev/md1
mdadm: no devices found for /dev/md2
_______________________________________________
gNewSense-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/gnewsense-dev