[Bug 333665] New: Missing Files for BootX installation
https://bugzilla.novell.com/show_bug.cgi?id=333665 Summary: Missing Files for BootX installation Product: openSUSE 10.3 Version: Final Platform: PowerPC OS/Version: openSUSE 10.3 Status: NEW Severity: Normal Priority: P5 - None Component: Installation AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: Manfred.Tremmel@iiv.de QAContact: jsrain@novell.com Found By: Beta-Customer In the suseboot directory of the openSUSE 10.3 oss repo directory I'm missing the files initrd32 and linux32.gz which are needed for a old world installation using BootX: http://en.opensuse.org/Booting_on_PowerMac_(OldWorld) In the openSUSE 10.2 directory this files (and also 64bit versions) are available, so I managed to install 10.2 and update to 10.3 by rpm (10.2 yast can't handle the 10.3 repository), but it's not a easy way... -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=333665#c2 Stephan Kulow <coolo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |coolo@novell.com AssignedTo|coolo@novell.com |olh@novell.com --- Comment #2 from Stephan Kulow <coolo@novell.com> 2007-10-29 04:58:06 MST --- No idea where these files should come from or if the wiki page is outdated -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=333665#c3 --- Comment #3 from Olaf Hering <olh@novell.com> 2007-10-29 07:22:35 MST --- Created an attachment (id=181019) --> (https://bugzilla.novell.com/attachment.cgi?id=181019) extract_inst32.sh -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=333665#c4 Olaf Hering <olh@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|olh@novell.com |ro@novell.com --- Comment #4 from Olaf Hering <olh@novell.com> 2007-10-29 07:24:27 MST --- something like the attached helper script should run before syncing the factory tree or the final openSuSE release to the internet install repository. extract_inst32.sh #!/bin/bash # $0 CD1/suseboot/inst32 CD1/suseboot/linux32 CD1/suseboot/initrd32.gz input_zimage_initrd=$1 output_vmlinux=$2 output_initrd_gz=$3 rm -fv "$output_vmlinux" "$output_vmlinux".gz objcopy \ -O binary \ -j .kernel:vmlinux.strip \ "$input_zimage_initrd" \ "$output_vmlinux".gz gunzip -fv "$output_vmlinux".gz rm -fv "$output_initrd_gz" objcopy \ -O binary \ -j .kernel:initrd \ "$input_zimage_initrd" \ "$output_initrd_gz" -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=333665#c5 --- Comment #5 from Manfred Tremmel <Manfred.Tremmel@iiv.de> 2007-11-01 06:06:51 MST --- Thank you Olaf, the script works fine. It's no problem to install openSUSE with the extracted files and BootX. I'm sorry I was not able to report the bug earlier, but my PowerBook was defect, three years. I've managed to repair it on the weekend after 10.3 was released (yes, it was no high priority). -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=333665#c6 Ruediger Oertel <ro@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |snwint@novell.com Status|NEW |ASSIGNED --- Comment #6 from Ruediger Oertel <ro@novell.com> 2007-11-12 06:01:42 MST --- shouldn't this be done in the installation-images specfile ? -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=333665#c7 --- Comment #7 from Steffen Winterfeldt <snwint@novell.com> 2007-11-12 07:02:41 MST ---
From the report it sounds as if it used to be done there and was removed lately. Olaf?
-- 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.
https://bugzilla.novell.com/show_bug.cgi?id=333665 Steffen Winterfeldt <snwint@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO Info Provider| |olh@novell.com -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=333665#c8 Olaf Hering <olh@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED Info Provider|olh@novell.com | --- Comment #8 from Olaf Hering <olh@novell.com> 2007-11-12 07:44:25 MST --- if it comes from installation-images, the 4 files will end up on the DVD. This should be avoided. Thats why I'm asking for a factory/release only solution. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=333665#c9 Steffen Winterfeldt <snwint@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |olh@novell.com --- Comment #9 from Steffen Winterfeldt <snwint@novell.com> 2007-11-12 08:20:37 MST --- Then you could place the files in the FTP directory in installation-images; that's how we deal with bootdisk images on i386. Or you might want to just provide that script above and let the user create the files. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=333665#c10 --- Comment #10 from Olaf Hering <olh@novell.com> 2007-11-13 04:57:55 MST --- I have adjusted the script for factory. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=333665 User ro@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=333665#c11 Ruediger Oertel <ro@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #11 from Ruediger Oertel <ro@novell.com> 2008-11-05 08:42:19 MST --- fixed in installation-images on dec3/2007 by snwint -- 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.
participants (1)
-
bugzilla_noreply@novell.com