How to arrange Grub2 to boot frugal Slacko, XP and Ubuntu?

Using applications, configuring, problems
Post Reply
Message
Author
User avatar
JamesTheAwesomeDude
Posts: 99
Joined: Tue 29 Jan 2013, 17:17
Location: Classified

How to arrange Grub2 to boot frugal Slacko, XP and Ubuntu?

#1 Post by JamesTheAwesomeDude »

Okay, I have a triple-boot going:
Win XP Pro on /dev/sda1
Ubuntu 12.04 on /dev/sda7
(I know this sound weird):
Puppy Slacko 5.5 FRUGAL on a dedicated EXT4 partition - /dev/sda7

vmlinuz and initrd.gz are both stored on / in sda7 (not a subfolder.)

What do I need to set the Puppy menu entry to for Grub 2? I have Grub Customizer installed on Ubuntu.

Currently, the Puppy entry is:

Code: Select all

insmod ext4
set root='(hd0,6)'
search --no-floppy --fs-uuid --set 342e3978-cdf7-4aa2-98e8-5bc4651b22f9
linux /vmlinuz
initrd /initrd.gz
But that just returns a few errors (will edit them in after I reboot, I think they were 2 file not founds and one Invalid Command error...)

Anyway, if someone could cook up the correct command, I would appreciate it greatly! Will provide any other requested details.
[url=http://www.murga-linux.com/puppy/viewtopic.php?t=84349][img]http://i.imgur.com/Zw6vryI.png[/img][color=#3B6EA3][b][size=200] Version 27. Dotpet. Click here.[/size]
(SFS available too!)[/b][/color][/url]

User avatar
Ray MK
Posts: 774
Joined: Tue 05 Feb 2008, 09:10
Location: UK

#2 Post by Ray MK »

Hi JamesTheAwesomeDude

This should help you get a feel for what’s needed, this is my menu.lst using grub4dos. Although not grub2 - it is very similar.
I would normally put each puppy in it’s own individual folder, thus allowing numerous frugal installs to a single partition.
I prefer grub4dos because it is intuitive, extremely reliable, and it auto-magically generates a menu.lst when run.

HTH - regards - Ray
Attachments
menu.tar.gz
(859 Bytes) Downloaded 192 times
Last edited by Ray MK on Sat 06 Apr 2013, 07:37, edited 1 time in total.
[b]Asus[/b] 701SD. 2gig ram. 8gb SSD. [b]IBM A21m[/b] laptop. 192mb ram. PIII Coppermine proc. [b]X60[/b] T2400 1.8Ghz proc. 2gig ram. 80gb hdd. [b]T41[/b] Pentium M 1400Mhz. 512mb ram.

watchdog
Posts: 2021
Joined: Fri 28 Sep 2012, 18:04
Location: Italy

#3 Post by watchdog »

Try:

Code: Select all

menuentry "Slacko 5.5 (frugal on sda7)" {
set root=(hd0,7)
linux /vmlinuz pmedia=atahd pfix=fsck
initrd /initrd.gz
}

User avatar
Karl Godt
Posts: 4199
Joined: Sun 20 Jun 2010, 13:52
Location: Kiel,Germany

#4 Post by Karl Godt »

Okay, I have a triple-boot going:
Win XP Pro on /dev/sda1
Ubuntu 12.04 on /dev/sda7
(I know this sound weird):
Puppy Slacko 5.5 FRUGAL on a dedicated EXT4 partition - /dev/sda7
Ubunntu and Slacko on their own partition ?
In normal GNU/Linux distros /vmlinuz is a link to /boot/vmlinuz-very-long-identifierer . Same with /initrd . Hope you have mixed everything and are repairing the mess :P .
«Give me GUI or Death» -- I give you [[Xx]term[inal]] [[Cc]on[s][ole]] .
Macpup user since 2010 on full installations.
People who want problems with Puppy boot frugal :P

User avatar
JamesTheAwesomeDude
Posts: 99
Joined: Tue 29 Jan 2013, 17:17
Location: Classified

#5 Post by JamesTheAwesomeDude »

watchdog wrote:Try:

Code: Select all

menuentry "Slacko 5.5 (frugal on sda7)" {
set root=(hd0,7)
linux /vmlinuz pmedia=atahd pfix=fsck
initrd /initrd.gz
}
That worked! :mrgreen:
[url=http://www.murga-linux.com/puppy/viewtopic.php?t=84349][img]http://i.imgur.com/Zw6vryI.png[/img][color=#3B6EA3][b][size=200] Version 27. Dotpet. Click here.[/size]
(SFS available too!)[/b][/color][/url]

vbdanl
Posts: 27
Joined: Sun 08 Jul 2007, 16:19

#6 Post by vbdanl »

JamesTheAwesomeDude wrote:
watchdog wrote:Try:

Code: Select all

menuentry "Slacko 5.5 (frugal on sda7)" {
set root=(hd0,7)
linux /vmlinuz pmedia=atahd pfix=fsck
initrd /initrd.gz
}
That worked! :mrgreen:
are you using Grub2? and is the above an entry you have in the 40* file?
i have not been able to boot into Puppy (frugal) via grub2.. was wondering if you are.. thanks.

Post Reply