Monday, October 29, 2012

[LINUX_Newbies] Re: Recover Windows Partition_GRUB does not recognize Windows partition

 



--- In LINUX_Newbies@yahoogroups.com, Roy <linuxcanuck@...> wrote:
>
> You can rewrite grub using the Kubuntu Live CD or any other one.
>
> Got to https://help.ubuntu.com/community/Grub2/Installing
> see the section: Reinstalling GRUB 2 from a Working System
>
> It is rather simple really. You just open a terminal and copy and paste the
> line that looks like: sudo grub-install /dev/sda
>
> It should detect any installed OS and give it a grub entry.

Exactly that is the point, GRUB does not detect any OS on this partition and I'm told that the file system is not valid (After shrinking only the file system and not yet the partition, I was able to boot into Windows). I believe there is a problem with the partition. It starts at sector 2048 (That's what fdisk set it to when creating a new partition, no smaller value possible via this tool). I installed several GRUBs (GRUB legacy & GRUB 2), they all failed to recognize Windows.

Does anyone know of a Linux partitioning tool where you can set the beginning of a new partition at sector 64? That's the starting point of a NTFS-formatted USB drive, and I suspect, that is where the Windows partition should actually start for GRUB to detect a Windows operating system.

In the meantime, I guess I will install Windows 7 on another computer

Thanks for your help,

Pascal

>
> > **
> >
> >
> > Do you have a Windows CD to boot from? Do you know the Admin Password? For
> > WinXP, I've used Fixboot and FixMBR, then later I've used the Grub Disk
> > Repair CD. I hope you remembered to run Defrag on the Windows hard drive
> > before resizing its partition.
> >
> > Excuse if I left out any steps, but others have no doubt run into this
> > more than I have.
> >
> > Joan in Reno
> >
> > --- On Sun, 10/28/12, Pascal <pascal.bernhard@...> wrote:
> >
> > From: Pascal <pascal.bernhard@...>
> > Subject: [LINUX_Newbies] Recover Windows Partition_GRUB does not recognize
> > Windows partition
> > To: LINUX_Newbies@yahoogroups.com
> > Date: Sunday, October 28, 2012, 4:48 PM
> >
> >
> >
> > I wanted to shrink a Windows-XP partition under a dual boot setup (Kubuntu
> > 12.10), in order to install a different Linux and have more space for it on
> > the harddrive. So I resized it via ntfsresize -b -s 60GB (original size was
> > 90GB). Kubuntu's GRUB booted Windows correctly. Then I deleted the
> > NTFS-partition with fdisk and recreated in its place a smaller one (size
> > 61GB, a little bigger than the newly shrunk file system). Unfortunately I
> > did not pay attention to the starting point of the original Windows
> > partition, and had it start on the default value fdisk assumes, that is
> > 2048.
> >
> > All of a sudden, Kubuntu's GRUB told me that no partition was found, I had
> > deleted the Linux partitions behind Windows in the meantime, as Siduction's
> > installer (I did not want Ubuntu stuff anymore) does not feature a working,
> > easy to use partioning tool like gparted. Somehow the installed GRUB barely
> > understood (that is, it understood some but not all) GRUB2 and GRUB
> > commands when it dropped to grub shell on bootup. It saw the
> > NTFS-partition, but I could not make it boot it.
> >
> > ls & set root=(hdX,Y) worked
> >
> > drivemap -s (hd0) ${root} didn't
> >
> > so I was stuck
> >
> > Then I installed Siduction and Fuduntu on the free disk space. Both
> > installed their respective GRUB into the MBR of the partition, but neither
> > of them detected a Windows OS. Right now I can choose between Siduction and
> > Fuduntu. The command os-prober wasn't successful either. I cannot mount
> > (Running Fuduntu or Siduction) the partition (/dev/sda1), for I'm told,
> > that it doesn't contain a valid NTFS file system.
> >
> > Does somebody know how to fix that? Do I have to reinstall Windows?
> >
> > Pascal
> >
> > [Non-text portions of this message have been removed]
> >
> >
> >
>
>
> [Non-text portions of this message have been removed]
>

__._,_.___
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (5)
Recent Activity:
To unsubscribe from this list, please email LINUX_Newbies-unsubscribe@yahoogroups.com & you will be removed.
.

__,_._,___

[LINUX_Newbies] Re: Recover Windows Partition_GRUB does not recognize Windows partition

 

