
Ubuntu日本語フォーラム

ログインしていません。
Ubuntu 9.10でRemastersysを使用してLive CD(DVD)を作成したのですが
boot:
という画面でEnterを押してもエラーだでてすぐ下に
boot:
とでてきて起動できません。
xforcevesaと入力してもおなじようなエラーがでて起動できませんでした。
Remastersysではhomeフォルダも含めisoを作成しました。
オフライン
※規約違反により追放されたユーザの投稿は、ログインユーザにのみ表示されます。
オフライン
SYSLINUX 3.84 2009-12-18 EBIOS Copyright (C) 1994-2009 H. Peter Anvin et al
Custom Live CD
For the default live system, press ENTER or enter '
To start in safe graphics mode, enter 'xforcevesa' .
To start the installer directly, enter 'install'.
To verify the CD for errors, enter 'check'.
To run memtest86+ enter 'memtest'
To boot from the first hard disk, enter 'hd'
boot:
と出てきます。ENTERを押すと
Could not find ramdisk image: /casper/initrd.gz
boot:
となります。
オフライン
※規約違反により追放されたユーザの投稿は、ログインユーザにのみ表示されます。
オフライン
9.10に以前のリポジトリを設定してイメージを作成した際、同じ現象が起きました。
/etc/apt/sources.list をご確認ください。
8.04 - 9.04
deb http://www.geekconnection.org/remastersys/repository ubuntu/
9.10(grub2で起動している場合?)
deb http://www.geekconnection.org/remastersys/repository karmic/
オフライン
kiyopさん
確かにinitrd.gzはありませんでした。
sun_airさん確認はしましたが具体的に何をすればよいのでしょうか?
9.10でgrub2を使っています。
オフライン
# 9.10環境に(末尾が ubuntu/ で)導入して、同様の状態になった際の修正手順です。
[前提]
/etc/apt/sources.list の remastersys のリポジトリが
deb http://www.geekconnection.org/remastersys/repository ubuntu/
になっている場合
1. 一度 remastersys を削除してください。
ターミナル(端末)で
sudo apt-get remove remastersys
2. /etc/apt/sources.list の記述の修正
deb http://www.geekconnection.org/remastersys/repository ubuntu/
を
deb http://www.geekconnection.org/remastersys/repository karmic/
に修正
3. パッケージリストの再読み込み
ターミナル(端末)で
sudo apt-get update
4. remastersys の再導入
ターミナル(端末)で
sudo apt-get install remastersys
[最初から末尾が karmic/ の場合]
私の使用した環境(クリーンインストールのXubuntu9.10/最小構成からのXfce導入環境)では
この問題に遭遇していませんので、この場合はお力になれないと思います。
他の方のフォローをお待ちします。
オフライン