aus9 Posted December 31, 2004 Share Posted December 31, 2004 I maintain this howto at the link forum and submit it in the hope it may help you. http://www.linuxquestions.org/questions/sh...threadid=237511 Link to comment Share on other sites More sharing options...
bvc Posted December 31, 2004 Share Posted December 31, 2004 cool! I'm curious though why you took out the grub-install section? Isn't that the easiest? Works for me. though I did have to use the grub shell when it didn't once. Why not both? Link to comment Share on other sites More sharing options...
aus9 Posted December 31, 2004 Author Share Posted December 31, 2004 (edited) 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 December 31, 2004 by aus9 Link to comment Share on other sites More sharing options...
aus9 Posted January 1, 2005 Author Share Posted January 1, 2005 oops mdk 10.1 complains is I use /boot/etc in my kernel and initrd lines. Link to comment Share on other sites More sharing options...
aus9 Posted January 3, 2005 Author Share Posted January 3, 2005 as I have a burner I have just added the howto burn grub to cdr http://www.linuxquestions.org/questions/sh...692#post1384692 Mdk 10.1 users note you must use the /boot/vmlinuz etc structure for the CD Link to comment Share on other sites More sharing options...
bvc Posted January 3, 2005 Share Posted January 3, 2005 thx! I'll have to check this out! Link to comment Share on other sites More sharing options...
Gowator Posted January 3, 2005 Share Posted January 3, 2005 Very cool.... I wish I had seen this last week installing my mums machine.... :D Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now