From owner-freebsd-questions@FreeBSD.ORG Fri Apr 4 21:44:52 2014 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 092022DD for ; Fri, 4 Apr 2014 21:44:52 +0000 (UTC) Received: from mail-pb0-x229.google.com (mail-pb0-x229.google.com [IPv6:2607:f8b0:400e:c01::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D1D886DB for ; Fri, 4 Apr 2014 21:44:51 +0000 (UTC) Received: by mail-pb0-f41.google.com with SMTP id jt11so4016027pbb.14 for ; Fri, 04 Apr 2014 14:44:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type; bh=tuV7rTg56OFkoolpwiiZNkQUWleg/D8CzfJK/Ud71Og=; b=EQ7ACh2cxBaoVuPjE3lSUQPVKYClfWGc34k5TiOZExRajfA8GDxwGEnkvO0RgLq7qp TJs3YVr/4U/g4CKCNZA9EL0pL438Z+lm12Ksybhszi02XcwD6vaN5pA+eoAGfpefI6Wu fAoPWZtfmEBRkWKkrXx9JlmEEfjS8ypW5t04uOxzpgJaB3HOlkLt721i2HVRnX75Fdu3 1jFX5mYgfAKdHDKlkYvH8Cmtk4DiJRFkbcIIDw/N8R0BUv2KxPVoCkDM42VtL3mXFKw+ AA/tcEspW8oVVF0ZY6WwDTcfgaYdd+qXCL2PDR4RIPyw56s1Yj+NoN4b4O7A2q4LWrsu +EmA== X-Received: by 10.66.197.201 with SMTP id iw9mr17308925pac.151.1396647891445; Fri, 04 Apr 2014 14:44:51 -0700 (PDT) Received: from bsdfull.Belkin (cpe-72-132-160-201.dc.res.rr.com. [72.132.160.201]) by mx.google.com with ESMTPSA id f3sm19937892pbg.60.2014.04.04.14.44.47 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 04 Apr 2014 14:44:49 -0700 (PDT) Message-ID: <533F27C4.5020609@sdf.org> Date: Fri, 04 Apr 2014 14:44:36 -0700 From: Cary User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:25.0) Gecko/20100101 Firefox/25.0 SeaMonkey/2.22 MIME-Version: 1.0 To: questions@freebsd.org Subject: grub installed Content-Type: multipart/mixed; boundary="------------080104000204000405070207" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Apr 2014 21:44:52 -0000 This is a multi-part message in MIME format. --------------080104000204000405070207 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hello, BSD people. I would like to ask if anyone has had difficulties using the sysutils/grub2 port. I built the port in January on 9.2-R then installed grub to my mbr. There were no problems booting, but as soon as I logged in the system would freeze and a hard reboot became necessary. Eventually a filesystem was trashed. It was a ufs2 filesystem on a striped geom (8) volume provided by two ( cheap ) ide disks. Everything was rebuilt successfully. The old system is running again. Still trying to determine what happened. It may have had nothing whatsoever to do with grub, but the trouble started following the replacement of Boot Easy. /boot/grub/grub.cfg attached. The kernel is built with : options GEOM_STRIPE Thanks, Cary -- cary@sdf.org SDF Public Access UNIX System - http://sdf.org ------------------------------ --------------080104000204000405070207 Content-Type: text/plain; charset=us-ascii; name="attach-grub.cfg" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="attach-grub.cfg" # # DO NOT EDIT THIS FILE # # It is automatically generated by grub-mkconfig using templates # from /usr/local/etc/grub.d and settings from /usr/local/etc/default/grub # ### BEGIN /usr/local/etc/grub.d/00_header ### if [ -s $prefix/grubenv ]; then load_env fi set default="0" 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 } if loadfont unicode ; then set gfxmode=auto load_video insmod gfxterm set locale_dir=$prefix/locale set lang= insmod gettext fi terminal_output gfxterm set timeout=5 ### END /usr/local/etc/grub.d/00_header ### # # DO NOT EDIT THIS FILE # # It is automatically generated by grub-mkconfig using templates # from /usr/local/etc/grub.d and settings from /usr/local/etc/default/grub # set timeout=8 ### END /usr/local/etc/grub.d/00_header ### # template for script in /etc/grub.d/ # script used by update-grub command menuentry "FreeBSD" --class freebsd --class bsd --class os { insmod part_msdos parttool (hd0,1) boot- parttool (hd0,2) boot+ insmod ufs2 set root='(hd0,2)' kfreebsd /boot/loader } menuentry "FreeNAS" --class freebsd --class bsd --class os { parttool (hd0,2) boot- parttool (hd0,1) boot+ insmod ufs2 set root='(hd0,msdos1)' #kfreebsd /boot/loader chainloader +1 } ### END /usr/local/etc/grub.d/40_custom ### ### BEGIN /usr/local/etc/grub.d/41_custom ### ### END /usr/local/etc/grub.d/41_custom ### --------------080104000204000405070207--