Chih Liang pisze:
Dear all,
I've tried to upgrade my FreeBSD server from 6.3-RELEASE to
7.0-RELEASE, but it is failed to boot after make kernel KERNCONF=GENERIC.
I didn't modify any file at /usr/src/sys/i386/conf, it was all default.
After done make kernel and reboot, system stop at:
Timecounters tick every 1.000 msec
ad0: 38166MB <Seagate ST340016A 3.75> at ata0-master UDMA100
I can't boot in single mode, but I can boot in safe mode, and it showed:
Manual root filesystem specification:
<fstype>:<device> Mount <device> using filesystem <fstype>
eg. ufs:da0s1a
? List valid disk boot devices
<empty line> Abort manual input
I type "?" for list, but it only show acd0 and fdc0, "ufs:ad0s1a" or
"ufs:/dev/ad0s1a" are not working
I can boot with /boot/kernel.old now (6.3-RELEASE), I rebuilt kernel
again and again, but still not work.
I check the difference between old GENERIC on 6.3-RELEASE and new
GENERIC on 7.0-RELEASE, it has not difference besides new add in
7.0-RELEASE.
Is any one can help me? I don't want to reinstall...because I don't
have install cd...
And sorry for my poor English, thank you for reading!
Regards,
Chih Liang
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Did you make buildworld before buildkernel? If not, boot kernel.old ane
follow these rules:
1. csup 7-stable sources (just to be sure)
2. rm -fR /usr/obj (just to be sure again)
3. make buildworld && make buildkernel KERNCONF=GENERIC
4. make installkernel
5. reboot in single user mode
6. mergemaster -p
7. make installworld
8. mergemaster
9. make delete-old
10. make delete-old-libs
Good luck!
--
Bartosz Stec - specjalista ds. IT
AUXILIA Spółka z o.o.
ul. Wałbrzyska 43/2
52-314 Wrocław
tel. (71) 79 99 760 w. 69
GSM: 662171775
E-Mail: [EMAIL PROTECTED]
--
E-Mail Disclaimer
Niniejsza wiadomosc oraz wszystkie zalaczone do niej pliki przeznaczone sa do
wylacznego uzytku adresata i moga zawierac chronione lub poufne informacje.
Przegladanie, wykorzystywanie, ujawnianie lub dystrybuowanie przez osoby do
tego nieupowaznione jest zabronione. Jesli nie jest Pani/Pan wymienionym
adresatem niniejszej wiadomosci, prosimy o niezwloczny kontakt z nadawca i
usuniecie oryginalnej wiadomosci wraz ze zniszczeniem wszystkich jej kopii.
Der Inhalt dieser E-Mail ist vertraulich und ausschließlich für den
bezeichneten Adressaten bestimmt. Wenn Sie nicht der vorgesehene Adressat
dieser E-Mail oder dessen Vertreter sein sollten, so beachten Sie bitte, daß
jede Form der Kenntnisnahme, Veröffentlichung, Vervielfältigung oder Weitergabe
des Inhalts dieser E-Mail unzulässig ist. Wir bitten Sie, sich in diesem Fall
mit dem Absender der E-Mail in Verbindung zu setzen.
This e-mail message including any attachments is for the sole use of the
intended recipient(s) and may contain privileged or confidential information.
Any unauthorized review, use, disclosure or distribution is prohibited. If you
are not the intended recipient, please immediately contact the sender by reply
e-mail and delete the original message and destroy all copies thereof.
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"