R
reni
Aber laut device.map ist /dev/sda doch (hd1)aber wenn Du von usb bootest, ist es (hd0,1), nicht (hd1,1)
Mir gehen aber grad auch die Ideen aus ... oder ich hab was übersehen
Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion erfordert derzeit den Zugriff auf die Seite über den integrierten Safari-Browser.
Aber laut device.map ist /dev/sda doch (hd1)aber wenn Du von usb bootest, ist es (hd0,1), nicht (hd1,1)
Wir probieren es halt malund wenn ja wo?
Danke
title openSUSE 10.2
root (hd0,1)
gfxmenu (hd0,1)/boot/message
selectfile /boo/grub/menu.lst /grub/menu.lst boot/grub/grub.conf /grub/grub.conf
Grub ERROR 15 : File not found
Also ändere den Eintrag in der /boot/grub/menu.lst so:
Code:
title openSUSE 10.2
root (hd0,1)
Dann ist aber auch der Eintrag unter "timeout" anzupassen:
Code:
gfxmenu (hd0,1)/boot/message
Also dein Eintrag muss so aussehen:
Code:
title openSUSE 10.2
root (hd1,1)
kernel /boot/vmlinuz root=/dev/sda2 vga=0x314 resume=/dev/sda1 splash=verbose showopts
initrd /boot/initrd
selectfile /boot/grub/menu.lst /grub/menu.lst boot/grub/grub.conf /grub/grub.conf
Grub ERROR 15 : File not found
# Modified by YaST2. Last modification on So Jul 8 15:24:51 CEST 2007
default 0
timeout 8
gfxmenu (hd1,1)/boot/message
###Don't change this comment - YaST2 identifier: Original name: linux###
title openSUSE 10.2
root (hd1,1)
kernel /boot/vmlinuz root=/dev/sda2 vga=0x314 resume=/dev/sda1 splash=verbose showopts
initrd /boot/initrd
###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
###Don't change this comment - YaST2 identifier: Original name: 2.6.18.2-34-default###
title 2.6.18.2-34-default
initrd (hd1,1)/boot/initrd-2.6.18.2-34-default