making a bootable USB stick

Downloaded openSUSE-11.2-DVD-x86_64.iso
Burned on a DVD and used to make an install op a Dell laptop
Everything went okay.
Now I like to make a install on a ASUS UL20A laptop without an optical drive
Placed the iso on a USB stick with dd command
The stick can be read by openSUSE 11.2 machine
NOT by WIN 7 machine
I tried to make the USB stick with Win32DiskImager.exe
It gave the same result as above.
Any tip or explanation of the above is appreciated
Teunis

this should be helpful:
http://en.opensuse.org/Installation_without_CD#Creating_a_bootable_USB_Stick_from_Linux

ask again if not helpful…


DenverD (Linux Counter 282315)
CAVEAT: http://is.gd/bpoMD
posted via NNTP w/TBird 2.0.0.23 | KDE 3.5.7 | openSUSE 10.3
2.6.22.19-0.4-default SMP i686
AMD Athlon 1 GB RAM | GeForce FX 5500 | ASRock K8Upgrade-760GX |
CMedia 9761 AC’97 Audio

Thank You. I followed this set of instructions
Creating a bootable USB stick under Windows

And now my laptop booted on the USB stick
During the installation I am asked for the source medium
I choose HD
Unfortunately I don’t see the dsik partition for my USB stick
I only see the installed HD and 3 partitions on it all sda’s
My USB drive should be /dev/sdb
I can’t make a choice for it.
Any suggestion is really appreciated
Teunis

Hi
Add the option at the installation grub menu


insmod=usb_storage


Cheers Malcolm °¿° (Linux Counter #276890)
SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 2.6.27.45-0.1-default
up 1 day 16:17, 3 users, load average: 0.17, 0.36, 0.70
GPU GeForce 8600 GTS Silent - CUDA Driver Version: 195.36.15

Can you give me a hint how to do that
Is the GRUB menu on the bootable USB stick
Thanks

Hi
Yes, the very first screen where you get to select boot from hard disk,
installation etc. If you scroll down to the installation option,
anything you type will be in the ‘Boot options’ at the bottom of the
screen;
http://thumbnails26.imagebam.com/8012/7a7bf880114621.gif](ImageBam)


Cheers Malcolm °¿° (Linux Counter #276890)
SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 2.6.27.45-0.1-default
up 0:01, 2 users, load average: 0.69, 0.36, 0.13
GPU GeForce 8600 GTS Silent - CUDA Driver Version: 195.36.15

I tried
insmod=usb_storage
That did not work
Shall I copy the content of the DVD in a folder in the
root of one of my HD partitions?

Hi
If it can see the drives, I would do that. Else you would need to mount
the usb device manually from one of the virtual terminal (alt+ctrl+Fn
key combination).


Cheers Malcolm °¿° (Linux Counter #276890)
SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 2.6.27.45-0.1-default
up 1:23, 2 users, load average: 0.08, 0.13, 0.27
GPU GeForce 8600 GTS Silent - CUDA Driver Version: 195.36.15

No that did not work
I can get a virtual termnal with Ctrl-Alt-F2
Sorry for asking: How can I mount the USB stick?
Can you give me the command.
I thought the USB stick is already mounted as “sdb”

Hi
If you run the command;


fdisk -l

do you see the device? If so;


mkdir /tmp/sdb
mount /dev/sdb1 /tmp/sdb


Cheers Malcolm °¿° (Linux Counter #276890)
SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 2.6.27.45-0.1-default
up 1:58, 2 users, load average: 0.15, 0.30, 0.40
GPU GeForce 8600 GTS Silent - CUDA Driver Version: 195.36.15

Hi
Or which ever partition you have the dvd data on eg sdb2 sdb3 etc


Cheers Malcolm °¿° (Linux Counter #276890)
SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 2.6.27.45-0.1-default
up 2:03, 2 users, load average: 0.21, 0.20, 0.32
GPU GeForce 8600 GTS Silent - CUDA Driver Version: 195.36.15

The fdisk is not recognized as a command
In dev/disk/by-id I can see my USB stick

Hi
It should be? At what point in the install are you running the command
to switch to the virtual console?


Cheers Malcolm °¿° (Linux Counter #276890)
SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 2.6.27.45-0.1-default
up 2:49, 2 users, load average: 0.30, 0.35, 0.36
GPU GeForce 8600 GTS Silent - CUDA Driver Version: 195.36.15

On my working SUSE1.2 machine fdisk only works if I am loged-in as root. The command is not on the RAM disk in /bin or /lbin
I go to a console with Al-Ctrl-F9 just before the “Choose the source medium” question is asked

Hi
I would look at using the NET install then use that to select the local
hard drive directory with a copy of the DVD.


Cheers Malcolm °¿° (Linux Counter #276890)
SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 2.6.27.45-0.1-default
up 4:28, 2 users, load average: 0.04, 0.21, 0.32
GPU GeForce 8600 GTS Silent - CUDA Driver Version: 195.36.15

Unfortunately I could not mount the USB stick
So when it asked for the ‘resource medium’ I had to choose NFS
On the network I had a machine n which I could share /media/CDROM
After that the installation was succesfully.
Thanks for your advices