Bug 62829
| Summary: | Installer experiences read errors on ftp laptop install after format | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Public Beta | Reporter: | Scott Schmit <i.grok> |
| Component: | anaconda | Assignee: | Michael Fulbright <msf> |
| Status: | CLOSED NOTABUG | QA Contact: | Brock Organ <borgan> |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | skipjack-beta2 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i686 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2002-04-05 22:22:09 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
Scott Schmit
2002-04-05 22:13:47 UTC
Oh yeah, another possibly relevant piece of information:
I booted the installer via grub and dosutils/autoboot/{vmlinuz,initrd.img}. The
grub stanza I used is:
title Skipjack Install
root (hd0,1) # or whatever /dev/hda2 is in grubspeak
kernel /tmp/vmlinuz ro root=/dev/hda2
initrd /tmp/initrd.img
You didn't add the appropriate 'ramdisk_size=8192' option to the kernel line. This is required so the entire second stage can fit in a ramdisk. |