Von USB Booten

Status
Für weitere Antworten geschlossen.

heaven#~>

New Member
Hallo,

Ich hoffe das ist jetz nicht das falsche Forum.

Also, ich habe openSuse 10.2 installiert, die Boot loader wollen bei mir nicht auf Anhieb funktionieren (GRUB no way, Lilo zZ auch nicht so richtig)

Also folgendes Szenario:
Ich habe Grub als Bootloader wenn ich meinen PC starte begrüßt mich eine Error Meldung.
So, wenn ich jetz die Suse DVD im Laufwerk habe und "Boot from Harddisk" klappt alles einwandfrei.
Es ist natürlich doof die CD immer einzulegen, also hab ich mir gedacht, das man dass auch gut über einen USB stick machen könnte.

Meine Frage: Ist das machbar und wenn ja wie?
 

heaven#~>

New Member
AW: Von USB Booten

Danke, ich bin heute etwas blind^^

1.
Code:
benne@heaven:~> grep -i Type /etc/sysconfig/bootloader
## Type:        list(grub,lilo,none)
# Type of bootloader in use.
LOADER_TYPE="grub"
## Type:        list(floppy,mbr,root,boot,custom,none)
2.
Code:
benne@heaven:~> grep -i location /etc/sysconfig/bootloader
# Location of boot loader.
LOADER_LOCATION=""
????

3.
Code:
benne@heaven:~> cat /etc/sysconfig/bootloader
## Path:        System/Bootloader
## Description: Bootloader configuration
## Type:        list(grub,lilo,none)
## Default:     grub
#
# Type of bootloader in use.
# For making the change effect run bootloader configuration tool
# and configure newly selected bootloader
#
#
LOADER_TYPE="grub"


## Path:        System/Bootloader
## Description: Bootloader configuration
## Type:        list(floppy,mbr,root,boot,custom,none)
## Default:     mbr
#
# Location of boot loader.
# For making the change effect run bootloader configuration tool
#
#
LOADER_LOCATION=""
4.
Code:
localhost:/home/benne # fdisk -l

Platte /dev/hda: 82.3 GByte, 82348277760 Byte
255 heads, 63 sectors/track, 10011 cylinders
Einheiten = Zylinder von 16065 × 512 = 8225280 Bytes

   Gerät  boot.     Anfang        Ende     Blöcke   Id  System
/dev/hda1               1        3824    30716248+   7  HPFS/NTFS
/dev/hda2            3825        5787    15767797    b  W95 FAT32
/dev/hda3   *        5788        9861    32724405   83  Linux
/dev/hda4            9862       10011     1204875    5  Erweiterte
/dev/hda5            9862       10011     1204843+  82  Linux Swap / Solaris

Platte /dev/sda: 262 MByte, 262144000 Byte
16 heads, 32 sectors/track, 1000 cylinders
Einheiten = Zylinder von 512 × 512 = 262144 Bytes

   Gerät  boot.     Anfang        Ende     Blöcke   Id  System
/dev/sda1   *           1        1000      255984    6  FAT16
Partition 1 hat unterschiedliche phys./log. Enden:
     phys=(998, 15, 32) logisch=(999, 15, 32)

Platte /dev/sdb: 163.9 GByte, 163928604672 Byte
255 heads, 63 sectors/track, 19929 cylinders
Einheiten = Zylinder von 16065 × 512 = 8225280 Bytes

   Gerät  boot.     Anfang        Ende     Blöcke   Id  System
/dev/sdb1               1       13959   112125636    c  W95 FAT32 (LBA)
Code:
localhost:/home/benne # cat /etc/fstab
/dev/hda3            /                    ext3       acl,user_xattr        1 1
/dev/hda1            /windows/C           ntfs       ro,users,gid=users,umask=0002,nls=utf8 0 0
/dev/hda2            /windows/D           vfat       users,gid=users,umask=0002,utf8=true 0 0
/dev/hda5            swap                 swap       defaults              0 0
proc                 /proc                proc       defaults              0 0
sysfs                /sys                 sysfs      noauto                0 0
debugfs              /sys/kernel/debug    debugfs    noauto                0 0
usbfs                /proc/bus/usb        usbfs      noauto                0 0
devpts               /dev/pts             devpts     mode=0620,gid=5       0 0
/dev/fd0             /media/floppy        auto       noauto,user,sync      0 0
 

heaven#~>

New Member
AW: Von USB Booten

Rain_Maker schrieb:
Allerdings, denn da fehlen noch ein paar sehr wichtige Ausgaben.

Greetz,

RM
Ich zweifle gerade ernsthaft meine sehkraft an...

4a.
Code:
localhost:/home/benne # cat /boot/grub/menu.lst
# Modified by YaST2. Last modification on Mi Mär  7 23:34:15 UTC 2007
default 0
timeout 8
gfxmenu (hd0,2)/boot/message
##YaST - activate

###Don't change this comment - YaST2 identifier: Original name: linux###
title openSUSE 10.2
    root (hd0,2)
    kernel /boot/vmlinuz-2.6.18.2-34-default root=/dev/hda3 vga=0x31a    resume=/dev/hda5 splash=silent showopts
    initrd /boot/initrd-2.6.18.2-34-default

###Don't change this comment - YaST2 identifier: Original name: xen###
title XEN
    root (hd0,2)
    kernel /boot/xen-pae.gz
    module /boot/vmlinuz-2.6.18.2-34-xenpae root=/dev/hda3 vga=0x31a    resume=/dev/hda5 splash=silent showopts
    module /boot/initrd-2.6.18.2-34-xenpae

###Don't change this comment - YaST2 identifier: Original name: windows###
title Windows
    rootnoverify (hd0,0)
    chainloader (hd0,0)+1

###Don't change this comment - YaST2 identifier: Original name: floppy###
title Diskette
    rootnoverify (hd0,0)
    chainloader (fd0)+1

###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe -- openSUSE 10.2
    root (hd0,2)
    kernel /boot/vmlinuz-2.6.18.2-34-default root=/dev/hda3 vga=normal showopts ide=nodma apm=off acpi=off noresume nosmp noapic maxcpus=0 edd=off 3
    initrd /boot/initrd-2.6.18.2-34-default
Code:
localhost:/home/benne # cat /boot/grub/device.map
(fd0)   /dev/fd0
(hd0)   /dev/hda
Ich hoffe ich habe nicht nochwas übersehen
 

Rain_Maker

Administrator
Teammitglied
AW: Von USB Booten

Okay, das hat einwandfrei Funktioniert, aber beim Booten gab es einen "GRUB Hard Disk Error".
Und welchen?

Oft steht bei GRUB Errors eine Zahl dabei.

Welchen der Linuxeinträge Du versuchst zu booten steht auch nicht da.

Das macht keinen Spaß, wenn man jemandem _alles_ aus der Nase ziehen muß.

BTW:

Hast Du im BIOS irgendeinen "Virenschutz" aktiviert, der verhindert nämlich gerne mal das Überschreiben des MBR mit dem neuen Bootloadercode.

Greetz,

RM
 

heaven#~>

New Member
AW: Von USB Booten

Rain_Maker schrieb:
Und welchen?

Oft steht bei GRUB Errors eine Zahl dabei.
Es steht keine Zahl dabei. (Nur "GRUB Hard Disk Error")

Rain_Maker schrieb:
Welchen der Linuxeinträge Du versuchst zu booten steht auch nicht da.
Okay, das hab ich falsch ausgedrückt, nicht beim Booten, sondern beim Laden des Bootloaders (Also: Ich mache den PC an -> Sehe kurz das hübsche IntelliStation Logo -> Grub Hard Disk Error)

Rain_Maker schrieb:
BTW:

Hast Du im BIOS irgendeinen "Virenschutz" aktiviert, der verhindert nämlich gerne mal das Überschreiben des MBR mit dem neuen Bootloadercode.
Nein, soweit ich weiß nicht (War gerade im BIOS und hab keien Eintrag gesehen, der auf einen AV schließen lassen könnte)
 
Status
Für weitere Antworten geschlossen.
Oben