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

Re: distribute os by obp



philo neo wrote:
Hi,

i have an red blade 1500 with debian squeeze 6.0, the system start under kde because gnome bugs. I have an ultrabook sparc64, i want to distribute debian operating system under ultrabook by network because i don't have cdrom reader.

I do since commandes :


**********************************************
-------------------sun blade----------------------------------------
# apt-get install rarpd tftpboot atftpd tcpdump

# echo "00:00:83:cc:00:27 192.168.0.100" > /etc/ethers
# rarpd -a

# tcpdump -i eth0 -n -v
-----------------------------------------------------------------
/tftpboot# tcpdump -i eth0 -n -v
tcpdump: listening on eth0, link-type EN10MB (Ethernet), capture size 65535 bytes 21:44:17.787347 ARP, Ethernet (len 6), IPv4 (len 4), Reverse Reply 00:00:83:cc:00:27 at 192.168.0.100, length 28 21:44:17.792088 IP (tos 0x0, ttl 123, id 1234, offset 0, flags [none], proto UDP (17), length 45) 192.168.0.100.65231 > 192.168.0.40.69: 17 RRQ "C0A80064" octet 21:44:18.084064 STP 802.1d, Config, Flags [Topology change], bridge-id 8000.00:21:91:d5:a8:b2.8018, length 43 message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s
6 packets captured
6 packets received by filter
0 packets dropped by kernel
root@usrv-raptor:/tftpboot# ------------------------------------------------------------------------

i have RRQ "C0A80064"


# mkdir /tftpboot
# chmod 0777 /tftpboot
-----------------------------------------------------
i download boot.img and mini.iso
----------------------------------------------------
# mv boot.img  C0A80064
# atftpd --daemon --no-fork


*****************************************************
----------------------------ultrabook-----------------------------------
ok boot net

not load kernel

Does tcpdump show the transfer running? When I've done this I was using a Slackware server where the TFTP daemon logged requests, if you see the file being transferred but it refuses to boot it then there's something wrong with the image.

--
Mark Morgan Lloyd
markMLl .AT. telemetry.co .DOT. uk

[Opinions above are the author's, not those of his employers or colleagues]


Reply to: