Author Topic: <Solved>Unable to boot to old install after new install on another partition  (Read 511 times)

Offline Nish

  • Sr. Member
  • ****
  • Posts: 384
    • SMQ's Adventures in Linux
Probably a bad subject but I am in panic mode.  I have my good 2009.2 on sda7.  I have a little play partition on sda8.  I had labeled it minime when I installed minime on it the other day.  No problem booting back to my good ol install.  Today I installed 2010 KDE to play with it on the sda8, during install changed the label of partition to 2010.  Makes sense, no?  Well, tried to boot 2009.2 but it halts with error fsck.ext3:  Unable to resolve "label minime" or something real close to that.

It gives me an option to give root password for maintenance (I am afraid to do that and damage my good install where everything is right now) or I can "Type Control-D to continue"  what is this control d?  do they mean control key and d?  Didn't work.  Neither does typing the phrase Control-D out.  

What next?

Found it - would delete the post but maybe this will help somebody sometime.  In the old install the fstab referenced label of minime.  I just changed that and everything is OK again.

Still would like to know why I couldn't continue.  It was only a spare partition to the old install.  Typing "Contol-D" would only reboot
« Last Edit: April 14, 2010, 08:01:30 AM by Nish »
Never borrow time.  The interest will kill you - signed Mastercard & Visa

Embrace the Bird.  http://www.smqlinux.com - an old lady's adventures in linuxdom

Offline kjpetrie

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 4004
It is set to be mounted on boot up in your main install, so it isn't a spare partition, but part of your main file system. If you don't want it mounted in your main system (and you probably shouldn't) use PCC to remove its mount point from fstab (or delete/comment out the line as root).
-----------
KJP
-----------------------------------------------------------
PClos64 RC1 on Intel D945GCLF2 motherboard (Atom 330), 2GB DDR2 RAM, Maxtor STM325031, HL-DT-ST DVDRAM GSA-H42N, Amilo LSL 3220T monitor. Also Acer 5810TG (with custom kernel) and Asus eeePC 2G surf

Offline pags

  • Hero Member
  • *****
  • Posts: 2517
  • Keep it clean.
Or, use "noauto" on the fstab line for the particular partition, so it can be available from fstab, without being mounted at boot...

EDIT
Fixed typo
« Last Edit: April 14, 2010, 02:05:34 PM by pags »