Re: Help needed: error booting to btrfs filesystem

2010-04-23 Thread Tom H
On Fri, Apr 23, 2010 at 11:25 AM, Eugen Dedu
eugen.d...@pu-pm.univ-fcomte.fr wrote:

 I have a new computer with SSD disk.  I installed today debian sid with
 debian-installer (daily image from 22 March, the latest available now,
 http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/amd64/iso-cd/).
  I have only one partition.  I prefer to use btrfs for it.

 So (according to http://www.howtoforge.com/boot-on-btrfs-with-debian and
 another page), after successful debian installation with ext3, I booted
 on d-i CD and:
 - I downloaded btrfs-convert and the other btrfs utilities
 - I replaced UUID=... with /dev/sda1 in /boot/grub/grub.cfg and /etc/fstab
 - and converted ext3 to btrfs according to the page above.

 Now, when I boot, I receive:
 GRUB loading.
 Welcome to grub!

 error: unknown filesyste.
 Entering rescue mode...
 grub rescue

What is the filesystem of /boot?

It should not be btrfs.


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/w2g6d4219cc1004231029o7cba238aufdea22ae4d7ff...@mail.gmail.com



Re: Re: Help needed: error booting to btrfs filesystem

2010-04-23 Thread Eugen Dedu
 On Fri, Apr 23, 2010 at 11:25 AM, Eugen Dedu
 eugen.d...@pu-pm.univ-fcomte.fr wrote:

 I have a new computer with SSD disk.  I installed today debian sid with
 debian-installer (daily image from 22 March, the latest available now,
 http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/amd64/iso-cd/).
  I have only one partition.  I prefer to use btrfs for it.

 So (according to http://www.howtoforge.com/boot-on-btrfs-with-debian and
 another page), after successful debian installation with ext3, I booted
 on d-i CD and:
 - I downloaded btrfs-convert and the other btrfs utilities
 - I replaced UUID=... with /dev/sda1 in /boot/grub/grub.cfg and /etc/fstab
 - and converted ext3 to btrfs according to the page above.

 Now, when I boot, I receive:
 GRUB loading.
 Welcome to grub!

 error: unknown filesyste.
 Entering rescue mode...
 grub rescue
 
 What is the filesystem of /boot?
 
 It should not be btrfs.

Well, /boot is on the same filesystem as / (only one FS), so it is
btrfs.  Does not grub2 boot linux from btrfs?  I have seen Web pages
saying that it boots...

-- 
Eugen


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4bd1e83c.3010...@pu-pm.univ-fcomte.fr



Re: Re: Help needed: error booting to btrfs filesystem

2010-04-23 Thread Tom H
On Fri, Apr 23, 2010 at 2:34 PM, Eugen Dedu
eugen.d...@pu-pm.univ-fcomte.fr wrote:
 On Fri, Apr 23, 2010 at 11:25 AM, Eugen Dedu
 eugen.d...@pu-pm.univ-fcomte.fr wrote:

 What is the filesystem of /boot?

 It should not be btrfs.

 Well, /boot is on the same filesystem as / (only one FS), so it is
 btrfs.  Does not grub2 boot linux from btrfs?  I have seen Web pages
 saying that it boots...

It is unlikely because /boot/grub contains ext2.mod, jfs.mod,
ntfs.mod, ufs1.mod, ufs2.mod, xfs.mod, zfs.mod but not btrfs.mod.


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/k2x6d4219cc1004231200q41526068z87e9b0fc010b9...@mail.gmail.com



Re: Re: Help needed: error booting to btrfs filesystem

2010-04-23 Thread Monique Y. Mudama
On Fri, Apr 23 at 20:34, Eugen Dedu penned:
 
 Well, /boot is on the same filesystem as / (only one FS), so it is
 btrfs.  Does not grub2 boot linux from btrfs?  I have seen Web pages
 saying that it boots...

I just used google to search grub2 btrfs, and the results don't look
promising.  

Not that you asked, but btrfs is still in development; I wouldn't think
that supporting it is anyone's top priority.  If you are planning to
keep anything important on this system, I'd think twice about using
a filesystem that's still in flux:

https://btrfs.wiki.kernel.org/index.php/Main_Page

Btrfs is under heavy development, but every effort is being made to
keep the filesystem stable and fast. As of 2.6.31, we only plan to
make forward compatible disk format changes, and many users have been
experimenting with Btrfs on their systems with good results. Please
email the Btrfs mailing list if you have any problems or questions
while using Btrfs.

-- 
monique


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100423191825.gx30...@mail.bounceswoosh.org



Re: Re: Re: Help needed: error booting to btrfs filesystem

2010-04-23 Thread Eugen Dedu
 On Fri, Apr 23, 2010 at 2:34 PM, Eugen Dedu
 eugen.d...@pu-pm.univ-fcomte.fr wrote:
 On Fri, Apr 23, 2010 at 11:25 AM, Eugen Dedu
 eugen.d...@pu-pm.univ-fcomte.fr wrote:

 What is the filesystem of /boot?

 It should not be btrfs.

 Well, /boot is on the same filesystem as / (only one FS), so it is
 btrfs.  Does not grub2 boot linux from btrfs?  I have seen Web pages
 saying that it boots...
 
 It is unlikely because /boot/grub contains ext2.mod, jfs.mod,
 ntfs.mod, ufs1.mod, ufs2.mod, xfs.mod, zfs.mod but not btrfs.mod.

Indeed, I see in sources that fs/ does not contain btrfs.c...  So it
seems that /boot must use another FS for the moment...

Well, I will wait...

Thank you very much for help,
-- 
Eugen


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4bd1fd3e.3000...@pu-pm.univ-fcomte.fr