1ab24 Free BSD 4.X install Partition Error " / - The FreeBSD Forums
The FreeBSD Forums  

Go Back   The FreeBSD Forums > Base System > Installing & Upgrading

Installing & Upgrading Installing and upgrading FreeBSD.

Reply
 
Thread Tools Display Modes
  #1  
Old June 8th, 2009, 23:03
rdbrock rdbrock is offline
Junior Member
 
Join Date: Jun 2009
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Default Free BSD 4.X install Partition Error " /

Hello,

I'm atttempting to install FreeBSD 4.11 mini iso setting up the following partitions:
Code:
ad0a    /             500M
ad0b    swap          500M
ad0e    /config       100M
ad0f    /var          <rest of disk>
The install When choosing " Standard Installation" , I selected Standard ( no boot manager ), I created the patitions with the size I want and labeled them starting with "/" as shown in the error.

The errors I keep getting :
Code:
No root device found - you must label a partition as / in the label editor.
Couldn't make filesystems properly aborting.
Please go easy on me, this is my first post and I'm fairly new to BSD.

Basically I'm trying to set the following partitions, when I do so I keep getting the messages above.

Last edited by DutchDaemon; June 8th, 2009 at 23:05. Reason: [code] tags added
Reply With Quote
  #2  
Old June 8th, 2009, 23:05
rdbrock rdbrock is offline
Junior Member
 
Join Date: Jun 2009
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thanks for any feedbacks or suggestions.
Reply With Quote
  #3  
Old June 8th, 2009, 23:07
DutchDaemon's Avatar
DutchDaemon DutchDaemon is offline
Administrator
 
Join Date: Nov 2008
Location: Rotterdam, the Netherlands
Posts: 9,836
Thanks: 30
Thanked 1,888 Times in 1,333 Posts
Default

Even though you're installing a version from 1892 (why is that?), the Handbook should still apply.

http://www.freebsd.org/doc/en_US.ISO...all-steps.html
__________________
FreeBSD Forums: Information for New Members | FreeBSD Forums Rules
FreeBSD Resources: The FreeBSD Handbook | Manuals | FAQ | Wiki
Before you post: How to ask questions the smart way
If you must know .. So, what does an Administrator/Moderator do?
---> Do not PM me with FreeBSD questions. I do not work here. <---
Reply With Quote
  #4  
Old June 9th, 2009, 00:20
rdbrock rdbrock is offline
Junior Member
 
Join Date: Jun 2009
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thanks for the handbook, I will give it a go.
Reason for 4.11 is because I'm installing an Olive system.
http://juniper.cluepon.net/index.php/Olive
Reply With Quote
  #5  
Old June 9th, 2009, 00:27
fronclynne's Avatar
fronclynne fronclynne is offline
Senior Member
 
Join Date: Feb 2009
Location: Lunch Time
Posts: 1,297
Thanks: 132
Thanked 166 Times in 143 Posts
Default

Is sysinstall barfing because you're not putting your partitions in slices?

I know it works fine from the command line to skip fdisk(8), but maybe sysinstall is angry like that (especially on 4.x).
__________________
Quid habemus reliquum?
Nutrimentum anatum!

Внимание: лифт вниз не поднимает
Reply With Quote
  #6  
Old June 9th, 2009, 01:31
rdbrock rdbrock is offline
Junior Member
 
Join Date: Jun 2009
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Default

This may be a silly question, but how do i get to the command line from the install from the sysinstall menu? The menu looks almost the same as the handbook http://www.freebsd.org/doc/en_US.ISO...all-steps.html , but no option to select a disk on Figure 2-13. Select Drive for FDisk.
Reply With Quote
  #7  
Old June 9th, 2009, 02:44
rdbrock rdbrock is offline
Junior Member
 
Join Date: Jun 2009
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by fronclynne View Post
Is sysinstall barfing because you're not putting your partitions in slices?

I know it works fine from the command line to skip fdisk(8), but maybe sysinstall is angry like that (especially on 4.x).
Yes, I cut it into 3 different slices, 2 file systems and 1 swap.
I feel like I'm missing something, not sure what. I even added an extra one after several attempts under an Option editor and made root /usr, and still got the same error.

Thanks
Reply With Quote
  #8  
Old January 15th, 2010, 04:41
KarelPerez KarelPerez is offline
Junior Member
 
Join Date: Jan 2010
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Did you ever get this working ?

I'm having a similar issue installing an olive on freebsd.

I'm fallowing this guy instructions. everything goes well until i get to the point where i run the pkg_add /var/tmp/jinstall.

the erros is
Saving Confg files ...
installing the bootstrap installer
disklabel: /dev/ada0: no such file or directoty


i'm very new to freebsd so go easy on me . thanks
Reply With Quote
  #9  
Old January 15th, 2010, 09:25
SirDice's Avatar
SirDice SirDice is offline
Moderator
 
Join Date: Nov 2008
Location: Rotterdam, Netherlands
Posts: 13,713
Thanks: 47
Thanked 2,022 Times in 1,861 Posts
Default

The problem is in the juniper install. There's no /dev/ada0, it's eiter /dev/da0 or /dev/ad0.
__________________
Senior UNIX Engineer at Unix Support Nederland
Experience is something you don't get until just after you need it.
Reply With Quote
  #10  
Old January 15th, 2010, 17:10
Beastie Beastie is offline
Senior Member
 
Join Date: Mar 2009
Location: /dev/earth0
Posts: 1,702
Thanks: 0
Thanked 301 Times in 245 Posts
Default

