Jump to content

GRUB HOWTO and trouble-shooter


aus9
 Share

Recommended Posts

bvc

 

2 reasons

firstly I had bloat hitting 25000 characters so had to be Ruthless as in the movie ruthless people if you have seen it

 

but as you will see I also culled lots of other stuff such as secret menu entries and grub-install altho works for you I too found the grub in terminal always was more informative

ie if I made a typo it tended to produce an error

and eg root (hd0,0) .....setup (hd0) gave me an output including the last line of succeeded which has always gave me a warm glow.

 

btw I have counted my last effort but as I moved some stuff back to links I am no longer concerned with bloat

 

(2) A more important cull was I deliberately culled the absolute pathway alternative....I wanted users to fix in their mind that even if they used a splashimage the root way was the way to go

 

 

 

absolute

 

kernel (hd0,2) /boot/vmlinuz root=/dev/sda5 ro etc

initrd (hd0,2) /boot/initrd.img

 

root way

 

root (hd0,2)

kernel /boot/vmlinuz root=/dev/sda5 ro etc

initrd /boot/initrd.img

 

and you just define root b4 naming the splashimage file

 

cheerio

Edited by aus9
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...