Sameer Verma <[email protected]> writes: Hi,
> I just upgraded my Qube2 from Lenny to Squeeze. Went through the > process of apt-get update and apt-get upgrade using squeeze in > sources.list. After this, I installed the r5k kernel and installed > udev (reference > http://www.debian.org/releases/stable/amd64/release-notes/ch-upgrading.en.html) > > A reboot won't bring the machine up. > > Serial connection gives me the following. > > Any suggestions? > > cheers, > Sameer > > [ "CoLo" v1.22 ] > stage2: 8bfa0000-8c000000 > cpu: clock 250.000MHz > pci: unit type <Qube2> > tulip: #0 device 21143 > tulip: #1 device 21143 > tulip: {00:10:e0:00:f8:9a} > ide: resetting > boot: running boot menu > 1> lcd 'Booting...' > 1> mount > ide: {ST313021A} > ide: LBA 25434228 > ide: supports PIO mode 4 > ide: mode 4 timing > ide: partition 1 > ext2: revision 0 > 1> lcd 'Booting...' /dev/{mounted-volume} > 1> -load /boot/default.colo > ext2: {boot/default.colo} --> {./default.colo} > 000000bf 191t > 1> -script > 2> mount hda1 > ext2: revision 0 > 2> load /vmlinux > ext2: {vmlinux} --> {vmlinux-2.6.32-5-r5k-cobalt} > 00598334 5866292t > 2> lcd "Booting Debian" > 2> var cons_opts '' > 2> -var cons_opts console=ttyS0,{console-speed} > 2> execute root=/dev/hda2 {cons_opts} root=/dev/hda2 [...] > [ 0.768000] scsi 0:0:0:0: Direct-Access ATA ST313021A > 3.03 PQ: 0 ANSI: 5 > [ 0.780000] TCP cubic registered > [ 0.784000] NET: Registered protocol family 17 > [ 0.792000] registered taskstats version 1 > [ 0.800000] rtc_cmos rtc_cmos: setting system clock to 2012-12-15 > 06:34:48 UTC (1355553288) > [ 0.808000] Initalizing network drop monitor service > [ 0.820000] sd 0:0:0:0: [sda] 25434228 512-byte logical blocks: > (13.0 GB/12.1 GiB) > [ 0.832000] sd 0:0:0:0: [sda] Write Protect is off > [ 0.840000] sd 0:0:0:0: [sda] Write cache: enabled, read cache: > enabled, doesn't support DPO or FUA > [ 0.856000] sda: sda1 sda2 sda3 < sda5 sda6 > > [ 0.916000] sd 0:0:0:0: [sda] Attached SCSI disk /dev/sda1-6 detected Try updating your bootloader configuration to use root=/dev/sda2 instead of root=/dev/hda2 (things have moved from ide drivers to libata drivers). Arnaud -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

