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 November 7th, 2009, 09:46
zzbwang zzbwang is offline
Junior Member
 
Join Date: Nov 2009
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Angry FreeBSD 7.2 can not boot on my computer

I have been using freebsd since version 5.4, 6.2, 6.4, 7.0 and everything is ok. Now I want to install freebsd 7.2 on my computer because valgrind becomes supporting freebsd since 7.2. During the installation process everything is ok. After reboot, freebsd can not boot up, system prompted: "Disk boot failure, Insert system disk and press any key".

I installed freebsd boot manager, it seems it does not work. Anybody met same condition? How can I resolve this problem?

installation media: I386 DVD burned with ISO image file from freebsd website.

Thanks a lot!
Reply With Quote
  #2  
Old November 7th, 2009, 11:58
MG's Avatar
MG MG is offline
Member
 
Join Date: Nov 2008
Location: Netherlands
Posts: 161
Thanks: 5
Thanked 11 Times in 8 Posts
Default

Assuming there is no disk hardware failure, I would overwrite the disk booting area and install the dvd again. You need a running FreeBSD system that can access the target disk like te livefs cd:

Overwrite the first 1000KB of your disk with zeroes:
dd if=/dev/zero of=/dev/ad? bs=1k count=1000

I'm not sure this will solve your problem. It also can be related to the bios or the new disk drivers.

Last edited by DutchDaemon; November 7th, 2009 at 20:41.
Reply With Quote
  #3  
Old November 8th, 2009, 06:59
zzbwang zzbwang is offline
Junior Member
 
Join Date: Nov 2009
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by MG View Post
Assuming there is no disk hardware failure, I would overwrite the disk booting area and install the dvd again. You need a running FreeBSD system that can access the target disk like te livefs cd:

Overwrite the first 1000KB of your disk with zeroes:
dd if=/dev/zero of=/dev/ad? bs=1k count=1000

I'm not sure this will solve your problem. It also can be related to the bios or the new disk drivers.
I am very sure hard disk is ok. after installation failure of 7.2, I tried 7.0 again, 7,0 can be installed and run normally.

In the past three days, I tried to install bsd 7.2 on 3 different machines. The results are same.

I have not use livefs cd. This morning I burned a livefs cd, after boot with it, it begins to install BSD as if a full BSD DVD. And I did not found doc about how to use livefs cd. Can you give me some links or pls tell me how to use it?

Thanks a lot!
Reply With Quote
  #4  
Old November 8th, 2009, 08:57
MG's Avatar
MG MG is offline
Member
 
Join Date: Nov 2008
Location: Netherlands
Posts: 161
Thanks: 5
Thanked 11 Times in 8 Posts
Default

From the livefs cd main menu:

--> Fixit-Repair mode with CDROM/DVD/floppy or start shell
--> use livefs CDROM/DVD
Reply With Quote
  #5  
Old November 9th, 2009, 19:07
LateNiteTV LateNiteTV is offline
Member
 
Join Date: Nov 2008
Location: palm springs
Posts: 209
Thanks: 16
Thanked 15 Times in 15 Posts
Default

if you cant seem to get 7.2 to install properly from the cd image, why not install 7.0 and csup to 7.2?
Reply With Quote
  #6  
Old November 10th, 2009, 05:41
zzbwang zzbwang is offline
Junior Member
 
Join Date: Nov 2009
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Yes, I tried install 7.0 and upgrade to 7.2. Succeed!

What's more, I also tried to install 7.2 on VMware, succeed too!

I am strange why 7.2 can not be installed on real PC and embedded server.

should I report a bug to developers?

thank you all!
Reply With Quote
  #7  
Old November 14th, 2009, 01:03
rebQQtz rebQQtz is offline
Junior Member
 
Join Date: Nov 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Same problem here

lot of problems with 7.2 ...

i have tried installing in several machines, about 30% success
changed CD readers, burnt a bunch if CD, ... no way:
On some (too many) machines 7.2 just does not start
SOB!
Reply With Quote
  #8  
Old November 14th, 2009, 01:34
DutchDaemon's Avatar
DutchDaemon DutchDaemon is online now
Moderator
 
Join Date: Nov 2008
Location: Rotterdam, the Netherlands
Posts: 3,326
Thanks: 8
Thanked 438 Times in 413 Posts
Default

http://www.freebsd.org/releases/7.2R/errata.html
Quote:
[20090501] Some machines do not recognize the i386 disc1 as bootable and fall through to booting off the next boot device. All affected machines did see the other discs as bootable. As a workaround, you can boot using the bootonly or livefs CDROM and then swap in disc1 once sysinstall(8) starts.
Try that, or use 7.1 and upgrade, or try 8.0 (8.0-RELEASE soon, release candidate works fine).
__________________
FreeBSD Handbook | FreeBSD Manuals | FAQ FreeBSD 6/7 | FreeBSD Wiki | FreeBSD Forum FAQ (Rules & Tips)
Always use CODE tags for posting system output! | End-of-Year Fundraising Drive | Donate!
---> Do not PM me with FreeBSD questions. I do not work here. <---
Reply With Quote
  #9  
Old November 16th, 2009, 16:42
bluetick's Avatar
bluetick bluetick is offline
Junior Member
 
Join Date: Nov 2008
Posts: 47
Thanks: 0
Thanked 2 Times in 2 Posts
Default

I have had 3 computers after running freebsd-update fail to find the OS on reboot. I reload 7.2 from cd, reboot into the new system then reboot several times just fine. When I run freebsd-update to the current level of 7.2 on reboot the system will not boot. Unable to load 8.0RC3, it finds the drive, I take the defaults, but the drive is not found during the write to the harddrive.
Reply With Quote
  #10  
Old November 16th, 2009, 23:08
jb_fvwm2 jb_fvwm2 is offline
Member
 
Join Date: Nov 2008
Posts: 252
Thanks: 2
Thanked 13 Times in 13 Posts
Default

I'm fairly certain, not positive, that if you
can somehow load
geom_bsd.ko, geom_mbr.ko, and geom_label.ko, BEFORE
the write to the disk, that /dev entries will be
created (v8) to allow install to.
But am unsure as of how to do it. (boot? at the
loader prompt, some command?)
Those three (or one or two ) fixed the "sata on
pci controller" not found /dev entries on 8-stable
(october 2009). here (I am almost certain.)
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
[Solved] Help installing freeBSD 7.2 computer hangs golpemortal Installing & Upgrading 5 November 1st, 2009 20:43
New Computer and FreeBSD penguinhead Installing & Upgrading 6 July 2nd, 2009 18:04
problem with booting freebsd boot cd on my computer Roberth Installing & Upgrading 13 March 29th, 2009 22:49
Moving Hardisk to another computer disappearedng General 5 January 17th, 2009 02:01
New computer.. Bluelight System Hardware 7 December 10th, 2008 19:39


All times are GMT +1. The time now is 14:02.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
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.