Muppy startet nicht

Post Reply
Message
Author
asker2
Posts: 23
Joined: Mon 06 Oct 2008, 16:38

Muppy startet nicht

#1 Post by asker2 »

Ich habe Puppy Linux runtergeladen und wollte es installieren in Virtualbox auf meiner virtuellen Festplatte (10GB).
Wollte zuerst die Frugalinstallation ausprobieren, doch die funktionierte nicht, da kam nachdem ich alles nach dieser Anleitung eingerichtet hatte nach einem Neustart nur ein schwarzer Bildschirm:
Frugal Installation mit dem Puppy Universal Installer | Puppy Linux

Nun wollte ich die Volle Installation ausprobieren, doch dann kam bei Booten der Fehler Partition mounted only for read.

Beim Muppy Linux kam bei der Vollinstallation derselbe Fehler und bei der Frugalinstallation der fehler: grub error 17

Also habe eine erste partition mit ntfs angelegt aber ohne windows
eine hda2 als system würde ich das nennen
eine hda3 linux swap ( linuxswap, die funktioniert auch schon)
und eine hda4 als private daten
Im Anhang genaueres.

In Virtualbox steht IDE Primärer Master
Den Teil aus der Anleitung mit den ## Zeichen für Windows habe ich weggelassen.
Im


Was kann ich machen, damit wenigstens eine der beiden Methoden funktioniert?



das soll mein menu.lst sein ist aber etwas verrutscht:

# GRUB configuration file '/boot/grub/menu.lst'.
# generated by 'grubconfig'. Wed Oct 8 11:20:06 2008
#
# The backup copy of the MBR for drive '/dev/hda' is
# here '/boot/grub/mbr.hda.10182'. You can restore it like this.
# dd if=/boot/grub/mbr.hda.10182 of=/dev/hda bs=512 count=1
#
# Start GRUB global section
#timeout 30
color light-gray/blue black/light-gray
# End GRUB global section
# Other bootable partition config begins
title Windows (on /dev/hda1)
rootnoverify (hd0,0)
makeactive
chainloader +1
# Other bootable partition config ends
# Linux bootable partition config begins
title Puppy Linux 4.00 frugal(on /dev/hda2)
rootnoverify (hd0,1)
kernel /puppy400/vmlinuz pmedia=idehd psubdir=puppy400 root=/dev/hda2 rw vga=normal
initrd /puppy400/initrd.gz
# Linux bootable partition config ends
# Other bootable partition config begins
title Windows (on /dev/hda4)
map (hd0,0) (hd0,3)
map (hd0,3) (hd0,0)
rootnoverify (hd0,3)
makeactive
chainloader +1
# Other bootable partition config ends
title Install GRUB to floppy disk (on /dev/fd0)
pause Insert a formatted floppy disk and press enter.
root (hd0,1)
setup (fd0)
pause Press enter to continue.
title Install GRUB to Linux partition (on /dev/hda2)
root (hd0,1)
setup (hd0,1)
pause Press enter to continue.
title - For help press 'c', then type: 'help'
root (hd0)
title - For usage examples, type: 'cat /boot/grub/usage.txt'
root (hd0)
Attachments
Aufzeichnen.JPG
(57.61 KiB) Downloaded 203 times

asker2
Posts: 23
Joined: Mon 06 Oct 2008, 16:38

#2 Post by asker2 »

