|
||||||
| Forums FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Install/Boot/Login Questions about installation, login, boot issues, partitioning, file systems, software that runs at boot (GRUB, LILO, boot scripts) |
![]() |
|
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
So, I'm having the following problem:
I want to install OpenSUSE 11.2 on my Acer TimeLine 3810TZ which has no DVD Drive. So I followed the Live USB guide and crat my Live USB Stick with the following command: matt@Matt:~> sudo dd if=~/Other/openSUSE-11.2-KDE4-LiveCD-x86_64-iso/openSUSE-11.2-KDE4-LiveCD-x86_64.iso of=/dev/disk/by-id/usb-_USB_Flash_Memory_001D0F160F0CB980439C061A-0\:0 bs=4M and it reports that it's written it A-OK. So I go to my laptop, enter the BIOS to give priority boot to the USB (It has Three USB entries, USB-CDROM, USB-HDD, USB-FDD, so I just put them all before any HDDs, figuring it'd cycle through them) and reboot with my stick in one of the USB slots. And then it hangs on the BIOS. It lights up my USB Stick's activity light like crazy, but it never actually leaves the BIOS screen (POST screen). Any idea what's going on? I'm kind of stuck with Windows Vista, and we all know how bad that is
|
|
|||
|
Did you wait for long enough? It generally takes a lot of time reading in stuff from the stick.
__________________
openSUSE 11.2 (x86_64) with Kernel 2.6.31.12-0.1-desktop and KDE 4.3.5 (Release 3) on MacBook Pro Latest MS Windows version used: Win95 |
|
|||
|
Okay. I'm heading into around the 45 minute mark of it sitting on the BIOS, USB activity light still going however...
I feel it useful to mention that when it wrote the 722MB to the stick, it took less than a minute. So, is this normal? Or is something up? |
|
|||
|
No, it is not normal.
Also, I have a doubt that the image was not correctly copied. See if you can do it again. It should not be mounted while executing the dd command. Also, execute sync a couple of times before you remove the stick. Code:
sync sync
__________________
openSUSE 11.2 (x86_64) with Kernel 2.6.31.12-0.1-desktop and KDE 4.3.5 (Release 3) on MacBook Pro Latest MS Windows version used: Win95 |
|
|||
|
syampillai, I have a feeling that the problem lies with the DD command itself. It results in the file system being iso9900 or something like that, instead of being a vfat.
So I've tried mounting the iso elsewhere, formatting the USB stick to vfat myself, and then copying the files over, but so far I'm not having much luck. It can't find the boot image on the USB stick. BUT! The good news is it does pass the BIOS screen ![]() I'll try your suggestion in a minute, if my newest try doesn't work haha. And then of course, I'll post back. Thanks!(Are you available on MSN or IRC to have a more fluid conversation with?) EDIT: Okay, I tried the above again, but this time without running sudo syslinux -f /dev/sde, but when I don't do that it DOES get by the BIOS, but says "This is not a bootable floppy" but when I DO run sudo syslinux -f /dev/sde it'll get past the BIOS, but it will say that it can't find the kernel. |
|
|||
|
Okay, I tried your suggestion:
Code:
matt@Matt:~> sudo /sbin/mkfs.vfat -I -n Matt /dev/sde mkfs.vfat 2.11 (12 Mar 2005) matt@Matt:~> sudo umount /dev/sde umount: /dev/sde: not mounted matt@Matt:~> sudo dd bs=4M if=/home/matt/Other/openSUSE-11.2-KDE4-LiveCD-x86_64-iso/openSUSE-11.2-KDE4-LiveCD-x86_64.iso of=/dev/sde 172+1 records in 172+1 records out 722468864 bytes (722 MB) copied, 214.466 s, 3.4 MB/s matt@Matt:~> sync matt@Matt:~> sync matt@Matt:~> sync
|
|
|||
|
The procedure is correct but you have to complete it with the rest of the steps. Please see the following link:
Live USB stick - openSUSE (You can have any kind of file system, including iso9660, on the stick (for that matter, on any media). It doesn't have to be vfat!) Unfortunately, I have to leave now. It is 2am here and I am already feeling very sleepy! I am sure you will succeed with this and if you have any issues, others are alive here anyway. All the best.
__________________
openSUSE 11.2 (x86_64) with Kernel 2.6.31.12-0.1-desktop and KDE 4.3.5 (Release 3) on MacBook Pro Latest MS Windows version used: Win95 |
|
|||
|
Quote:
But it does support booting from the USB Stick, as it's in the BIOS.I've been following this guide: How to Make openSUSE 11.1 LiveUSB | Spirit of Change and I managed to boot into the OpenSUSE Menu, but when I select to install or what have you, it can't find the appropriate kernel. So, back to tinkering. I feel like I'm getting closer.
|
![]() |
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|