Re: net install downloads bootloader program then complains about RARP request?
Kaya Saman <[email protected]>
| Newsgroups | gmane.os.openbsd.sparc |
|---|---|
| Message-ID | <[email protected]> |
On 11/05/2012 10:24 AM, Stuart Henderson wrote:
> On 2012/11/04 23:06, Kaya Saman wrote:
>> Also I think my TFTP service was also down too. I managed to make
>> some progress:
>>
>> Rebooting with command: boot net bsd.mp
>> Boot device: /pci@1f,700000/network@2 File and args: bsd.mp
>> 100 Mbps full duplex Link up
>> Requesting Internet Address for 0:3:ba:9c:53:55
>> Requesting Internet Address for 0:3:ba:9c:53:55
>> Requesting Internet Address for 0:3:ba:9c:53:55
>> Requesting Internet Address for 0:3:ba:9c:53:55
>>>> OpenBSD BOOT 1.4
>> 100 Mbps full duplex Link up
>> Using BOOTPARAMS protocol: ip address: 192.168.1.115, hostname: sunburst
>> Using BOOTP protocol: ip address: 192.168.1.115, hostname: sunburst,
>> netmask: 255.255.255.0, gateway: 192.168.1.116
>> root addr=0.0.0.0 path=/
>> getport: Unknown error: code 72open /pci@1f,700000/network@2/bsd.mp:
>> Unknown error: code 72
>>
>>
>> I think I need to set the root mount point of the nfs export differently.
> "root addr=0.0.0.0" is wrong, do you have something like this in
> /etc/bootparams on the bootparam server?
>
> sunburst root=192.168.1.xx:/path
>
Hi,
I fixed the bootparams file:
sunburst root=192.168.1.116:/iso/5.2/sparc64 swap=192.168.1.116:/mnt
which is now fine and can boot the kernel however, in order to try to
install the OS I exported the CD via NFS.
I mounted the iso by loopback to /iso then exported /iso via nfs along
with /mnt for swap.
This is probably wrong as I am confused if there is an installer such as
when the cdrom gets booted from or if I need to populate the nfs export
with the openbsd file system structure then copy the contents across to
the systems hard drive?
This is what I get currently:
[...]
vscsi0 at root
scsibus2 at vscsi0: 256 targets
softraid0 at root
scsibus3 at softraid0: 256 targets
bootpath: /pci@1f,700000/network@2,0
nfs_boot: using interface bge0, with revarp & bootparams
nfs_boot: client_addr=192.168.1.115
nfs_boot: server_addr=192.168.1.116 hostname=sunburst
root on 192.168.1.116:/iso/5.2/sparc64
WARNING: clock gained 97 days -- CHECK AND RESET THE DATE!
swap on 192.168.1.116:/mnt
warning: /dev/console does not exist
init: not found
panic: no init
kdb breakpoint at 146de20
Stopped at Debugger+0x4: nop
RUN AT LEAST 'trace' AND 'ps' AND INCLUDE OUTPUT WHEN REPORTING THIS PANIC!
IF RUNNING SMP, USE 'mach ddbcpu <#>' AND 'trace' ON OTHER PROCESSORS, TOO.
DO NOT EVEN BOTHER REPORTING THIS WITHOUT INCLUDING THAT INFORMATION!
ddb{0}>
With nfs root seeing:
base52.tgz bsd.mp comp52.tgz game52.tgz man52.tgz TRANS.TBL
xetc52.tgz xserv52.tgz
bsd bsd.rd etc52.tgz INSTALL.sparc64 ofwboot xbase52.tgz
xfont52.tgz xshare52.tgz
Regards,
Kaya