FreeBSD-12.0-RC3-i386-disc1.iso does not boot
On Sat Dec 1 21:51:05 UTC 2018 CenturyLink Customer wrote: >> Hello all:Sorry, this old Pentium 4 refurbished test machine has been >> obstinate >> during ALPHA, BETA, and now RC.I had a workaround using the BTX bootloader >> from >> ALPHA8 and pasted it into BETA3; meanwhile,remastering the .iso disk >> afterwards. > miltonott wrote: > My lord, I send greetings. I have a mind to try > FreeBSD-12.0-RC3-i386-disc1.iso, > and willingness to report back my experience. The get-at-able hardware > gives: > 686 class Pentium 4 (socket 775), 686 class Celeron (socket 370). My guvnor, I have zero writable cd media at this time. I grabbed the dvd iso: FreeBSD-12.0-RC3-i386-dvd1.iso. I can say the boot run its course and served up a login prompt with considerable aplomb. The contents of /var/run/dmesg.boot can be viewed at ` http://dmesgd.nycbug.org/index.cgi?do=view&id=4625 `. ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"
FreeBSD 12.0-RC3 Now Available
Hello everyone! We have a problem since version 10.3 (bug 209468 [1]). There is no availability to boot system if some of adaptec raid controllers are used. Could you be so kind as to pay attention to it? [1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209468 ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"
Re: FreeBSD 12.0-RC3 Now Available
Yagertiny Алексей wrote: > Hello everyone! > > We have a problem since version 10.3 (bug 209468 [1]). There is no > availability to boot system if some of adaptec raid controllers are used. > Could you be so kind as to pay attention to it? > > [1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209468 I have built a -CURRENT disc1.iso with the patch provided in PR. It seems to work without issues with older ASR 6805 having 8 disks in RAID10 (below). It would be nice if you could try installing this and report if it works for you on newer adapters that you have; if everything looks OK, I'll put it out for review, and hopefully commit. https://people.freebsd.org/~yuripv/FreeBSD-13.0-CURRENT-amd64-20181202-r341364-disc1-aacraid.iso NOTE: as this is a -current snapshot, please use it for testing only. aacraid0: mem 0xdbf0-0xdbff,0xdbebf800-0xdbeb,0xdbebf400-0xdbebf4ff irq 76 at device 0.0 on pci5 aacraid0: Enable Raw I/O aacraid0: Enable 64-bit array aacraid0: using MSI interrupts aacraid0: New comm. interface type1 enabled aacraid0: Adaptec 6805, aacraid driver 3.2.10-1 aacraidp0 on aacraid0 aacraidp1 on aacraid0 aacraidp2 on aacraid0 aacraidp3 on aacraid0 da0 at aacraidp0 bus 0 scbus7 target 0 lun 0 da0: Fixed Direct Access SPC-2 SCSI device da0: Serial Number A12B55B400 da0: 300.000MB/s transfers da0: Command Queueing enabled da0: 1716224MB (3514826752 512 byte sectors) ses0 at aacraidp3 bus 0 scbus10 target 0 lun 0 ses0: Fixed Enclosure Services SPC-3 SCSI device signature.asc Description: OpenPGP digital signature
Re: Boot loader stuck after first stage upgrading 11.2 to 12.0-RC2
> On 2 Dec 2018, at 01:11, Mark Martinec wrote: > > 2018-11-29 18:43, Toomas Soome wrote: >> I just did push biosdisk updates to stable/12, I wonder if you could >> test those bits… > > Thank you! I haven't tried it yet, but I wonder whether this fix was > already incorporated into 12.0-RC3, which would make my rescue easier. > > Otherwise I can build a stable/12 on another host and transplant > the problematic file(s) to the affected host - if I knew which files > to copy. > > I wonder also, if the today's posting by cksalexan...@q.com on the > freebsd-stable ML titled "FreeBSD-12.0-RC3-i386-disc1.iso does not boot" > could be describing the same problem? > > Mark > The files are /boot/loader* binaries - to be exact, check which one is linked to /boot/loader. I can provide binaries if needed. Can not tell about post in freebsd-stable - it simply does not provide enough information. rgds, toomas > >>> On 29 Nov 2018, at 17:01, Mark Martinec >>> wrote: >>> After successfully upgraded three hosts from 11.2-p4 to 12.0-RC2 (amd64, >>> zfs, bios), I tried my luck with one of our production hosts, and ended up >>> with a stuck loader after rebooting with a new kernel (after the first >>> stage of upgrade). >>> These were the steps, and all went smoothly and normally until a reboot: >>> freebsd-update upgrade -r 12.0-RC2 >>> freebsd-update install >>> shutdown -r now >>> While booting, the 'BTX loader' comes up, lists the BIOS drives, >>> then the spinner below the list comes up and begins turning, >>> stuttering, and after a couple of seconds it grinds to a standstill >>> and nothing happens afterwards. >>> At this point the ZFS and the bootstrap loader is supposed to >>> come up, but it doesn't. >>> This host has too zfs pools, the system pool consists of two SSDs >>> in a zfs mirror (also holding a freebsd-boot partition each), the >>> other pool is a raidz2 with six JBOD disks on an LSI controller. >>> The gptzfsboot in both freebsd-boot partitions is fresh from 11.2, >>> both zpool versions are up-to-date with 11.2. The 'zpool status -v' >>> is happy with both pools. >>> After rebooting from an USB drive and reverting the /boot directory >>> to a previous version, the machine comes up normally again >>> with the 11.2-RELEASE-p4. >>> I found a file init.core in the / directory, slightly predating the >>> last reboot with a salvaged system - although it was probably not >>> a cause of the problem, but a consequence of the rescue operation. >>> It is unfortunate that this is a production host, so I can't play >>> much with it. One or two more quick experiments I can probably >>> afford, but not much more. Should I just first wait for the >>> official 12.0 release? Should I try booting with a 12.0 on USB >>> and try to import pools? Suggestions welcome. >>> Now that the /boot has been manually restored to the 11.2 state, >>> A SECOND QUESTION is about freebsd-update, which still thinks we are >>> in the middle of an upgrade procedure. Trying now to just update >>> the 11.2-RELEASE-p4 to 11.2-RELEASE-p5, the fetch complains: >>> # uname -a >>> FreeBSD xxx 11.2-RELEASE-p4 FreeBSD 11.2-RELEASE-p4 >>> # >>> # freebsd-version >>> 11.2-RELEASE-p4 >>> # >>> # freebsd-update fetch >>> src component not installed, skipped >>> You have a partially completed upgrade pending >>> Run '/usr/sbin/freebsd-update install' first. >>> Run '/usr/sbin/freebsd-update fetch -F' to proceed anyway. >>> So what is the right way to get rid of all traces of the >>> unsuccessful upgrade, and let freebsd-update believe we are cleanly >>> at 11.2-p4 ? Removing /var/db/freebsd-update did not help. >>> Mark > ___ > freebsd-curr...@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org" ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"
Problem reports for sta...@freebsd.org that need special attention
To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status |Bug Id | Description +---+--- New |230620 | "install -d" issue Open|227213 | FreeBSD 10.4 kernel deadlocks on sysctlmemlock 2 problems total for which you should take action. ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"
[Bug 227213] FreeBSD 10.4 kernel deadlocks on sysctlmemlock
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227213 --- Comment #36 from Eugene Grosbein --- Can you test FreeBSD 11.2? 10.4 went EoL already. -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"
Re: FreeBSD-12.0-RC3-i386-disc1.iso does not boot
miltonott wrote: >>On Sat Dec 1 21:51:05 UTC 2018 CenturyLink Customer wrote: >>> Hello all:Sorry, this old Pentium 4 refurbished test machine has been >>> obstinate >>> during ALPHA, BETA, and now RC.I had a workaround using the BTX bootloader >>> from >>> ALPHA8 and pasted it into BETA3; meanwhile,remastering the .iso disk >>> afterwards. I have booted a FreeBSD-12.0-RC2-i386-bootonly.iso disk on a Pentium 4 without difficulty. For RC2, the "..disc1.iso" looked too big for a 700Mbyte CD. (I haven't tried RC3, but I doubt there is much difference?) >> miltonott wrote: >> My lord, I send greetings. I have a mind to try >> FreeBSD-12.0-RC3-i386-disc1.iso, >> and willingness to report back my experience. The get-at-able hardware >> gives: >> 686 class Pentium 4 (socket 775), 686 class Celeron (socket 370). > > My guvnor, I have zero writable cd media at this time. I grabbed the dvd > iso: >FreeBSD-12.0-RC3-i386-dvd1.iso. I can say the boot run its course and served >up a >login prompt with considerable aplomb. The contents of /var/run/dmesg.boot >can >be >viewed at ` http://dmesgd.nycbug.org/index.cgi?do=view&id=4625 `. rick ps: For Release candidates, it is probably better to post to freebsd-current@. ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"
Re: FreeBSD-12.0-RC3-i386-disc1.iso does not boot
I seem to have the same issue with the PowerPC CD (since the alpha stage images). It will show up in the boot menu but once selected it doesn’t work at all, just inverts colors. Tested on both my G5 DP and eMac G4, which the latter works only on the now obsolete 10.4 and current 11.1. 11.2 doesn’t boot all the way (hangs at cryptosoft0 in the boot sequence) Sent from Yahoo Mail for iPhone On Sunday, December 2, 2018, 7:23 PM, Rick Macklem wrote: miltonott wrote: >>On Sat Dec 1 21:51:05 UTC 2018 CenturyLink Customer wrote: >>> Hello all:Sorry, this old Pentium 4 refurbished test machine has been >>> obstinate >>> during ALPHA, BETA, and now RC.I had a workaround using the BTX bootloader >>> from >>> ALPHA8 and pasted it into BETA3; meanwhile,remastering the .iso disk >>> afterwards. I have booted a FreeBSD-12.0-RC2-i386-bootonly.iso disk on a Pentium 4 without difficulty. For RC2, the "..disc1.iso" looked too big for a 700Mbyte CD. (I haven't tried RC3, but I doubt there is much difference?) >> miltonott wrote: >> My lord, I send greetings. I have a mind to try >>FreeBSD-12.0-RC3-i386-disc1.iso, >> and willingness to report back my experience. The get-at-able hardware >> gives: >> 686 class Pentium 4 (socket 775), 686 class Celeron (socket 370). > > My guvnor, I have zero writable cd media at this time. I grabbed the dvd > iso: >FreeBSD-12.0-RC3-i386-dvd1.iso. I can say the boot run its course and served >up a >login prompt with considerable aplomb. The contents of /var/run/dmesg.boot >can >be >viewed at ` http://dmesgd.nycbug.org/index.cgi?do=view&id=4625 `. rick ps: For Release candidates, it is probably better to post to freebsd-current@. ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org" ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"