tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: The root partition inside a slice.



> I have tried the current(69940) i386 kernel.
> It's not helped.
> I have the root partition on "ld0e" and bootloader on "ld0a".

Can you also show your boot.cfg?
Does it have "rndseed /var/db/entropy-file; boot hd0e:netbsd" ?
If so, probably you have to remove "rndseed" command from it.

IIRC, the current x86 bootloader has a bug:
 - "rndseed" (and modules) always tries to open the partition a
 - once the partition a is opened the bootloader sets it as a root partition
   into bootinfo even if it isn't opened for loading a kernel
http://nxr.netbsd.org/xref/src/sys/arch/i386/stand/lib/biosdisk.c?r=1.43#781

---
Izumi Tsutsui


Home | Main Index | Thread Index | Old Index