OPNsense Forum

Archive => 24.1, 24.4 Legacy Series => Topic started by: craig.valli on March 13, 2024, 08:44:57 AM

Title: Install hangs on atrtc0 on MSI Cubi N ADL
Post by: craig.valli on March 13, 2024, 08:44:57 AM
Hi
I just got a new MSI machine its a MSi - Cubi N ADL
Trying to install opnsense 24.1 on it and hangs thusly see attached image complaing about RTC
(http://hanmsi1.jpg)
Any ideas
cheers
Craig
Title: Re: Install hangs on atrtc0 on MSI Cubi N ADL
Post by: Greg_E on March 13, 2024, 02:20:19 PM
I bet it is hanging before this but gets a couple steps farther than my HP T740. The atkbd0 - [GIANT-LOCKED] is probably stopping you from loading the system. Try this post and see if the steps in the last few posts work:

https://forum.opnsense.org/index.php?topic=38921.0
Title: Re: Install hangs on atrtc0 on MSI Cubi N ADL
Post by: craig.valli on March 14, 2024, 06:28:19 AM
Thanks will give it a try
cheers
Craig
Title: Re: Install hangs on atrtc0 on MSI Cubi N ADL
Post by: craig.valli on March 14, 2024, 07:01:27 AM
Okay fix worked
with
At the boot options screen press 3 or esc


unset hint.uart.0.at
unset hint.uart.1.at
autoboot

the installer should load and does
and dont forget to add /boot/loader.conf.local
hint.uart.0.disabled="1"
hint.uart.1.disabled="1"

and all rock as roll
cheers and thanks
Craig
Title: Re: Install hangs on atrtc0 on MSI Cubi N ADL
Post by: Greg_E on March 14, 2024, 04:09:27 PM
Glad it helped, I wonder how common this is going to become.