Frugal Install and Grub 2

Booting, installing, newbie
Post Reply
Message
Author
fyujj
Posts: 102
Joined: Sat 04 Apr 2009, 17:40

#16 Post by fyujj »

Hi nooby.
I just added 39_puppy. I have something else in 40_custom.
I could've added the Puppy entries in 40_custom, though, but since I was trying to figure the correct entry I chose to add a separate file.
The name doesn't matter, only the number.

The =root that's needed is the one after --set and before the UUID number. Otherwise GRUB will complain of a missing argument.

edit- on the other hand, by http://www.murga-linux.com/puppy/viewto ... 523#547523 the
search --no-floppy --fs-uuid --set=root UUID
isn't really needed for it to work (but I didn't try myself).
But I'll try the other way round. I'll remove
set root=(hd0,3)
and see if it works.

fyujj
Posts: 102
Joined: Sat 04 Apr 2009, 17:40

#17 Post by fyujj »

It works. So one can use either

Code: Select all

set root=(hdx,y)
or

Code: Select all

--set=root <UUID>
Note that that line has "--fs-uuid" (must be related).

nooby
Posts: 10369
Joined: Sun 29 Jun 2008, 19:05
Location: SwedenEurope

#18 Post by nooby »

Thanks for sharing. I have to test it. I should be at sleep now
itis 03.00AM soon but I could not fall asleep so I got up
and got curious of if you or anybody else made a comment.

grub2 seems very keen on having the right syntax.
Sure that is important for any boot loader but the others
allow that one edit on the fly while Grub two make the
improper ones invisible instead. Not what I like at all.

I report if I get it to work. I will be traveling and get back
at about 03PM or so and will buy gadgets like DVI to HDMI adapters
whatever they have or is needed for my new Monitor that have HDMI sockets
I use Google Search on Puppy Forum
not an ideal solution though

Post Reply