creating a bootable 8 gig flash for the opensuse 11 install dvd
- From: Ruben <ruben@xxxxxxxxxxxxxxxxx>
- Date: Wed, 15 Oct 2008 16:35:04 -0400
I want to install openSUSE 11 from a bootable fash drive and I can't seem
to find any documentation on how to do this. I'd like to use the openSuSE
11 DVD for the x86 32 bit platform which I have downloaded.
Does anyone know how I can turn the flash drive into a bootable install
disk?
I've hit a few mailing lists on this but I'm getting nowhere. I feel like
I'm banging my head agains the wall
Here are some previous discussions
-------------
clayton wrote:
Does anyone know how I can turn the flash drive into a bootable installHi Ruben,
disk?
There is some documentation on the wiki[0] but I've never used it myself.
h
[0] http://en.opensuse.org/SuSE_install_from_USB_drive
I've used these instructions, and they are well written and work
great. I install openSUSE exclusively from a USB drive on my
computers now.
C
I'm using a cruzer micro 8g disk and its not working. When I try to boot it, it says can't boot hdd or something of that affect.
--------------------------------------------------
Hello
Sorry is this is reaching the wrong person but I'm trying to debug why I can't make a bootable install
flash drive for opensuse 11 and while looking over the code I don't understand the purpose of following
code
system "cp $opt_syslinux $src/ldlinux.sys" and die "error: no syslinux?\n";
system "ls $src|grep ld";
$boot_disks = 2;
unlink "$src/ldlinux.sys";
system "ls $src|grep ld";
Why copy the ldlinux.sys file and then immediately delete it?
When I tried to do this straight from the instructions on:
http://en.opensuse.org/SuSE_install_from_USB_drive
and try to boot from the install flash disk (which is an 8g scandisk cruzer micro)
it doesn't boot and just says EBIOS HDD
-----------------------------------------
Steffen Winterfeldt wrote:
Hi,
On Wed, 15 Oct 2008, Ruben Safir wrote:
flash drive for opensuse 11 and while looking over the code I don't understand
the purpose of following
code
system "cp $opt_syslinux $src/ldlinux.sys" and die "error: no syslinux?\n";
system "ls $src|grep ld";
$boot_disks = 2;
unlink "$src/ldlinux.sys";
system "ls $src|grep ld";
Why copy the ldlinux.sys file and then immediately delete it?
well, the original code in boot/i386/mkbootdisk (on openSUSE media) of which
your script is apparently derived looks like:
Thanks. This script, minus the print STDERR I addded actually comes from this website:
http://en.opensuse.org/SuSE_install_from_USB_drive
system "cp $opt_syslinux $src/ldlinux.sys" and die "error: no syslinux?\n";
$boot_disks = get_disk_number $src;
$boot_disks = 2 if $boot_disks < 2;
unlink "$src/ldlinux.sys";
and here the copying is done to calculate the number of required (floppy)
boot disks.
and try to boot from the install flash disk (which is an 8g scandisk cruzer
micro)
it doesn't boot and just says EBIOS HDD
An easy check would be to try it with qemu:
qemu -hda /dev/<usb_disk>
to get an idea whether the disk is wrong or your bios.
Steffen
on the system we are trying to boot on? My syslinux is from SuSE 93, if that matters.
___________________________________________________________________
OK - I downloaded it from the 9.3 repository and it just says the same thingAn easy check would be to try it with qemu:on the system we are trying to boot on? My syslinux is from SuSE 93, if that
qemu -hda /dev/<usb_disk>
to get an idea whether the disk is wrong or your bios.
matters.
On any; doesn't matter.
Steffen
HDD EBOIS
Boot Failed
How do I debug this?
________________________________________________________________
Hello
I'm really having trouble getting a flash disk of the opensuse 11 dvd to become bootable
and your name popped up in syslinux as the copyright holder of what appears to be vers 2.11
SuSE has a mksuseboot script on this page which I've tried, among many things I've tried and debugged
at
http://opensource.contentbakery.fi/suse/mksusebootdisk
Nothing is working and I can't even find basic documentation like
how does the system find ldlinux.sys?
where does it look? where do i put the config files? How do I read the master boot record?
If you can be of any assistance, I'd appreciate it.
_____________________________________________________________________
At this point, I've confused how booting actually happens, something I
thought I used to know. Somehow the MBR has to tell the computers where
the program that bootstraps the system sits on the disk.
Ruben
--
http://www.mrbrklyn.com - Interesting Stuff
http://www.nylxs.com - Leadership Development in Free Software
So many immigrant groups have swept through our town that Brooklyn, like Atlantis, reaches mythological proportions in the mind of the world - RI Safir 1998
http://fairuse.nylxs.com DRM is THEFT - We are the STAKEHOLDERS - RI Safir 2002
"Yeah - I write Free Software...so SUE ME"
"The tremendous problem we face is that we are becoming sharecroppers to our own cultural heritage -- we need the ability to participate in our own society."
"> I'm an engineer. I choose the best tool for the job, politics be damned.<
You must be a stupid engineer then, because politcs and technology have been attached at the hip since the 1st dynasty in Ancient Egypt. I guess you missed that one."
© Copyright for the Digital Millennium
.
- Prev by Date: Re: How to delete a file ?
- Next by Date: Re: WTF is it with ubuntu?
- Previous by thread: sysfs: finding the device node for a given product/vendor id
- Next by thread: Rami Royal Jeux de rami en ligne
- Index(es):
Relevant Pages
|