Unless it's an AHCI-compliant (S)ATA and the kernel has a built-in support for it.
__________________
May the source be with you!
Reply With Quote
  #11  
Old January 15th, 2010, 17:19
DutchDaemon's Avatar
DutchDaemon DutchDaemon is offline
Administrator
 
Join Date: Nov 2008
Location: Rotterdam, the Netherlands
Posts: 9,836
Thanks: 30
Thanked 1,888 Times in 1,333 Posts
Default

Yep, as in:

Code:
$ df -h
Filesystem      Size    Used   Avail Capacity  Mounted on
/dev/ada0s1a    496M    112M    344M    25%    /
[snip]
__________________
FreeBSD Forums: Information for New Members | FreeBSD Forums Rules
FreeBSD Resources: The FreeBSD Handbook | Manuals | FAQ | Wiki
Before you post: How to ask questions the smart way
If you must know .. So, what does an Administrator/Moderator do?
---> Do not PM me with FreeBSD questions. I do not work here. <---
Reply With Quote
  #12  
Old January 15th, 2010, 17:35
SirDice's Avatar
SirDice SirDice is offline
Moderator
 
Join Date: Nov 2008
Location: Rotterdam, Netherlands
Posts: 13,713
Thanks: 47
Thanked 2,022 Times in 1,861 Posts
Default

Call me stupid but as far as I know FreeBSD 4.x didn't have any AHCI (S)ATA support.
__________________
Senior UNIX Engineer at Unix Support Nederland
Experience is something you don't get until just after you need it.
Reply With Quote
  #13  
Old January 15th, 2010, 17:39
DutchDaemon's Avatar
DutchDaemon DutchDaemon is offline
Administrator
 
Join Date: Nov 2008
Location: Rotterdam, the Netherlands
Posts: 9,836
Thanks: 30
Thanked 1,888 Times in 1,333 Posts
Default

Yeah, that's probably a fair assumption (that would be a major MFC!). Can I still call you stupid?
__________________
FreeBSD Forums: Information for New Members | FreeBSD Forums Rules
FreeBSD Resources: The FreeBSD Handbook | Manuals | FAQ | Wiki
Before you post: How to ask questions the smart way
If you must know .. So, what does an Administrator/Moderator do?
---> Do not PM me with FreeBSD questions. I do not work here. <---
Reply With Quote
  #14  
Old January 15th, 2010, 17:40
SirDice's Avatar
SirDice SirDice is offline
Moderator
 
Join Date: Nov 2008
Location: Rotterdam, Netherlands
Posts: 13,713
Thanks: 47
Thanked 2,022 Times in 1,861 Posts
Default

For you I'll make an exception
__________________
Senior UNIX Engineer at Unix Support Nederland
Experience is something you don't get until just after you need it.
Reply With Quote
  #15  
Old January 16th, 2010, 10:49
rdbrock rdbrock is offline
Junior Member
 
Join Date: Jun 2009
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by KarelPerez View Post
I'm having a similar issue installing an olive on freebsd.

I'm fallowing this guy instructions. everything goes well until i get to the point where i run the pkg_add /var/tmp/jinstall.

the erros is
Saving Confg files ...
installing the bootstrap installer
disklabel: /dev/ada0: no such file or directoty


i'm very new to freebsd so go easy on me . thanks
never did get it working yet, did not have time to revisit yet.
I know it's possible, people at my work have it running on PII 233mhz machines, I'm going to get with them and see how they did it, and I'll come back here and explain. There is also a full wiki on this, havent had a chance to read yet as I got stuck on partitioning.

Olive wiki http://juniper.cluepon.net/index.php/Olive
Reply With Quote
  #16  
Old January 16th, 2010, 10:53
rdbrock rdbrock is offline
Junior Member
 
Join Date: Jun 2009
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by rdbrock View Post
never did get it working yet, did not have time to revisit yet.
I know it's possible, people at my work have it running on PII 233mhz machines, I'm going to get with them and see how they did it, and I'll come back here and explain. There is also a full wiki on this, havent had a chance to read yet as I got stuck on partitioning.

Olive wiki http://juniper.cluepon.net/index.php/Olive
If someone beats me to a step by step, please post it here.
I beleive the wiki link above has some very usefull tips installing on the mini 4.4 Freebsd iso, you just need intel NIC chipsets and MB from what i understood.
Reply With Quote
  #17  
Old January 17th, 2010, 23:59
KarelPerez KarelPerez is offline
Junior Member
 
Join Date: Jan 2010
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

The Main reason it failed is because i had selected Scsi under the Hard drive Virtual Node Configuration, I selected Ide and the Install was succesfull. Thanks everyone ..
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Installing Free BSD on HP DV-5 series Laptop ashvinsivram Mobile Computing 6 May 6th, 2009 13:39
Free BSD e-book arief_grando General 8 March 25th, 2009 01:44
Free BSD don't sees dvd nocentis Multimedia 2 March 13th, 2009 22:15
sound skipping with Free BSD 7.0 Silverback Multimedia 8 January 3rd, 2009 10:08
"free" command/perl script for freebsd unixdude General 10 November 20th, 2008 10:57


All times are GMT +1. The time now is 23:54.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
The mark FreeBSD is a registered trademark of The FreeBSD Foundation and is used by The FreeBSD Project with the permission of The FreeBSD Foundation.
Web protection and acceleration provided by CloudFlare
0