| Summary: | Cannot load the kernel after installation on Supermicro H8DAR-T | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Greg Hamamjian <haxor777> |
| Component: | kern | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Unspecified | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Greg Hamamjian
2006-05-09 06:20:19 UTC
Did you do a "standard" install? kernels/install.sh was rewritten to allow a choice of kernel. e.g. GENERIC or SMP If you run the script by hand you need to rename the installed kernel. If you use one of the "potted" installs, sysinstall should do this for you. A manual install would be something like (i.e. not tested) cd /dist/kernels ./install.sh GENERIC mv /boot/GENERIC /boot/kernel If you want to install somewhere other than /, you should be able to set DESTDIR to avoid editing the script. I guess you could call this a "feature". -- i j hart ICT Technician Cardinal Newman Catholic School & Community College Had a similar problem on my t22 thinkpad (i386). The kernel was simply missing after serveral installations. I did 6.1-RELEASE standard installations with several different configurations regarding slice setup /mbr (allways the whole hd for freebsd) and installation medias (ftp and cd). All failed with a missing kernel. After finding this bug report i started to investigate a bit. With debug on i can see a few error messages on the debug console: DEBUG: Executing command 'rm -rf /boot/kernel' DEBUG: Command 'rm -rf /boot/kernel' returns status of 0 DEBUG: Executing command 'mv /boot/GENERIC /boot/kernel' mv: rename /boot/GENERIC to /boot/kernel: No such file or directory DEBUG: Command 'mv /boot/GENERIC /boot/kernel' returns status of 1 I tried to install again to get some more debug info on the next "try" and suddenly it worked. I have not changed a bit and have absolutely no clue what the problem was. I would be happy to investigate some more if someone could tell me some neat way to log the debug console of sysinstall or any other debug technique for the problem. --- Joachim To whom it may concern: Going through some troubleshooting steps with i j hart (ICT Technician) from the Cardinal Newman Catholic School & Community College, I was informed to submit a Followup letting you know that the above problem also applies to the i386 architecture. -=3D-Thanks in Advance -=3D-Greg Responsible Changed From-To: freebsd-amd64->freebsd-bugs Apparently also happens on i386. To whom it may concern: The issue stated in problem report kern/97019 also occurs in 6.2 (Beta 1.) I am downloading Beta 2, will test some time this week. -- Greg Hamamjian CCTV Suppliers INC 2529 Foothill BLVD #106 La Crescenta, CA 91214 Office: (818) 249-3555 Issue also occurs in 6.2 BETA2. -- Greg To whom it may concern: The problem report stated in 97019 seems to have been rectified in the 6.2-Release. Thanks again to all that were involved. -- Greg Hamamjian State Changed From-To: open->closed Submitter reported the problem has been corrected in 6.2 |