13f52
![]() |
|
|
|
|
|||||||
| Installing & Upgrading Installing and upgrading FreeBSD. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi
OS: FreeBSD 9.0 - i386 Method of Updating: http://www.wonkity.com/~wblock/docs/...uildworld.html After reboot I get: Code:
Trying to mount root from ufs:/dev/ada0p2 [rw] ...
mountroot: waiting for device /dev/ada0p2 ...
Mounting from ufs:/dev/ada0p2 failed with error 19.
Loader variables:
vfs.root.mountfrom=ufs:/dev/ada0p2
vfs.root.mountfrom.options=rw
Manual root filesystem specification:
<fstype>:<device> [options]
Mount <device> using filesystem <fstype>
and with the specified (optional) option list.
eg. ufs:/dev/da0s1a
zfs:tank
cd9660:/dev/acd0 ro
(which is equivalent to: mount -t cd9660 -o ro .dev.acd0 /)
? List valid disk boot devices
. Yield 1 second (for background tasks)
<empty line> Abort manual input
mountroot>
Thank you |
|
#2
|
|||
|
|||
|
Boot from the 9.0 memstick or install cd and see what
# gpart show says about the disk and partitions.
|
|
#3
|
|||
|
|||
|
@kpa
Thanks for your reply. gpart show shows:Code:
ada0 GPT 1 freebsd-boot (64k) 2 freebsd-ufs (2.0G) 3 freebsd-swap (4.0G) 4 freebsd-ufs (5.0G) 5 freebsd-ufs (30G) 6 freebsd-ufs (20G) 7 freebsd-ufs (218G) |
|
#4
|
||||
|
||||
|
Did you use a custom kernel?
|
|
#5
|
|||
|
|||
|
@wblock@
Yes I did. |
|
#6
|
||||
|
||||
|
Put the kernel config file on pastebin.com and post a link so we can see it.
|
|
#7
|
|||
|
|||
|
|
|
#8
|
||||
|
||||
|
Instead of editing a copy of GENERIC, it's better to include it and disable devices and options. See Simplifying FreeBSD Kernel Config Files for an example.
First guess at why it's not working is that too much has been removed. For example, some of the SCSI devices are needed for USB mass storage. PS: including cpu I586_CPU allows some assembly optimizations for better performance: http://lists.freebsd.org/pipermail/f...ne/230491.html. |
| The Following User Says Thank You to wblock@ For This Useful Post: | ||
markfisher (June 16th, 2012) | ||
|
#9
|
|||
|
|||
|
I think you would need at least this much more:
Code:
options ATA_CAM # Handle legacy controllers with CAM options ATA_STATIC_ID # Static device numbering |
| The Following User Says Thank You to kpa For This Useful Post: | ||
markfisher (June 16th, 2012) | ||
|
#10
|
|||
|
|||
|
@kpa
Adding those two options fixed the problem. Thank you. |
|
#11
|
|||
|
|||
|
wblock@: I would like to turn off debug symbols for my kernel compliation however, I have not been able to locate the keyword to use in my MYKERNEL that will turn off compilation with debug symbols in the included GENERIC configuration file.
My MYKERNEL contains: Code:
include GENERIC nocpu i486_CPU ident MYKERNEL nooptions INET6 nodevice eisa nodevice fdc |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Mounting DVD drive shows error message: AutoSense failed | mnlnl4 | Peripheral Hardware | 0 | May 13th, 2012 03:29 |
| [Solved] pxe boot "mounting root filesystem rw failed" | Beeblebrox | Web & Network Services | 2 | February 26th, 2012 19:13 |
| [Solved] NFSv4 mounting wrong uid as 32767 or root | ashleyd | Web & Network Services | 1 | January 17th, 2012 22:16 |
| mounting root file system error | ashwin_karanth | Embedded | 0 | July 23rd, 2010 08:11 |
| 8.0 on Supermicro P4DPR-6GM+ - hang on mounting root | spork | System Hardware | 1 | June 8th, 2010 06:59 |