Bug 31073
Summary: | Kickstart raiding / makes lilo fail | ||
---|---|---|---|
Product: | [Retired] Red Hat Raw Hide | Reporter: | Anders Blomdell <anders.blomdell> |
Component: | anaconda | Assignee: | Jeremy Katz <katzj> |
Status: | CLOSED RAWHIDE | QA Contact: | Brock Organ <borgan> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 1.0 | CC: | kevin |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2001-07-16 16:23:18 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Anders Blomdell
2001-03-08 16:38:35 UTC
What version of Red Hat Linux are you filing this bug for? Latest RawHide (Mon 2000-03-05) Did /etc/lilo get lba32 or linear put in it? /mnt/sysimage/etc/lilo.conf: boot=/dev/md0 map=/boot/map install=/boot/boot.b prompt timeout=50 message=/boot/message linear default=linux image=/boot/vmlinuz-2.4.1-0.1.14 label=linux initrd=/boot/initrd-2.4.1-0.1.14.img read-only root=/dev/md0 But still screen 0 contains an error message (overwritten by the congratulations as usual). ...ning: device 0x0305... ...for linear mode (try... BUT: the system boots (so the lilo is somewhat OK), and then stops with a: Kernel panic: No init found. Could you try adding a /boot partition so the 1024 cylinder limit isn't a problem? Does this mean that the earlier heuristics that placed / at the beginning of the disk is removed, but /boot is still placed at the beginning of the disk? I would be perfectly satisfied with raiding an already formatted disk, but then bug #29544 comes into play. The kickstart code does not properly mark '/' as a bootable partition if '/boot' is not present currently. I wanted to make sure this was the failure you were seeing. What is the status of this? I'm trying to use the following ks.cfg file and get the same errors--fatal error "...device 0x0309....try lba32", and system will not boot. part raid.01 --size 25 --ondisk hda part raid.02 --size 3500 --ondisk hda part swap --size 300 --ondisk hda part raid.11 --size 25 --ondisk hdb part raid.12 --size 3500 --ondisk hdb part swap --size 300 --ondisk hdb raid /boot --level 1 --device md0 raid.01 raid.11 raid / --level 1 --device md1 raid.02 raid.12 install New code is much more aggressive about placing /boot partitions or raid partitions which are part of /boot at the beginning of drives which should fix this problem. |