[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Boot DoudouLinux with loopback grub function
From: |
Amicale Salmson |
Subject: |
Boot DoudouLinux with loopback grub function |
Date: |
Sat, 29 Jan 2011 19:30:45 +0100 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20101226 Icedove/3.0.11 |
Hello all,
I want to boot DoudouLinux ISO file from my hard disk.
http://www.doudoulinux.org/
I use the following grub configuration :
/etc/grub.d/40_custom:
Code:
menuentry "Doudou Linux" {
loopback loop (hd0,msdos1)/boot/doudoulinux-2010-11-fr.iso
search --set -f /boot/doudoulinux-2010-11-fr.iso
linux (loop)/live/vmlinuz
findiso=/boot/doudoulinux-2010-11-fr.iso toram=filesystem.squashfs
boot=live noeject
initrd (loop)/live/initrd.img
}
The kernel works fine, but not the filesystem.
At the end of the kernel loading, I have the following messages several
times :
- kjournald starting commit interval 5 seconds
- ext3-fs: mounted filesystem with ordered data mode
Then busybox tell me :
"unable to find a medium containing a live filesystem"
The DoudouLinux ISO contains :
├── isolinux
│ ├── boot.cat
│ ├── exithelp.cfg
│ ├── f1.txt
│ ├── f2.txt
│ ├── f3.txt
│ ├── f4.txt
│ ├── f5.txt
│ ├── isolinux.bin
│ ├── isolinux.cfg
│ ├── live.cfg
│ ├── menu.cfg
│ ├── prompt.cfg
│ ├── splash.png
│ ├── stdmenu.cfg
│ └── vesamenu.c32
├── live
│ ├── filesystem.squashfs
│ ├── initrd.img
│ ├── packages.txt
│ ├── parameters.txt
│ └── vmlinuz
└── md5sum.txt
Can anyone help me?
Regards,
jm.
- Boot DoudouLinux with loopback grub function,
Amicale Salmson <=