Yes I do have a Windows XP CD, but I hadn't set an Admin Password, as far as I can remember. I have dcefragmented the NTFS-Partition, although I was told, that this wouldn't be necessary, when resizing via ntfsresize command.

It doesn't seem to be a GRUB issue, rather it has something to do with the partition as there is no OS detected on it by GRUB.

Pascal

--- In LINUX_Newbies@yahoogroups.com, Joan Leach <jleach728@...> wrote:
>
> Do you have a Windows CD to boot from? Do you know the Admin Password? For WinXP,  I've used Fixboot and FixMBR, then later I've used the Grub Disk Repair CD. I hope you remembered to run Defrag on the Windows hard drive before resizing its partition.
>
> Excuse if I left out any steps, but others have no doubt run into this more than I have.
>
> Joan in Reno

>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>  
>
>
>
>
>
>
>
>
>
> I wanted to shrink a Windows-XP partition under a dual boot setup (Kubuntu 12.10), in order to install a different Linux and have more space for it on the harddrive. So I resized it via ntfsresize -b -s 60GB (original size was 90GB). Kubuntu's GRUB booted Windows correctly. Then I deleted the NTFS-partition with fdisk and recreated in its place a smaller one (size 61GB, a little bigger than the newly shrunk file system). Unfortunately I did not pay attention to the starting point of the original Windows partition, and had it start on the default value fdisk assumes, that is 2048.
>
>
>
> All of a sudden, Kubuntu's GRUB told me that no partition was found, I had deleted the Linux partitions behind Windows in the meantime, as Siduction's installer (I did not want Ubuntu stuff anymore) does not feature a working, easy to use partioning tool like gparted. Somehow the installed GRUB barely understood (that is, it understood some but not all) GRUB2 and GRUB commands when it dropped to grub shell on bootup. It saw the NTFS-partition, but I could not make it boot it.
>
>
>
> ls & set root=(hdX,Y) worked
>
> drivemap -s (hd0) ${root} didn't
>
>
>
> so I was stuck
>
>
>
> Then I installed Siduction and Fuduntu on the free disk space. Both installed their respective GRUB into the MBR of the partition, but neither of them detected a Windows OS. Right now I can choose between Siduction and Fuduntu. The command os-prober wasn't successful either. I cannot mount (Running Fuduntu or Siduction) the partition (/dev/sda1), for I'm told, that it doesn't contain a valid NTFS file system.
>
>
>
> Does somebody know how to fix that? Do I have to reinstall Windows?
>
>
>
> Pascal
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> [Non-text portions of this message have been removed]
>

__._,_.___
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (4)
Recent Activity:
To unsubscribe from this list, please email LINUX_Newbies-unsubscribe@yahoogroups.com & you will be removed.
.

__,_._,___

Re: [LINUX_Newbies] Recover Windows Partition_GRUB does not recognize Windows partition

You can rewrite grub using the Kubuntu Live CD or any other one.

Got to https://help.ubuntu.com/community/Grub2/Installing
see the section: Reinstalling GRUB 2 from a Working System

It is rather simple really. You just open a terminal and copy and paste the
line that looks like: sudo grub-install /dev/sda

It should detect any installed OS and give it a grub entry.

Roy
Using Kubuntu 12.10, 64-bit
Location: Canada


On 28 October 2012 22:36, Joan Leach <jleach728@sbcglobal.net> wrote:

