Bug 7938
| Summary: | lilo won't default boot dos/windows | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Richard Schaal <rschaal> |
| Component: | lilo | Assignee: | Michael K. Johnson <johnsonm> |
| Status: | CLOSED NOTABUG | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.1 | ||
| 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: | 2000-01-04 22:20:07 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: | |||
Assigned to dledford You need to set default=dos instead of default=linux in the lilo.conf |
Lilo will not set "dos" as the default boot with a lilo.conf that reads thus: multiboot-$ cat /etc/lilo.conf boot=/dev/hda map=/boot/map install=/boot/boot.b prompt timeout=50 default=linux linear other=/dev/hda1 label=dos table=/dev/hda image=/boot/vmlinuz.rds label=linux read-only root=/dev/hdb6 image=/boot/vmlinuz-2.2.12-20 label=linux.orig initrd=/boot/initrd-2.2.12-20.img read-only root=/dev/hdb6 Manually booting selecting one boot or another during the delay seems to work ok.