Hier noch menu.lst ist aber verrutscht:
# GRUB configuration file '/boot/grub/menu.lst'.
# generated by 'grubconfig'. Wed Oct 8 11:20:06 2008
#
# The backup copy of the MBR for drive '/dev/hda' is
# here '/boot/grub/mbr.hda.10182'. You can restore it like this.
# dd if=/boot/grub/mbr.hda.10182 of=/dev/hda bs=512 count=1
#
# Start GRUB global section
#timeout 30
color light-gray/blue black/light-gray
# End GRUB global section
# Other bootable partition config begins
title Windows (on /dev/hda1)
rootnoverify (hd0,0)
makeactive
chainloader +1
# Other bootable partition config ends
# Linux bootable partition config begins
title Puppy Linux 4.00 frugal(on /dev/hda2)
rootnoverify (hd0,1)
kernel /puppy400/vmlinuz pmedia=idehd psubdir=puppy400 root=/dev/hda2 rw vga=normal
initrd /puppy400/initrd.gz
# Linux bootable partition config ends
# Other bootable partition config begins
title Windows (on /dev/hda4)
map (hd0,0) (hd0,3)
map (hd0,3) (hd0,0)
rootnoverify (hd0,3)
makeactive
chainloader +1
# Other bootable partition config ends
title Install GRUB to floppy disk (on /dev/fd0)
pause Insert a formatted floppy disk and press enter.
root (hd0,1)
setup (fd0)
pause Press enter to continue.
title Install GRUB to Linux partition (on /dev/hda2)
root (hd0,1)
setup (hd0,1)
pause Press enter to continue.
title - For help press 'c', then type: 'help'
root (hd0)
title - For usage examples, type: 'cat /boot/grub/usage.txt'
root (hd0)

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#3 Post by MU »

hallo,
ersetz mal das:

Code: Select all

 root=/dev/hda2 rw vga=normal
durch

Code: Select all

pdev1=hda2
Mark
[url=http://murga-linux.com/puppy/viewtopic.php?p=173456#173456]my recommended links[/url]

asker2
Posts: 23
Joined: Mon 06 Oct 2008, 16:38

#4 Post by asker2 »

Ist das egal ob ich das bei der frugal oder full ändere?

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#5 Post by MU »

das bezieht sich auf frugal.
Mark
[url=http://murga-linux.com/puppy/viewtopic.php?p=173456#173456]my recommended links[/url]

asker2
Posts: 23
Joined: Mon 06 Oct 2008, 16:38

#6 Post by asker2 »

Habe das gerade ausprobiert:
Hat sich nichts verändert.
Was kann ich noch machen?

asker2
Posts: 23
Joined: Mon 06 Oct 2008, 16:38

#7 Post by asker2 »

So sah das menu.lst nach der änderung aus:

# GRUB configuration file '/boot/grub/menu.lst'.
# generated by 'grubconfig'. Wed Oct 8 17:29:31 2008
#
# The backup copy of the MBR for drive '/dev/hda' is
# here '/boot/grub/mbr.hda.7134'. You can restore it like this.
# dd if=/boot/grub/mbr.hda.7134 of=/dev/hda bs=512 count=1
#
# Start GRUB global section
#timeout 30
color light-gray/blue black/light-gray
# End GRUB global section
# Other bootable partition config begins
title Windows (on /dev/hda1)
rootnoverify (hd0,0)
makeactive
chainloader +1
# Other bootable partition config ends
# Linux bootable partition config begins
title Puppy Linux 4.00 frugal (on /dev/hda2)
rootnoverify (hd0,1)
kernel /puppy400/vmlinuz pmedia=idehd psubdir=puppy400 pdev1=hda2
initrd /puppy400/initrd.gz
# Linux bootable partition config ends
# Other bootable partition config begins
title Windows (on /dev/hda4)
map (hd0,0) (hd0,3)
map (hd0,3) (hd0,0)
rootnoverify (hd0,3)
makeactive
chainloader +1
# Other bootable partition config ends
title Install GRUB to floppy disk (on /dev/fd0)
pause Insert a formatted floppy disk and press enter.
root (hd0,1)
setup (fd0)
pause Press enter to continue.
title Install GRUB to Linux partition (on /dev/hda2)
root (hd0,1)
setup (hd0,1)
pause Press enter to continue.
title - For help press 'c', then type: 'help'
root (hd0)
title - For usage examples, type: 'cat /boot/grub/usage.txt'
root (hd0)

asker2
Posts: 23
Joined: Mon 06 Oct 2008, 16:38

#8 Post by asker2 »

Gibt es sonst keine Möglichkeiten, kann doch nicht sein dass nur ich das problem habe?

Post Reply