![]() |
|
NetBSD Installation and Upgrading Have trouble getting NetBSD on your toaster? |
![]() |
|
Thread Tools | Display Modes |
|
|||
![]()
Recently, I was looking for an old computer system to install NetBSD on. I found an old HP Pavillion dv9000 laptop and decided I would give it a try. After booting from the installation media, the boot process seems to freeze within a few seconds. Not that I know what it truly means, but I tried booting without ACPI, but the same problem occurs. The system doesn't give any error messages, and I have no idea of how to troubleshoot at that stage or how to get any logged information assuming that something can be logged at that point. Does anyone have any ideas or suggestions? I would greatly appreciate it.
Thank you |
|
|||
![]()
Thank you for replying. I didn't think I would get one so quickly. I'm not currently at home to test it, but I will try to get some information perhaps by tomorrow.
What I can tell you right now though is that it never reaches the installation; it stops mid-boot after just a few seconds. I later tried to install FreeBSD as a comparison, and surprisingly, it booted just fine. As for the HD and RAM test, I will run it as soon as I have a chance. |
|
||||
![]() Quote:
Edit : now we know your machine can boot. You should re-download the install file, just to check it was not corrupted, and restart the entire install process. Oh, and it would also be useful to have further informations... Is it your first install of NetBSD or are you a long-experienced user ? Or do you use any other BSDs ?
__________________
ThinkPad W500 P8700 6GB HD3650 - faultry ThinkStation P700 2x2695v3 32GB 1050ti 3xSSD 1xHDD Last edited by LeFrettchen; 5th December 2017 at 01:42 AM. Reason: I think you can guess, right ? |
|
|||
![]()
That's a good idea. I'm not sure why I didn't think of re-downloading the install image.
I'm fairly new to the BSDs. I've only installed FreeBSD on VirtualBox and NetBSD on a Raspberry Pi, and actually that's why I wanted to install NetBSD on a more traditional system, so to speak. I just really enjoyed it. I have just a little experience with Linux systems as well if that helps you in any way but it hasn't been anything too technical. I'll report back tomorrow with the info and a fresh install image attempt. |
|
|||
![]()
Recent versions of FreeBSD install a gpt boot loader in the 1st two sectors of the hard drive. When NetBSD installs a mbr boot loader in just the 1st sector of a prior FreeBSD install, it results in a damaged table.
Try gdisk to "zap" the GPT/MBR and start with a clean disk. |
|
|||
![]()
When downloading O/S images, there should always be a checksum with the various versions so that you can verify that you got a good download image.
(Of course, most of us don't bother unless we have trouble. ![]()
__________________
Linux since 1999, & also a BSD user. ![]() |
|
|||
![]()
Sorry for taking so long. Something came up yesterday, and I didn't have time to mess around with my laptop.
Quote:
I noticed that two IRQs are considered invalid and that the QLBD is not configured, but I'm not sure if they could even cause something like this because I don't know what they are or what they do. Quote:
Quote:
Last edited by Stlyx; 7th December 2017 at 01:14 AM. Reason: To include replies to shep and bsd-keith; To correct the image link |
|
||||
![]()
AFAIK, IRQs 10 & 11 are free, this should not be a problem.
On another hand, this is a BIOS related issue and could be the visible part only. Maybe your BIOS needs to be updated... About QLBD : Quote:
![]()
__________________
ThinkPad W500 P8700 6GB HD3650 - faultry ThinkStation P700 2x2695v3 32GB 1050ti 3xSSD 1xHDD |
|
|||
![]()
Thank you LeFrettchen. I'll see if I can update the BIOS then
|
|
|||
![]()
So, the good news is that the BIOS was out of date. Unfortunately, the problem still persists.
|
|
||||
![]()
One step forward, at least
![]() Does the boot always freezes at the same point ? On the picture you posted, the last line is some ACPI WMI related features. WMI is Windows Management Instrumentation, maybe not really NetBSD friendly. (but since I don't use NetBSD, I really don't know, it's just an idea). So if WMI is the cause of the trouble, it should be possible to deactivate it in the BIOS, in the Power Management section. Or it should be possible to deactivate the entire ACPI features. Would be worth trying...
__________________
ThinkPad W500 P8700 6GB HD3650 - faultry ThinkStation P700 2x2695v3 32GB 1050ti 3xSSD 1xHDD |
|
|||
![]()
Maybe someone changed settings in the BIOS, usually you can reset them to factory settings, might let it boot up - no guarantees.
(I once had an old laptop that didn't like FreeBSD acpi & had to turn it off to get it to boot up.)
__________________
Linux since 1999, & also a BSD user. ![]() |
|
|||
![]()
There are some current problems with WMI on NetBSD
http://mail-index.netbsd.org/source-...msg009678.html |
|
|||
![]()
Hello everyone,
I apologize for being gone for so long. I had a few things to take care of, but yes, once I disabled acpiwmi kernel option, the install media finished booting the laptop. I wasn't aware of the BIOS option, and I think I'll have a look at it in a few moments. I also didn't know how to disable the acpiwmi option from the boot prompt or if it was even possible for that matter. So, I installed and ran NetBSD from VirtualBox and compiled a new installation kernel without WMI support, and then replaced the kernel in the installation media with the custom one. Later, I found out that by dropping to the boot prompt, the system could be booted by specifying: Code:
boot -c Code:
disable acpiwmi quit Anyway, I really appreciate all the help because it's working ![]() |
|
||||
![]() ![]() Great ! Glad we were able to help ![]() Edit : Quote:
![]()
__________________
ThinkPad W500 P8700 6GB HD3650 - faultry ThinkStation P700 2x2695v3 32GB 1050ti 3xSSD 1xHDD Last edited by LeFrettchen; 19th December 2017 at 11:07 PM. Reason: Who can tell ? :) |
|
|||
![]()
I apologize yet again for taking long to respond. I got a little too involved with adding stuff to NetBSD and those "few moments" turned into hours and hours.
Quote:
Quote:
Code:
/boot.cfg menu=Boot normally:rndseed /var/db/entropy-file;boot netbsd menu=Boot single user:rndseed /var/db/entropy-file;boot netbsd -s menu=Disable ACPI:rndseed /var/db/entropy-file;boot netbsd -2 menu=Disable ACPI and SMP:rndseed /var/db/entropy-file;boot netbsd -12 menu=Drop to boot prompt:prompt default=1 timeout=5 clear=1 userconf=disable acpiwmi |
![]() |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Your NetBSD Laptop | vermaden | NetBSD General | 39 | 26th December 2024 09:40 AM |
NetBSD 6 installation on Thinkpad T420 laptop | bsdnotbdsm | Guides | 5 | 27th March 2013 09:17 PM |
NetBSD laptop thread | Mr-Biscuit | Guides | 1 | 10th June 2009 05:51 AM |
Installation problems on X24 laptop | IIMarckus | OpenBSD Installation and Upgrading | 6 | 5th September 2008 07:58 PM |
NetBSD + old laptop adventure | anomie | NetBSD General | 4 | 27th June 2008 01:57 PM |