> **
>
>
> Do you have a Windows CD to boot from? Do you know the Admin Password? For
> WinXP, I've used Fixboot and FixMBR, then later I've used the Grub Disk
> Repair CD. I hope you remembered to run Defrag on the Windows hard drive
> before resizing its partition.
>
> Excuse if I left out any steps, but others have no doubt run into this
> more than I have.
>
> Joan in Reno
>
> --- On Sun, 10/28/12, Pascal <pascal.bernhard@belug.de> wrote:
>
> From: Pascal <pascal.bernhard@belug.de>
> Subject: [LINUX_Newbies] Recover Windows Partition_GRUB does not recognize
> Windows partition
> To: LINUX_Newbies@yahoogroups.com
> Date: Sunday, October 28, 2012, 4:48 PM
>
>
>
> I wanted to shrink a Windows-XP partition under a dual boot setup (Kubuntu
> 12.10), in order to install a different Linux and have more space for it on
> the harddrive. So I resized it via ntfsresize -b -s 60GB (original size was
> 90GB). Kubuntu's GRUB booted Windows correctly. Then I deleted the
> NTFS-partition with fdisk and recreated in its place a smaller one (size
> 61GB, a little bigger than the newly shrunk file system). Unfortunately I
> did not pay attention to the starting point of the original Windows
> partition, and had it start on the default value fdisk assumes, that is
> 2048.
>
> All of a sudden, Kubuntu's GRUB told me that no partition was found, I had
> deleted the Linux partitions behind Windows in the meantime, as Siduction's
> installer (I did not want Ubuntu stuff anymore) does not feature a working,
> easy to use partioning tool like gparted. Somehow the installed GRUB barely
> understood (that is, it understood some but not all) GRUB2 and GRUB
> commands when it dropped to grub shell on bootup. It saw the
> NTFS-partition, but I could not make it boot it.
>
> ls & set root=(hdX,Y) worked
>
> drivemap -s (hd0) ${root} didn't
>
> so I was stuck
>
> Then I installed Siduction and Fuduntu on the free disk space. Both
> installed their respective GRUB into the MBR of the partition, but neither
> of them detected a Windows OS. Right now I can choose between Siduction and
> Fuduntu. The command os-prober wasn't successful either. I cannot mount
> (Running Fuduntu or Siduction) the partition (/dev/sda1), for I'm told,
> that it doesn't contain a valid NTFS file system.
>
> Does somebody know how to fix that? Do I have to reinstall Windows?
>
> Pascal
>
> [Non-text portions of this message have been removed]
>
>
>


[Non-text portions of this message have been removed]



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

To unsubscribe from this list, please email LINUX_Newbies-unsubscribe@yahoogroups.com & you will be removed.Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/LINUX_Newbies/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/LINUX_Newbies/join
(Yahoo! ID required)

<*> To change settings via email:
LINUX_Newbies-digest@yahoogroups.com
LINUX_Newbies-fullfeatured@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
LINUX_Newbies-unsubscribe@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/

[nslu2-linux] Buffalo WBMR-HP-G300H

 

Hi all

I read on DD-WRT website this Modem/router is supported device
with Atheros chipset.
I read something here
http://g300nh.blogspot.fr/2010/06/software-installation-on-dd-wrt-part-1.html
about the WZR-HP-G300NH and it seem same device except the modem.

Anyone try to install Optware on it and can confirm it's possible ?

__._,_.___
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (1)
Recent Activity:
.

__,_._,___

Sunday, October 28, 2012

Re: [LINUX_Newbies] Recover Windows Partition_GRUB does not recognize Windows partition

 

Do you have a Windows CD to boot from? Do you know the Admin Password? For WinXP,  I've used Fixboot and FixMBR, then later I've used the Grub Disk Repair CD. I hope you remembered to run Defrag on the Windows hard drive before resizing its partition.

Excuse if I left out any steps, but others have no doubt run into this more than I have.

Joan in Reno

--- On Sun, 10/28/12, Pascal <pascal.bernhard@belug.de> wrote:

From: Pascal <pascal.bernhard@belug.de>
Subject: [LINUX_Newbies] Recover Windows Partition_GRUB does not recognize Windows partition
To: LINUX_Newbies@yahoogroups.com
Date: Sunday, October 28, 2012, 4:48 PM

 

I wanted to shrink a Windows-XP partition under a dual boot setup (Kubuntu 12.10), in order to install a different Linux and have more space for it on the harddrive. So I resized it via ntfsresize -b -s 60GB (original size was 90GB). Kubuntu's GRUB booted Windows correctly. Then I deleted the NTFS-partition with fdisk and recreated in its place a smaller one (size 61GB, a little bigger than the newly shrunk file system). Unfortunately I did not pay attention to the starting point of the original Windows partition, and had it start on the default value fdisk assumes, that is 2048.

All of a sudden, Kubuntu's GRUB told me that no partition was found, I had deleted the Linux partitions behind Windows in the meantime, as Siduction's installer (I did not want Ubuntu stuff anymore) does not feature a working, easy to use partioning tool like gparted. Somehow the installed GRUB barely understood (that is, it understood some but not all) GRUB2 and GRUB commands when it dropped to grub shell on bootup. It saw the NTFS-partition, but I could not make it boot it.

ls & set root=(hdX,Y) worked

drivemap -s (hd0) ${root} didn't

