PDA

View Full Version : HOWTO: Grub Menu Kernel Display Options


drs305
June 4th, 2008, 09:08 AM
In a hurry and just want to know how to limit the number of displayed kernels or want to know why the new kernel isn't running? Go the the red stars! **

StartUp-Manager & GRUB 2:
StartUp-Manager ver 1.9.12-1 will work with GRUB 2, however some of the options available with Grub legacy have not yet been incorporated to work with Grub 2. The Boot Options tab remains essentially unchanged. The Appearance and Advanced tabs contain fewer entries at present, and the Security tab does not exist with Grub 2 fully-installed. There are reports that a StartUp-Manager 2 is under development which will work with Grub 2. When it is released this page will be updated. GRUB 2 items available for change with StartUp Manager will be annotated with a * green asterisk.

Currently the following StartUp-Manager options work:

* Timeout
* Default OS/kernel
* Misc. (Writes to the "GRUB_CMDLINE_LINUX=" line of /etc/default/grub but will not remove the same entries such as "splash" and "quiet" already entered on "GRUB_CMDLINE_LINUX_DEFAULT=")

Show text during boot


* Display resolution - Placed on "GRUB_CMDLINE_LINUX_DEFAULT=" line of /etc/default/grub. During boot GRUB 2 will note that the "vga=" option is deprecated.



StartUp-Manager and Editing Grub Legacy's menu.lst or GRUB 2's /etc/default/grub - Intro:
With each kernel update, the grub menu is usually updated to reflect the new change.* This creates questions by new users on exactly what happened and how to change the display. By default, the old kernel versions are kept on the menu and the new kernel is added at the top. Over time, this list of kernels can grow quite long. Here are 5 methods to change the menu. The first two are the only methods I recommend unless there are extenuating circumstances. Most users will only need the information in section 1 to make the desired changes to the grub menu display.
* Run "sudo update-grub" to ensure you are working with the most up-to-date grub information.

Before modifying your menu, it is good practice to make a backup copy. If you intend to make multiple changes within a short time, I'd recommend assigning each backup a unique number (menu.lst.bak1, bak2, etc). To make a backup:
For Grub:
sudo cp /boot/grub/menu.lst /boot/grub/menu.lst.bak1 For Grub 2:
sudo cp /etc/default/grub /etc/default/grub.bak1

