Mailinglist Archive: opensuse-bugs (15113 mails)
| < Previous | Next > |
[Bug 308384] loading pata_sis fails and restart unpossible
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Fri, 7 Sep 2007 04:38:48 -0600 (MDT)
- Message-id: <20070907103848.DEAAD245350@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=308384#c3
Tejun Heo <teheo@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO
Info Provider| |desaster.area@xxxxxxxxx
--- Comment #3 from Tejun Heo <teheo@xxxxxxxxxx> 2007-09-07 04:38:48 MST ---
Hmmm... According to the report, the first stage of installation succeeded
including copying to the disk (pata_sis must have worked fine there) but on the
following reboot the kernel failed to detect harddisk, right? I think it's
most likely that the generated initrd doesn't contain pata_sis.
Adam Blech, please boot with the installation media, let the installation
system fully load and then press ctrl-alt-f9. It will give you a command
console. Plug in a usb disk. dmesg will tell you which device the usb disk is
(probably /dev/sdb if you have only one disk on the system). Mount it by
running "mount /dev/sdb1 /mnt", you might have to load modules for the
filesystem used on the usb stick. Then, run the following commands.
# hwinfo --all > /mnt/hwinfo.log
# cp /var/log/boot.msg /mnt/boot.msg
# dmesg > /mnt/dmesg.log
# unmount /mnt
Reboot to a usable system and please post the three files from the usb stick.
Thanks.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Tejun Heo <teheo@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO
Info Provider| |desaster.area@xxxxxxxxx
--- Comment #3 from Tejun Heo <teheo@xxxxxxxxxx> 2007-09-07 04:38:48 MST ---
Hmmm... According to the report, the first stage of installation succeeded
including copying to the disk (pata_sis must have worked fine there) but on the
following reboot the kernel failed to detect harddisk, right? I think it's
most likely that the generated initrd doesn't contain pata_sis.
Adam Blech, please boot with the installation media, let the installation
system fully load and then press ctrl-alt-f9. It will give you a command
console. Plug in a usb disk. dmesg will tell you which device the usb disk is
(probably /dev/sdb if you have only one disk on the system). Mount it by
running "mount /dev/sdb1 /mnt", you might have to load modules for the
filesystem used on the usb stick. Then, run the following commands.
# hwinfo --all > /mnt/hwinfo.log
# cp /var/log/boot.msg /mnt/boot.msg
# dmesg > /mnt/dmesg.log
# unmount /mnt
Reboot to a usable system and please post the three files from the usb stick.
Thanks.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |