Okay, so here's what I get so far... hopefully this will help us figure this out.
The one thing that does stike me as odd here is that in /dev it shows an sda, while on install it creates the partition on sdb
Error message on boot
Code:
Loading, please wait...
Gave up waiting for root device. Common problems:
-Boot args (cat /proc/cmdline)
-Check rootdelay= (did the system wait long enough?)
-Check root= (did the system wait for the right device?)
-Missing modules (cat /proc/modules; ls /dev)
ALERT! /dev/sdb1 does not exist. Dropping to a shell!
results of
cat /proc/cmdline
Code:
root=/dev/sdb1 ro quiet
results of
cat /proc/modules
Code:
sr_mod 19652 0 - Live 0xffffffffa0109000
cdrom 37928 1 sr_mod, Live 0xffffffffa00fe000
usb_storage 95936 0 - Live 0xffffffffa00e5000
sd_mod 29376 0 - Live 0xffffffffa00dc000
sg 36448 0 - Live 0xffffffffa00d2000
ide_pci_generic 9220 0 [permanent], Live 0xffffffffa00ce000
tg3 97156 0 - Live 0xffffffffa00b3000
arcmsr 25856 0 - Live 0xffffffffa00ab000
ohci_hcd 25092 0 - Live 0xffffffffa00a1000
amd74xx 13448 0 [permanent], Live 0xffffffffa009a000
ide_core 128284 2 ide_pci_generic,amd74xx, Live 0xffffffffa0079000
ata_generic 10116 0 - Live 0xffffffffa0075000
libata 165600 1 ata_generic, Live 0xffffffffa004b000
scsi_mod 161016 6 sr_mod,usb_storage,sd-mod,sg,arcmsr,libata, Live 0xffffffffa0022000
dock 14112 1 libata, Live 0xffffffffa001d000
thermal 22688 0 - Live 0xffffffffa0016000
processor 42304 1 thermal, Live 0xffffffffa000a000
fan 9352 0 - Live a0006000
thermal_sys 17728 3 thermal,processor,fan, Live 0xffffffffa0000000
results of
ls /dev/sd* (at this point I did still ahve the external USB DVD-ROM drive that I installed from connected)
Code:
/dev/sda /dev/sda1 /dev/sda2 /dev/sda5 /dev/sdb
Not sure if this is relevant, but this is from the BIOS of the RAID card displayed while booting
Code:
Bus/Dev/Func=2/14/0
I/O-Port=FC8FF000h
IRQ=11
BIOS=C806:0h
And last but not least, my /boot/grub/device.map and /boot/grub/menu.lst contents
device.map
menu.lst (the important parts anyway)
Code:
title Debian GNU/Linux, kernel 2.6.26-2-amd64
root (hd0,0)
kernel /boot/vmlinuz-2.6.26-2-amd64 root=/dev/sdb1 ro quiet
initrd /boot/initrd.img-2.6.26-2-amd64
title Debian GNU/Linux, kernel 2.6.26-2-amd64 (single-user mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.26-2-amd64 root=/dev/sdb1 ro single
initrd /boot/initrd.img-2.6.26-2-amd64
Recent comments
16 hours 34 min ago
17 hours 34 min ago
21 hours 21 min ago
22 hours 35 min ago
1 day 2 hours ago
1 day 9 hours ago
1 day 18 hours ago
1 day 19 hours ago
2 days 10 hours ago
2 days 13 hours ago