On 7/7/05, Robert Milkowski <[EMAIL PROTECTED]> wrote: > Hello Dennis, > > Monday, June 13, 2005, 12:56:26 AM, you wrote: > > > I'm just trying it - I actuall managed to boot kernel this way, can't > go any further 'coz ethernet driver is missing. Now I'm trying to > change miniroot :) > > Anyway, you have to provide tftpserver, so either you provied > necessary options via dhcp (just two - BootSrvA and BootFile) or manually. >
That was the night before "opening day" and I have it all figured out now. I think I wrote it up in my blog somewhere also : http://www.blastwave.org/dclarke/blog/pivot/entry.php?id=78 GRUB Loading Stage2......... GNU GRUB version 0.95 (590K lower / 2096064K upper memory) [ Minimal BASH-like line editing is supported. For the first word, TAB lists possible command completions. Anywhere else TAB lists the possible completions of a device/filename. ] grub> grub> ifconfig --address=192.168.35.80 --server=192.168.35.123 Probing pci nic... [UNDI]ROM IBA 4.0.19 Slot 0004 by Intel Corporation Revision 2.1.0 NDIS type DIX+802.3 interface at 10 Mbps Address: 192.168.35.80 Netmask: 0.0.0.0 Server: 192.168.35.123 Gateway: 0.0.0.0 grub> tftpserver 192.168.35.123 Address: 192.168.35.80 Netmask: 255.255.255.0 Server: 192.168.35.123 Gateway: 0.0.0.0 grub> kernel (nd)/I86PC.Solaris_11-1/multiboot kernel.unix install_media=192.168.35.123:/mnt/jumpstart [Multiboot-elf, <0x1000000:0x141cb:0x3941d>,shtab=0x104e258, entry=0x1000000] grub> module (nd)/I86PC.Solaris_11-1/x86.miniroot ................................ [Multiboot-module @ 0x105b000, 0x7d3a400 bytes] grub> boot Dennis _______________________________________________ opensolaris-discuss mailing list [email protected]
