Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Aug 1999 02:30:02 -0700 (PDT)
From:      Sheldon Hearn <sheldonh@uunet.co.za>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: i386/13452: changing to root device wd0s1a \n error 22: panic: cannot mount root (2) 
Message-ID:  <199908300930.CAA86876@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR i386/13452; it has been noted by GNATS.

From: Sheldon Hearn <sheldonh@uunet.co.za>
To: PhilmoreW@worldnet.att.net
Cc: freebsd-gnats-submit@FreeBSD.ORG
Subject: Re: i386/13452: changing to root device wd0s1a \n error 22: panic: cannot mount root (2) 
Date: Mon, 30 Aug 1999 11:23:51 +0200

 On Sun, 29 Aug 1999 07:53:23 MST, PhilmoreW@worldnet.att.net wrote:
 
 > PC has 2 hard disks.  Installation is to 2nd disk with 1.5 gig using
 > default mount points.  Used kern and mfs floppies to create startup;
 > dos files to install; included all bin, doc, manpages, proflibs, dict
 > and info files.
 
 You need to fiddle with the rootdev loader variable. At the boot:
 prompt, you'll need to do either
 
 	set rootdev="wd1s1a"
 
 or
 
 	set rootdev=\"wd1s1a\"
 
 Sorry, I can't remember which one works right now. Also, I'm assuming
 that wd1s1a is your root partition. If I'm wrong, use the right one. :-)
 
 Once you're into your system, you can make this a permanent change by
 sticking the following line in /boot/loader.conf:
 
 rootdev="wd1s1a"
 
 Note that, even if the command you had to use at the boot: prompt
 involved escaped quotes (\"), you should _not_ use them in
 /boot/loader.conf .
 
 Please let me know whether this helped you or not. Specifically, I'd
 like to know which of the syntaxes for the boot: prompt ``set'' command
 worked. :-)
 
 Ciao,
 Sheldon.
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908300930.CAA86876>