1919d
![]() |
|
|
|
|
|||||||
| Installing & Upgrading Installing and upgrading FreeBSD. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I upgraded a 7.1 system to 8.3 using the following procedure:
Code:
1. Change RELENG_7_1 to RELENG_8 in /usr/share/examples/cvsup/standard-supfile 2. csup -g -L 2 -h cvsup5.us.freebsd.org /usr/share/examples/cvsup/standard-supfile 3. cd /usr/src 4. make buildworld 5. make buildkernel KERNCONF="GENERIC" 6. make installkernel KERNCONF="GENERIC" 7. make installworld 8. shutdown -r now Code:
/libexec/ld-elf.so.1: /lib/libc.so.7: Unsupported version 61089 of Elf_Verdef entry Thanks! ![]() J. |
|
#2
|
|||
|
|||
|
Post your /etc/make.conf and /etc/src.conf. It may be safer to upgrade first to 7.4 and then to 8.3. 8.3 is actually RELENG_8_3 but I don't think it makes much difference compared to RELENG_8
|
|
#3
|
|||
|
|||
|
/etc/make.conf
Code:
# added by use.perl 2012-07-31 11:40:38 PERL_VERSION=5.8.9 Thanks! ![]() J. Last edited by SirDice; August 6th, 2012 at 15:15. Reason: Format (all) path/file/device/program/variable/function names: http://forums.freebsd.org/showthread.php?t=8816#file |
|
#4
|
|||
|
|||
|
I successfully upgraded it to 7.4. Now I'm trying to go from 7.4 to 8.3.
|
|
#5
|
|||
|
|||
|
Upgrading from 7.4 to 8.3 didn't work. I'm getting the same error at boot time. Perhaps I should mention that this is a VM running in Hyper-V.
|
|
#6
|
||||
|
||||
|
__________________
Powered by BareBSD |
|
#7
|
|||
|
|||
|
Quote:
|
|
#8
|
|||
|
|||
|
Is your kernel configuration file GENERIC really the standard GENERIC that comes with the 8.3 sources? If you have a custom kernel configuration it's a bad idea to call it GENERIC.
|
|
#9
|
|||
|
|||
|
It's really GENERIC. I wanted to get a working system before making changes to the kernel config and recompiling it.
|
|
#10
|
|||
|
|||
|
Try if updating to 8.2 first works, otherwise I'm out of ideas. You could ask on freebsd-stable mailing list as well.
|
|
#11
|
|||
|
|||
|
There is some port that needs rebuilding, I had the same going from RELENG_9 to RELENG_8:
1. After upgrade, boot the new system and Ctrl+C your way through the start process until you reach a logon prompt (which will not start most of the services) 2. follow the guide here to rebuild all ports: portmaster man page, the information is at the very bottom of the page under Using portmaster to do a complete reinstallation of all your ports: 3. reboot
|
| The Following User Says Thank You to disi For This Useful Post: | ||
wblock@ (August 15th, 2012) | ||
|
#12
|
|||
|
|||
|
Quote:
Code:
Enter full pathname of shell or RETURN for /bin/sh: Thanks!
|
|
#13
|
|||
|
|||
|
I was able to use /rescue/sh. I'm getting a shell now but any command I try to use after that gives:
Code:
/libexec/ld-elf.so.1: /lib/libc.so.7: Unsupported version 59477 of Elf_Verdef entry |
|
#14
|
|||
|
|||
|
I read somewhere that I should install the 7.x compat libraries but when I try on the 7.4 system, I'm told that it needs to be at least 8.0. According to mergemaster -p, nothing needs to be merged. How should I proceed? Am I SOL?
|
|
#15
|
|||
|
|||
|
Quote:
Alternatively you can wait 'maybe a long time' for it to give up itself and drop to a shell. |
|
#16
|
|||
|
|||
|
Quote:
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| System boot error after System upgrade | hp21 | Installing & Upgrading | 0 | November 19th, 2010 12:00 |
| mfsBSD upgraded to stable with stable-8-v15.patch - BOOT FAILURE - PLEASE HELP!!! | EMax | Installing & Upgrading | 5 | August 27th, 2010 06:58 |
| Upgraded to FreeBSD 8.0-BETA4 - sshd no longer binds on boot | Cataztrohpy | Installing & Upgrading | 2 | September 17th, 2009 17:33 |
| how to boot system? | hirohitosan | System Hardware | 13 | April 18th, 2009 10:07 |
| Cannot boot the system | srikanth10 | General | 1 | February 20th, 2009 23:59 |