NSLU2 Boot Problem

From Wiki
Jump to navigationJump to search

Process

Code: Creating the image (on NSLU2)
 # cat /dev/mtdblock* > flash.bin 

I then sftp'ed the flash.bin image to the host system and updated the slug.

Code: On host system
# upslug2 --image flash.bin 

After the NSLU2 booted (See #Good boot), I logged in and unpacked the image thusly:

Code: Unpacking the image (on NSLU2)
# slugimage -u -i flash.bin
Read 2 blocks into <RedBoot>
Read 0x00006 bytes into <EthAddr>
Read 1 blocks into <SysConf>
Read 0x0A664 bytes into <Loader>
Read 11 blocks into <Kernel>
Read 17 blocks into <Ramdisk>
Read 1 blocks into <FIS directory>
Read 0x00010 bytes into <Trailer>
Wrote 0x00040000 bytes from <RedBoot> into "RedBoot"
Wrote 0x00020000 bytes from <SysConf> into "SysConf"
Wrote 0x0000A664 bytes from <Loader> into "apex.bin"
Wrote 0x0015B03C bytes from <Kernel> into "vmlinuz"
Wrote 0x00218744 bytes from <Ramdisk> into "ramdisk.gz"
Wrote 0x00000010 bytes from <Trailer> into "Trailer"
# 

Followed immediately by repacking it...

Code: Repacking the image (on NSLU2)
# slugimage -p -b RedBoot -s SysConf -L apex.bin -k vmlinuz -r ramdisk.gz -t Trailer -o repack.bin
Read 0x00040000 bytes from "RedBoot" into <RedBoot> (2 blocks / 2 blocks)
Read 0x00020000 bytes from "SysConf" into <SysConf> (1 blocks / 1 blocks)
Read 0x0000A664 bytes from "apex.bin" into <Loader> (1 blocks / 1 blocks)
Read 0x0015B03C bytes from "vmlinuz" into <Kernel> (11 blocks / 11 blocks)
Read 0x00218744 bytes from "ramdisk.gz" into <Ramdisk> (17 blocks / 17 blocks)
Read 0x00000010 bytes from "Trailer" into <Trailer> (0x00010 bytes / 0x00010 bytes)
Wrote  2 blocks (0x00000000 to 0x00040000) from <RedBoot> into "repack.bin"
Wrote  1 blocks (0x00040000 to 0x00060000) from <SysConf> into "repack.bin"
Wrote  1 blocks (0x00060000 to 0x00080000) from <Loader> into "repack.bin"
Wrote 11 blocks (0x00080000 to 0x001E0000) from <Kernel> into "repack.bin"
Wrote 48 blocks (0x001E0000 to 0x007E0000) from <Ramdisk> into "repack.bin"
Wrote  1 blocks (0x007E0000 to 0x00800000) from <FIS directory> into "repack.bin"
Wrote 0x00010 bytes (0x007FFFF0 to 0x00800000) from <Trailer> into "repack.bin"
# 

I then sftp'ed this to the host system, updated the slug, and rebooted.

Code: On host system
# upslug2 --image repack.bin 

And... we get a bad boot, as shown below.

Bad boot

ATAG_HEADER
ATAG_MEM: start 0x00000000  size 0x02000000
ATAG_CMDLINE: (55 bytes) 'console=ttyS0,115200 rtc-x1205.probe=0,0x6f noirqdebug'
ATAG_INITRD2: start 0x01000000  size 0x005ffff0
ATAG_END
Booting kernel at 0x00008000...
Uncompressing Linux............................................................................................. done, booting the kernel.
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.26-2-ixp4xx (Debian 2.6.26-22lenny1) (dannf@debian.org) (gcc version 4.1.3 20080704 (prerelease) (Debian 4.1.2-25)) #1 Thu May 13 12:25:57 UTC 2010
[    0.000000] CPU: XScale-IXP42x Family [690541f1] revision 1 (ARMv5TE), cr=0000397f
[    0.000000] Machine: Linksys NSLU2
[    0.000000] Memory policy: ECC disabled, Data cache writeback
[    0.000000] CPU0: D VIVT undefined 5 cache
[    0.000000] CPU0: I cache: 32768 bytes, associativity 32, 32 byte lines, 32 sets
[    0.000000] CPU0: D cache: 32768 bytes, associativity 32, 32 byte lines, 32 sets
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 8128
[    0.000000] Kernel command line: console=ttyS0,115200 rtc-x1205.probe=0,0x6f noirqdebug
[    0.000000] Unknown boot option `rtc-x1205.probe=0,0x6f': ignoring
[    0.000000] IRQ lockup detection disabled
[    0.000000] PID hash table entries: 128 (order: 7, 512 bytes)
[42949372.960000] Console: colour dummy device 80x30
[42949372.960000] Dentry cache hash table entries: 4096 (order: 2, 16384 bytes)
[42949372.960000] Inode-cache hash table entries: 2048 (order: 1, 8192 bytes)
[42949372.960000] Memory: 32MB = 32MB total
[42949372.960000] Memory: 23248KB available (2640K code, 290K data, 116K init)
[42949373.190000] Security Framework initialized
[42949373.190000] SELinux:  Disabled at boot.
[42949373.190000] Capability LSM initialized
[42949373.190000] Mount-cache hash table entries: 512
[42949373.190000] Initializing cgroup subsys ns
[42949373.190000] Initializing cgroup subsys cpuacct
[42949373.190000] Initializing cgroup subsys devices
[42949373.190000] CPU: Testing write buffer coherency: ok
[42949373.190000] net_namespace: 652 bytes
[42949373.200000] NET: Registered protocol family 16
[42949373.200000] IXP4xx: Using 16MiB expansion bus window size
[42949373.210000] NSLU2: Using MAC address 00:0f:66:7d:63:80 for port 0
[42949373.210000] PCI: IXP4xx is host
[42949373.210000] PCI: IXP4xx Using direct access for memory space
[42949373.210000] PCI: bus0: Fast back to back transfers disabled
[42949373.210000] dmabounce: registered device 0000:00:01.0 on pci bus
[42949373.210000] dmabounce: registered device 0000:00:01.1 on pci bus
[42949373.220000] dmabounce: registered device 0000:00:01.2 on pci bus
[42949373.270000] NET: Registered protocol family 2
[42949373.370000] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
[42949373.370000] TCP established hash table entries: 1024 (order: 1, 8192 bytes)
[42949373.370000] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
[42949373.370000] TCP: Hash tables configured (established 1024 bind 1024)
[42949373.370000] TCP reno registered
[42949373.400000] NET: Registered protocol family 1
[42949373.400000] checking if image is initramfs...it isn't (bad gzip magic numbers); looks like an initrd
[42949375.700000] Freeing initrd memory: 6143K
[42949375.700000] NetWinder Floating Point Emulator V0.97 (double precision)
[42949375.700000] audit: initializing netlink socket (disabled)
[42949375.710000] type=2000 audit(2.750:1): initialized
[42949375.710000] VFS: Disk quotas dquot_6.5.1
[42949375.710000] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[42949375.710000] JFFS2 version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
[42949375.710000] msgmni has been set to 57
[42949375.710000] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[42949375.710000] io scheduler noop registered
[42949375.710000] io scheduler anticipatory registered
[42949375.710000] io scheduler deadline registered
[42949375.710000] io scheduler cfq registered (default)
[42949375.780000] Serial: 8250/16550 driver $Revision: 1.90 $ 2 ports, IRQ sharing disabled
[42949375.780000] serial8250.0: ttyS0 at MMIO 0xc8000000 (irq = 15) is a XScale
[42949375.780000] console [ttyS0] enabled
[42949376.130000] serial8250.0: ttyS1 at MMIO 0xc8001000 (irq = 13) is a XScale
[42949376.180000] brd: module loaded
[42949376.180000] IXP4XX-Flash.0: Found 1 x16 devices at 0x0 in 16-bit bank
[42949376.190000]  Intel/Sharp Extended Query Table at 0x0031
[42949376.190000] Using buffer write method
[42949376.200000] cfi_cmdset_0001: Erase suspend on write enabled
[42949376.210000] Searching for RedBoot partition table in IXP4XX-Flash.0 at offset 0x7e0000
[42949376.310000] 6 RedBoot partitions found on MTD device IXP4XX-Flash.0
[42949376.320000] Creating 6 MTD partitions on "IXP4XX-Flash.0":
[42949376.320000] 0x00000000-0x00040000 : "RedBoot"
[42949376.330000] 0x00040000-0x00060000 : "SysConf"
[42949376.340000] 0x00060000-0x00080000 : "Loader"
[42949376.350000] 0x00080000-0x001e0000 : "Kernel"
[42949376.360000] 0x001e0000-0x007e0000 : "Ramdisk"
[42949376.370000] 0x007e0000-0x00800000 : "FIS directory"
[42949376.380000] mice: PS/2 mouse device common for all mice
[42949376.390000] i2c /dev entries driver
[42949376.410000] rtc-x1205 0-006f: chip found, driver version 1.0.8
[42949376.420000] rtc-x1205 0-006f: rtc core: registered rtc-x1205 as rtc0
[42949376.430000] i2c-gpio i2c-gpio.0: using pins 7 (SDA) and 6 (SCL)
[42949376.440000] IXP4xx Watchdog Timer: heartbeat 60 sec
[42949376.450000] Registered led device: nslu2:green:ready
[42949376.450000] Registered led device: nslu2:red:status
[42949376.460000] Registered led device: nslu2:green:disk-1
[42949376.470000] Registered led device: nslu2:green:disk-2
[42949376.470000] NET: Registered protocol family 26
[42949376.490000] TCP cubic registered
[42949376.490000] NET: Registered protocol family 17
[42949376.500000] XScale DSP coprocessor detected.
[42949376.500000] registered taskstats version 1
[42949376.510000] rtc-x1205 0-006f: setting system clock to 2010-06-27 17:20:15 UTC (1277659215)
[42949376.520000] RAMDISK: Compressed image found at block 0
[42949379.040000] List of all partitions:
[42949379.050000] 1f00        256 mtdblock0 (driver?)
[42949379.050000] 1f01        128 mtdblock1 (driver?)
[42949379.060000] 1f02        128 mtdblock2 (driver?)
[42949379.060000] 1f03       1408 mtdblock3 (driver?)
[42949379.070000] 1f04       6144 mtdblock4 (driver?)
[42949379.070000] 1f05        128 mtdblock5 (driver?)
[42949379.080000] No filesystem could mount root, tried:  cramfs
[42949379.080000] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)

Good boot

ATAG_HEADER
ATAG_MEM: start 0x00000000  size 0x02000000
ATAG_CMDLINE: (55 bytes) 'console=ttyS0,115200 rtc-x1205.probe=0,0x6f noirqdebug'
ATAG_INITRD2: start 0x01000000  size 0x005ffff0
ATAG_END
Booting kernel at 0x00008000...
Uncompressing Linux............................................................................................. done, booting the kernel.
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.26-2-ixp4xx (Debian 2.6.26-22lenny1) (dannf@debian.org) (gcc version 4.1.3 20080704 (prerelease) (Debian 4.1.2-25)) #1 Thu May 13 12:25:57 UTC 2010
[    0.000000] CPU: XScale-IXP42x Family [690541f1] revision 1 (ARMv5TE), cr=0000397f
[    0.000000] Machine: Linksys NSLU2
[    0.000000] Memory policy: ECC disabled, Data cache writeback
[    0.000000] CPU0: D VIVT undefined 5 cache
[    0.000000] CPU0: I cache: 32768 bytes, associativity 32, 32 byte lines, 32 sets
[    0.000000] CPU0: D cache: 32768 bytes, associativity 32, 32 byte lines, 32 sets
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 8128
[    0.000000] Kernel command line: console=ttyS0,115200 rtc-x1205.probe=0,0x6f noirqdebug
[    0.000000] Unknown boot option `rtc-x1205.probe=0,0x6f': ignoring
[    0.000000] IRQ lockup detection disabled
[    0.000000] PID hash table entries: 128 (order: 7, 512 bytes)
[42949372.960000] Console: colour dummy device 80x30
[42949372.960000] Dentry cache hash table entries: 4096 (order: 2, 16384 bytes)
[42949372.960000] Inode-cache hash table entries: 2048 (order: 1, 8192 bytes)
[42949372.960000] Memory: 32MB = 32MB total
[42949372.960000] Memory: 23248KB available (2640K code, 290K data, 116K init)
[42949373.190000] Security Framework initialized
[42949373.190000] SELinux:  Disabled at boot.
[42949373.190000] Capability LSM initialized
[42949373.190000] Mount-cache hash table entries: 512
[42949373.190000] Initializing cgroup subsys ns
[42949373.190000] Initializing cgroup subsys cpuacct
[42949373.190000] Initializing cgroup subsys devices
[42949373.190000] CPU: Testing write buffer coherency: ok
[42949373.190000] net_namespace: 652 bytes
[42949373.200000] NET: Registered protocol family 16
[42949373.200000] IXP4xx: Using 16MiB expansion bus window size
[42949373.210000] NSLU2: Using MAC address 00:0f:66:7d:63:80 for port 0
[42949373.210000] PCI: IXP4xx is host
[42949373.210000] PCI: IXP4xx Using direct access for memory space
[42949373.210000] PCI: bus0: Fast back to back transfers disabled
[42949373.210000] dmabounce: registered device 0000:00:01.0 on pci bus
[42949373.210000] dmabounce: registered device 0000:00:01.1 on pci bus
[42949373.220000] dmabounce: registered device 0000:00:01.2 on pci bus
[42949373.270000] NET: Registered protocol family 2
[42949373.370000] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
[42949373.370000] TCP established hash table entries: 1024 (order: 1, 8192 bytes)
[42949373.370000] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
[42949373.370000] TCP: Hash tables configured (established 1024 bind 1024)
[42949373.370000] TCP reno registered
[42949373.400000] NET: Registered protocol family 1
[42949373.400000] checking if image is initramfs... it is
[42949380.790000] Freeing initrd memory: 6143K
[42949380.790000] NetWinder Floating Point Emulator V0.97 (double precision)
[42949380.800000] audit: initializing netlink socket (disabled)
[42949380.800000] type=2000 audit(7.840:1): initialized
[42949380.800000] VFS: Disk quotas dquot_6.5.1
[42949380.800000] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[42949380.800000] JFFS2 version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
[42949380.800000] msgmni has been set to 57
[42949380.800000] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[42949380.800000] io scheduler noop registered
[42949380.800000] io scheduler anticipatory registered
[42949380.800000] io scheduler deadline registered
[42949380.800000] io scheduler cfq registered (default)
[42949380.870000] Serial: 8250/16550 driver $Revision: 1.90 $ 2 ports, IRQ sharing disabled
[42949380.870000] serial8250.0: ttyS0 at MMIO 0xc8000000 (irq = 15) is a XScale
[42949380.870000] console [ttyS0] enabled
[42949381.220000] serial8250.0: ttyS1 at MMIO 0xc8001000 (irq = 13) is a XScale
[42949381.260000] brd: module loaded
[42949381.270000] IXP4XX-Flash.0: Found 1 x16 devices at 0x0 in 16-bit bank
[42949381.280000]  Intel/Sharp Extended Query Table at 0x0031
[42949381.280000] Using buffer write method
[42949381.290000] cfi_cmdset_0001: Erase suspend on write enabled
[42949381.290000] Searching for RedBoot partition table in IXP4XX-Flash.0 at offset 0x7e0000
[42949381.400000] 6 RedBoot partitions found on MTD device IXP4XX-Flash.0
[42949381.410000] Creating 6 MTD partitions on "IXP4XX-Flash.0":
[42949381.410000] 0x00000000-0x00040000 : "RedBoot"
[42949381.420000] 0x00040000-0x00060000 : "SysConf"
[42949381.430000] 0x00060000-0x00080000 : "Loader"
[42949381.440000] 0x00080000-0x001e0000 : "Kernel"
[42949381.450000] 0x001e0000-0x007e0000 : "Ramdisk"
[42949381.460000] 0x007e0000-0x00800000 : "FIS directory"
[42949381.470000] mice: PS/2 mouse device common for all mice
[42949381.480000] i2c /dev entries driver
[42949381.500000] rtc-x1205 0-006f: chip found, driver version 1.0.8
[42949381.510000] rtc-x1205 0-006f: rtc core: registered rtc-x1205 as rtc0
[42949381.510000] i2c-gpio i2c-gpio.0: using pins 7 (SDA) and 6 (SCL)
[42949381.530000] IXP4xx Watchdog Timer: heartbeat 60 sec
[42949381.530000] Registered led device: nslu2:green:ready
[42949381.540000] Registered led device: nslu2:red:status
[42949381.550000] Registered led device: nslu2:green:disk-1
[42949381.550000] Registered led device: nslu2:green:disk-2
[42949381.560000] NET: Registered protocol family 26
[42949381.580000] TCP cubic registered
[42949381.580000] NET: Registered protocol family 17
[42949381.590000] XScale DSP coprocessor detected.
[42949381.590000] registered taskstats version 1
[42949381.600000] rtc-x1205 0-006f: setting system clock to 2010-06-27 17:23:50 UTC (1277659430)
[42949381.610000] Freeing init memory: 116K
Loading, please wait...
Begin: Loading essential drivers ... [42949382.960000] SCSI subsystem initialized
[42949383.190000] usbcore: registered new interface driver usbfs
[42949383.190000] usbcore: registered new interface driver hub
[42949383.200000] usbcore: registered new device driver usb
[42949383.270000] Initializing USB Mass Storage driver...
[42949383.280000] usbcore: registered new interface driver usb-storage
[42949383.280000] USB Mass Storage support registered.
[42949383.550000] PCI: enabling device 0000:00:01.2 (0140 -> 0142)
[42949383.560000] ehci_hcd 0000:00:01.2: EHCI Host Controller
[42949383.560000] ehci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1
[42949383.600000] ehci_hcd 0000:00:01.2: irq 26, io mem 0x48002000
[42949383.620000] ehci_hcd 0000:00:01.2: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[42949383.630000] usb usb1: configuration #1 chosen from 1 choice
[42949383.630000] hub 1-0:1.0: USB hub found
[42949383.640000] hub 1-0:1.0: 5 ports detected
[42949383.750000] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[42949383.760000] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[42949383.770000] usb usb1: Product: EHCI Host Controller
[42949383.770000] usb usb1: Manufacturer: Linux 2.6.26-2-ixp4xx ehci_hcd
[42949383.780000] usb usb1: SerialNumber: 0000:00:01.2
[42949384.030000] usb 1-1: new high speed USB device using ehci_hcd and address 2
[42949384.180000] usb 1-1: configuration #1 chosen from 1 choice
[42949384.190000] scsi0 : SCSI emulation for USB Mass Storage devices
[42949384.200000] usb 1-1: New USB device found, idVendor=05e3, idProduct=0702
[42949384.210000] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[42949384.220000] usb 1-1: Product: USB TO IDE
done.
Begin: Running /scripts/init-premount ... [42949389.230000] scsi 0:0:0:0: Direct-Access     Maxtor 7 Y250P0           0811 PQ: 0 ANSI: 0
[42949390.040000] Driver 'sd' needs updating - please use bus_type methods
[42949390.070000] sd 0:0:0:0: [sda] 490234752 512-byte hardware sectors (251000 MB)
[42949390.080000] sd 0:0:0:0: [sda] Test WP failed, assume Write Enabled
[42949390.090000] sd 0:0:0:0: [sda] Assuming drive cache: write through
[42949390.110000] sd 0:0:0:0: [sda] 490234752 512-byte hardware sectors (251000 MB)
[42949390.120000] sd 0:0:0:0: [sda] Test WP failed, assume Write Enabled
[42949390.120000] sd 0:0:0:0: [sda] Assuming drive cache: write through
[42949390.130000]  sda: sda1 sda2 sda3 < sda5 >
[42949390.170000] sd 0:0:0:0: [sda] Attached SCSI disk
done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... done.
[42949392.170000] EXT3-fs: INFO: recovery required on readonly filesystem.
[42949392.170000] EXT3-fs: write access will be enabled during recovery.
[42949393.480000] kjournald starting.  Commit interval 5 seconds
[42949393.490000] EXT3-fs: recovery complete.
[42949393.500000] EXT3-fs: mounted filesystem with ordered data mode.
Begin: Running /scripts/local-bottom ... done.
done.
Begin: Running /scripts/init-bottom ... done.
INIT: version 2.86 booting
Starting the hotplug events dispatcher: udevd[42949400.130000] udevd version 125 started
.
Synthesizing the initial hotplug events...done.
Waiting for /dev to be fully populated...[42949412.700000] PCI: enabling device 0000:00:01.0 (0140 -> 0142)
[42949412.710000] ohci_hcd 0000:00:01.0: OHCI Host Controller
[42949412.710000] ohci_hcd 0000:00:01.0: new USB bus registered, assigned bus number 2
[42949412.720000] ohci_hcd 0000:00:01.0: irq 28, io mem 0x48000000
[42949412.860000] usb usb2: configuration #1 chosen from 1 choice
[42949412.860000] hub 2-0:1.0: USB hub found
[42949412.870000] hub 2-0:1.0: 3 ports detected
[42949412.960000] input: ixp4xx beeper as /class/input/input0
[42949412.990000] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[42949413.000000] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[42949413.010000] usb usb2: Product: OHCI Host Controller
[42949413.020000] usb usb2: Manufacturer: Linux 2.6.26-2-ixp4xx ohci_hcd
[42949413.020000] usb usb2: SerialNumber: 0000:00:01.0
[42949413.030000] PCI: enabling device 0000:00:01.1 (0140 -> 0142)
[42949413.030000] ohci_hcd 0000:00:01.1: OHCI Host Controller
[42949413.040000] ohci_hcd 0000:00:01.1: new USB bus registered, assigned bus number 3
[42949413.050000] ohci_hcd 0000:00:01.1: irq 27, io mem 0x48001000
[42949413.130000] IXP4xx Queue Manager initialized.
[42949413.240000] usb usb3: configuration #1 chosen from 1 choice
[42949413.250000] hub 3-0:1.0: USB hub found
[42949413.250000] hub 3-0:1.0: 2 ports detected
[42949413.420000] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[42949413.430000] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[42949413.440000] usb usb3: Product: OHCI Host Controller
[42949413.440000] usb usb3: Manufacturer: Linux 2.6.26-2-ixp4xx ohci_hcd
[42949413.450000] usb usb3: SerialNumber: 0000:00:01.1
[42949413.550000] eth0: MII PHY 1 on NPE-B
done.
Setting the system clock.
Activating swap...[42949421.270000] Adding 248968k swap on /dev/sda5.  Priority:-1 extents:1 across:248968k
done.
Checking root file system...fsck 1.41.3 (12-Oct-2008)
e2fsck 1.41.3 (12-Oct-2008)
/dev/sda2: clean, 67498/15294464 files, 1355834/61153430 blocks
done.
[42949426.140000] EXT3 FS on sda2, internal journal
FATAL: Module rtc_dev not found.
Setting the system clock.
Cleaning up ifupdown....
Loading kernel modules...done.
Checking file systems...fsck 1.41.3 (12-Oct-2008)
e2fsck 1.41.3 (12-Oct-2008)
/dev/sda1: clean, 20/124496 files, 23860/248976 blocks
done.
Setting kernel variables (/etc/sysctl.conf)...done.
Mounting local filesystems...failed.
Activating swapfile swap...done.
Setting up networking....
Configuring network interfaces...[42949445.110000] firmware: requesting NPE-B
[42949445.430000] NPE-B: firmware functionality 0x0, revision 0x2:1
[42949445.440000] eth0: link down
[42949446.880000] NET: Registered protocol family 10
[42949446.900000] lo: Disabled Privacy Extensions
[42949446.910000] ADDRCONF(NETDEV_UP): eth0: link is not ready
done.
Starting portmap daemon...[42949448.440000] eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
[42949448.450000] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
.
INIT: Entering runlevel: 2
Starting enhanced syslogd: rsyslogd.
Starting OpenBSD Secure Shell server: sshd.
Starting MTA: exim4.
Starting NFS common utilities: statd.
Starting internet superserver: inetd.
Starting deferred execution scheduler: atd.
Starting periodic command scheduler: crond.

Debian GNU/Linux 5.0 slug1 ttyS0

slug1 login: