After over 3 years SS finally gave me my disability. I realized I now have a brain with nothing to do! LOL Quit drugs over 4 years now(clean & sober). That used to take up a huge part of my brain and then homeless, unemployed 3+ years. Surviving that took up the big part of my brain, but that is over now.
So, I figured that since people have told I should do computers. I fix them for fun. Also since I want to learn command prompts as I was told that since I can do so much from a GUI, I would be dangerous if I learned them! LOL
Grub is the start so that's where I am going to start!
1st project: make a Grub app. that will load distros. Like PCLinuxOS has (impressed me and luv it, so easy)
Here my 1st quick question after having read some of the manual. To save disk space could I compress the ditros? and have grub uncompress on the fly? right?
2nd: a problem with my usb wireless (netgear wna 3100) on the newest distro kernel. So I was thinking is it possible to put the update to kernel in GRUB and get it installed?
Update from WIKI
http://sourceforge.net/apps/mediawiki/ndiswrapper/index.php?title=Netgear_WNA3100Add the following to ntoskernal_io.c
wstdcall NTSTATUS WIN_FUNC(IoUnregisterPlugPlayNotification,1)
(void *tag)
{
TRACE2("%p", tag);
TODO(); /* Probably Not, legacy function abandoned in Windows 7 */
IOEXIT(return STATUS_SUCCESS); /* Linux doesn't use it either */
}
Any help I will be thankful for your time!
If it helps I am a US Veteran.