1. StartUp-Manager
The introduction of StartUp-Manager created an easy and safe method to update the grub menu list via a GUI interface. You can make a variety of changes to the appearance and function of the grub menu without ever directly editing the file.
StartUp-Manager is accessed via System > Administration > StartUp-Manager. If it is not in your menu, install it via synaptic ( System > Administration > Synaptic Package Manager. StartUp-Manager is in the 'universe' repository. If you don't see 'startupmanager' listed in synaptic or the command line method doesn't find it, go to Synaptic's Settings > Repositories > Ubuntu Software and make sure the (universe) repository is checked. Hit the 'Reload' button to refresh the package list and then select startupmanager or install it simply with:

sudo aptitude install startupmanager To start it, System > Administration > StartUp-Manager or in terminal type: gksu startupmanager

Boot Options

* Timeout. Select how long you see the menu before the default is automatically selected and started.
* Default operating system. Set the default operating system, including different kernels and any other OS if installed. Although you can select another OS or version of linux, you will be unable to set up specific boot options (such as kernel version) for them. Changing internal boot options within another operating system requires manual editing of menu.lst.
Show bootloader menu. If not selected, no menu will be seen. The default or saved OS will be selected.
* Show text during boot. This option presents some textual information to allow you to see what is happening during boot.
If you want a clean-looking boot with no text scrolling, untick "Show text during boot" and tick "Show boot splash". Even cleaner, you can untick "Show bootloader menu" but this option is better left visible.


* Appearance
Note: With Grub 2, only the Usplash theme option is available for change.
This tab presents many options on how the grub menu is presented, including colors, grub background image,themes. These apply only to the grub bootloader screens. Eye candy.

Security
Note: Not yet available in Grub 2.
Set passwords to prevent grub changes without authorization. Passwords can be set to require a password to change the bootloader, rescue mode and old boot options.

Advanced
Note: Grub 2 options include only the ability to make a floppy or to change the bootloader resolution.

Limit the number of kernels to keep. ** This is the option to set the number of kernels you see on the boot menu. Choosing "2" is a good compromise, as it allows you to use and see the current kernel plus have the previous kernel version immediately available via the grub menu should you have problems with the new kernel.

Here are some important points about this option:

The grub menu is updated as soon as you close StartUp-Manager.
No kernels are removed from the computer - only the displayed menu items change. No extra space is freed by hiding the kernel entries.
You can change the number more than once, and even go from a smaller to larger number. StartUp-Manager checks the number of installed kernels and will display that number up to the maximum number installed on the computer. If you select a number greater than that installed, it will display all those kernels currently installed and the menu will continue to grow until the number of kernels selected is met. If you removed kernel options by manually deleting items in menu.lst you may not be able to restore them by increasing the number here.


Create boot option for memtest86+. When's the last time you used this? But the option is here if you want it.
Create boot option for recovery mode. An important option to allow you to select Recovery mode if you have problems with the kernel and need to perform maintenance on your kernel.
Automatically update default boot option.. **

If selected, grub's setting is: "# updatedefaultentry=true"; if unticked, value is changed to "# updatedefaultentry=false"
If unchecked, new kernels will not be used until you make changes to grub, approve the change during installation, or manually edit grub. To start using a new kernel, make the change in the "Default operating system" in the Boot Options tab.


Create Rescue Floppy. Okay, so many of us don't have floppy drives any longer. If your computer does - lucky you. If your's doesn't, you can still make a rescue floppy image, install it in the grub folder, and use it for an emergency boot backup. The instructions on how to do this are found here: GrubHowto/BootFloppy (https://help.ubuntu.com/community/GrubHowto/BootFloppy)


The bottom line for StartUp-Manager - it's convenient, prevents editing errors, and is fully reversible.

----------------------------------------------------------------

Manually Editing /boot/grub/menu.lst (Grub Legacy only) -- If You Must ...
Note: Grub 2 does not use /boot/grub/menu.lst for it's options. The Grub 2 files include /boot/grub/grub.cfg, /etc/default/grub, and the configuration scripts in the /etc/grub.d/ folder. Changes should not be made to /boot/grub/grub.cfg.

Again, make sure you have made a backup. This is especially important if you manually edit menu.lst as there is no internal protection using this method other than to restore a backup copy previously saved on your computer. Before manually editing menu.lst, if you are having grub problems and are not seeing something you expect, such as a new kernel not being displayed, you might try running this command to see if your problem can be resolved:
sudo update-grubComment Symbol (#) Note: When editing the grub menu.lst:
There are many comment (#) symbols in menu.lst. They can be a bit confusing in that the double comment symbols (##) are not really comments at all but mark a special section of the file. Do not uncomment (remove the # symbols) items in this section, just change the values if necessary.

To edit /boot/grub/menu.lst, make a backup and then run the following. Change the editor if you prefer another text editor:
gksu gedit /boot/grub/menu.lst

2. Change the 'howmany=all' line.

There is a line in menu.lst which designates how many kernels (and recovery options) to view by default. This is the same value as in the StartUp-Manager "number of kernels to keep". The default menu.lst is:

# howmany=all Do not remove the comment symbol - just change the value; 2 is what many users choose.

# howmany=2 This setting will take effect on the next boot (and reflected in StartUp-Manager upon save). The kernel entries are completely removed from the menu but would be restored should you increase the 'howmany' number. It will display up to the number of kernels installed on your computer. If fewer kernels exist, new kernels will expand the menu options until the number is reached. Changes to this option will take effect on reboot or, interestingly, immediately if you open and close StartUp-Manager.

Caution: The menu options displayed in boot are automatically created. They should not normally be edited manually. The options presented below require manual editing of menu.lst .From my testing, it appears that StartUp-Manager cannot restore menu items manually deleted in menu.lst. Kernels are not physically removed from the computer.

If you feel like you must edit this file manually (such as a new kernel simply doesn't show up after installation/reinstallation), here is how to change the menu list view by manually editing and/or deleting times near the bottom of the file:

3. Comment the Menu Items You Don't Want to See.
Near the bottom of the file are the kernel, recovery and memtest options you see on boot. You can hide any of these items by placing a comment symbol ( # ) at the start of the line. Any commented line will not be displayed. Comment out each line in the section. To redisplay the line, remove the comment symbol.
In the following example, the first kernel and recovery option will be visible; the second will not.



title Ubuntu 8.04, kernel 2.6.24-18-generic
root (hd1,0)
kernel /boot/vmlinuz-2.6.24-18-generic root=UUID=cdfc1bc0-d14b-4b48-ad24-7bb40ec2ccde ro splash
initrd /boot/initrd.img-2.6.24-18-generic
quiet

title Ubuntu 8.04, kernel 2.6.24-18-generic (recovery mode)
root (hd1,0)
kernel /boot/vmlinuz-2.6.24-18-generic root=UUID=cdfc1bc0-d14b-4b48-ad24-7bb40ec2ccde ro single
initrd /boot/initrd.img-2.6.24-18-generic


# title Ubuntu 8.04, kernel 2.6.24-17-generic
# root (hd1,0)
# kernel /boot/vmlinuz-2.6.24-17-generic root=UUID=cdfc1bc0-d14b-4b48-ad24-7bb40ec2ccde ro splash
# initrd /boot/initrd.img-2.6.24-17-generic
# quiet

# title Ubuntu 8.04, kernel 2.6.24-17-generic (recovery mode)
# root (hd1,0)
# kernel /boot/vmlinuz-2.6.24-17-generic root=UUID=cdfc1bc0-d14b-4b48-ad24-7bb40ec2ccde ro single
# initrd /boot/initrd.img-2.6.24-17-generic
[/code0]

4. Remove (or add) the items.
You can simply delete the kernels you don't want to see on boot. If you remove them, you can restore them by retyping them or restoring your backup file. You may be able to restore deleted kernel options by changing the value in StartUp-Manager but I would not count on it.

Other Editable Items.
While you are manually editing the kernels, note this file contains entries you may edit concerning how long the menu is displayed in seconds ( timeout 3 ). You can also set which system to boot. The default is 0 . 0 is the first uncommented title. Count the number of uncommented "titles", including recovery modes and memtest86+, and subtract 1. In addition to a number, this value may also be "saved", meaning that grub will start the next time using the same system booted during the current session. This is eqivalent to the "last used" option available in StartUp-Manager.

[code]timeout 10default 0

Removing Older Kernels:
You can permanently delete older kernels via synaptic.
First, determine which kernel you are using. You do not want to remove this kernel. To find which kernel you are using:

uname -r
Open Synaptic via System > Administration > Synaptic. Search for linux-image. You will see all the available kernels - those with green selection boxes are currently installed. They will look something like linux-image-2.6.27-XX or linux-image-2.6.27-XX-generic. The older kernels will have lower ending numbers. You can also remove the associated linux-headers... and linux-restricted-modules-... for the earlier versions. An easy way to find all these files is to type the main kernel version (2.6.XX) into the top search bar. Many users keep at least one older kernel in case problems occur with the most recent kernel.

When you delete a an older (or newer) kernel via synaptic the kernel is removed from the computer and more disk space is freed up. The menu.lst is updated and the deleted kernel will no longer be displayed on the menu. Make sure you are satisfied with the performance of newly-released kernels before deleting older ones. Note: The associated linux-header will not automatically be removed when the linux-image is removed. The linux-header for the specific kernel must be removed separately.


Summary:
You can change the number of kernels displayed via the StartUp-Manager or by editing grub's menu.lst StartUp-Manager makes the process simple, fast and more or less error-proof (did I actually say that?). Deleted kernel options can be restored via either method as long as the actual kernels remain installed on the computer. Even though I have used ubuntu only a few years, I am as big a fan of the command line as most long-time users - in this case there are just too many advantages to using StartUp-Manager.

Other Possibly Useful Grub-Related Links:
Recovering Ubuntu after installing Windows (https://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows?action=show&redirect=RestoreGrub)
How to restore Grub from a live Ubuntu cd (http://ubuntuforums.org/showthread.php?t=224351)
Cannot boot windows without external hard drive plugged in (http://ubuntuforums.org/showthread.php?p=3995006)
Illustrated Dual Boot Site (http://users.bigpond.net.au/hermanzone/)
Super Grub Disk (http://www.supergrubdisk.org/)

StartUp-Manager Wiki (https://help.ubuntu.com/community/StartUpManager) Based on this post.

Seisen
June 4th, 2008, 09:37 AM
You should have the mods move this the howto section of the forums, very nice howto.

kpkeerthi
June 4th, 2008, 09:47 AM
If you want completely uninstall the kernels that you no longer need:
1. Open System -> Admin -> Synaptic
2. Search for linux-image
3. Select the kernels you no longer need and Mark for complete removal. Click Apply.

Your GRUB menu will be automatically updated.

drs305
June 4th, 2008, 10:08 AM
If you want completely uninstall the kernels that you no longer need:
1. Open System -> Admin -> Synaptic
2. Search for linux-image
3. Select the kernels you no longer need and Mark for complete removal. Click Apply.

Your GRUB menu will be automatically updated.

kpkeerthi,
when i started this it was originally titled 5 ways to update the kernel display. i got to four, couldn't remember what the fifth one was and decided to write at least 4 ways ... ;-) i'll update the post to reflect this option. thanks for pointing this out!

kaibob
June 4th, 2008, 10:52 AM
<snip>You can permanently delete older kernels via synaptic. System > Administration > Synaptic. Search for linux-image. You will see the older kernels - those in green are currently installed.<snip>

Thanks for the howto--it's well written and very helpful.

I did a clean install of Ubuntu Hardy, and both the installed and older linux images are shown in black text. I checked and that is how it's set up in the color tab of Synaptic preferences. I may have made this change, but I don't recall doing it.

There used to be (and may still be) a problem when utilizing Synaptic to uninstall older versions of the linux modules. The following thread is a current example:

http://ubuntuforums.org/showthread.php?t=817852

I don't know if this is an ongoing problem, but I thought I might mention it. One fix as shown in the thread is to create an empty directory. Someone suggested that this problem can be avoided by uninstalling the Linxu modules first.

Thanks again.

Biggy
June 4th, 2008, 11:01 AM
If you want completely uninstall the kernels that you no longer need:
1. Open System -> Admin -> Synaptic
2. Search for linux-image
3. Select the kernels you no longer need and Mark for complete removal. Click Apply.

Your GRUB menu will be automatically updated.

Thank you kpkeerthi !

Paddy Landau
June 4th, 2008, 11:13 AM
I wish I'd seen this "how to" earlier. Well written.

You may want to mention that you can install startupmanager from Synaptic Package Manager (much easier for those -- like me -- who don't like using command lines).

I have a small question. It's not important, but I am curious:

After installing Ubuntu, I installed and used startupmanager easily and successfully.

Interestingly, my Vista system doesn't see Ubuntu (it did when I experimented with WUBI). Thus, I can't change the bootup options from Windows whether with msconfig or EasyBCD (http://neosmart.net/dl.php?id=1).

It's not a problem, because I can do it from startupmanager in Ubuntu. I'm just curious as to why this is?

drs305
June 4th, 2008, 11:38 AM
I wish I'd seen this "how to" earlier. Well written.

You may want to mention that you can install startupmanager from Synaptic Package Manager (much easier for those -- like me -- who don't like using command lines).

I have a small question. It's not important, but I am curious:

After installing Ubuntu, I installed and used startupmanager easily and successfully.

Interestingly, my Vista system doesn't see Ubuntu (it did when I experimented with WUBI). Thus, I can't change the bootup options from Windows whether with msconfig or EasyBCD (http://neosmart.net/dl.php?id=1).

It's not a problem, because I can do it from startupmanager in Ubuntu. I'm just curious as to why this is?

I'll note the synaptic option for installation, thanks.

I don't have windows on my main machine. I imagine windows worked with wubi because the linux system was actually within the windows system. I don't know if you can get windows to see the boot menu where it is. It's possible your boot menu is now on the ubuntu partition and not in the MBR. You can do a search on these forums - I've seen it discussed at length but didn't pay particular attention ;-)

Sef
June 5th, 2008, 11:36 PM
You should have the mods move this the howto section of the forums, very nice howto.

So moved.

meierfra.
June 6th, 2008, 02:59 AM
cat /boot/grub/menu.lst | grep "title" | grep -v "#\|recovery\|memtest"
sudo grub-set-default <number>

I suggest to remove "grep -v "#\|recovery\|memtest". One needs to count all titles, including memtest and recovery.

Also "grub-set-default" will only have an effect if one uses "default saved"

drs305
June 6th, 2008, 06:48 AM
cat /boot/grub/menu.lst | grep "title" | grep -v "#\|recovery\|memtest"
sudo grub-set-default <number>

I suggest to remove "grep -v "#\|recovery\|memtest". One needs to count all titles, including memtest and recovery.

Also "grub-set-default" will only have an effect if one uses "default saved"


Thanks, you are correct and I'll fix the search line. I experimented with the grub-set-default and achieved mixed results. Given the vagaries of using CLI for updating this, and how few people would probably ever use it and need guidance, I've decided to just remove that section. ;-)

u18b
June 6th, 2008, 11:40 PM
Thank you.

This is just the info I needed.

Not only did I need to trim kernel entries (and thus the safe way was good)...


but I wanted to actually edit the Grub menu because I dual boot to Vista. And Ubuntu describes it as
Windows Vista (Longhorn) loader

Since I have a laptop, I also have a recovery partition. Thus I have still another Grub entry that reads the same!
Windows Vista (Longhorn) loader

So NOW, thanks to your help, my menu reads:

Windows Vista
Windows Vista RECOVERY


Thank you for this great explanation.

I'm a newbie. And it is work like this that makes switching to Linux more bearable.
:popcorn:

VMC
June 8th, 2008, 12:49 AM
This how-to enabled me to finally get a splash screen. I have a limited integrated video, and I keep getting that "you have passed undocumented video mode". I have never been able to get beyond 640x480 before.

Startup Manager took care of that! Wow. Now I boot up using my full 1024x768 and, I see a boot up splash screen along with the orange ribbon. The text that follows is very clear. Before they were huge and wriped around several lines.
Also it appears to boot faster.

What's nice about Startup Manager is that it takes care of backing up grub automatically. Great program.

The How-to guide is top notch!

Thanks you.

the_good_senator
July 29th, 2008, 02:46 PM
Thank you.

This is just the info I needed.

Not only did I need to trim kernel entries (and thus the safe way was good)...


but I wanted to actually edit the Grub menu because I dual boot to Vista. And Ubuntu describes it as
Windows Vista (Longhorn) loader

This is what I came here to ask about. GRUB lists too many options on boot, and some of those entries are ambiguous. I wanted to make it error-proof in case someone else tried to boot up my machine (family, gf, whatever) and accidentally try to boot into the recovery partition.

drs305
July 29th, 2008, 03:06 PM
This is what I came here to ask about. GRUB lists too many options on boot, and some of those entries are ambiguous. I wanted to make it error-proof in case someone else tried to boot up my machine (family, gf, whatever) and accidentally try to boot into the recovery partition.

Did you find the answers to your questions from the tutorial?

The number of kernels displayed is controlled by the "Limit the number of kernels displayed" in the Advanced section. You can reduce it to one or two. A better option is to remove them from the system via synaptic but SUM can at least hide them until you remove them completely.

The ability to see or hide the 'Recovery Mode' option is contained in the 'Create boot option for recovery mode'. If not selected you won't see it.

The timeout setting can be used so novice users wouldn't even see the menu should you choose to do that. If you don't select a timeout remember that if you have problems you can access the menu by hitting ESC during boot.

Nabanna
October 3rd, 2008, 03:25 PM
Thanks.....

really a very good HOW-TO....

i am new to Ubuntu(and Linux) and i always wanted to increase time-out without messing up with menu.lst, this HOW-TO helped me a lot...and showed me to use a safer method by using 'start-up manager' instead.....

raynedanser
October 15th, 2008, 01:15 PM
If you want completely uninstall the kernels that you no longer need:
1. Open System -> Admin -> Synaptic
2. Search for linux-image
3. Select the kernels you no longer need and Mark for complete removal. Click Apply.

Your GRUB menu will be automatically updated.

How do you know which kernels are no longer needed, though?

drs305
October 15th, 2008, 02:10 PM
raynedanser,

Run this to see which kernel you are using:
uname -r

You can safely remove any other kernel on your machine. However, most users recommend keeping one previous kernel that worked for you in case you develop problems.

For example, if you run the command and get the result:
2.6.24-21-generic

The previous kernel was: 2.6.24-19-generic.

Keep -19 for at least a while. Go to synaptic and look at the listings for linux-image-2.6.24-*

If you see you still have linux-image-2.6.24-18-generic and linux-image-2.6.24-16-generic installed, you could safely remove them. By removing them from your computer via synaptic, grub's menu list would be altered automatically as well if these kernels were displayed on your boot menu.

von Stalhein
February 13th, 2009, 09:25 PM
Tahnks for the tute.

If startupmanager won't start though - what is the workaround/fix?

Mine still finds GRUB2, and I think that's what borks it, as there is no grub.cfg file - see below

gksu startupmanager
/home/stephen/.gtkrc-2.0:2: error: scanner: unterminated string constant - e.g. `style'
/usr/share/startupmanager/gtk_frontend.py:159: GtkWarning: GtkSpinButton: setting an adjustment with non-zero page size is deprecated self.glade_xml = gtk.glade.XML(GLADE_FILE, None ,APP_NAME)
kSpinButton: setting an adjustment with non-zero page size is deprecatedSearching for GRUB installation directory ... found: /boot/grub
Searching for default file ... found: /boot/grub/default
Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst
Searching for splash image ... found: /boot/grub/splash.xpm.gz
Found kernel: /boot/vmlinuz-2.6.27-11-generic
Found kernel: /boot/vmlinuz-2.6.27-10-generic
Found kernel: /boot/vmlinuz-2.6.27-8-generic
Found kernel: /boot/vmlinuz-2.6.27-7-generic
Found kernel: /boot/vmlinuz-2.6.24-21-generic
Found kernel: /boot/vmlinuz-2.6.20-16-generic
Found GRUB 2: /boot/grub/core.img
Found kernel: /boot/memtest86+.bin
Updating /boot/grub/menu.lst ... done

Grub2 detected
Usplash detected
Splashy not detected
File /boot/grub/grub.cfg does not exist.


TIA

drs305
February 13th, 2009, 09:42 PM
Grub2 is supposed to be supported since SUM version 1.9, according to it's creator. I haven't used Grub2 so I don't have the .cfg file either. I notice it also mentions a "default, which also doesn't exist in my grub folder. It appears to have found a /boot/grub/menu.lst You could try adding a comment or two on the title line of menu.lst and rebooting to see if the added comment is displayed during boot.

If that is the case, there is always manual editing of /boot/grub/menu.lst if startupmanager won't run. If you post your menu.lst and tell us what you want to do someone here will certainly be able to help if you aren't sure how to go about it.

von Stalhein
February 13th, 2009, 09:54 PM
Thanks for the quick reply.

I managed to get it up by renaming a backed up copy of menu.lst to grub.cfg.

However, I don't have any options in the default operating systems box.

I was originally doing some maintenance, and was going to use it to delete some old kernels from the list - I got sidetracked trying to solve why it wouldn't work.

I can edit menu.lst manually, but it is definitely easier and safer if the startupmanager is a goer.

listerdl
February 15th, 2009, 06:44 PM
Hi, does anyone reading this have a suggestion to remove what seems to be a duplicating process when i login to ubtunu.

Basically after the ubuntu logo with the status bar completing its length, I am then told blow by blow what is happening to the laptop and the OS?

This does seem to be an issue with the grum menu and kernel display?

von Stalhein
February 16th, 2009, 06:57 AM
I think it's a matter of editing the "ro quiet" dialogue in the GRUB menu.lst to remove the "quiet" parameter.

Back up the file before you do this. :)

More info here (http://ubuntuforums.org/showthread.php?t=511382)

TonyChaos
October 22nd, 2009, 10:56 PM
Fantastic How-To. Was just what I was looking for!

Nathan.Flow
November 2nd, 2009, 10:41 AM
I wish I'd seen this "how to" earlier. Well written.

You may want to mention that you can install startupmanager from Synaptic Package Manager (much easier for those -- like me -- who don't like using command lines).

I have a small question. It's not important, but I am curious:

After installing Ubuntu, I installed and used startupmanager easily and successfully.

Interestingly, my Vista system doesn't see Ubuntu (it did when I experimented with WUBI). Thus, I can't change the bootup options from Windows whether with msconfig or EasyBCD (http://neosmart.net/dl.php?id=1).

It's not a problem, because I can do it from startupmanager in Ubuntu. I'm just curious as to why this is?

To get windows to recognize your Linux partitions, you need to install a driver, depending on what file system you used EXT2, EXT3 or EXT4. Take a look at http://www.fs-driver.org/ this file only works with EXT2. I'm not sure if their has been updates to the file for EXT3, or EXT4. I remember a file like this that allowed reading/writing EXT3 don't remember the name tho.

Side note, doing this can cause problems, if you reboot windows because of what ever reason(BSOD). It will not safely unmount those partitions we all know what that means. It will cause increased fragmentation, at least this is what I experienced while using this method.
Good luck

Paddy Landau
November 2nd, 2009, 11:34 AM
To get windows to recognize your Linux partitions, you need to install a driver ...
Ext2Fsd (http://www.ext2fsd.com/) supports ext2 and ext3.

As far as I know, no Windows driver exists for ext4.