|
Bugzilla – Full Text Bug Listing |
| Summary: | kiwi: Instructions on "Welcome to KIWI" prompt unclear | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE.org | Reporter: | Brandon Philips <bphilips> |
| Component: | System Imaging | Assignee: | Marcus Schaefer <ms> |
| Status: | RESOLVED FIXED | QA Contact: | Adrian Schröter <adrian.schroeter> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | i386 | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Brandon Philips
2008-06-03 15:40:31 UTC
Steffen if the graphics screen failed the isolinux.msg file is displayed. I thought one has to enter the labels available in isolinux.cfg manually at the boot prompt. There is following in isolinux.cfg # Live-System label Live-System kernel linux append initrd=initrd ramdisk_size=512000 ramdisk_blocksize=4096 splash=silent showopts but if you enter Live-System the information from this label seems not to be used. Can you tell me what is wrong there ? if graphics boot would work these problems doesn't appear thanks On the openSUSE-11.0-RC1-GNOME-LiveCD-i386.iso the labels don't match the message. isolinux.cfg ============ # openSUSE-11.0 [ ISO ] label openSUSE-11.0 [ ISO ] kernel linux append initrd=initrd ramdisk_size=512000 ramdisk_blocksize=4096 splash=silent showopts # openSUSE-11.0 [ ISO ] label Failsafe-openSUSE-11.0 [ ISO ] kernel linux append initrd=initrd ramdisk_size=512000 ramdisk_blocksize=4096 splash=silent showopts ide=nodma apm=off acpi=off noresume selinux=0 nosmp noapic maxcpus=0 edd=off isolinux.msg ============ To start the live System enter 'Live-System' and press <return>. Available boot options: Live-System - Live System memtest - Memory Test 'noacpi' or 'failsafe' may be necessary on some tricky hardware. Typing openSUSE-11.0 or Failsafe-openSUSE-11.0 at the boot prompt works fine. Either the msg or the cfg needs to be fixed. Good point. :-) right me so stupid. The labels are exchanged by the name of the image which means they are more or less dynamic. I have to adapt the welcome text too fixed |