Re: FreeBSD wont boot on AMD Ryzen 9 7950X
- Reply: Mike Jakubik : "Re: FreeBSD wont boot on AMD Ryzen 9 7950X"
- In reply to: Mike Jakubik : "Re: FreeBSD wont boot on AMD Ryzen 9 7950X"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 20 May 2023 20:49:09 UTC
Mike Jakubik wrote: > Hello, > > ThanksĀ for the info. At least I know it's not specific to my parts. Is > there any knob one can turn in the BIOS to enable/disable this feature? > iirc UART is old school serial ports? Wonder if removing UART support > from the kernel would be a workaround. Try the following from the loader prompt (option 3 from the beastie menu): set hint.uart.0.disabled=1 set hint.uart.1.disabled=1 boot