NetBSD-Users archive

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

Re: Creating an i386 root disk that can boot



On Mon, Dec 23, 2024 at 02:04:38PM -0800, Joel wrote:
> I followed instructions in installboot(8). Specifically, with the CF disk
> with adapter attached as /dev/sd0:
> 
>     fdisk -c ./mbr /dev/rsd0c
>     installboot -v -m i386 /dev/rsd0a ./bootxx_ffsv2

Did you also copy /usr/mdec/boot to the rsd0a file system?

Is it actually a ffsv2 filesystem? You can check with:

# dumpfs /dev/rsd0a | more

and the output should start like:

file system: /dev/rsd0a
format  FFSv2ea
endian  little-endian


(or "format  FFSv2", that makes no difference to the bootloader).

Martin


Home | Main Index | Thread Index | Old Index