so I was stuck

Then I installed Siduction and Fuduntu on the free disk space. Both installed their respective GRUB into the MBR of the partition, but neither of them detected a Windows OS. Right now I can choose between Siduction and Fuduntu. The command os-prober wasn't successful either. I cannot mount (Running Fuduntu or Siduction) the partition (/dev/sda1), for I'm told, that it doesn't contain a valid NTFS file system.

Does somebody know how to fix that? Do I have to reinstall Windows?

Pascal

[Non-text portions of this message have been removed]

__._,_.___
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (2)
Recent Activity:
To unsubscribe from this list, please email LINUX_Newbies-unsubscribe@yahoogroups.com & you will be removed.
.

__,_._,___

[LINUX_Newbies] Recover Windows Partition_GRUB does not recognize Windows partition

 

I wanted to shrink a Windows-XP partition under a dual boot setup (Kubuntu 12.10), in order to install a different Linux and have more space for it on the harddrive. So I resized it via ntfsresize -b -s 60GB (original size was 90GB). Kubuntu's GRUB booted Windows correctly. Then I deleted the NTFS-partition with fdisk and recreated in its place a smaller one (size 61GB, a little bigger than the newly shrunk file system). Unfortunately I did not pay attention to the starting point of the original Windows partition, and had it start on the default value fdisk assumes, that is 2048.

All of a sudden, Kubuntu's GRUB told me that no partition was found, I had deleted the Linux partitions behind Windows in the meantime, as Siduction's installer (I did not want Ubuntu stuff anymore) does not feature a working, easy to use partioning tool like gparted. Somehow the installed GRUB barely understood (that is, it understood some but not all) GRUB2 and GRUB commands when it dropped to grub shell on bootup. It saw the NTFS-partition, but I could not make it boot it.

ls & set root=(hdX,Y) worked
drivemap -s (hd0) ${root} didn't

so I was stuck

Then I installed Siduction and Fuduntu on the free disk space. Both installed their respective GRUB into the MBR of the partition, but neither of them detected a Windows OS. Right now I can choose between Siduction and Fuduntu. The command os-prober wasn't successful either. I cannot mount (Running Fuduntu or Siduction) the partition (/dev/sda1), for I'm told, that it doesn't contain a valid NTFS file system.

Does somebody know how to fix that? Do I have to reinstall Windows?

Pascal

__._,_.___
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (1)
Recent Activity:
To unsubscribe from this list, please email LINUX_Newbies-unsubscribe@yahoogroups.com & you will be removed.
.

__,_._,___

Saturday, October 27, 2012

[nslu2-linux] Re: Pogoplug Series 4

 

If you can love the slug you can love the plug. A stock plug is comparable to a beefed up slug running Unslung. Probably the best plug is the 1.2 GHz V2, which can run Debian Squeeze nicely (and last cost me less than $20). It has 4 USB and 1 GbE port. See http://forum.doozan.com/ , they have discussions about the different plug variants. I have one that has been running continuously since 2009 on a UPS. Gets warm but not hot. V4s have external power supplies, are slower, but have IDE and USB3 ports. Their CPU probably gets warmer due to less ventilation. Basically, an ARM is an ARM is an ARM. Buy whatever suits you whether it is the Pi, Beagleboard, or Plug and put whatever you want on it. Just remember to love your slug and replace its power supply every few years.

--- In nslu2-linux@yahoogroups.com, "harshbaste" <harshbaste@...> wrote:
>
> Hi,
>
> I've had an NSLU2 for a good 4 years now and was just taking a peek at the other offerings of similar devices.
>
> One of the kits I was looking at is the Pogoplug Series 4. Does anyone on this channel have any extended experience with it. In particular :
>
> 1) Whats its power consumption like compared with the NSLU2?
> 2) Is it as reliable as the Slug?
> 3) Does it have any overheating issues?
> 4) Is it worth the trouble switching over in general? Is OS support mature enough on it to run Debian Squeeze with full functionality of all I/O ports e.g.
> 5) Is there any other platform that is perhaps better than the Pogoplug Series 4?
>
> No way I'm going to give up on the NSLU2 - its got a VW Beetle like aura about it so I'm going to keep it indefinitely :). But hardware failures do happen and I have to consider alternatives for the future.
>
> cheers,
> H
>

__._,_.___
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (4)
Recent Activity:
.

__,_._,___